From 7e90a5eb4e4f9222893d34c36ebb0d7fbb827cc7 Mon Sep 17 00:00:00 2001 From: Led Mitz Date: Wed, 29 Nov 2023 02:49:08 +0000 Subject: Lowered speed and dex penalty, added m attk and def --- client-data | 2 +- world/map/db/item_db.conf | 7 +++++-- world/map/db/item_db_head.txt | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/client-data b/client-data index 2fbfe721..0f3e1113 160000 --- a/client-data +++ b/client-data @@ -1 +1 @@ -Subproject commit 2fbfe721bd69d3ef30c9ee8f3caf7e178a434a7c +Subproject commit 0f3e11136a7ea914e03280352a4fcc7a89bb493c diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf index afd04323..f5d10214 100644 --- a/world/map/db/item_db.conf +++ b/world/map/db/item_db.conf @@ -13127,14 +13127,17 @@ item_db: ( Buy: 50000 Sell: 10000 Weight: 20 + Matk: 90 Def: 1 Slots: 0 Loc: "EQP_HEAD_TOP" Refine: false ViewSprite: 5130 Script: <" - bonus bAspdRate, 30; - bonus bDex, -(readparam(bDex)/2); + 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 5c1d1e24..b54bb6b8 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, 0, 0, 2, 256, 0, 0, 0, 0, {}, {bonus bAspdRate, 30; bonus bDex, -(Dex)/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;} 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