diff options
-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> |