From fd7c00b597a20090696ad1bb4fc902fc31fbf61a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 28 Feb 2021 15:42:04 -0300 Subject: Add Moubi Hat and Bloody Mouboo Hat to item database. Stats are the same as Mouboo Hat. So be it. --- db/re/item_db.conf | 34 ++++++++++++++++++++++++++++++++++ db/re/mob_db.conf | 3 ++- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/db/re/item_db.conf b/db/re/item_db.conf index c13709de4..7d408eb67 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -10856,6 +10856,40 @@ item_db: ( bonus2 bSPGainRace, RC_Boss, 10; // I can't even describe this bonus "> }, +{ + Id: 3023 + AegisName: "MoubiHat" + Name: "Moubi Hat" + Type: "IT_ARMOR" + Buy: 16000 + Sell: 1000 + Weight: 380 + Def: 9 + Loc: "EQP_HEAD_TOP" + EquipLv: 35 + Refine: false + Script: <" + bonus bMaxHP,150; + bonus bDef2, 3; + "> +}, +{ + Id: 3024 + AegisName: "BloodyMoubooHat" + Name: "Bloody Mouboo Hat" + Type: "IT_ARMOR" + Buy: 16000 + Sell: 1000 + Weight: 380 + Def: 9 + Loc: "EQP_HEAD_TOP" + EquipLv: 35 + Refine: false + Script: <" + bonus bMaxHP,150; + bonus bDef2, 3; + "> +}, // Neck Armor { diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index a53300fd2..011c86ff3 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1510,11 +1510,11 @@ mob_db: ( RedApple: 1750 MoubooSteak: 1500 ChocolateBar: 1450 - CasinoCoins: 1250 ReedBundle: 1000 ChocolateMouboo: 500 PurificationPotion: 60 HeartNecklace: 1 + MoubiHat: 1 } }, { @@ -4852,6 +4852,7 @@ mob_db: ( Drops: { RedApple: 400 MoubooSteak: 215 + BloodyMoubooHat: 1 } }, { -- cgit v1.2.3-60-g2f50