From aa14924d7e94c68fd96db276b172ead5194ea22e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 16 May 2020 07:43:04 -0300 Subject: Blue and Copper Slime Mothers --- db/re/mob_db.conf | 94 +++++++++++++++++++++++++++++++++++++++++++++++-- db/re/mob_skill_db.conf | 30 ++++++++++++++++ 2 files changed, 121 insertions(+), 3 deletions(-) (limited to 'db') diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index ffe1052de..8572b1c48 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -9332,7 +9332,7 @@ mob_db: ( SpriteName: "GreenSlimeMother" Name: "Green Slime Mother" Lv: 60 - Hp: 4270 + Hp: 5270 Sp: 0 Exp: 700 JExp: 10 @@ -9348,8 +9348,96 @@ mob_db: ( Dex: 270 Luk: 250 } - ViewRange: 5 - ChaseRange: 10 + 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: 1237 + SpriteName: "BlueSlimeMother" + Name: "Blue Slime Mother" + Lv: 61 + Hp: 5270 + Sp: 0 + Exp: 720 + JExp: 10 + AttackRange: 6 + Attack: [87, 94] + Def: 70 + Mdef: 80 + 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: 1238 + SpriteName: "CopperSlimeMother" + Name: "Copper Slime Mother" + Lv: 62 + Hp: 5320 + Sp: 0 + Exp: 750 + JExp: 10 + AttackRange: 6 + Attack: [174, 196] + Def: 70 + Mdef: 80 + Stats: { + Str: 40 + Agi: 15 + Vit: 35 + Int: 10 + Dex: 270 + Luk: 250 + } + ViewRange: 10 + ChaseRange: 12 Race: 0 Element: (3, 2) Mode: { diff --git a/db/re/mob_skill_db.conf b/db/re/mob_skill_db.conf index 21b94daa3..665f2abba 100644 --- a/db/re/mob_skill_db.conf +++ b/db/re/mob_skill_db.conf @@ -1671,6 +1671,36 @@ SKILL_COND2 = { } } + /**********************************************************************/ + BlueSlimeMother: { + NPC_SUMMONSLAVE: { + SkillState: "MSS_ANY" + SkillLevel: 4 + Rate: 10000 + CastTime: 700 + Delay: 20000 + SkillTarget: "MST_SELF" + CastCondition: "MSC_SLAVELE" + ConditionData: 2 + val0: 1087 + } + } + + /**********************************************************************/ + CopperSlimeMother: { + NPC_SUMMONSLAVE: { + SkillState: "MSS_ANY" + SkillLevel: 8 + Rate: 10000 + CastTime: 700 + Delay: 40000 + SkillTarget: "MST_SELF" + CastCondition: "MSC_SLAVELE" + ConditionData: 4 + val0: 1088 + } + } + /**********************************************************************/ GeneralKrukan: { ASC_METEORASSAULT: { -- cgit v1.2.3-60-g2f50