diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-08 17:26:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-08 17:26:43 -0300 |
commit | c4b17dee42ae18083dcae8889f2c4f314d700186 (patch) | |
tree | 05f9b54909b204119d39bca4db4992150bdf9719 /db | |
parent | 8df8e3d1d3c7555c097418fd6ff1a9a17ada65c0 (diff) | |
download | serverdata-c4b17dee42ae18083dcae8889f2c4f314d700186.tar.gz serverdata-c4b17dee42ae18083dcae8889f2c4f314d700186.tar.bz2 serverdata-c4b17dee42ae18083dcae8889f2c4f314d700186.tar.xz serverdata-c4b17dee42ae18083dcae8889f2c4f314d700186.zip |
Linarian Soul and Tux Soul
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 97177c62c..142acd20b 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -16363,6 +16363,46 @@ item_db: ( @coolio=max(gettimetick(2), @coolio)+300; "> }, +{ + Id: 8025 + AegisName: "LinarianSoul" + Name: "Linarian Soul" + Type: "IT_ARMOR" + Buy: 30 + Sell: 10 + Weight: 2 + Loc: "EQP_HEAD_MID" + EquipLv: 1 + Refine: false + Trade: { + notrade: true + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } +}, +{ + Id: 8026 + AegisName: "TuxSoul" + Name: "Tux Soul" + Type: "IT_ARMOR" + Buy: 30 + Sell: 10 + Weight: 2 + Loc: "EQP_HEAD_MID" + EquipLv: 1 + Refine: false + Trade: { + notrade: true + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } +}, ) |