From 42bc500a77f4b29d952058aede6abfaf91bd74c8 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 23 Feb 2025 16:42:22 -0500 Subject: 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. --- game_data.yaml | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) (limited to 'game_data.yaml') 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: scene: World_063_TowerX_Optimized index: 0 World_001_Optimized: - # lasers are called DarkModeCageControllers; will handle them separately bc most worlds don't item-lock them locations: Blue - Red Laser Activated: socket: 5 @@ -85,6 +84,17 @@ World_001_Optimized: socket: 3 Blue - Tree Purified: entry: AudioVisual_001_Optimized + lasers: + # These are gameplayComponentsInLevel indicies + 127: + item: Blue - Green Laser + socket: 3 + 133: + item: Blue - Yellow Laser + socket: 4 + 149: + item: Blue - Red Laser + socket: 5 World_044_CubicSpaceDivision_Optimized: locations: Blue God Cube Planted: @@ -437,7 +447,7 @@ Hallway_W073_W018_Optimized: Hallway_W018_W063_Optimized: doors: 0: - - button: [0, 1] + button: [0, 1] 1: item: Orange Secret Path or: @@ -758,3 +768,20 @@ World_806_Optimized: locations: Rainbow - Second Water Tetromino Puzzle Solved: waterwheel: 0 +World_071_AkshardhamTemple_Optimized: + lasers: + 49: + waterwheel: 0 + socket: + - scene: World_044_CubicSpaceDivision_Optimized + index: 0 + - scene: World_044_CubicSpaceDivision_Optimized + index: 1 + - scene: World_044_CubicSpaceDivision_Optimized + index: 2 + - scene: World_044_CubicSpaceDivision_Optimized + index: 3 + - scene: World_044_CubicSpaceDivision_Optimized + index: 4 + - scene: World_044_CubicSpaceDivision_Optimized + index: 5 -- cgit 1.4.1