diff options
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r-- | db/re/mob_db.conf | 86 |
1 files changed, 64 insertions, 22 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 8ff84171a..318f558fb 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -11178,6 +11178,47 @@ mob_db: ( }, // System { + Id: 1492 + SpriteName: "Gladiator" + Name: "Gladiator" + Lv: 85 + Hp: 13255 + Sp: 0 + Exp: 57 + JExp: 10 + 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: (0, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeTargetMelee: true + ChangeChase: true + Aggressive: true + CastSensorChase: true + } + MoveSpeed: 152 + AttackDelay: 872 + AttackMotion: 172 + DamageMotion: 100 + Drops: { + StrangeCoin: 1 + } +}, +{ Id: 1493 SpriteName: "GameMaster" Name: "Game Master" @@ -11463,29 +11504,29 @@ mob_db: ( }, { Id: 1500 - SpriteName: "TestingMob" - Name: "Testing Mob" - Lv: 85 - Hp: 13255 - Sp: 0 - Exp: 57 - JExp: 10 - AttackRange: 1 - Attack: [81, 93] - Def: 80 - Mdef: 90 + SpriteName: "MobMoubootaur" + Name: "The Moubootaur" + Lv: 999 + Hp: 9999999 + Sp: 999999 + Exp: 99999 + JExp: 9999 + AttackRange: 1 + Attack: [999, 1200] + Def: 99 + Mdef: 99 Stats: { - Str: 50 - Agi: 66 - Vit: 76 - Int: 30 - Dex: 70 - Luk: 41 + Str: 99 + Agi: 99 + Vit: 99 + Int: 99 + Dex: 99 + Luk: 99 } - ViewRange: 9 - ChaseRange: 14 + ViewRange: 18 + ChaseRange: 18 Race: 2 - Element: (0, 1) + Element: (7, 4) Mode: { CanMove: true CanAttack: true @@ -11493,10 +11534,11 @@ mob_db: ( ChangeChase: true Aggressive: true CastSensorChase: true + Boss: true } - MoveSpeed: 152 + MoveSpeed: 220 AttackDelay: 872 - AttackMotion: 172 + AttackMotion: 272 DamageMotion: 100 Drops: { StrangeCoin: 1 |