diff options
author | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2023-04-18 02:31:42 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2023-04-18 02:31:42 +0000 |
commit | 952483a5b83d13e0fb19ca9a447f9932d875e503 (patch) | |
tree | 94558d0913fc3708c032780e6672bce2a29b0aa0 /world/map/db/mob_db.conf | |
parent | 778bfaad864d7ef1c663951304c01a60b4298c35 (diff) | |
download | serverdata-952483a5b83d13e0fb19ca9a447f9932d875e503.tar.gz serverdata-952483a5b83d13e0fb19ca9a447f9932d875e503.tar.bz2 serverdata-952483a5b83d13e0fb19ca9a447f9932d875e503.tar.xz serverdata-952483a5b83d13e0fb19ca9a447f9932d875e503.zip |
Submodule update. CI update. Regenerate databases.
Diffstat (limited to 'world/map/db/mob_db.conf')
-rw-r--r-- | world/map/db/mob_db.conf | 78 |
1 files changed, 39 insertions, 39 deletions
diff --git a/world/map/db/mob_db.conf b/world/map/db/mob_db.conf index f2f9b9d6..8b45e7e7 100644 --- a/world/map/db/mob_db.conf +++ b/world/map/db/mob_db.conf @@ -7838,6 +7838,45 @@ mob_db: ( } }, { + Id: 1173 + SpriteName: "MontBlanc" + Name: "Mont Blanc" + Lv: 100 + Hp: 65535 + Sp: 0 + Exp: 1 + JExp: 1 + AttackRange: 12 + Attack: [30, 40] + Def: 20 + Mdef: 0 + CriticalDef: 255 + Stats: { + Str: 15 + Agi: 10 + Vit: 30 + Int: 5 + Dex: 20 + Luk: 10 + } + Mode: { + Aggressive: true + Boss: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + ViewRange: 12 + ChaseRange: 12 + Size: 1 + Race: 3 + Element: (2, 1) + MoveSpeed: 800 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 480 +}, +{ Id: 1174 SpriteName: "Emo" Name: "Emo" @@ -7884,43 +7923,4 @@ mob_db: ( LeatherGloves: 200 } }, -{ - Id: 1173 - SpriteName: "MontBlanc" - Name: "Mont Blanc" - Lv: 100 - Hp: 65535 - Sp: 0 - Exp: 1 - JExp: 1 - AttackRange: 12 - Attack: [30, 40] - Def: 20 - Mdef: 0 - CriticalDef: 255 - Stats: { - Str: 0 - Agi: 0 - Vit: 0 - Int: 0 - Dex: 0 - Luk: 0 - } - Mode: { - Aggressive: true - Boss: true - CanAttack: true - ChangeTargetMelee: true - ChangeTargetChase: true - } - ViewRange: 12 - ChaseRange: 12 - Size: 1 - Race: 3 - Element: (2, 1) - MoveSpeed: 800 - AttackDelay: 800 - AttackMotion: 672 - DamageMotion: 480 -}, ) |