From 9d928e69ef971c09371613d7447d6a64d89f44e7 Mon Sep 17 00:00:00 2001 From: Jesusaves <cpntb1@ymail.com> Date: Fri, 22 Jun 2018 23:26:04 -0300 Subject: Add Bronze Mimic. How to find out a mimic from a chest? drop something near it. If it eats - mimic! --- db/re/mob_db.conf | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'db/re') diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index d028d20a1..39865c7bf 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -6026,4 +6026,40 @@ mob_db: ( BlueManaPearl: 1 } }, +{ + Id: 1156 + SpriteName: "BronzeMimic" + Name: "Bronze Mimic" + Lv: 1 + Hp: 6 + Sp: 0 + Exp: 100 + AttackRange: 9 + Attack: [600, 1000] + Def: 10 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 100 + Luk: 1 + } + ViewRange: 1 + ChaseRange: 1 + Size: 1 + Race: 3 + Element: (2, 1) + Mode: { + Plant: true + Looter: true + } + MoveSpeed: 1000 + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 480 + MvpExp: 0 +}, +// 1157 to 1166 RESERVED FOR MIMICS, DO NOT USE ) -- cgit v1.2.3-70-g09d2