diff options
-rw-r--r-- | items/equip-torso/_include.xml | 1 | ||||
-rw-r--r-- | items/equip-torso/item5398_RaggedShirt.xml | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/items/equip-torso/_include.xml b/items/equip-torso/_include.xml index aa44e3da..00f8ec37 100644 --- a/items/equip-torso/_include.xml +++ b/items/equip-torso/_include.xml @@ -252,4 +252,5 @@ <include name="items/equip-torso/item5320_BlackChainmailShirt.xml"/> <include name="items/equip-torso/item5321_BlackLightPlatemail.xml"/> <include name="items/equip-torso/item5322_BlackWarlordPlate.xml"/> + <include name="items/equip-torso/item5398_RaggedShirt.xml"/> </items> diff --git a/items/equip-torso/item5398_RaggedShirt.xml b/items/equip-torso/item5398_RaggedShirt.xml new file mode 100644 index 00000000..d23bd12b --- /dev/null +++ b/items/equip-torso/item5398_RaggedShirt.xml @@ -0,0 +1,15 @@ +<?xml version="1.0"?> +<items> + <item id="5398" image="equipment/chest/cottonshirt.png|W:#95887F,E0D1C9" name="Ragged Shirt" description="This shirt is too worn-out to give any protection." mattack="-1" type="equip-torso" defense="1" weight="7"> + <sprite gender="unisex">equipment/chest/cotton.xml|#95887F,E0D1C9</sprite> + <sprite gender="female">equipment/chest/cotton-female.xml|#95887F,E0D1C9</sprite> + <replace sprite="race"> + <item from="-100" to="-99100"/> + <item from="-101" to="-99101"/> + <item from="-102" to="-99102"/> + <item from="-103" to="-99103"/> + <item from="-104" to="-99104"/> + <item from="-105" to="-99105"/> + </replace> + </item> +</items> |