diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-24 16:51:19 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-24 16:51:37 -0300 |
commit | 171882f8220e9ed77ea752f619660c4bb72774f9 (patch) | |
tree | ca614ed57aa02de2554015a5180a271954d38175 /items.xml | |
parent | 7bac90a3e73880d7a6ca4a0d5527ea2b4619d260 (diff) | |
download | clientdata-171882f8220e9ed77ea752f619660c4bb72774f9.tar.gz clientdata-171882f8220e9ed77ea752f619660c4bb72774f9.tar.bz2 clientdata-171882f8220e9ed77ea752f619660c4bb72774f9.tar.xz clientdata-171882f8220e9ed77ea752f619660c4bb72774f9.zip |
Redknight armor set - needs rework.
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -2385,6 +2385,18 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <sprite gender="unisex">equipment/chest/gmrobe-male.xml</sprite> <sprite gender="female">equipment/chest/gmrobe-female.xml</sprite> </item> + <item id="1323" + image="equipment/chest/redknight.png" + name="Red Knight Armor ★★" + description="An armor, said to belong to the Red Queen's minions, back in the end of the First Era." + defense="100" + level="20" + type="equip-torso" + weight="500" + maxFloorOffset="10"> + <sprite gender="unisex">equipment/chest/gmrobe-male.xml</sprite> + <sprite gender="female">equipment/chest/gmrobe-female.xml</sprite> + </item> <!-- Boots --> <item id="1800" image="equipment/feet/boots.png" |