diff options
Diffstat (limited to 'items/equip-head/item0647_DevelopersCap.xml')
-rw-r--r-- | items/equip-head/item0647_DevelopersCap.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/items/equip-head/item0647_DevelopersCap.xml b/items/equip-head/item0647_DevelopersCap.xml new file mode 100644 index 00000000..1690dafd --- /dev/null +++ b/items/equip-head/item0647_DevelopersCap.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<items> + <item id="647" image="equipment/head/devcap.png|R:#9999ff" name="Developer's Cap" description="A cap which identifies you as a developer." mattack="5" type="equip-head" defense="5" weight="20" sellProtected="true"> + <sprite gender="unisex">equipment/head/devcap.xml|#9999ff</sprite> + <sprite gender="female">equipment/head/devcap-female.xml|#9999ff</sprite> + <replace sprite="hair"> + <item from="-6" to="-1"/> + </replace> + </item> +</items> |