From 887803a8a82649a4408b3856074a0bb3303e1b73 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 23 May 2019 21:40:28 -0300 Subject: Register five new boss monsters --- db/re/mob_db.conf | 235 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 235 insertions(+) (limited to 'db') diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index cb83d18c3..6f1fdbbab 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -8462,6 +8462,241 @@ mob_db: ( } }, // Reserved +{ + Id: 1495 + SpriteName: "MonsterSergeant" + Name: "Monster Sergeant" + Lv: 20 + Hp: 3000 + Sp: 1248 + Exp: 27 + JExp: 3 + AttackRange: 2 + Attack: [125, 150] + Def: 25 + Mdef: 25 + WalkMask: "WALK_AIR" + Stats: { + Str: 30 + Agi: 20 + Vit: 22 + Int: 0 + Dex: 20 + Luk: 33 + } + ViewRange: 9 + ChaseRange: 14 + Race: 9 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + Angry: true + CanAttack: true + ChangeTargetMelee: true + ChangeChase: true + Boss: true + } + MoveSpeed: 500 + AttackDelay: 1800 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + HastePotion: 500 + StrengthPotion: 500 + } + WeaponAttacks: { + All: 8000 + } +}, +{ + Id: 1496 + SpriteName: "MonsterLieutenant" + Name: "Monster Lieutenant" + Lv: 40 + Hp: 6070 + Sp: 1248 + Exp: 206 + JExp: 21 + AttackRange: 2 + Attack: [255, 300] + Def: 50 + Mdef: 50 + WalkMask: "WALK_AIR" + Stats: { + Str: 30 + Agi: 40 + Vit: 42 + Int: 0 + Dex: 40 + Luk: 33 + } + ViewRange: 9 + ChaseRange: 14 + Race: 9 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + Angry: true + CanAttack: true + ChangeTargetMelee: true + ChangeChase: true + Boss: true + } + MoveSpeed: 500 + AttackDelay: 1800 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + HastePotion: 500 + StrengthPotion: 500 + } + WeaponAttacks: { + All: 8000 + } +}, +{ + Id: 1497 + SpriteName: "MonsterCaptain" + Name: "Monster Captain" + Lv: 60 + Hp: 9987 + Sp: 1248 + Exp: 837 + JExp: 84 + AttackRange: 2 + Attack: [380, 460] + Def: 75 + Mdef: 75 + WalkMask: "WALK_AIR" + Stats: { + Str: 30 + Agi: 60 + Vit: 62 + Int: 0 + Dex: 60 + Luk: 33 + } + ViewRange: 9 + ChaseRange: 14 + Race: 9 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + Angry: true + CanAttack: true + ChangeTargetMelee: true + ChangeChase: true + Boss: true + } + MoveSpeed: 500 + AttackDelay: 1800 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + HastePotion: 500 + StrengthPotion: 500 + } + WeaponAttacks: { + All: 8000 + } +}, +{ + Id: 1498 + SpriteName: "MonsterColonel" + Name: "Monster Colonel" + Lv: 80 + Hp: 14340 + Sp: 1248 + Exp: 2645 + JExp: 265 + AttackRange: 2 + Attack: [512, 592] + Def: 100 + Mdef: 100 + WalkMask: "WALK_AIR" + Stats: { + Str: 30 + Agi: 80 + Vit: 62 + Int: 0 + Dex: 80 + Luk: 33 + } + ViewRange: 9 + ChaseRange: 14 + Race: 9 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + Angry: true + CanAttack: true + ChangeTargetMelee: true + ChangeChase: true + Boss: true + } + MoveSpeed: 500 + AttackDelay: 1800 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + HastePotion: 500 + StrengthPotion: 500 + } + WeaponAttacks: { + All: 8000 + } +}, +{ + Id: 1499 + SpriteName: "MonsterGeneral" + Name: "Monster General" + Lv: 100 + Hp: 19555 + Sp: 1248 + Exp: 7531 + JExp: 750 + AttackRange: 2 + Attack: [645, 720] + Def: 150 + Mdef: 150 + WalkMask: "WALK_AIR" + Stats: { + Str: 30 + Agi: 99 + Vit: 72 + Int: 0 + Dex: 99 + Luk: 33 + } + ViewRange: 9 + ChaseRange: 14 + Race: 9 + Element: (7, 3) + Mode: { + CanMove: true + Aggressive: true + Angry: true + CanAttack: true + ChangeTargetMelee: true + ChangeChase: true + Boss: true + } + MoveSpeed: 500 + AttackDelay: 1800 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + HastePotion: 500 + StrengthPotion: 500 + } + WeaponAttacks: { + All: 8000 + } +}, { Id: 1500 SpriteName: "TestingMob" -- cgit v1.2.3-70-g09d2