diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 2 | ||||
-rw-r--r-- | db/re/mob_db.conf | 6 |
2 files changed, 5 insertions, 3 deletions
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 } }, |