blob: 86445686d00f62d7a0240a6fc3b57b2bf0f9b58e (
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="2200" image="equipment/head/wizard-hat.png|W:#581a1a,a41111,c03a3a,ff6060" name="Red Wizard Hat" description="A wizard hat, bright red." effect="M. Attack +5" type="equip-head" defense="5" int="3" weight="20" sellProtected="true">
<sprite gender="female">equipment/head/wizard-hat-female.xml|#581a1a,a41111,c03a3a,ff6060</sprite>
<sprite gender="male">equipment/head/wizard-hat.xml|#581a1a,a41111,c03a3a,ff6060</sprite>
<sprite gender="other">equipment/head/wizard-hat.xml|#581a1a,a41111,c03a3a,ff6060</sprite>
</item>
</items>
|