diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-03 14:42:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-03 14:42:21 -0300 |
commit | 4c827e2b99289ada329a802fb1ac771ce5c8ddd8 (patch) | |
tree | a22c9e032cc1cf877b09a361234fed6d718f1a5b /db/re/mob_db.conf | |
parent | dc757e14a52d01c2fa293a8318cf07da10fc41ed (diff) | |
download | serverdata-4c827e2b99289ada329a802fb1ac771ce5c8ddd8.tar.gz serverdata-4c827e2b99289ada329a802fb1ac771ce5c8ddd8.tar.bz2 serverdata-4c827e2b99289ada329a802fb1ac771ce5c8ddd8.tar.xz serverdata-4c827e2b99289ada329a802fb1ac771ce5c8ddd8.zip |
Add a Sagratha mob too. We still need mob_skills as it is critical on this quest
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r-- | db/re/mob_db.conf | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 8ad09ba61..9d203c0ce 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -8605,6 +8605,48 @@ mob_db: ( ClothoLiquor: 50 } }, +{ + Id: 1224 + SpriteName: "Sagratha" + Name: "Sagratha" + Lv: 50 + Hp: 6309 + Sp: 0 + Exp: 404 + JExp: 14 + AttackRange: 1 + Attack: [620, 670] + Def: 5 + Mdef: 127 + Stats: { + Str: 12 + Agi: 33 + Vit: 46 + Int: 90 + Dex: 41 + Luk: 27 + } + ViewRange: 9 + ChaseRange: 12 + Race: 2 + Element: (7, 1) + Mode: { + CanMove: true + CanAttack: true + Aggressive: true + Angry: true + ChangeTargetMelee: true + ChangeChase: true + CastSensorChase: true + } + MoveSpeed: 370 + AttackDelay: 2100 + AttackMotion: 672 + DamageMotion: 200 + Drops: { + CherryCake: 60 + } +}, // Reserved { |