diff options
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r-- | db/re/mob_db.conf | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 24d87e52e..776019e2b 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -10058,11 +10058,20 @@ mob_db: ( Mdef: 63 Race: 2 Element: (0, 3) + Stats: { + Str: 99 + Agi: 99 + Vit: 99 + Int: 99 + Dex: 99 + Luk: 99 + } Mode: { CanMove: true Aggressive: true ChangeChase: true CanAttack: true + Angry: true } MoveSpeed: 400 AttackDelay: 1100 @@ -10706,11 +10715,20 @@ mob_db: ( Mdef: 58 Race: 2 Element: (0, 3) + Stats: { + Str: 99 + Agi: 99 + Vit: 99 + Int: 99 + Dex: 99 + Luk: 99 + } Mode: { CanMove: true Aggressive: true ChangeChase: true CanAttack: true + Angry: true } MoveSpeed: 400 AttackDelay: 1072 @@ -10738,6 +10756,14 @@ mob_db: ( Mdef: 90 Race: 2 Element: (0, 4) + Stats: { + Str: 199 + Agi: 199 + Vit: 199 + Int: 199 + Dex: 199 + Luk: 199 + } Mode: { CanMove: true CanAttack: true |