diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-16 07:46:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-16 07:46:39 -0300 |
commit | 0125b5d81905259894707180e7639007b6106940 (patch) | |
tree | cf2e1c32b80a418e0dd2b6a4465f6e39ae53f4b7 | |
parent | aa14924d7e94c68fd96db276b172ead5194ea22e (diff) | |
download | serverdata-0125b5d81905259894707180e7639007b6106940.tar.gz serverdata-0125b5d81905259894707180e7639007b6106940.tar.bz2 serverdata-0125b5d81905259894707180e7639007b6106940.tar.xz serverdata-0125b5d81905259894707180e7639007b6106940.zip |
Yellow Slime Mother is actually weaker than Copper's
-rw-r--r-- | db/re/mob_db.conf | 44 | ||||
-rw-r--r-- | db/re/mob_skill_db.conf | 15 |
2 files changed, 59 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 8572b1c48..5a481aa94 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -9459,6 +9459,50 @@ mob_db: ( Bows: 3000 } }, +{ + Id: 1239 + SpriteName: "YellowSlimeMother" + Name: "Yellow Slime Mother" + Lv: 63 + Hp: 5370 + Sp: 0 + Exp: 775 + 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: { + 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 665f2abba..f4f5bd4cd 100644 --- a/db/re/mob_skill_db.conf +++ b/db/re/mob_skill_db.conf @@ -1702,6 +1702,21 @@ SKILL_COND2 = { } /**********************************************************************/ + YellowSlimeMother: { + NPC_SUMMONSLAVE: { + SkillState: "MSS_ANY" + SkillLevel: 8 + Rate: 10000 + CastTime: 700 + Delay: 40000 + SkillTarget: "MST_SELF" + CastCondition: "MSC_SLAVELE" + ConditionData: 4 + val0: 1198 + } + } + + /**********************************************************************/ GeneralKrukan: { ASC_METEORASSAULT: { SkillState: "MSS_BERSERK" |