diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-06-24 09:06:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-06-24 09:06:06 -0300 |
commit | a7941e72dce36cc2678ead5d9c7fba9a8ce9c211 (patch) | |
tree | 8d5cff36e4d03d795f551fe404841c0341587d2d | |
parent | 478104012465b4c234758888da93f86db7a2e9a3 (diff) | |
download | serverdata-a7941e72dce36cc2678ead5d9c7fba9a8ce9c211.tar.gz serverdata-a7941e72dce36cc2678ead5d9c7fba9a8ce9c211.tar.bz2 serverdata-a7941e72dce36cc2678ead5d9c7fba9a8ce9c211.tar.xz serverdata-a7941e72dce36cc2678ead5d9c7fba9a8ce9c211.zip |
As this now competes with useful items, make it the average of all of them
-rw-r--r-- | db/re/item_db.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 028c90e94..f42328006 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -6058,6 +6058,7 @@ item_db: ( Type: "IT_ARMOR" Buy: 999999 Sell: 1 + Def: 5 Weight: 1 Loc: "EQP_ACC_R" Refine: false @@ -6071,6 +6072,12 @@ item_db: ( nomail: true noauction: true } + Script: <" + bonus2 bResEff,Eff_Blind, 500; + bonus2 bAddRaceTolerance, RC_Player, 10; + bonus bLongAtkDef, 10; + bonus bAddStealRate, 5; + "> }, { Id: 1019 |