diff options
-rw-r--r-- | db/re/mob_db.conf | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 73d96931c..3bc6c9db3 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -7447,4 +7447,51 @@ mob_db: ( Bows: 3000 } }, +{ + Id: 1199 + SpriteName: "OldSnake" + Name: "Old Snake" + Lv: 35 + Hp: 4720 + Sp: 0 + Exp: 65 + JExp: 21 + AttackRange: 1 + Attack: [380, 700] + Def: 6 + Mdef: 10 + Stats: { + Str: 20 + Agi: 11 + Vit: 10 + Int: 10 + Dex: 32 + Luk: 15 + } + ViewRange: 7 + ChaseRange: 8 + Size: 0 + Race: 2 + Element: (5, 1) + Mode: { + CanMove: true + CanAttack: true + Aggressive: true + Angry: true + ChangeTargetMelee: true + ChangeChase: true + CastSensorChase: true + } + MoveSpeed: 500 + AttackDelay: 1400 + AttackMotion: 672 + DamageMotion: 200 + Drops: { + SnakeTongue: 400 + SnakeEgg: 290 + SnakeEgg: 95 + SnakeSkin: 90 + DivineApple: 1 + } +}, ) |