summaryrefslogtreecommitdiff
path: root/db/re/mob_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-22 23:26:04 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-22 23:26:04 -0300
commit9d928e69ef971c09371613d7447d6a64d89f44e7 (patch)
tree169daee4025e9a38d12b1a0dd986ef65e2ffeb29 /db/re/mob_db.conf
parent929db4eec3d1a3cde2afe1a0047db403b6d94450 (diff)
downloadserverdata-9d928e69ef971c09371613d7447d6a64d89f44e7.tar.gz
serverdata-9d928e69ef971c09371613d7447d6a64d89f44e7.tar.bz2
serverdata-9d928e69ef971c09371613d7447d6a64d89f44e7.tar.xz
serverdata-9d928e69ef971c09371613d7447d6a64d89f44e7.zip
Add Bronze Mimic.
How to find out a mimic from a chest? drop something near it. If it eats - mimic!
Diffstat (limited to 'db/re/mob_db.conf')
-rw-r--r--db/re/mob_db.conf36
1 files changed, 36 insertions, 0 deletions
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
)