From b08e696dfa33e4cd2d96ee46a7dc0a54a5898353 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 18 May 2019 11:37:50 -0300 Subject: Fix bugs + New monster: Gobo Bear. Seems like a Goblin. But is a Teddy Bear. That was weird, Mr. Grey! --- db/re/mob_db.conf | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) (limited to 'db') diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index d21542e21..2d3517f97 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -8128,4 +8128,86 @@ mob_db: ( TerraniteMask: 2 } }, +{ + Id: 1214 + SpriteName: "GoboBear" + Name: "Gobo Bear" + Lv: 85 + Hp: 12464 + Sp: 0 + Exp: 4051 + JExp: 44 + AttackRange: 1 + Attack: [947, 1097] + Def: 80 + Mdef: 90 + Stats: { + Str: 46 + Agi: 62 + Vit: 74 + Int: 30 + Dex: 68 + Luk: 37 + } + ViewRange: 9 + ChaseRange: 12 + Race: 2 + Element: (2, 2) + Mode: { + CanMove: true + CanAttack: true + Aggressive: true + Angry: true + ChangeTargetMelee: true + ChangeChase: true + CastSensorChase: true + } + MoveSpeed: 300 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 200 + Drops: { + Coal: 700 + } +}, +{ + Id: 1215 + SpriteName: "TestingMob" + Name: "Testing Mob" + Lv: 85 + Hp: 13255 + Sp: 0 + Exp: 5700 + JExp: 50 + AttackRange: 1 + Attack: [81, 93] + Def: 80 + Mdef: 90 + Stats: { + Str: 50 + Agi: 66 + Vit: 76 + Int: 30 + Dex: 70 + Luk: 41 + } + ViewRange: 9 + ChaseRange: 14 + Race: 2 + Element: (2, 3) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeChase: true + CastSensorChase: true + } + MoveSpeed: 300 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 200 + Drops: { + Coal: 700 + } +}, ) -- cgit v1.2.3-60-g2f50