diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-03-24 13:24:53 -0300 |
---|---|---|
committer | Micksha <ms-shaman@gmx.de> | 2020-04-09 07:50:44 +0000 |
commit | 49e44d239b005acff2e1c85c8e186a3c03e00202 (patch) | |
tree | 36339b7a1803971bdfe760d59b31953228571b8e /db/re | |
parent | aa371af1527b1ab45135ea3b9cd715afd5e65b42 (diff) | |
download | serverdata-49e44d239b005acff2e1c85c8e186a3c03e00202.tar.gz serverdata-49e44d239b005acff2e1c85c8e186a3c03e00202.tar.bz2 serverdata-49e44d239b005acff2e1c85c8e186a3c03e00202.tar.xz serverdata-49e44d239b005acff2e1c85c8e186a3c03e00202.zip |
Add a dummy swampling for testing
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/mob_db.conf | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 2b8a7168..3b36b838 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -3340,6 +3340,46 @@ mob_db: ( } }, { + Id: 1109 + SpriteName: "Swampling" + Name: "Swampling" + Lv: 16 + Hp: 1600 + Sp: 0 + Exp: 24 + JExp: 0 + AttackRange: 2 + Attack: [300, 350] + Def: 35 + Mdef: 6 + Stats: { + Str: 25 + Agi: 5 + Vit: 30 + Int: 1 + Dex: 5 + Luk: 35 + } + ViewRange: 1 + ChaseRange: 20 + Size: 0 + Race: 2 + Element: (1, 1) + Mode: { + CanMove: true + CanAttack: true + CastSensorChase: true + ChangeChase: true + } + MoveSpeed: 300 + AttackDelay: 3200 + AttackMotion: 1400 + DamageMotion: 1200 + Drops: { + Pearl: 10 + } +}, +{ Id: 1120 SpriteName: "Tengu" Name: "Tengu" |