connections { from_room: "Main Area" to_room: "Repetitive Entrance" door { name: "Repetitive Entrance" } } connections { from_room: "Main Area" to_room: "Symbolic Entrance" door { name: "Symbolic Entrance" } } connections { from_room: "Main Area" to_room: "Sirenic Entrance" door { name: "Sirenic Entrance" } } connections { from_room: "Main Area" to_room: "Center Room" door { name: "Turtle Entrance" } } connections { from_room: "Center Room" to_room: "Top Left Room" door { name: "Northwest Door" } } connections { from_room: "Center Room" to_room: "Top Right Room" door { name: "Northeast Door" } } connections { from_room: "Center Room" to_room: "Bottom Left Room" door { name: "Southwest Door" } } connections { from_room: "Center Room" to_room: "Bottom Right Room" door { name: "Southeast Door" } } connections { from_room: "Center Room" to_room: "Mastery" door { name: "Mastery" } } 16dd5c3e1cd9'>this commit Randomizer for LINGO 2 using Archipelago Multiworld
about summary refs log tree commit diff stats
path: root/data/maps/the_stormy/rooms/Volcano Side.txtpb
blob: 73c7ae42f42a3c5c3974114be9e13fd14e0d097c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: "Volcano Side"
panels {
  name: "SNOW"
  path: "Panels/Room_1/panel_1"
  clue: "snow"
  answer: "blizzard"
  symbols: PYRAMID
}
panels {
  name: "RAIN"
  path: "Panels/Room_1/panel_3"
  clue: "rain"
  answer: "hail"
  symbols: CROSS
}