summaryrefslogtreecommitdiff
path: root/npc/006-10
diff options
context:
space:
mode:
Diffstat (limited to 'npc/006-10')
-rw-r--r--npc/006-10/_config.txt20
-rw-r--r--npc/006-10/_import.txt1
2 files changed, 21 insertions, 0 deletions
diff --git a/npc/006-10/_config.txt b/npc/006-10/_config.txt
new file mode 100644
index 000000000..bdc6b788a
--- /dev/null
+++ b/npc/006-10/_config.txt
@@ -0,0 +1,20 @@
+// This file is generated automatically. All manually added changes will be removed when running the Converter.
+// Map 006-10: Fefe's Crypt conf
+
+006-10,42,29,0 script #006-10_42_29 NPC_CHEST,{
+ TreasureBox();
+ specialeffect(.dir == 0 ? 24 : 25, AREA, getnpcid()); // closed ? opening : closing
+ close;
+OnInit:
+ .distance=2;
+ end;
+}
+
+006-10,44,29,0 script #006-10_44_29 NPC_CHEST,{
+ TreasureBox();
+ specialeffect(.dir == 0 ? 24 : 25, AREA, getnpcid()); // closed ? opening : closing
+ close;
+OnInit:
+ .distance=2;
+ end;
+}
diff --git a/npc/006-10/_import.txt b/npc/006-10/_import.txt
index 94e3360e2..69724d9a3 100644
--- a/npc/006-10/_import.txt
+++ b/npc/006-10/_import.txt
@@ -1,6 +1,7 @@
// Map 006-10: Fefe's Crypt
// This file is generated automatically. All manually added changes will be removed when running the Converter.
"npc/006-10/006-10_blackbox.txt",
+"npc/006-10/_config.txt",
"npc/006-10/_mobs.txt",
"npc/006-10/_warps.txt",
"npc/006-10/logic.txt",