diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-21 11:15:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-21 11:15:58 -0300 |
commit | 9e04eec7fd5ea3c1399001f2736de2fe00d52a7d (patch) | |
tree | 047345efcb14b3c20128ffa4cc5856bc188be17a | |
parent | fa65a1626942875513308fc8802aba336181d00c (diff) | |
download | clientdata-9e04eec7fd5ea3c1399001f2736de2fe00d52a7d.tar.gz clientdata-9e04eec7fd5ea3c1399001f2736de2fe00d52a7d.tar.bz2 clientdata-9e04eec7fd5ea3c1399001f2736de2fe00d52a7d.tar.xz clientdata-9e04eec7fd5ea3c1399001f2736de2fe00d52a7d.zip |
Some stuff
-rw-r--r-- | items.xml | 5 | ||||
-rw-r--r-- | skills.xml | 3 |
2 files changed, 4 insertions, 4 deletions
@@ -3138,7 +3138,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. name="Astral Cube" description="The key component to shift worlds will grant you etheral defense." level="85" - defense="25" + defense="15" type="equip-necklace" weight="800"> </item> @@ -3246,7 +3246,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. description="This ghost-like essence is Saulc's fault." effect="DMG vs Ghost +50%, Holy Def -25%" level="80" - defense="14" + defense="10" type="equip-necklace" weight="450"> </item> @@ -5895,6 +5895,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <sprite gender="unisex">equipment/neck/burglarmask.xml</sprite> <sprite gender="female">equipment/neck/burglarmask.xml</sprite> </item> + <!-- TODO 3209 Bandit Mask --> <item id="3210" image="equipment/neck/sunglasses.png" name="SunGlasses" @@ -16,8 +16,7 @@ Copyright (C) 2018 TMW2 --> id="20031" name="Resync" icon="graphics/skills/life.png" - description="Corrects ManaPlus desync." - invokeCmd="@resync" + description="Corrects ManaPlus desync (@resync)." alwaysVisible="true" /> <skill |