diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-05 17:35:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-05 17:35:15 -0300 |
commit | e3bfc4278c025863ddf60b081df9b04c921f24bf (patch) | |
tree | 3a1b0872c87ec8746ce6e5eb245d7345c0ef8e57 /db | |
parent | 4740ad1c7c1f11f9fdcf3a1db2a9b34c382f13c7 (diff) | |
download | serverdata-e3bfc4278c025863ddf60b081df9b04c921f24bf.tar.gz serverdata-e3bfc4278c025863ddf60b081df9b04c921f24bf.tar.bz2 serverdata-e3bfc4278c025863ddf60b081df9b04c921f24bf.tar.xz serverdata-e3bfc4278c025863ddf60b081df9b04c921f24bf.zip |
Hocus provided new sprites; Apply them
Diffstat (limited to 'db')
-rw-r--r-- | db/pre-re/mob_db.conf | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/db/pre-re/mob_db.conf b/db/pre-re/mob_db.conf index 653b30e0..6b418c28 100644 --- a/db/pre-re/mob_db.conf +++ b/db/pre-re/mob_db.conf @@ -7073,4 +7073,91 @@ mob_db: ( FourLeafClover: 5 } }, +{ + Id: 1166 + SpriteName: "Snowman" + Name: "Snowman" + Lv: 100 + Hp: 5000 + Sp: 0 + Exp: 2897 + JExp: 689 + AttackRange: 3 + Attack: [60, 80] + Def: 5 + Mdef: 20 + Stats: { + Str: 15 + Agi: 25 + Vit: 40 + Int: 15 + Dex: 45 + Luk: 30 + } + ViewRange: 8 + ChaseRange: 10 + Size: 1 + Race: 3 + Element: (0, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + } + MoveSpeed: 800 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + IronPotion: 800 + ConcentrationPotion: 800 + Diamond: 50 + } +}, +{ + Id: 1167 + SpriteName: "SnowmanBoss" + Name: "Der Schneemann" + Lv: 100 + Hp: 5000 + Sp: 0 + Exp: 2897 + JExp: 689 + AttackRange: 3 + Attack: [60, 80] + Def: 5 + Mdef: 20 + Stats: { + Str: 15 + Agi: 15 + Vit: 10 + Int: 15 + Dex: 75 + Luk: 50 + } + ViewRange: 14 + ChaseRange: 16 + Size: 1 + Race: 3 + Element: (0, 1) + Mode: { + CanMove: true + Aggressive: true + CanAttack: true + ChangeTargetMelee: true + ChangeTargetChase: true + Boss: true + } + MoveSpeed: 700 + AttackDelay: 1672 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + IronPotion: 800 + ConcentrationPotion: 800 + Diamond: 50 + } +}, ) |