diff options
author | Micksha <Micksha@users.noreply.github.com> | 2020-05-27 11:35:58 +0200 |
---|---|---|
committer | Micksha <Micksha@users.noreply.github.com> | 2020-06-17 12:45:12 +0200 |
commit | e4161d9a50399f047859c2fb9e9bb60d7487a01e (patch) | |
tree | fde646c9a987a24c214adf6f2e3c0cf84605b3f7 /db | |
parent | af864156d713f48c79b715a1a94acf086b877546 (diff) | |
download | serverdata-e4161d9a50399f047859c2fb9e9bb60d7487a01e.tar.gz serverdata-e4161d9a50399f047859c2fb9e9bb60d7487a01e.tar.bz2 serverdata-e4161d9a50399f047859c2fb9e9bb60d7487a01e.tar.xz serverdata-e4161d9a50399f047859c2fb9e9bb60d7487a01e.zip |
fix self-made-problem (TM)
Diffstat (limited to 'db')
-rw-r--r-- | db/re/mob_db.conf | 109 |
1 files changed, 1 insertions, 108 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index a8f291d0..010e6988 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -2944,114 +2944,7 @@ mob_db: ( Mode: { Plant: true } - MoveSpeed: 1{ - Id: 1066 - SpriteName: "LegionSwordswoman" - Name: "Legion Swordswoman" - Lv: 20 - Hp: 2220 - Sp: 0 - Exp: 27 - JExp: 3 - AttackRange: 1 - Attack: [75, 100] - Def: 46 - Mdef: 7 - Stats: { - Str: 15 - Agi: 10 - Vit: 25 - Int: 5 - Dex: 20 - Luk: 10 - } - ViewRange: 6 - ChaseRange: 9 - Race: 2 - Element: (7, 1) - Mode: { - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 280 - AttackDelay: 870 - AttackMotion: 672 - DamageMotion: 400 -}, -{ - Id: 1067 - SpriteName: "LegionHalberdier" - Name: "Legion Halberdier" - Lv: 22 - Hp: 2200 - Sp: 0 - Exp: 30 - JExp: 4 - AttackRange: 2 - Attack: [200, 240] - Def: 50 - Mdef: 9 - Stats: { - Str: 10 - Agi: 5 - Vit: 30 - Int: 5 - Dex: 40 - Luk: 10 - } - ViewRange: 6 - ChaseRange: 9 - Race: 2 - Element: (7, 1) - Mode: { - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 380 - AttackDelay: 2170 - AttackMotion: 954 - DamageMotion: 620 -}, -{ - Id: 1068 - SpriteName: "LegionLieutenant" - Name: "Legion Lieutenant" - Lv: 30 - Hp: 2900 - Sp: 0 - Exp: 75 - JExp: 8 - AttackRange: 2 - Attack: [125, 150] - Def: 60 - Mdef: 14 - Stats: { - Str: 20 - Agi: 30 - Vit: 20 - Int: 10 - Dex: 40 - Luk: 10 - } - ViewRange: 6 - ChaseRange: 9 - Race: 2 - Element: (7, 1) - Mode: { - CanMove: true - CanAttack: true - CastSensorChase: true - ChangeChase: true - } - MoveSpeed: 260 - AttackDelay: 870 - AttackMotion: 454 - DamageMotion: 420 -}, + MoveSpeed: 1 AttackDelay: 1 AttackMotion: 1 DamageMotion: 1 |