diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/re/mob_db.conf | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 38e27ab9..c9c5b363 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -819,4 +819,45 @@ mob_db: ( Pumpkin: 5000 } }, +{ + Id: 1020 + SpriteName: "Cuco" + Name: "Cuco" + Lv: 25 + Hp: 1000 + Sp: 0 + Exp: 100 + JExp: 0 + AttackRange: 1 + Attack: [50, 70] + Def: 3 + Mdef: 40 + Stats: { + Str: 15 + Agi: 1 + Vit: 40 + Int: 1 + Dex: 40 + Luk: 5 + } + ViewRange: 1 + ChaseRange: 1000 + Size: 0 + Race: 2 + Element: (4, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + CastSensorChase: true + } + MoveSpeed: 500 + AttackDelay: 1300 + AttackMotion: 672 + DamageMotion: 270 + MvpExp: 0 + Drops: { + Pumpkin: 90000 + } +}, ) |