From fdf90d2ae758ca43ebbbfe84d71d74314a197f8d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 26 Dec 2021 10:23:30 -0300 Subject: Acknowledge the sparks --- db/re/mob_db.conf | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 64 insertions(+), 2 deletions(-) diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 2140232b6..cb86d7a21 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -758,8 +758,70 @@ mob_db: ( DarkCrystal: 80 } }, -// 1019 is free -// 1020 is free +{ + Id: 1019 + SpriteName: "MagentaSpark" + Name: "Magenta Spark" + Lv: 1 + Hp: 20 + Sp: 0 + Exp: 4 + AttackRange: 1 + Attack: [10, 10] + Def: 100 + Mdef: 1 + Stats: { + Str: 1 + Agi: 60 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 65535 + } + ChaseRange: 12 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + CanMove: true + } + MoveSpeed: 400 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 480 +}, +{ + Id: 1020 + SpriteName: "YellowSpark" + Name: "Yellow Spark" + Lv: 1 + Hp: 20 + Sp: 0 + Exp: 4 + AttackRange: 1 + Attack: [10, 10] + Def: 100 + Mdef: 1 + Stats: { + Str: 1 + Agi: 60 + Vit: 1 + Int: 1 + Dex: 1 + Luk: 65535 + } + ChaseRange: 12 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + CanMove: true + } + MoveSpeed: 400 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 480 +}, { Id: 1021 SpriteName: "Dummy" -- cgit v1.2.3-70-g09d2