blob: fa9239b67e223523e747c265b4c682cd83c60692 (
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="789" image="use/food/skull-mug.png" name="Gut Buster Ale" description="If you can survive the first gulp, the rest goes down smooth." type="usable" hp="60" weight="5"/>
</items>
|