From e270acd927459a0ee9ea480d51272bdb1edf8393 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Feb 2019 23:48:52 -0200 Subject: Valentine Day accessory functionality finished. --- db/re/item_db.conf | 2 +- db/re/mob_db.conf | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'db/re') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 40291ca80..0b288f611 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -752,7 +752,7 @@ item_db: ( Script: <" @min = 20; @max = 30; - if ($EVENT$ == "Easter") { + if ($EVENT$ == "Easter" || $EVENT$ == "Valentine") { @min = 200; @max = 300; } diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index d430a0c1c..f8d18facd 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1643,8 +1643,10 @@ mob_db: ( AttackMotion: 672 DamageMotion: 480 Drops: { - LoveLetter: 200 - Carrot: 41 + BoxOfChocolates: 1000 + LoveLetter: 100 + Carrot: 51 + EverburnPowder: 6 FluffyHat: 1 } }, -- cgit v1.2.3-70-g09d2