diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-24 18:24:48 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-24 18:25:26 -0300 |
commit | 3ff2862cefb203d30a095d51c50df8b7442232ad (patch) | |
tree | 63b159ec870f634c915f5ef52ca11ee2c048466d /items.xml | |
parent | 9e555d6f636dfb96a6e5ea58bbdeaee9fc624586 (diff) | |
download | clientdata-3ff2862cefb203d30a095d51c50df8b7442232ad.tar.gz clientdata-3ff2862cefb203d30a095d51c50df8b7442232ad.tar.bz2 clientdata-3ff2862cefb203d30a095d51c50df8b7442232ad.tar.xz clientdata-3ff2862cefb203d30a095d51c50df8b7442232ad.zip |
This is required by previous server-data commits
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -3886,7 +3886,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <item id="3518" image="equipment/weapons/divinesword.png|W:#ff0000" name="Judgement ★★★" - description="Sometimes, to Saves the ones you like, you must judge the ones you doesn't." + description="Sometimes, to Saves the ones you like, you must judge the ones you don't." attack="100" effect="Splash damage and knockback effect" level="24" @@ -3899,6 +3899,20 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <sound event="hit">weapons/piouslayer/hit1.ogg</sound> <sound event="miss">weapons/piouslayer/miss1.ogg</sound> </item> + <item id="3519" + image="equipment/weapons/staffoflife.png" + name="Dark Pulsar ★★★" + description="This awful blade will seep your enemies life force like a knife cuts butter. Or at least, this is what they told me." + attack="100" + mattack="25" + effect="Work In Progress" + level="60" + type="equip-1hand" + weight="1000"> + <sprite>equipment/weapons/kurogane.xml</sprite> + <sound event="hit">weapons/piouslayer/hit1.ogg</sound> + <sound event="miss">weapons/piouslayer/miss1.ogg</sound> + </item> <!-- Pets --> <item id="4000" image="usable/piouegg.png" |