diff options
Diffstat (limited to 'items/generic/item2255_PinkCottonCloth.xml')
-rw-r--r-- | items/generic/item2255_PinkCottonCloth.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/items/generic/item2255_PinkCottonCloth.xml b/items/generic/item2255_PinkCottonCloth.xml new file mode 100644 index 00000000..6b6228ff --- /dev/null +++ b/items/generic/item2255_PinkCottonCloth.xml @@ -0,0 +1,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="2255" image="generic/fabric.png|W:#F37DFB" name="Pink Cotton Cloth" description="A piece of pink cotton cloth." type="generic" weight="10"/> +</items> |