From a89651804b6c39daea60fe1a5af246e1010af0b8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 14 Nov 2022 00:35:14 -0300 Subject: Change Dragon Sword HP drain value. Prev: 60% chance of losing 2% of damage dealt Cur: 100% chance of losing 1% of damage dealt --- world/map/db/item_db_weapon.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world/map/db/item_db_weapon.txt b/world/map/db/item_db_weapon.txt index 7564eb82..98e56330 100644 --- a/world/map/db/item_db_weapon.txt +++ b/world/map/db/item_db_weapon.txt @@ -29,7 +29,7 @@ 584, Jackal, 4, 8000, 4000, 1000, 125, 2, 1, 0, 0, 2, 2, 1, 90, 10, {}, {bonus bMaxHP, 50; bonus2 bHPDrainRate, 100, 5; bonus bCriticalDef, 2; bonus bStr, 1; bonus bAspdRate, 1; bonus bHit, 5;} 587, Sword, 4, 1000, 500, 200, 15, 0, 1, 0, 0, 2, 2, 1, 1, 1, {}, {callfunc "UnreleasedItem";} 588, BastardSword, 4, 1000, 500, 200, 15, 0, 1, 0, 0, 2, 2, 1, 1, 1, {}, {callfunc "UnreleasedItem";} -589, DragonSword, 4, 8000, 4000, 1000, 141, -2, 1, 0, 0, 2, 2, 1, 90, 3, {}, {bonus bMaxHP, -100; bonus2 bHPDrainRate, 60, -2; bonus bCriticalDef, -2; bonus bStr, 5; bonus bAspdRate, 2; bonus bHit, 5;} +589, DragonSword, 4, 8000, 4000, 1000, 141, -2, 1, 0, 0, 2, 2, 1, 90, 3, {}, {bonus bMaxHP, -100; bonus2 bHPDrainRate, 100, -1; bonus bCriticalDef, -2; bonus bStr, 5; bonus bAspdRate, 2; bonus bHit, 5;} //590, RESERVED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} 591, LongSword, 4, 1000, 500, 200, 15, 0, 1, 0, 0, 2, 2, 1, 1, 1, {}, {callfunc "UnreleasedItem";} //592, RESERVED, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, {}, {} -- cgit v1.2.3-70-g09d2