diff options
Diffstat (limited to 'items/generic/item2254_LightBlueCottonCloth.xml')
-rw-r--r-- | items/generic/item2254_LightBlueCottonCloth.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/items/generic/item2254_LightBlueCottonCloth.xml b/items/generic/item2254_LightBlueCottonCloth.xml new file mode 100644 index 00000000..7517b062 --- /dev/null +++ b/items/generic/item2254_LightBlueCottonCloth.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="2254" image="generic/fabric.png|W:#7FBBFF" name="Light Blue Cotton Cloth" description="A piece of light blue cotton cloth." type="generic" weight="10"/> +</items> |