diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 42 |
1 files changed, 38 insertions, 4 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 6643d4b0a..2e5fc1339 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2782,6 +2782,40 @@ item_db: ( "> }, { + Id: 587 + AegisName: "BugLeg" + Name: "Bug Leg" + Type: "IT_HEALING" + Buy: 20 + Sell: 18 + Weight: 4 + Atk: 0 + Matk: 0 + Def: 0 + Range: 0 + Slots: 0 + Job: { + All: true + } + Gender: "SEX_ANY" + WeaponLv: 0 + EquipLv: 0 + Refine: false + ViewSprite: 587 + BindOnEquip: false + BuyingStore: true + Delay: 500 + Sprite: 0 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 20; + @max = 70; + @delay = 2; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ Id: 700 AegisName: "SmallTentacles" Name: "Small Tentacles" @@ -3855,11 +3889,11 @@ item_db: ( }, { Id: 741 - AegisName: "BugLeg" - Name: "Bug Leg" + AegisName: "IronPowder + Name: "Iron Powder" Type: "IT_ETC" - Buy: 50 - Sell: 10 + Buy: 500 + Sell: 100 Weight: 2 Atk: 0 Matk: 0 |