diff options
author | Joseph Botosh <rumly111@gmail.com> | 2015-10-25 23:26:11 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-11-05 23:48:30 +0100 |
commit | b7b561f571543ceb80a401eafa8ec1a5806e12f5 (patch) | |
tree | 840323f0c3eb1e44130637e9d0b8bd7ff9cfa1e2 /db | |
parent | f0d0868a0a02beafb71b2ea65dad564147fd0bd2 (diff) | |
download | serverdata-b7b561f571543ceb80a401eafa8ec1a5806e12f5.tar.gz serverdata-b7b561f571543ceb80a401eafa8ec1a5806e12f5.tar.bz2 serverdata-b7b561f571543ceb80a401eafa8ec1a5806e12f5.tar.xz serverdata-b7b561f571543ceb80a401eafa8ec1a5806e12f5.zip |
add monster Cuco with id 1020 to mob_db
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 + } +}, ) |