diff options
Diffstat (limited to 'items/equip-1hand/item1171_Wand.xml')
-rw-r--r-- | items/equip-1hand/item1171_Wand.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/items/equip-1hand/item1171_Wand.xml b/items/equip-1hand/item1171_Wand.xml new file mode 100644 index 00000000..c82fb7e8 --- /dev/null +++ b/items/equip-1hand/item1171_Wand.xml @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<items> + <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0"> + <its:translateRule selector="//item/@name" translate="yes"/> + <its:translateRule selector="//item/@description" translate="yes"/> + <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"> + <sprite gender="male">equipment/weapons/wand-male.xml|#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> + <sprite gender="female">equipment/weapons/wand-female.xml|#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite> + </item> +</items> |