diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-20 23:04:51 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-20 23:04:51 -0300 |
commit | 1a4d7e7b324160250ac4b3415f8145c376099d92 (patch) | |
tree | b618526069408d392c61eeae0006eb543b28ef80 /items.xml | |
parent | 2bcbb890e3056f4f9b3a511eed187c9a8e8b5141 (diff) | |
download | clientdata-1a4d7e7b324160250ac4b3415f8145c376099d92.tar.gz clientdata-1a4d7e7b324160250ac4b3415f8145c376099d92.tar.bz2 clientdata-1a4d7e7b324160250ac4b3415f8145c376099d92.tar.xz clientdata-1a4d7e7b324160250ac4b3415f8145c376099d92.zip |
Includes a couple of new testing items: 586 and 3518
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -875,6 +875,14 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. effect="Heal 1000-5000 HP" type="usable" weight="5"/> + <item id="586" + image="usable/cactuspotion.png" + name="Smoke Grenade" + description="Explodes and could cause splash damage... If it didn't missed every single time." + useButton="Explode" + effect="Splash damage" + type="usable" + weight="40"/> <!-- Generic Items --> @@ -3892,6 +3900,22 @@ 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="3518" + image="equipment/weapons/staffoflife.png" + name="Jesusalva's Judgement ★★★" + description="The program is buggy? No worries, maybe it is time to destroy everything." + attack="100" + effect="Splash damage: cast Magnum Break on attack." + level="40" + critical-hit-effect-id="312" + hit-effect-id="312" + miss-effect-id="50" + type="equip-2hand" + weight="1000"> + <sprite>equipment/weapons/piouslayer.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" |