diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-22 02:11:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-22 02:11:47 -0300 |
commit | 696921fcf302989d090216155229c21d5f2ff77e (patch) | |
tree | 3e3d2b3132586246d9551c1c253b0d824e2f64ee /db | |
parent | 238677b105a22f203334cead189a11b54e76541d (diff) | |
download | serverdata-696921fcf302989d090216155229c21d5f2ff77e.tar.gz serverdata-696921fcf302989d090216155229c21d5f2ff77e.tar.bz2 serverdata-696921fcf302989d090216155229c21d5f2ff77e.tar.xz serverdata-696921fcf302989d090216155229c21d5f2ff77e.zip |
Little slimes
Diffstat (limited to 'db')
-rw-r--r-- | db/re/mob_db.conf | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 6b9fac7b5..cc5229ab6 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -9170,6 +9170,105 @@ mob_db: ( PlatinumOre: 2 } }, +{ + Id: 1233 + SpriteName: "LittleYellowSlime" + Name: "Little Yellow Slime" + Lv: 6 + Hp: 400 + Sp: 0 + Exp: 8 + JExp: 1 + AttackRange: 1 + Attack: [15, 25] + Def: 10 + Mdef: 70 + Stats: { + Str: 9 + Agi: 6 + Vit: 2 + Int: 1 + Dex: 44 + Luk: 1 + } + ChaseRange: 10 + Race: 0 + Element: (2, 1) + Mode: { + CanMove: true + Looter: true + CanAttack: true + ChangeChase: true + } + MoveSpeed: 1300 + AttackDelay: 480 + AttackMotion: 172 + DamageMotion: 180 + Drops: { + Coal: 200 + IronOre: 140 + CactusDrink: 150 + CactusPotion: 100 + TreasureKey: 50 + CherryCake: 40 + SharpKnife: 11 + Topaz: 5 + } + WeaponAttacks: { + All: 6000 + Bows: 3000 + } +}, +{ + Id: 1234 + SpriteName: "LittleRedSlime" + Name: "Little Red Slime" + Lv: 12 + Hp: 600 + Sp: 0 + Exp: 14 + JExp: 1 + AttackRange: 1 + Attack: [25, 40] + Def: 24 + Mdef: 70 + Stats: { + Str: 15 + Agi: 8 + Vit: 2 + Int: 1 + Dex: 40 + Luk: 1 + } + ViewRange: 9 + ChaseRange: 10 + Race: 0 + Element: (3, 1) + Mode: { + CanMove: true + Looter: true + Aggressive: true + ChangeChase: true + CanAttack: true + } + MoveSpeed: 1400 + AttackDelay: 1500 + AttackMotion: 672 + DamageMotion: 480 + Drops: { + Coal: 200 + IronOre: 140 + RedApple: 125 + Knife: 95 + Dagger: 43 + TreasureKey: 30 + Ruby: 2 + } + WeaponAttacks: { + All: 7500 + Bows: 4000 + } +}, // WARNING: ID 1250~1400 PERMANENTLY RESERVED - USE PROHIBTED // Reserved |