summaryrefslogtreecommitdiff
path: root/world/map/npc/029-4
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/029-4')
-rw-r--r--world/map/npc/029-4/_import.txt8
-rw-r--r--world/map/npc/029-4/_mobs.txt9
-rw-r--r--world/map/npc/029-4/_nodes.txt4
-rw-r--r--world/map/npc/029-4/_warps.txt4
-rw-r--r--world/map/npc/029-4/mapflags.txt1
-rw-r--r--world/map/npc/029-4/time-traveler.txt31
6 files changed, 0 insertions, 57 deletions
diff --git a/world/map/npc/029-4/_import.txt b/world/map/npc/029-4/_import.txt
deleted file mode 100644
index 10833d5c..00000000
--- a/world/map/npc/029-4/_import.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-// Map 029-4: 2014 Candor
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-map: 029-4
-npc: npc/029-4/_mobs.txt
-npc: npc/029-4/_nodes.txt
-npc: npc/029-4/_warps.txt
-npc: npc/029-4/mapflags.txt
-npc: npc/029-4/time-traveler.txt
diff --git a/world/map/npc/029-4/_mobs.txt b/world/map/npc/029-4/_mobs.txt
deleted file mode 100644
index 1b1f2252..00000000
--- a/world/map/npc/029-4/_mobs.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-// 2014 Candor mobs
-
-029-4,69,65,12,13|monster|EvilMushroom|1013,4,20000ms,60000ms
-029-4,32,33,12,13|monster|Squirrel|1038,3,30000ms,60000ms
-029-4,46,48,4,1|monster|CloverPatch|1037,1,10000ms,120000ms
-029-4,37,60,22,20|monster|SpikyMushroom|1019,5,10000ms,30000ms
-029-4,54,36,17,18|monster|Bat|1017,4,25000ms,30000ms
-029-4,59,51,13,9|monster|LogHead|1025,2,25000ms,30000ms
diff --git a/world/map/npc/029-4/_nodes.txt b/world/map/npc/029-4/_nodes.txt
deleted file mode 100644
index 5eae3c8a..00000000
--- a/world/map/npc/029-4/_nodes.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-// 2014 Candor nodes
-
-// (no nodes)
diff --git a/world/map/npc/029-4/_warps.txt b/world/map/npc/029-4/_warps.txt
deleted file mode 100644
index 588ef957..00000000
--- a/world/map/npc/029-4/_warps.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-// 2014 Candor warps
-
-029-4,22,38|warp|-1,0,029-1,25,38
diff --git a/world/map/npc/029-4/mapflags.txt b/world/map/npc/029-4/mapflags.txt
deleted file mode 100644
index 8e181716..00000000
--- a/world/map/npc/029-4/mapflags.txt
+++ /dev/null
@@ -1 +0,0 @@
-029-4|mapflag|resave|029-4,69,69
diff --git a/world/map/npc/029-4/time-traveler.txt b/world/map/npc/029-4/time-traveler.txt
deleted file mode 100644
index 1242e7c4..00000000
--- a/world/map/npc/029-4/time-traveler.txt
+++ /dev/null
@@ -1,31 +0,0 @@
-// time traveler that warps from old tonori to new tonori
-
-029-1,25,40,0|script|Time Traveler#291|184
-{
- mes "Would you like to time travel?";
- menu
- "Yes!", L_Warp;
-
-L_Warp:
- mes "Hang tight!";
- close2;
- warp "029-4", 24, 38;
- close;
-}
-
-029-4,26,36,0|script|Time Traveler#294|184
-{
- mes "Welcome back!";
- menu
- "What year are we in?", L_What,
- "How do I leave?", L_Leave;
-
-L_What:
- mes "This is what Candor used to look like back in 2014.";
- // TODO: we need an explaination
- close;
-
-L_Leave:
- mes "Walk West from here to escape the time dilation bubble.";
- close;
-}