diff options
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r-- | db/re/mob_db.conf | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 5becf214b..7261ea4e2 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -739,7 +739,24 @@ mob_db: ( } }, // 1019 is free -// 1020 is free +{ + Id: 1020 + SpriteName: "RollingStone" + Name: "Rolling Stone" + Lv: 99 + Hp: 20000 + Attack: [100000, 500000] + Mode: { + Plant: true + CanMove: true + CanAttack: true + Aggressive: true + } + MoveSpeed: 200 + AttackDelay: 200 + AttackMotion: 172 + DamageMotion: 180 +}, { Id: 1021 SpriteName: "Dummy" |