summaryrefslogtreecommitdiff
path: root/items.xml
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-02-13 01:13:36 +0100
committerSaulc <lucashelaine14@gmail.com>2018-02-13 01:13:36 +0100
commitc23a698f5a4dd89943b3dd60ab94afcf83c3755b (patch)
tree9a6b700491207a7f28476edcb41e1e42bd523178 /items.xml
parentd61ebc871c2b1c4bff093322aa201656d3d0332c (diff)
downloadclientdata-c23a698f5a4dd89943b3dd60ab94afcf83c3755b.tar.gz
clientdata-c23a698f5a4dd89943b3dd60ab94afcf83c3755b.tar.bz2
clientdata-c23a698f5a4dd89943b3dd60ab94afcf83c3755b.tar.xz
clientdata-c23a698f5a4dd89943b3dd60ab94afcf83c3755b.zip
add GM robe
Diffstat (limited to 'items.xml')
-rw-r--r--items.xml22
1 files changed, 18 insertions, 4 deletions
diff --git a/items.xml b/items.xml
index 502a5017..a90598d1 100644
--- a/items.xml
+++ b/items.xml
@@ -2393,7 +2393,19 @@ Colors for dyeable equipments or items are set up by itemcolors.xml.
<sprite gender="unisex">equipment/chest/candorshirt-male.xml</sprite>
<sprite gender="female">equipment/chest/candorshirt-male.xml</sprite>
</item>
-
+ <item id="1322"
+ image="equipment/chest/gmrobe.png"
+ name="GM Robe"
+ description="A GM robe."
+ defense="90"
+ level="25"
+ type="equip-torso"
+ weight="25"
+ colors="simple"
+ maxFloorOffset="10">
+ <sprite gender="unisex">equipment/chest/gmrobe-male.xml</sprite>
+ <sprite gender="female">equipment/chest/gmrobe-male.xml</sprite>
+ </item>
<!-- Boots -->
<item id="1800"
image="equipment/feet/boots.png"
@@ -3121,13 +3133,15 @@ Colors for dyeable equipments or items are set up by itemcolors.xml.
<replace sprite="hair"/>
</item>
<item id="2917"
- image="equipment/head/deserthat.png"
- name="Desert Hat"
+ image="equipment/head/deserthat.png|W"
+ name="%Color% Desert Hat"
description="While the desert hat is perfect for sand storms, it won't help you much against a blow to the head."
defense="35"
level="12"
type="equip-head"
- weight="20">
+ weight="20"
+ colors="simple"
+ maxFloorOffset="10">
<sprite>equipment/head/deserthat.xml</sprite>
<replace sprite="hair"/>
</item>