blob: 8d9b973a56bb18f5d75927be3c188c6ecf23645a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?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="2140" image="equipment/head/standardheadband.png|W:#581a1a,a41111,c03a3a,ff6060" name="Red Cotton Headband" description="Just a red cotton headband." type="equip-head" defense="2" weight="5">
<sprite gender="female">equipment/head/standardheadband-female.xml|#581a1a,a41111,c03a3a,ff6060</sprite>
<sprite gender="male">equipment/head/standardheadband.xml|#581a1a,a41111,c03a3a,ff6060</sprite>
<sprite gender="other">equipment/head/standardheadband.xml|#581a1a,a41111,c03a3a,ff6060</sprite>
</item>
</items>
|