diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-13 01:07:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-13 01:07:50 -0300 |
commit | b62f1be5a78cfc77e5b6464b53abc612a506bf82 (patch) | |
tree | 9b3ef5deb92bdda04d48c19f0fb306a1f27f768a /db/re/mob_db.conf | |
parent | b8af2f4e579e2ac439c4bc00991e9f9e91796696 (diff) | |
download | serverdata-b62f1be5a78cfc77e5b6464b53abc612a506bf82.tar.gz serverdata-b62f1be5a78cfc77e5b6464b53abc612a506bf82.tar.bz2 serverdata-b62f1be5a78cfc77e5b6464b53abc612a506bf82.tar.xz serverdata-b62f1be5a78cfc77e5b6464b53abc612a506bf82.zip |
Pets core <3
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r-- | db/re/mob_db.conf | 121 |
1 files changed, 121 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index a86619cfa..619303d4c 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -7005,4 +7005,125 @@ mob_db: ( ShadowHerb: 4200 } }, +{ + Id: 1190 + SpriteName: "Toto" + Name: "Toto" + Lv: 5 + Hp: 500 + Sp: 0 + Exp: 3 + JExp: 1 + AttackRange: 1 + Attack: [230, 235] + Def: 180 + Mdef: 10 + Stats: { + Str: 25 + Agi: 20 + Vit: 25 + Int: 1 + Dex: 95 + Luk: 20 + } + ViewRange: 1 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (0, 4) + Mode: { + CanMove: true + Looter: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeChase: true + } + MoveSpeed: 1200 + AttackDelay: 672 + AttackMotion: 472 + DamageMotion: 280 + MvpExp: 0 +}, +{ + Id: 1191 + SpriteName: "WhiteCat" + Name: "WhiteCat" + Lv: 5 + Hp: 500 + Sp: 0 + Exp: 3 + JExp: 1 + AttackRange: 1 + Attack: [230, 235] + Def: 180 + Mdef: 10 + Stats: { + Str: 25 + Agi: 20 + Vit: 25 + Int: 1 + Dex: 95 + Luk: 20 + } + ViewRange: 1 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (0, 4) + Mode: { + CanMove: true + Looter: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeChase: true + } + MoveSpeed: 1200 + AttackDelay: 672 + AttackMotion: 472 + DamageMotion: 280 + MvpExp: 0 +}, +{ + Id: 1192 + SpriteName: "BlackCat" + Name: "BlackCat" + Lv: 5 + Hp: 500 + Sp: 0 + Exp: 3 + JExp: 1 + AttackRange: 1 + Attack: [230, 235] + Def: 180 + Mdef: 10 + Stats: { + Str: 25 + Agi: 20 + Vit: 25 + Int: 1 + Dex: 95 + Luk: 200 + } + ViewRange: 1 + ChaseRange: 10 + Size: 1 + Race: 0 + Element: (0, 4) + Mode: { + Aggressive: true + CanMove: true + Looter: true + Assist: true + CanAttack: true + ChangeTargetMelee: true + ChangeChase: true + } + MoveSpeed: 1200 + AttackDelay: 672 + AttackMotion: 472 + DamageMotion: 280 + MvpExp: 0 +}, ) |