diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-09-08 15:23:29 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-09-08 15:23:29 +0000 |
commit | 597ff2d2b03946090df9b8041819bb6dc539c8f8 (patch) | |
tree | 1cbfe50888401d31dd13be782b4559c59bf8e8b8 | |
parent | 450643c098c20c0a3d1111b20714cbee844c55cf (diff) | |
download | serverdata-597ff2d2b03946090df9b8041819bb6dc539c8f8.tar.gz serverdata-597ff2d2b03946090df9b8041819bb6dc539c8f8.tar.bz2 serverdata-597ff2d2b03946090df9b8041819bb6dc539c8f8.tar.xz serverdata-597ff2d2b03946090df9b8041819bb6dc539c8f8.zip |
Add michel monster
-rw-r--r-- | db/re/mob_db.conf | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 9577b3db8..229835f34 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -7516,4 +7516,50 @@ mob_db: ( ChocolateMouboo: 20 } }, +{ + Id: 1203 + SpriteName: "Michel" + Name: "Michel" + Lv: 75 + Hp: 20000 + Sp: 0 + Exp: 1180 + JExp: 70 + AttackRange: 1 + Attack: [530, 1500] + Def: 32 + Mdef: 0 + Stats: { + Str: 30 + Agi: 125 + Vit: 25 + Int: 20 + Dex: 60 + Luk: 45 + } + ViewRange: 9 + ChaseRange: 10 + Size: 0 + Race: 1 + Element: (9, 1) + Mode: { + CanMove: true + CanAttack: true + Aggressive: true + Angry: true + ChangeTargetMelee: true + ChangeChase: true + CastSensorChase: true + } + MoveSpeed: 320 + AttackDelay: 720 + AttackMotion: 472 + DamageMotion: 200 + Drops: { + CottonCloth: 2000 + CottonCloth: 500 + SulfurPowder: 480 + CottonCloth: 51 + } +}, ) |