diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-02-23 16:42:22 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-02-23 16:42:22 -0500 |
commit | 42bc500a77f4b29d952058aede6abfaf91bd74c8 (patch) | |
tree | bfcdf83f9ec863f807fc9df48c0326ba56402a8e /game_data.yaml | |
parent | f5b0daa0279ce4ed272b007ac4324e848ad4b03d (diff) | |
download | manifold-garden-archipelago-42bc500a77f4b29d952058aede6abfaf91bd74c8.tar.gz manifold-garden-archipelago-42bc500a77f4b29d952058aede6abfaf91bd74c8.tar.bz2 manifold-garden-archipelago-42bc500a77f4b29d952058aede6abfaf91bd74c8.zip |
Add support for lasers
The three lasers in Blue are item locked, and the laser in Akshardham requires you to have planted all other god cubes in order to activate.
Diffstat (limited to 'game_data.yaml')
-rw-r--r-- | game_data.yaml | 31 |
1 files changed, 29 insertions, 2 deletions
diff --git a/game_data.yaml b/game_data.yaml index 891b169..fe5d99a 100644 --- a/game_data.yaml +++ b/game_data.yaml | |||
@@ -75,7 +75,6 @@ Hallway_W062_W063_Optimized: | |||
75 | scene: World_063_TowerX_Optimized | 75 | scene: World_063_TowerX_Optimized |
76 | index: 0 | 76 | index: 0 |
77 | World_001_Optimized: | 77 | World_001_Optimized: |
78 | # lasers are called DarkModeCageControllers; will handle them separately bc most worlds don't item-lock them | ||
79 | locations: | 78 | locations: |
80 | Blue - Red Laser Activated: | 79 | Blue - Red Laser Activated: |
81 | socket: 5 | 80 | socket: 5 |
@@ -85,6 +84,17 @@ World_001_Optimized: | |||
85 | socket: 3 | 84 | socket: 3 |
86 | Blue - Tree Purified: | 85 | Blue - Tree Purified: |
87 | entry: AudioVisual_001_Optimized | 86 | entry: AudioVisual_001_Optimized |
87 | lasers: | ||
88 | # These are gameplayComponentsInLevel indicies | ||
89 | 127: | ||
90 | item: Blue - Green Laser | ||
91 | socket: 3 | ||
92 | 133: | ||
93 | item: Blue - Yellow Laser | ||
94 | socket: 4 | ||
95 | 149: | ||
96 | item: Blue - Red Laser | ||
97 | socket: 5 | ||
88 | World_044_CubicSpaceDivision_Optimized: | 98 | World_044_CubicSpaceDivision_Optimized: |
89 | locations: | 99 | locations: |
90 | Blue God Cube Planted: | 100 | Blue God Cube Planted: |
@@ -437,7 +447,7 @@ Hallway_W073_W018_Optimized: | |||
437 | Hallway_W018_W063_Optimized: | 447 | Hallway_W018_W063_Optimized: |
438 | doors: | 448 | doors: |
439 | 0: | 449 | 0: |
440 | - button: [0, 1] | 450 | button: [0, 1] |
441 | 1: | 451 | 1: |
442 | item: Orange Secret Path | 452 | item: Orange Secret Path |
443 | or: | 453 | or: |
@@ -758,3 +768,20 @@ World_806_Optimized: | |||
758 | locations: | 768 | locations: |
759 | Rainbow - Second Water Tetromino Puzzle Solved: | 769 | Rainbow - Second Water Tetromino Puzzle Solved: |
760 | waterwheel: 0 | 770 | waterwheel: 0 |
771 | World_071_AkshardhamTemple_Optimized: | ||
772 | lasers: | ||
773 | 49: | ||
774 | waterwheel: 0 | ||
775 | socket: | ||
776 | - scene: World_044_CubicSpaceDivision_Optimized | ||
777 | index: 0 | ||
778 | - scene: World_044_CubicSpaceDivision_Optimized | ||
779 | index: 1 | ||
780 | - scene: World_044_CubicSpaceDivision_Optimized | ||
781 | index: 2 | ||
782 | - scene: World_044_CubicSpaceDivision_Optimized | ||
783 | index: 3 | ||
784 | - scene: World_044_CubicSpaceDivision_Optimized | ||
785 | index: 4 | ||
786 | - scene: World_044_CubicSpaceDivision_Optimized | ||
787 | index: 5 | ||