diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-18 14:17:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-18 14:17:01 -0300 |
commit | ec0240e7f688e125fc03e07b34bc2227001a0af3 (patch) | |
tree | 1a4904ea354887f89f8acc4a974be78bfe7b9ed9 | |
parent | d19273854386e31cadbf1541aab4b9d4142d0021 (diff) | |
download | clientdata-ec0240e7f688e125fc03e07b34bc2227001a0af3.tar.gz clientdata-ec0240e7f688e125fc03e07b34bc2227001a0af3.tar.bz2 clientdata-ec0240e7f688e125fc03e07b34bc2227001a0af3.tar.xz clientdata-ec0240e7f688e125fc03e07b34bc2227001a0af3.zip |
Update grenade descriptions
-rw-r--r-- | items.xml | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -826,12 +826,13 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. effect="Heal 12%-20% HP" type="usable" weight="5"/> + <!-- NOTE: Effect is lost if monster is attacked --> <item id="586" image="usable/potion/cactuspotion.png" name="Smoke Grenade" - description="Explodes and could cause splash damage... If it didn't missed every single time." + description="Makes all monsters nearby to freeze long enough to flee." useButton="Explode" - effect="Hide yourself" + effect="Splash Sleep" type="usable" weight="40"/> <item id="587" @@ -1543,7 +1544,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <item id="682" image="usable/potion/cactuspotion.png" name="Grenade" - description="Explodes and cause splash damage." + description="Explodes and cause splash damage on monsters. Doesn't works against boss." useButton="Explode" effect="Splash damage" type="usable" |