blob: 7c7461bde2375fb85bf6406b51e96de5b028a111 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0"?>
<items>
<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="2204" image="equipment/head/wizard-hat.png|W:#16486e,498ec5,e4f2fc" name="Light Blue Wizard Hat" description="A wizard hat, light blue." mattack="5" defense="5" type="equip-head" int="3" weight="20" sellProtected="true">
<sprite gender="unisex">equipment/head/wizard-hat.xml|#16486e,498ec5,e4f2fc</sprite>
<sprite gender="female">equipment/head/wizard-hat-female.xml|#16486e,498ec5,e4f2fc</sprite>
</item>
</items>
|