summaryrefslogtreecommitdiff
path: root/world/map/npc/030-1
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/030-1')
-rw-r--r--world/map/npc/030-1/_import.txt8
-rw-r--r--world/map/npc/030-1/_mobs.txt7
-rw-r--r--world/map/npc/030-1/_nodes.txt4
-rw-r--r--world/map/npc/030-1/_warps.txt4
-rw-r--r--world/map/npc/030-1/mapflags.txt1
-rw-r--r--world/map/npc/030-1/time-traveler.txt34
6 files changed, 0 insertions, 58 deletions
diff --git a/world/map/npc/030-1/_import.txt b/world/map/npc/030-1/_import.txt
deleted file mode 100644
index d9f4f8ed..00000000
--- a/world/map/npc/030-1/_import.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-// Map 030-1: Romantic Place
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-map: 030-1
-npc: npc/030-1/_mobs.txt
-npc: npc/030-1/_nodes.txt
-npc: npc/030-1/_warps.txt
-npc: npc/030-1/mapflags.txt
-npc: npc/030-1/time-traveler.txt
diff --git a/world/map/npc/030-1/_mobs.txt b/world/map/npc/030-1/_mobs.txt
deleted file mode 100644
index 91ee6219..00000000
--- a/world/map/npc/030-1/_mobs.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-// Romantic Place mobs
-
-030-1,0,0,0,0|monster|Pollett|1113,7,100000ms,30000ms
-030-1,0,0,0,0|monster|WhiteBell|1095,4,100000ms,30000ms
-030-1,71,67,0,0|monster|Santaboo|1112,2,100000ms,30000ms
-030-1,71,67,0,0|monster|Reinboo|1094,2,100000ms,30000ms
diff --git a/world/map/npc/030-1/_nodes.txt b/world/map/npc/030-1/_nodes.txt
deleted file mode 100644
index 7efeee24..00000000
--- a/world/map/npc/030-1/_nodes.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-// Romantic Place nodes
-
-// (no nodes)
diff --git a/world/map/npc/030-1/_warps.txt b/world/map/npc/030-1/_warps.txt
deleted file mode 100644
index fd8485f3..00000000
--- a/world/map/npc/030-1/_warps.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-// This file is generated automatically. All manually added changes will be removed when running the Converter.
-// Romantic Place warps
-
-030-1,61,27|warp|2,-1,019-1,101,101
diff --git a/world/map/npc/030-1/mapflags.txt b/world/map/npc/030-1/mapflags.txt
deleted file mode 100644
index 1069bff8..00000000
--- a/world/map/npc/030-1/mapflags.txt
+++ /dev/null
@@ -1 +0,0 @@
-030-1|mapflag|resave|020-1,52,118
diff --git a/world/map/npc/030-1/time-traveler.txt b/world/map/npc/030-1/time-traveler.txt
deleted file mode 100644
index a79b812d..00000000
--- a/world/map/npc/030-1/time-traveler.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-// time traveler that warps from old nivalis to new nivalis
-
-019-1,102,100,0|script|Time Traveler#19|184
-{
- mes "Would you like to time travel?";
- menu
- "Yes!", L_Warp;
-
-L_Warp:
- mes "Hang tight!";
- close2;
- warp "030-1", 61, 29;
- close;
-}
-
-030-1,64,33,0|script|Time Traveler#30|184
-{
- mes "Welcome back!";
- menu
- "What is this place?", L_What,
- "How do I leave?", L_Leave;
-
-L_What:
- mes "This place used to be part of Kaizei a few years back.";
- mes "Unfortunately, a great landslide occured and it got completely engulfed by the sea.";
- next;
- mes "Santa's workshop used to be located here, but after the incident they had to move further inland.";
- mes "Fortunately, they managed to salvage most of the equipment and nobody was injured.";
- close;
-
-L_Leave:
- mes "Walk North from here to exit the time dilation bubble.";
- close;
-}