diff options
author | Saulc <lucashelaine14@gmail.com> | 2019-10-02 09:01:45 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2019-10-02 09:01:45 +0000 |
commit | 79258f173bcb1fd0dd09db036fb684f17917ac0d (patch) | |
tree | 6d4138b7cff5387046f9aac71cfc4906c060e2b6 | |
parent | 4bb9173b10bf88564e6fbd366e09372810c292ad (diff) | |
download | serverdata-79258f173bcb1fd0dd09db036fb684f17917ac0d.tar.gz serverdata-79258f173bcb1fd0dd09db036fb684f17917ac0d.tar.bz2 serverdata-79258f173bcb1fd0dd09db036fb684f17917ac0d.tar.xz serverdata-79258f173bcb1fd0dd09db036fb684f17917ac0d.zip |
Fix level of Terranite Equipments
-rw-r--r-- | db/re/item_db.conf | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 4e8ebdc51..f2e92b8a8 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -6683,7 +6683,7 @@ item_db: ( Weight: 3600 Def: 143 Loc: "EQP_HEAD_MID" - EquipLv: 80 + EquipLv: 82 Refine: true ViewSprite: 1311 Script: <" @@ -7647,12 +7647,12 @@ item_db: ( AegisName: "TerraniteBoots" Name: "Terranite Boots" Type: "IT_ARMOR" - Buy: 2 - Sell: 1 - Weight: 1 + Buy: 10000 + Sell: 1200 + Weight: 320 Def: 28 Loc: "EQP_SHOES" - EquipLv: 81 + EquipLv: 80 Refine: false ViewSprite: 1813 Script: <" @@ -8001,12 +8001,12 @@ item_db: ( AegisName: "TerraniteGloves" Name: "Terranite Gloves" Type: "IT_ARMOR" - Buy: 2 - Sell: 1 - Weight: 1 + Buy: 10000 + Sell:1000 + Weight: 200 Def: 30 Loc: "EQP_GARMENT" - EquipLv: 80 + EquipLv: 78 Refine: false ViewSprite: 2014 Script: <" @@ -8315,12 +8315,12 @@ item_db: ( AegisName: "TerranitePants" Name: "Terranite Pants" Type: "IT_ARMOR" - Buy: 1200 - Sell: 250 - Weight: 80 + Buy: 12000 + Sell: 2500 + Weight: 650 Def: 52 Loc: "EQP_HEAD_LOW" - EquipLv: 77 + EquipLv: 81 Refine: false ViewSprite: 2210 Script: <" |