From fee7533113d4716c590384514bfa87b2a1e07969 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 17 Apr 2021 20:18:05 -0300 Subject: Red Slimes drops may have +1 stat bonus to them (options) --- db/option_drop_groups.conf | 12 ++++++++++++ db/pre-re/mob_db.conf | 10 +++++----- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/db/option_drop_groups.conf b/db/option_drop_groups.conf index b293be19..ccd88867 100644 --- a/db/option_drop_groups.conf +++ b/db/option_drop_groups.conf @@ -49,5 +49,17 @@ option_drop_group_db: ( // ... (up to MAX_ITEM_OPTION) ), **************************************************************************/ + ODG_BASICSTAT: ( + { // Option Slot 1 + Rate: 100 + + VAR_STRAMOUNT: 1 + VAR_AGIAMOUNT: 1 + VAR_VITAMOUNT: 1 + VAR_INTAMOUNT: 1 + VAR_DEXAMOUNT: 1 + VAR_LUKAMOUNT: 1 + }, + ), } ) diff --git a/db/pre-re/mob_db.conf b/db/pre-re/mob_db.conf index 731fc7bb..9a198c59 100644 --- a/db/pre-re/mob_db.conf +++ b/db/pre-re/mob_db.conf @@ -5380,14 +5380,14 @@ mob_db: ( AttackMotion: 672 DamageMotion: 480 Drops: { - Knife: 300 + Knife: (300, "ODG_BASICSTAT") ChocolateBar: 110 - Dagger: 200 + Dagger: (200, "ODG_BASICSTAT") Ruby: 20 - MinersHat: 80 + MinersHat: (80, "ODG_BASICSTAT") RedApple: 750 - Boots: 250 - MinerGloves: 150 + Boots: (250, "ODG_BASICSTAT") + MinerGloves: (150, "ODG_BASICSTAT") } }, { -- cgit v1.2.3-60-g2f50