diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-20 23:50:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-20 23:50:12 -0300 |
commit | a6dd5396a31888c726e67e33b534db7e1978512e (patch) | |
tree | 2dc760629611293c7c5f420fd58cf67eb60a5a07 /db | |
parent | 6c98388111494494f12b007455c298435e5d9b27 (diff) | |
download | serverdata-a6dd5396a31888c726e67e33b534db7e1978512e.tar.gz serverdata-a6dd5396a31888c726e67e33b534db7e1978512e.tar.bz2 serverdata-a6dd5396a31888c726e67e33b534db7e1978512e.tar.xz serverdata-a6dd5396a31888c726e67e33b534db7e1978512e.zip |
Move Pumpkin Seeds to art repo, implement Carrots :3
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 26 | ||||
-rw-r--r-- | db/re/mob_db.conf | 2 |
2 files changed, 5 insertions, 23 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 81441448f..5fe0ac0c5 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -499,28 +499,6 @@ item_db: ( "> }, { - Id: 516 - AegisName: "PumpkinSeeds" - Name: "Pumpkin Seeds" - Type: "IT_HEALING" - Buy: 5 - Sell: 2 - Weight: 1 - Gender: "SEX_ANY" - WeaponLv: 0 - EquipLv: 0 - Refine: false - ViewSprite: 516 - BindOnEquip: false - BuyingStore: true - Sprite: 0 - UseEffect: "EFFECT_HEAL" - Script: <" - sc_start2 SC_POISON, 1, 10, 2500; - heal 1, 0; - "> -}, -{ Id: 517 AegisName: "DeliciousCookie" Name: "Delicious Cookie" @@ -874,6 +852,10 @@ item_db: ( Script: <" @min = 20; @max = 30; + if ($EVENT$ == "Easter") { + @min = 200; + @max = 300; + } @delay = 3; @type = 1; doevent "rand_sc_heal::OnUse"; diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 62cdbea7d..9bfc7fc5c 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1648,7 +1648,7 @@ mob_db: ( GoldenEasteregg: 100 CactusDrink: 200 CactusPotion: 100 - Aquada: 50 + Carrot: 50 BunnyEars: 10 } }, |