diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/021-0/_import.txt | 2 | ||||
-rw-r--r-- | npc/025-1/ctrl.txt | 9 | ||||
-rw-r--r-- | npc/027-2/_import.txt | 2 | ||||
-rw-r--r-- | npc/_import.txt | 2 |
4 files changed, 15 insertions, 0 deletions
diff --git a/npc/021-0/_import.txt b/npc/021-0/_import.txt new file mode 100644 index 000000000..740220811 --- /dev/null +++ b/npc/021-0/_import.txt @@ -0,0 +1,2 @@ +// Map 021-0: Mountain Top +// This file is generated automatically. All manually added changes will be removed when running the Converter. diff --git a/npc/025-1/ctrl.txt b/npc/025-1/ctrl.txt new file mode 100644 index 000000000..e6656eb87 --- /dev/null +++ b/npc/025-1/ctrl.txt @@ -0,0 +1,9 @@ +// TMW2 Script +// Notes: The Monster King will retake the town every +// OnTue0000 +// (Tuesday, midnight) +// Only the world hero may begin a siege. +// Only one siege per day is allowed +// Writes to MK Temp Var. This variable will unlock the castle gates +// Then the inner gates, and finally, will be a co-requisite to the floors + diff --git a/npc/027-2/_import.txt b/npc/027-2/_import.txt new file mode 100644 index 000000000..a37473076 --- /dev/null +++ b/npc/027-2/_import.txt @@ -0,0 +1,2 @@ +// Map 027-2: Wizardry Institute Indoors +// This file is generated automatically. All manually added changes will be removed when running the Converter. diff --git a/npc/_import.txt b/npc/_import.txt index 551035d17..759af378e 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -158,6 +158,7 @@ @include "npc/020-7-1/_import.txt" @include "npc/020-7-2/_import.txt" @include "npc/020-7/_import.txt" +@include "npc/021-0/_import.txt" @include "npc/021-1/_import.txt" @include "npc/021-2/_import.txt" @include "npc/021-3/_import.txt" @@ -187,6 +188,7 @@ @include "npc/025-2-1/_import.txt" @include "npc/025-2/_import.txt" @include "npc/027-1/_import.txt" +@include "npc/027-2/_import.txt" @include "npc/042-0/_import.txt" @include "npc/042-1/_import.txt" @include "npc/042-10/_import.txt" |