diff options
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r-- | db/re/mob_db.conf | 41 |
1 files changed, 40 insertions, 1 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index d7a96ed34..d430a0c1c 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1608,7 +1608,46 @@ mob_db: ( FluffyHat: 1 } }, -// 1050 is free +{ + Id: 1050 + SpriteName: "LoveFluffy" + Name: "Lovely Fluffy" + Lv: 18 + Hp: 1200 + Sp: 0 + Exp: 18 + JExp: 3 + AttackRange: 1 + Attack: [60, 250] + Def: 10 + Mdef: 0 + Stats: { + Str: 14 + Agi: 1 + Vit: 10 + Int: 1 + Dex: 30 + Luk: 5 + } + ChaseRange: 12 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + ChangeChase: true + CastSensorChase: true + } + MoveSpeed: 600 + AttackDelay: 1872 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + LoveLetter: 200 + Carrot: 41 + FluffyHat: 1 + } +}, { Id: 1051 SpriteName: "DarkLizard" |