diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-01-24 18:25:42 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-01-24 18:25:42 +0100 |
commit | eeebc8f8181c8d79a2bb2e45d5341ec72ccf5540 (patch) | |
tree | dacfe82a4aa85db9edca3ae38c424b9aeeeb926f /db/re/item_db.conf | |
parent | 0cc37af255e4e222622ce524c6eccfc032811f49 (diff) | |
download | serverdata-eeebc8f8181c8d79a2bb2e45d5341ec72ccf5540.tar.gz serverdata-eeebc8f8181c8d79a2bb2e45d5341ec72ccf5540.tar.bz2 serverdata-eeebc8f8181c8d79a2bb2e45d5341ec72ccf5540.tar.xz serverdata-eeebc8f8181c8d79a2bb2e45d5341ec72ccf5540.zip |
add map items adn npcs focus on candor
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 141 |
1 files changed, 141 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 4f371069d..276b2c1d0 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -4318,6 +4318,58 @@ item_db: ( Sprite: 0 }, { + Id: 817 + AegisName: "SaxsoKey" + Name: "Saxso Key" + Type: "IT_ETC" + Buy: 2 + Sell: 1 + Weight: 1 + Atk: 0 + Matk: 0 + Def: 0 + Range: 0 + Slots: 0 + Job: { + All: true + } + Gender: "SEX_ANY" + WeaponLv: 0 + EquipLv: 0 + Refine: false + ViewSprite: 817 + BindOnEquip: false + BuyingStore: true + Delay: 0 + Sprite: 0 +}, +{ + Id: 818 + AegisName: "BlueManaPearl" + Name: "Blue Mana Pearl" + Type: "IT_ETC" + Buy: 100000 + Sell: 10000 + Weight: 0 + Atk: 0 + Matk: 0 + Def: 0 + Range: 0 + Slots: 0 + Job: { + All: true + } + Gender: "SEX_ANY" + WeaponLv: 0 + EquipLv: 0 + Refine: false + ViewSprite: 818 + BindOnEquip: false + BuyingStore: true + Delay: 0 + Sprite: 0 +}, +{ Id: 1000 AegisName: "BromenalFourLeafAmulet" Name: "Bromenal Four-Leaf Amulet" @@ -5926,6 +5978,60 @@ item_db: ( Sprite: 0 }, { + Id: 1801 + AegisName: "AssassinBoots" + Name: "Assassin Boots" + Type: "IT_ARMOR" + Buy: 600 + Sell: 180 + Weight: 18 + Atk: 0 + Matk: 0 + Def: 150 + Range: 0 + Slots: 0 + Job: { + All: true + } + Gender: "SEX_ANY" + Loc: "EQP_SHOES" + WeaponLv: 0 + EquipLv: 15 + Refine: false + ViewSprite: 1801 + BindOnEquip: false + BuyingStore: true + Delay: 0 + Sprite: 0 +}, +{ + Id: 1802 + AegisName: "RedBoots" + Name: "Red Boots" + Type: "IT_ARMOR" + Buy: 600 + Sell: 180 + Weight: 18 + Atk: 0 + Matk: 0 + Def: 150 + Range: 0 + Slots: 0 + Job: { + All: true + } + Gender: "SEX_ANY" + Loc: "EQP_SHOES" + WeaponLv: 0 + EquipLv: 15 + Refine: false + ViewSprite: 1802 + BindOnEquip: false + BuyingStore: true + Delay: 0 + Sprite: 0 +}, +{ Id: 2000 AegisName: "Armbands" Name: "Armbands" @@ -6771,6 +6877,29 @@ item_db: ( "> }, { + Id: 2707 + AegisName: "RoundLeatherShield" + Name: "Round Leather Shield" + Type: "IT_ARMOR" + Buy: 3000 + Sell: 250 + Weight: 90 + Def: 33 + Job: { + All: true + } + Gender: "SEX_ANY" + Loc: "EQP_HAND_L" + EquipLv: 3 + Refine: false + ViewSprite: 2707 + BindOnEquip: false + BuyingStore: true + OnEquipScript: <" + bonus bAtkRange, -1; + "> +}, +{ Id: 2900 AegisName: "Bandana" Name: "Bandana" @@ -8240,5 +8369,17 @@ item_db: ( Loc: "EQP_AMMO" Subtype: "W_DAGGER" }, +{ + Id: 6501 + AegisName: "TolchiArrow" + Name: "Tolchi Arrow" + Type: "IT_AMMO" + Buy: 6 + Sell: 1 + Weight: 1 + Atk: 80 + Loc: "EQP_AMMO" + Subtype: "W_DAGGER" +}, ) |