diff options
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r-- | db/re/mob_db.conf | 88 |
1 files changed, 86 insertions, 2 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 1760fedd8..11bba4ca7 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -528,7 +528,50 @@ mob_db: ( Moss: 300 } }, -// 1012 is free +{ + Id: 1012 + SpriteName: "IceMaggot" + Name: "Ice Maggot" + Lv: 25 + Hp: 3004 + Sp: 0 + Exp: 34 + JExp: 2 + AttackRange: 1 + Attack: [222, 272] + Def: 6 + Mdef: 2 + Stats: { + Str: 9 + Agi: 18 + Vit: 17 + Int: 1 + Dex: 14 + Luk: 11 + } + ViewRange: 7 + ChaseRange: 12 + Race: 2 + Element: (1, 1) + Mode: { + Aggressive: true + CanMove: true + CanAttack: true + ChangeChase: true + CastSensorChase: true + } + MoveSpeed: 700 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 200 + Drops: { + MaggotSlime: 800 + BugLeg: 400 + Coal: 15 + IceCube: 11 + CrystallizedMaggot: 1 + } +}, // 1013 is free // 1014 is free { @@ -905,7 +948,48 @@ mob_db: ( Butterfly: 1 } }, -// 1026 is free +{ + Id: 1026 + SpriteName: "Archant" + Name: "Archant" + Lv: 65 + Hp: 1050 + Sp: 0 + Exp: 18 + JExp: 1 + AttackRange: 1 + Attack: [100, 130] + Def: 12 + Mdef: 2 + Stats: { + Str: 9 + Agi: 18 + Vit: 17 + Int: 1 + Dex: 14 + Luk: 11 + } + ViewRange: 7 + ChaseRange: 12 + Race: 2 + Element: (2, 1) + Mode: { + Aggressive: true + CanMove: true + CanAttack: true + ChangeChase: true + CastSensorChase: true + } + MoveSpeed: 700 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 200 + Drops: { + MaggotSlime: 800 + BugLeg: 400 + Coal: 15 + } +}, { Id: 1027 SpriteName: "CaveMaggot" |