diff options
author | gumi <git@gumi.ca> | 2017-12-03 23:21:11 -0500 |
---|---|---|
committer | gumi <git@gumi.ca> | 2017-12-04 11:29:20 -0500 |
commit | 999209d5a7e16f11d7177b289c8ad5f0467d1068 (patch) | |
tree | faec592c151407bc3de30f385d35100ff02f3bfe /items/equip-1hand/item1171_Wand.xml | |
parent | b37095b9ef7c22da2d67a9b594677c9e8fed6085 (diff) | |
download | clientdata-999209d5a7e16f11d7177b289c8ad5f0467d1068.tar.gz clientdata-999209d5a7e16f11d7177b289c8ad5f0467d1068.tar.bz2 clientdata-999209d5a7e16f11d7177b289c8ad5f0467d1068.tar.xz clientdata-999209d5a7e16f11d7177b289c8ad5f0467d1068.zip |
item fields optimization
Diffstat (limited to 'items/equip-1hand/item1171_Wand.xml')
-rw-r--r-- | items/equip-1hand/item1171_Wand.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/equip-1hand/item1171_Wand.xml b/items/equip-1hand/item1171_Wand.xml index 41e54202..d98d2724 100644 --- a/items/equip-1hand/item1171_Wand.xml +++ b/items/equip-1hand/item1171_Wand.xml @@ -6,7 +6,7 @@ <its:translateRule selector="//item/@effect" translate="yes"/> <its:translateRule selector="//*" translate="no"/> </its:rules> - <item id="1171" image="equipment/weapon/wand.png" name="Wand" description="A basic magic wand." effect="Damage +1 / M. Attack +5 / Lvl 1 Wand / Requires 5+ Int" type="equip-1hand" attack-action="attack" attack-range="3" weight="100"> + <item id="1171" image="equipment/weapon/wand.png" name="Wand" description="A basic magic wand." effect="Lvl 1 Wand" req-int="5+" attack="1" mattack="5" type="equip-1hand" attack-action="attack" attack-range="3" weight="100"> <sprite gender="unisex">equipment/weapons/wand.xml|#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> <sprite gender="female">equipment/weapons/wand-female.xml|#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> </item> |