From a6dd5396a31888c726e67e33b534db7e1978512e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 20 Mar 2018 23:50:12 -0300 Subject: Move Pumpkin Seeds to art repo, implement Carrots :3 --- db/re/item_db.conf | 26 ++++---------------------- db/re/mob_db.conf | 2 +- 2 files changed, 5 insertions(+), 23 deletions(-) (limited to 'db') 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 @@ -498,28 +498,6 @@ item_db: ( doevent "rand_sc_heal::OnUse"; "> }, -{ - 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" @@ -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 } }, -- cgit v1.2.3-60-g2f50