From aaf1645be93d351bf1d88977bacfdaaf42c81f99 Mon Sep 17 00:00:00 2001 From: gumi Date: Tue, 4 Jun 2019 14:54:35 -0400 Subject: add the old candor to the wormhole --- world/map/npc/029-4/_import.txt | 8 ++++++++ world/map/npc/029-4/_mobs.txt | 9 +++++++++ world/map/npc/029-4/_nodes.txt | 4 ++++ world/map/npc/029-4/_warps.txt | 4 ++++ world/map/npc/029-4/mapflags.txt | 1 + world/map/npc/029-4/time-traveler.txt | 31 +++++++++++++++++++++++++++++++ 6 files changed, 57 insertions(+) create mode 100644 world/map/npc/029-4/_import.txt create mode 100644 world/map/npc/029-4/_mobs.txt create mode 100644 world/map/npc/029-4/_nodes.txt create mode 100644 world/map/npc/029-4/_warps.txt create mode 100644 world/map/npc/029-4/mapflags.txt create mode 100644 world/map/npc/029-4/time-traveler.txt (limited to 'world/map/npc/029-4') diff --git a/world/map/npc/029-4/_import.txt b/world/map/npc/029-4/_import.txt new file mode 100644 index 00000000..10833d5c --- /dev/null +++ b/world/map/npc/029-4/_import.txt @@ -0,0 +1,8 @@ +// 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 new file mode 100644 index 00000000..1b1f2252 --- /dev/null +++ b/world/map/npc/029-4/_mobs.txt @@ -0,0 +1,9 @@ +// 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 new file mode 100644 index 00000000..5eae3c8a --- /dev/null +++ b/world/map/npc/029-4/_nodes.txt @@ -0,0 +1,4 @@ +// 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 new file mode 100644 index 00000000..588ef957 --- /dev/null +++ b/world/map/npc/029-4/_warps.txt @@ -0,0 +1,4 @@ +// 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 new file mode 100644 index 00000000..8e181716 --- /dev/null +++ b/world/map/npc/029-4/mapflags.txt @@ -0,0 +1 @@ +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 new file mode 100644 index 00000000..1242e7c4 --- /dev/null +++ b/world/map/npc/029-4/time-traveler.txt @@ -0,0 +1,31 @@ +// 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; +} -- cgit v1.2.3-60-g2f50