blob: b74a9a48798a78b77d82b0e514b337872bf3d7a8 (
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="5130" image="equipment/head/phylactery.png" name="Phylactery" description="This phylactery glows with power" effect="Cast Speed +10% / Dex -50%" mattack="5" type="equip-head" defense="1" weight="20" sellProtected="true">
<sprite gender="unisex">equipment/head/phylactery.xml</sprite>
<sprite gender="female">equipment/head/phylactery-female.xml</sprite>
</item>
</items>
|