diff options
Diffstat (limited to 'data/maps/the_sun_temple')
-rw-r--r-- | data/maps/the_sun_temple/connections.txtpb | 1 | ||||
-rw-r--r-- | data/maps/the_sun_temple/rooms/Ending.txtpb | 1 | ||||
-rw-r--r-- | data/maps/the_sun_temple/rooms/Entrance.txtpb | 6 | ||||
-rw-r--r-- | data/maps/the_sun_temple/rooms/Mastery.txtpb | 1 | ||||
-rw-r--r-- | data/maps/the_sun_temple/rooms/Temple.txtpb | 15 |
5 files changed, 12 insertions, 12 deletions
diff --git a/data/maps/the_sun_temple/connections.txtpb b/data/maps/the_sun_temple/connections.txtpb index b0b3a0a..ffe4d5d 100644 --- a/data/maps/the_sun_temple/connections.txtpb +++ b/data/maps/the_sun_temple/connections.txtpb | |||
@@ -7,6 +7,7 @@ connections { | |||
7 | from_room: "Temple" | 7 | from_room: "Temple" |
8 | to_room: "Ending" | 8 | to_room: "Ending" |
9 | door { name: "Ending" } | 9 | door { name: "Ending" } |
10 | purple_ending: true | ||
10 | } | 11 | } |
11 | connections { | 12 | connections { |
12 | from_room: "Temple" | 13 | from_room: "Temple" |
diff --git a/data/maps/the_sun_temple/rooms/Ending.txtpb b/data/maps/the_sun_temple/rooms/Ending.txtpb index a94e606..975374a 100644 --- a/data/maps/the_sun_temple/rooms/Ending.txtpb +++ b/data/maps/the_sun_temple/rooms/Ending.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Ending" | 1 | name: "Ending" |
2 | display_name: "Sun Temple" | ||
3 | endings { | 2 | endings { |
4 | name: "PURPLE" | 3 | name: "PURPLE" |
5 | path: "Components/purple_ending" | 4 | path: "Components/purple_ending" |
diff --git a/data/maps/the_sun_temple/rooms/Entrance.txtpb b/data/maps/the_sun_temple/rooms/Entrance.txtpb index 0b2a0bd..07d6e38 100644 --- a/data/maps/the_sun_temple/rooms/Entrance.txtpb +++ b/data/maps/the_sun_temple/rooms/Entrance.txtpb | |||
@@ -1,14 +1,16 @@ | |||
1 | name: "Entrance" | 1 | name: "Entrance" |
2 | display_name: "Sun Temple" | ||
3 | panels { | 2 | panels { |
4 | name: "SUN" | 3 | name: "SUN" |
5 | path: "Panels/Main/panel_1" | 4 | path: "Panels/Main/panel_1" |
6 | clue: "sun" | 5 | clue: "sun" |
7 | answer: "sun" | 6 | answer: "sun" |
8 | #proxies { answer: "sun" path: "Panels/Sun/panel_8" } | 7 | proxies { answer: "sun" path: "Panels/Sun/panel_8" } |
9 | proxies { answer: "moon" path: "Panels/Moon/panel_15" } | 8 | proxies { answer: "moon" path: "Panels/Moon/panel_15" } |
10 | } | 9 | } |
11 | ports { | 10 | ports { |
12 | name: "UNKEMPT" | 11 | name: "UNKEMPT" |
12 | display_name: "Entrance" | ||
13 | path: "Components/Warps/worldport" | 13 | path: "Components/Warps/worldport" |
14 | destination { x: 0 y: 0 z: 13 } | ||
15 | rotation: 0 | ||
14 | } | 16 | } |
diff --git a/data/maps/the_sun_temple/rooms/Mastery.txtpb b/data/maps/the_sun_temple/rooms/Mastery.txtpb index b416a9a..bbe8742 100644 --- a/data/maps/the_sun_temple/rooms/Mastery.txtpb +++ b/data/maps/the_sun_temple/rooms/Mastery.txtpb | |||
@@ -1,5 +1,4 @@ | |||
1 | name: "Mastery" | 1 | name: "Mastery" |
2 | display_name: "Sun Temple" | ||
3 | masteries { | 2 | masteries { |
4 | name: "MASTERY" | 3 | name: "MASTERY" |
5 | path: "Components/Collectables/collectable" | 4 | path: "Components/Collectables/collectable" |
diff --git a/data/maps/the_sun_temple/rooms/Temple.txtpb b/data/maps/the_sun_temple/rooms/Temple.txtpb index 6281584..4f39737 100644 --- a/data/maps/the_sun_temple/rooms/Temple.txtpb +++ b/data/maps/the_sun_temple/rooms/Temple.txtpb | |||
@@ -1,12 +1,11 @@ | |||
1 | name: "Temple" | 1 | name: "Temple" |
2 | display_name: "Sun Temple" | ||
3 | panels { | 2 | panels { |
4 | name: "DELAY" | 3 | name: "DELAY" |
5 | path: "Panels/Main/panel_2" | 4 | path: "Panels/Main/panel_2" |
6 | clue: "delay" | 5 | clue: "delay" |
7 | answer: "day" | 6 | answer: "day" |
8 | symbols: SPARKLES | 7 | symbols: SPARKLES |
9 | #proxies { answer: "day" path: "Panels/Sun/panel_9" } | 8 | proxies { answer: "day" path: "Panels/Sun/panel_9" } |
10 | proxies { answer: "night" path: "Panels/Moon/panel_16" } | 9 | proxies { answer: "night" path: "Panels/Moon/panel_16" } |
11 | } | 10 | } |
12 | panels { | 11 | panels { |
@@ -15,7 +14,7 @@ panels { | |||
15 | clue: "lawn" | 14 | clue: "lawn" |
16 | answer: "dawn" | 15 | answer: "dawn" |
17 | symbols: SPARKLES | 16 | symbols: SPARKLES |
18 | #proxies { answer: "dawn" path: "Panels/Sun/panel_10" } | 17 | proxies { answer: "dawn" path: "Panels/Sun/panel_10" } |
19 | proxies { answer: "dusk" path: "Panels/Moon/panel_17" } | 18 | proxies { answer: "dusk" path: "Panels/Moon/panel_17" } |
20 | } | 19 | } |
21 | panels { | 20 | panels { |
@@ -24,7 +23,7 @@ panels { | |||
24 | clue: "jump" | 23 | clue: "jump" |
25 | answer: "spring" | 24 | answer: "spring" |
26 | symbols: SUN | 25 | symbols: SUN |
27 | #proxies { answer: "spring" path: "Panels/Sun/panel_11" } | 26 | proxies { answer: "spring" path: "Panels/Sun/panel_11" } |
28 | proxies { answer: "autumn" path: "Panels/Moon/panel_18" } | 27 | proxies { answer: "autumn" path: "Panels/Moon/panel_18" } |
29 | } | 28 | } |
30 | panels { | 29 | panels { |
@@ -33,7 +32,7 @@ panels { | |||
33 | clue: "heavy" | 32 | clue: "heavy" |
34 | answer: "light" | 33 | answer: "light" |
35 | symbols: SUN | 34 | symbols: SUN |
36 | #proxies { answer: "light" path: "Panels/Sun/panel_12" } | 35 | proxies { answer: "light" path: "Panels/Sun/panel_12" } |
37 | proxies { answer: "dark" path: "Panels/Moon/panel_19" } | 36 | proxies { answer: "dark" path: "Panels/Moon/panel_19" } |
38 | } | 37 | } |
39 | panels { | 38 | panels { |
@@ -42,7 +41,7 @@ panels { | |||
42 | clue: "knife" | 41 | clue: "knife" |
43 | answer: "life" | 42 | answer: "life" |
44 | symbols: ZERO | 43 | symbols: ZERO |
45 | #proxies { answer: "life" path: "Panels/Sun/panel_13" } | 44 | proxies { answer: "life" path: "Panels/Sun/panel_13" } |
46 | proxies { answer: "death" path: "Panels/Moon/panel_20" } | 45 | proxies { answer: "death" path: "Panels/Moon/panel_20" } |
47 | } | 46 | } |
48 | panels { | 47 | panels { |
@@ -51,7 +50,7 @@ panels { | |||
51 | clue: "arm" | 50 | clue: "arm" |
52 | answer: "warmth" | 51 | answer: "warmth" |
53 | symbols: SPARKLES | 52 | symbols: SPARKLES |
54 | #proxies { answer: "warmth" path: "Panels/Sun/panel_14" } | 53 | proxies { answer: "warmth" path: "Panels/Sun/panel_14" } |
55 | proxies { answer: "chill" path: "Panels/Moon/panel_21" } | 54 | proxies { answer: "chill" path: "Panels/Moon/panel_21" } |
56 | } | 55 | } |
57 | panels { | 56 | panels { |
@@ -60,5 +59,5 @@ panels { | |||
60 | clue: "equinox" | 59 | clue: "equinox" |
61 | answer: "equinox" | 60 | answer: "equinox" |
62 | proxies { answer: "solstice" path: "Panels/End/panel_23" } | 61 | proxies { answer: "solstice" path: "Panels/End/panel_23" } |
63 | #proxies { answer: "equinox" path: "Panels/End/panel_24" } | 62 | proxies { answer: "equinox" path: "Panels/End/panel_24" } |
64 | } | 63 | } |