summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLed Mitz <smoothshifter@tuta.io>2023-11-29 02:49:08 +0000
committerLed Mitz <smoothshifter@tuta.io>2023-11-29 02:49:08 +0000
commit7e90a5eb4e4f9222893d34c36ebb0d7fbb827cc7 (patch)
tree38c60e7b907f40aa4ec2b7d2215fc0cc17ed46ac
parent841a9b8bb64422c876e3204f40193d3c0bad56c1 (diff)
downloadserverdata-7e90a5eb4e4f9222893d34c36ebb0d7fbb827cc7.tar.gz
serverdata-7e90a5eb4e4f9222893d34c36ebb0d7fbb827cc7.tar.bz2
serverdata-7e90a5eb4e4f9222893d34c36ebb0d7fbb827cc7.tar.xz
serverdata-7e90a5eb4e4f9222893d34c36ebb0d7fbb827cc7.zip
Lowered speed and dex penalty, added m attk and def
m---------client-data0
-rw-r--r--world/map/db/item_db.conf7
-rw-r--r--world/map/db/item_db_head.txt2
3 files changed, 6 insertions, 3 deletions
diff --git a/client-data b/client-data
-Subproject 2fbfe721bd69d3ef30c9ee8f3caf7e178a434a7
+Subproject 0f3e11136a7ea914e03280352a4fcc7a89bb493
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, {}, {}