diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 5a59487e9..ffc89c9a2 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2242,6 +2242,32 @@ item_db: ( "> }, { + Id: 597 + AegisName: "ChocolateBunny" + Name: "Chocolate Bunny" + Type: "IT_HEALING" + Buy: 400 + Sell: 100 + Weight: 350 + Gender: "SEX_ANY" + WeaponLv: 0 + EquipLv: 0 + Refine: false + ViewSprite: 597 + BindOnEquip: false + BuyingStore: true + Delay: 800 + Sprite: 0 + UseEffect: "EFFECT_HEAL" + Script: <" + @min = 1300; + @max = 1800; + @delay = 4; + @type = 1; + doevent "rand_sc_heal::OnUse"; + "> +}, +{ Id: 700 AegisName: "SmallTentacles" Name: "Small Tentacles" |