diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-11 01:54:50 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-11 01:54:50 -0200 |
commit | 438158ff1516fa4b55f34c8d30d12a1e948f8474 (patch) | |
tree | 1547f6e06274901fb432fe91f84ce4b0ba95b2ad /db/re/item_db.conf | |
parent | 975782ec97a8d2c14893b9a7e3cf309970fab5b8 (diff) | |
download | serverdata-438158ff1516fa4b55f34c8d30d12a1e948f8474.tar.gz serverdata-438158ff1516fa4b55f34c8d30d12a1e948f8474.tar.bz2 serverdata-438158ff1516fa4b55f34c8d30d12a1e948f8474.tar.xz serverdata-438158ff1516fa4b55f34c8d30d12a1e948f8474.zip |
Fix some other absurds involving equip weight/sellprice on item db now,
so they don't cause me problems later (headgear need weight/price as added)
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 70f0ac90f..120c49afe 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -5840,7 +5840,7 @@ item_db: ( Type: "IT_ARMOR" Buy: 12000 Sell: 800 - Weight: 3600 + Weight: 2000 Def: 170 Loc: "EQP_HEAD_MID" EquipLv: 60 @@ -6271,9 +6271,9 @@ item_db: ( AegisName: "GoldenLightPlatemail" Name: "Golden Light Platemail" Type: "IT_ARMOR" - Buy: 2 - Sell: 1 - Weight: 1 + Buy: 200000 + Sell: 1000 + Weight: 2200 Def: 184 Loc: "EQP_HEAD_MID" EquipLv: 64 @@ -6288,9 +6288,9 @@ item_db: ( AegisName: "GoldenWarlordPlate" Name: "Golden Warlord Plare" Type: "IT_ARMOR" - Buy: 2 - Sell: 1 - Weight: 1 + Buy: 200000 + Sell: 10000 + Weight: 3000 Def: 225 Loc: "EQP_HEAD_MID" EquipLv: 75 @@ -6397,9 +6397,9 @@ item_db: ( AegisName: "AssassinChest" Name: "AssassinChest" Type: "IT_ARMOR" - Buy: 2 - Sell: 1 - Weight: 1 + Buy: 200000 + Sell: 9000 + Weight: 400 Def: 177 Loc: "EQP_HEAD_MID" EquipLv: 78 @@ -8495,7 +8495,7 @@ item_db: ( Type: "IT_ARMOR" Buy: 1600 Sell: 300 - Weight: 22 + Weight: 400 Def: 70 Loc: "EQP_HEAD_TOP" EquipLv: 65 @@ -8845,7 +8845,7 @@ item_db: ( Type: "IT_ARMOR" Buy: 32000 Sell: 1000 - Weight: 22 + Weight: 220 Def: 51 Loc: "EQP_HEAD_TOP" EquipLv: 70 |