diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-24 22:57:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-24 22:57:13 -0300 |
commit | c44e78f2aeed50d2d0eac4c971b6ff0b8c76c7c1 (patch) | |
tree | ded7caf14c6727d705ca2efde8c856a1fa3b2647 | |
parent | 50603bd6b5dffc2962b1728ef71341286742232a (diff) | |
download | clientdata-c44e78f2aeed50d2d0eac4c971b6ff0b8c76c7c1.tar.gz clientdata-c44e78f2aeed50d2d0eac4c971b6ff0b8c76c7c1.tar.bz2 clientdata-c44e78f2aeed50d2d0eac4c971b6ff0b8c76c7c1.tar.xz clientdata-c44e78f2aeed50d2d0eac4c971b6ff0b8c76c7c1.zip |
Minor fixes
-rw-r--r-- | items.xml | 4 | ||||
-rw-r--r-- | maps/025-3.tmx | 1 |
2 files changed, 3 insertions, 2 deletions
@@ -6773,7 +6773,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="equipment/weapons/blacksmithsaxe.png" name="Blacksmith Axe" description="The icon of Land Of Fire, used by the best blacksmith in the whole world." - effect="Crit +12, May blind targets" + effect="Crit +12, May blind targets (4%)" attack="432" attack-range="2" level="60" @@ -6858,7 +6858,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="equipment/weapons/deathscythe.png" name="Cursed Scythe" description="It's time to curse!" - effect="Crit +20, Vanishes HP by 1% of damages dealt, may Curse" + effect="Crit +14, Vanishes HP by 1% of damages dealt, may Curse (1%)" defense=" (-77)" agi=" (-10)" dex=" (-5)" diff --git a/maps/025-3.tmx b/maps/025-3.tmx index 9e0f05b13..f3c2681e8 100644 --- a/maps/025-3.tmx +++ b/maps/025-3.tmx @@ -1941,6 +1941,7 @@ <property name="death" value="30000"/> <property name="max_beings" value="16"/> <property name="monster_id" value="1038"/> + <property name="script" value="Impregnable#0F::OnMoubiKill"/> <property name="spawn" value="60000"/> </properties> </object> |