blob: 59224e9a22d076f431f491915848349a1f75c110 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
<?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="865" image="generic/spell-book.png" name="Grimoire" description="An ancient spellbook filled with the wisdom of generations of magic. If you could only read it!" mattack="5" maxmp="30" type="equip-charm" weight="100"/>
</items>
|