blob: 5d670fa3a7631c313f7c0896022db9f1b32bf9d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
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="2144" image="equipment/head/standardheadband.png|W:#16486e,498ec5,e4f2fc" name="Light Blue Cotton Headband" description="Just a light blue cotton headband." type="equip-head" defense="2" weight="5">
<sprite gender="unisex">equipment/head/standardheadband.xml|#16486e,498ec5,e4f2fc</sprite>
<sprite gender="female">equipment/head/standardheadband-female.xml|#16486e,498ec5,e4f2fc</sprite>
</item>
</items>
|