diff options
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r-- | db/re/mob_db.conf | 131 |
1 files changed, 130 insertions, 1 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 207d41337..c751dd26c 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -7608,8 +7608,8 @@ mob_db: ( AttackMotion: 672 DamageMotion: 480 Drops: { + Mashmallow: 250 Lawncandy: 200 - Mashmallow: 200 Candy: 50 } }, @@ -7658,4 +7658,133 @@ mob_db: ( GoldenApple: 100 } }, +{ + Id: 1206 + SpriteName: "DustGatling" + Name: "Gatling Shooter" + Lv: 50 + Hp: 3500 + Sp: 0 + Exp: 450 + JExp: 60 + AttackRange: 15 + Attack: [10, 20] + Def: 80 + Mdef: 40 + Stats: { + Str: 11 + Agi: 22 + Vit: 16 + Int: 21 + Dex: 55 + Luk: 34 + } + ViewRange: 28 + ChaseRange: 32 + Size: 0 + Race: 2 + Element: (0, 2) + Mode: { + Aggressive: true + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 420 + AttackDelay: 320 + AttackMotion: 272 + DamageMotion: 900 + Drops: { + CoinBag: 500 + RedApple: 300 + Lockpicks: 50 + } +}, +{ + Id: 1207 + SpriteName: "DustRifle" + Name: "Rifle Shooter" + Lv: 50 + Hp: 3500 + Sp: 0 + Exp: 450 + JExp: 60 + AttackRange: 15 + Attack: [300, 300] + Def: 80 + Mdef: 40 + Stats: { + Str: 11 + Agi: 22 + Vit: 16 + Int: 21 + Dex: 45 + Luk: 34 + } + ViewRange: 28 + ChaseRange: 32 + Size: 0 + Race: 2 + Element: (0, 2) + Mode: { + Aggressive: true + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 420 + AttackDelay: 2500 + AttackMotion: 272 + DamageMotion: 900 + Drops: { + CoinBag: 500 + RedApple: 300 + Lockpicks: 50 + } +}, +{ + Id: 1208 + SpriteName: "DustRevolver" + Name: "Revolver Shooter" + Lv: 50 + Hp: 3500 + Sp: 0 + Exp: 450 + JExp: 60 + AttackRange: 15 + Attack: [100, 200] + Def: 80 + Mdef: 40 + Stats: { + Str: 11 + Agi: 22 + Vit: 16 + Int: 21 + Dex: 50 + Luk: 34 + } + ViewRange: 28 + ChaseRange: 32 + Size: 0 + Race: 2 + Element: (0, 2) + Mode: { + Aggressive: true + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 220 + AttackDelay: 820 + AttackMotion: 272 + DamageMotion: 900 + Drops: { + CoinBag: 500 + RedApple: 300 + Lockpicks: 50 + } +}, ) |