From 5e7b6e8523cdcf806c0a5d60582675061def2a0f Mon Sep 17 00:00:00 2001
From: Jesusaves <cpntb1@ymail.com>
Date: Sat, 16 May 2020 07:55:33 -0300
Subject: Starting at Chocolate, the Slime Mothers will begin inflicting status
 ailments, ranging from DECAGI to CURSE (hopefully)

---
 db/re/mob_db.conf       | 88 +++++++++++++++++++++++++++++++++++++++++++++++++
 db/re/mob_skill_db.conf | 24 ++++++++++++++
 2 files changed, 112 insertions(+)

diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf
index f419979d4..f65139b8c 100644
--- a/db/re/mob_db.conf
+++ b/db/re/mob_db.conf
@@ -9547,6 +9547,94 @@ mob_db: (
 		Bows: 3000
 	}
 },
+{
+	Id: 1240
+	SpriteName: "RedSlimeMother"
+	Name: "Red Slime Mother"
+	Lv: 64
+	Hp: 5420
+	Sp: 0
+	Exp: 800
+	JExp: 10
+	AttackRange: 6
+	Attack: [175, 200]
+	Def: 72
+	Mdef: 85
+	Stats: {
+		Str: 40
+		Agi: 15
+		Vit: 35
+		Int: 10
+		Dex: 270
+		Luk: 250
+	}
+	ViewRange: 10
+	ChaseRange: 12
+	Race: 0
+	Element: (3, 2)
+	Mode: {
+		CanMove: true
+		Looter: true
+		Aggressive: true
+		CanAttack: true
+		ChangeChase: true
+	}
+	MoveSpeed: 900
+	AttackDelay: 1300
+	AttackMotion: 672
+	DamageMotion: 200
+	Drops: {
+		Coal: 50
+	}
+	WeaponAttacks: {
+		All: 4000
+		Bows: 3000
+	}
+},
+{
+	Id: 1241
+	SpriteName: "ChocolateSlimeMother"
+	Name: "Chocolate Slime Mother"
+	Lv: 65
+	Hp: 5500
+	Sp: 0
+	Exp: 850
+	JExp: 10
+	AttackRange: 6
+	Attack: [180, 200]
+	Def: 75
+	Mdef: 90
+	Stats: {
+		Str: 40
+		Agi: 15
+		Vit: 35
+		Int: 10
+		Dex: 270
+		Luk: 250
+	}
+	ViewRange: 10
+	ChaseRange: 12
+	Race: 0
+	Element: (3, 2)
+	Mode: {
+		CanMove: true
+		Looter: true
+		Aggressive: true
+		CanAttack: true
+		ChangeChase: true
+	}
+	MoveSpeed: 900
+	AttackDelay: 1300
+	AttackMotion: 672
+	DamageMotion: 200
+	Drops: {
+		Coal: 50
+	}
+	WeaponAttacks: {
+		All: 4000
+		Bows: 3000
+	}
+},
 
 // WARNING: ID 1250~1400 PERMANENTLY RESERVED - USE PROHIBTED
 // Reserved
diff --git a/db/re/mob_skill_db.conf b/db/re/mob_skill_db.conf
index 64181a54c..445d42716 100644
--- a/db/re/mob_skill_db.conf
+++ b/db/re/mob_skill_db.conf
@@ -1731,6 +1731,30 @@ SKILL_COND2 = {
 		}
 	}
 
+	/**********************************************************************/
+	ChocolateSlimeMother: {
+		NPC_SUMMONSLAVE: {
+			SkillState: "MSS_ANY"
+			SkillLevel: 8
+			Rate: 10000
+			CastTime: 400
+			Delay: 30000
+			SkillTarget: "MST_SELF"
+			CastCondition: "MSC_SLAVELE"
+			ConditionData: 6
+			val0: 1180
+		}
+		AL_DECAGI: {
+			SkillState: "MSS_BERSERK"
+			SkillLevel: 1
+			Rate: 6000
+			Delay: 180000
+			Cancelable: true
+			SkillTarget: "MST_TARGET"
+			CastCondition: "MSC_ALWAYS"
+		}
+	}
+
 	/**********************************************************************/
 	GeneralKrukan: {
 		ASC_METEORASSAULT: {
-- 
cgit v1.2.3-70-g09d2