diff options
author | zackdreaver <zackdreaver@gmail.com> | 2015-03-28 14:28:30 +0700 |
---|---|---|
committer | zackdreaver <zackdreaver@gmail.com> | 2015-03-28 14:28:30 +0700 |
commit | 8c63ddd18224c368f89ac13ee17d9ea510771bce (patch) | |
tree | 86d20d923dc4e5683f9b20b6b1778935efa46a26 /db | |
parent | ec14a7907ac0ce2af5b772f4a77eee2638f0321d (diff) | |
download | hercules-8c63ddd18224c368f89ac13ee17d9ea510771bce.tar.gz hercules-8c63ddd18224c368f89ac13ee17d9ea510771bce.tar.bz2 hercules-8c63ddd18224c368f89ac13ee17d9ea510771bce.tar.xz hercules-8c63ddd18224c368f89ac13ee17d9ea510771bce.zip |
Added new accessories
Signed-off-by: zackdreaver <zackdreaver@gmail.com>
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index c50e23f2f..173547c24 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -128203,6 +128203,112 @@ item_db: ( "> }, { + Id: 28310 + AegisName: "Sarah's_Left_Earring" + Name: "Sarah's Left Earring" + Type: 5 + Weight: 100 + Job: 0xFFFFFFFF + Upper: 63 + Loc: 136 + EquipLv: 145 + Refine: false + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" + skill AL_HEAL,1; + "> +}, +{ + Id: 28311 + AegisName: "Sarah's_Right_Earring" + Name: "Sarah's Right Earring" + Type: 5 + Weight: 100 + Job: 0xFFFFFFFF + Upper: 63 + Loc: 136 + EquipLv: 145 + Refine: false + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + Script: <" + skill AL_TELEPORT,1; + "> +}, +{ + Id: 28326 + AegisName: "Broken_Chips_01" + Name: "Broken Chips 01" + Type: 4 + Buy: 10 + Weight: 100 + Slots: 1 + Upper: 63 + Loc: 136 + EquipLv: 100 + Script: <" bonus bStr,4; "> +}, + +{ + Id: 28327 + AegisName: "Broken_Chips_02" + Name: "Broken Chips 02" + Type: 4 + Buy: 10 + Weight: 100 + Slots: 1 + Upper: 63 + Loc: 136 + EquipLv: 100 + Script: <" bonus bInt,4; "> +}, +{ + Id: 28332 + AegisName: "Jewerly_Ring" + Name: "Jewerly Ring" + Type: 4 + Buy: 10 + Weight: 100 + Upper: 63 + Loc: 136 + EquipLv: 1 + Refine: false + Script: <" + bonus bLuk,20; + autobonus "{ bonus bAspd,2; }",50,2000,BF_WEAPON|BF_MAGIC; + "> +}, +{ + Id: 28333 + AegisName: "Gold_PC_Room_Ring" + Name: "Gold PC Room Ring" + Type: 4 + Buy: 10 + Slots: 1 + Upper: 63 + Loc: 136 + EquipLv: 1 + Script: <" + bonus bMaxHPrate,3; + bonus bMaxSPrate,3; + "> +}, +{ Id: 28604 AegisName: "Crimson_Bible" Name: "Crimson Bible" |