diff options
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 | ||