diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-08-29 07:44:40 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-08-29 07:44:40 +0000 |
commit | e824a9a52d3517049516885b72d0bcaa5d2d7c3e (patch) | |
tree | 008a4b1ff605a4d37a80510c400ec9742ebb8d72 /db/re | |
parent | 4e076de500906b536787b1e626a7f795459c392b (diff) | |
download | serverdata-e824a9a52d3517049516885b72d0bcaa5d2d7c3e.tar.gz serverdata-e824a9a52d3517049516885b72d0bcaa5d2d7c3e.tar.bz2 serverdata-e824a9a52d3517049516885b72d0bcaa5d2d7c3e.tar.xz serverdata-e824a9a52d3517049516885b72d0bcaa5d2d7c3e.zip |
fix, amethyst = dex emerald = luck
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index a80026622..1e5984955 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -9068,15 +9068,24 @@ item_db: ( AegisName: "Monocle" Name: "Monocle" Type: "IT_ARMOR" - Buy: 1000 - Sell: 90 + Buy: 10000 + Sell: 3000 Weight: 22 - Def: 10 + Def: 9 Loc: "EQP_ACC_R" - EquipLv: 3 + EquipLv: 25 Refine: false ViewSprite: 3201 BuyingStore: true + Slots: 1 + AllowCards: { + id5031: 1 + id5032: 1 + id5033: 1 + id5034: 1 + id5035: 1 + id5036: 1 + } }, { Id: 3202 @@ -10208,7 +10217,7 @@ item_db: ( Weight: 4 Loc: 2048 Script: <" - bonus bDex,2; + bonus bLuk,2; "> }, { @@ -10247,7 +10256,7 @@ item_db: ( Weight: 4 Loc: 2048 Script: <" - bonus bLuk,2; + bonus bDex,2; "> }, { |