diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-03-20 08:06:43 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-03-20 17:17:41 +0100 |
commit | d7624b84102e8af49b2d87262e222ec938a2f193 (patch) | |
tree | 8481f62a6937583971a19645f1d3cb3a1c83e342 /db/re | |
parent | 0c590795e6323c62fb74a312f2059ea949dc7ca5 (diff) | |
download | serverdata-d7624b84102e8af49b2d87262e222ec938a2f193.tar.gz serverdata-d7624b84102e8af49b2d87262e222ec938a2f193.tar.bz2 serverdata-d7624b84102e8af49b2d87262e222ec938a2f193.tar.xz serverdata-d7624b84102e8af49b2d87262e222ec938a2f193.zip |
add chocolate bunny
Diffstat (limited to 'db/re')
-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" |