From 87c3b2381d9fff65231ae078c2406365dd650b8d Mon Sep 17 00:00:00 2001 From: Ledmitz Date: Mon, 11 Dec 2023 00:14:11 -0400 Subject: Removed m def. too overshadowing of other items --- world/map/db/item_db.conf | 1 - world/map/db/item_db_head.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf index e14bdf95..bf1d3f5d 100644 --- a/world/map/db/item_db.conf +++ b/world/map/db/item_db.conf @@ -13149,7 +13149,6 @@ item_db: ( bonus bAspdRate, 25; bonus bDex, -(readparam(bDex)/3); bonus bMatkRate, 90; // @EVOL2 - bonus bMdef, 20; "> }, { diff --git a/world/map/db/item_db_head.txt b/world/map/db/item_db_head.txt index b54bb6b8..29c9c402 100644 --- a/world/map/db/item_db_head.txt +++ b/world/map/db/item_db_head.txt @@ -193,7 +193,7 @@ //ID, Name, Type, Price, Sell, Weight, ATK, DEF, Range, Mbonus, Slot, Gender, Loc, wLV, eLV, View, Mode, {UseScript}, {EquipScript} 5128, DarkHelm, 5, 50000, 10000, 800, 0, 19, 0, 0, 0, 2, 256, 0, 0, 0, 0, {}, {bonus bMaxHPrate, 10; bonus bHPrecovRate, 10; bonus bInt, -Int;} 5129, UnderworldMask, 5, 50000, 10000, 100, 0, 5, 0, 0, 0, 2, 256, 0, 0, 0, 0, {}, {callfunc "UnderworldTroll"; bonus bAtkRange, 2; bonus bInt, -Int; bonus bAgi, 3; bonus bDex, 2;} -5130, Phylactery, 5, 50000, 10000, 20, 0, 1, 0, 90, 0, 2, 256, 0, 0, 0, 0, {}, {bonus bAspdRate, 25; bonus bDex, -(Dex)/3; bonus bMdef, 20;} +5130, Phylactery, 5, 50000, 10000, 20, 0, 1, 0, 90, 0, 2, 256, 0, 0, 0, 0, {}, {bonus bAspdRate, 25; bonus bDex, -(Dex)/3;} 5200, PointyWitchHat, 5, 1000, 500, 50, 0, 5, 0, 5, 0, 2, 256, 0, 0, 0, 0, {}, {bonus bInt, 3;} 5201, Pipe, 5, 5000, 2500, 20, 0, 2, 0, 0, 0, 2, 256, 0, 18, 0, 0, {}, {bonus bDex, 1; bonus bLuk, 1; bonus bCritical, 10;} 5202, PilotHat, 5, 2500, 1250, 30, 0, 10, 0, 2, 0, 2, 256, 0, 0, 0, 0, {}, {} -- cgit v1.2.3-60-g2f50