diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-17 00:05:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-17 00:05:35 -0300 |
commit | 4f9c163c41c96ceb9dc909f62422f0a0a7290320 (patch) | |
tree | e73a7d50944cae25d734e20c699fffcd60d1aa21 | |
parent | 6d7ddc999c61bd52e9f5596a154f41ae0fc7e899 (diff) | |
download | serverdata-4f9c163c41c96ceb9dc909f62422f0a0a7290320.tar.gz serverdata-4f9c163c41c96ceb9dc909f62422f0a0a7290320.tar.bz2 serverdata-4f9c163c41c96ceb9dc909f62422f0a0a7290320.tar.xz serverdata-4f9c163c41c96ceb9dc909f62422f0a0a7290320.zip |
Golden Mimic
-rw-r--r-- | db/mob_avail.txt | 1 | ||||
-rw-r--r-- | db/re/mob_db.conf | 45 | ||||
-rw-r--r-- | npc/023-3/logic.txt | 3 |
3 files changed, 37 insertions, 12 deletions
diff --git a/db/mob_avail.txt b/db/mob_avail.txt index 13be430bc..cc3dc4913 100644 --- a/db/mob_avail.txt +++ b/db/mob_avail.txt @@ -16,3 +16,4 @@ 1156,1140 1157,1141 +1158,1142 diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 5080a3ec5..1760fedd8 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -5584,7 +5584,6 @@ mob_db: ( Mode: { Plant: true } - MoveSpeed: 1000 AttackDelay: 800 AttackMotion: 672 DamageMotion: 480 @@ -5615,7 +5614,6 @@ mob_db: ( Mode: { Plant: true } - MoveSpeed: 1000 AttackDelay: 800 AttackMotion: 672 DamageMotion: 480 @@ -5646,7 +5644,6 @@ mob_db: ( Mode: { Plant: true } - MoveSpeed: 1000 AttackDelay: 800 AttackMotion: 672 DamageMotion: 480 @@ -5677,7 +5674,6 @@ mob_db: ( Mode: { Plant: true } - MoveSpeed: 1000 AttackDelay: 800 AttackMotion: 672 DamageMotion: 480 @@ -5709,7 +5705,6 @@ mob_db: ( Mode: { Plant: true } - MoveSpeed: 1000 AttackDelay: 800 AttackMotion: 672 DamageMotion: 480 @@ -5741,7 +5736,6 @@ mob_db: ( Mode: { Plant: true } - MoveSpeed: 1000 AttackDelay: 800 AttackMotion: 672 DamageMotion: 480 @@ -5774,7 +5768,6 @@ mob_db: ( Mode: { Plant: true } - MoveSpeed: 1000 AttackDelay: 800 AttackMotion: 672 DamageMotion: 480 @@ -5807,7 +5800,6 @@ mob_db: ( Mode: { Plant: true } - MoveSpeed: 1000 AttackDelay: 800 AttackMotion: 672 DamageMotion: 480 @@ -5840,7 +5832,6 @@ mob_db: ( Mode: { Plant: true } - MoveSpeed: 1000 AttackDelay: 800 AttackMotion: 672 DamageMotion: 480 @@ -6092,7 +6083,6 @@ mob_db: ( Plant: true Looter: true } - MoveSpeed: 1000 AttackDelay: 800 AttackMotion: 672 DamageMotion: 480 @@ -6125,12 +6115,43 @@ mob_db: ( Plant: true Looter: true } - MoveSpeed: 1000 AttackDelay: 800 AttackMotion: 672 DamageMotion: 480 }, -// 1158 to 1166 RESERVED FOR MIMICS, DO NOT USE +{ + Id: 1158 + SpriteName: "GoldenMimic" + Name: "Golden Chest" + Lv: 1 + Hp: 6 + Sp: 0 + Exp: 1000 + AttackRange: 9 + Attack: [1200, 1400] + Def: 10 + Mdef: 1 + Stats: { + Str: 1 + Agi: 1 + Vit: 1 + Int: 1 + Dex: 100 + Luk: 1 + } + ChaseRange: 1 + Race: 3 + Element: (2, 1) + Mode: { + CanAttack: true + Plant: true + Looter: true + } + AttackDelay: 800 + AttackMotion: 672 + DamageMotion: 480 +}, +// 1159 to 1166 RESERVED FOR MIMICS, DO NOT USE { Id: 1167 SpriteName: "Terranite" diff --git a/npc/023-3/logic.txt b/npc/023-3/logic.txt index 58621aaa2..5c38bff77 100644 --- a/npc/023-3/logic.txt +++ b/npc/023-3/logic.txt @@ -124,3 +124,6 @@ OnTouch: end; } +// A not-so-simple treasure chest from Sagratha's Dungeon + + |