connections {
from_room: "Main Area"
to_room: "Right Area"
door { name: "East Door" }
}
connections {
from_room: "Middle Room"
to_room: "Unsymmetry Room"
door { name: "W2 Room Door" }
}
connections {
from_room: "Main Area"
to_room: "Middle Room"
door { name: "Cyan Doors" }
}
connections {
from_room: "Main Area"
to_room: "Exit Room 2"
door { name: "Exit Door 1" }
}
connections {
from_room: "Exit Room 2"
to_room: "Exit Room 3"
door { name: "Exit Door 2" }
}
connections {
from_room: "Main Area"
to_room: "Control Center Entrance"
door { name: "I Entered" }
}
connections {
from_room: "Main Area"
to_room: "Control Center Entrance"
door { name: "Control Center Entrance" }
}
connections {
from_room: "Right Area"
to_room: "V1 Room"
door { name: "V1 Door" }
}
connections {
from_room: "Right Area"
to_room: "Daedalus Entrance"
door { name: "Control Center Orange Door" }
}
connections {
from_room: "Unsymmetry Room"
to_room: "W2 Room"
door { name: "W2 Door" }
}
connections {
from_room: "Unsymmetry Room"
to_room: "V Keyholder"
door { name: "V Keyholder" }
}
connections {
from_room: "Unsymmetry Room"
to_room: "W Keyholder"
door { name: "W Keyholder" }
}
elect>
blob: 8c6290b6c7dc94f694ddbce8b05847ad7394181c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
name: "Eye Room"
display_name: "Eye Room"
panels {
name: "I"
path: "Panels/Entry/eyes_1"
clue: "i"
answer: "eyes"
symbols: ZERO
symbols: PLANET
}
paintings {
name: "ENTER"
path: "Components/Paintings/eyes2"
orientation: "south"
display_name: "Black Wall Painting"
}
paintings {
name: "EXIT"
path: "Components/Paintings/eyes4"
orientation: "west"
display_name: "Beige Wall Painting"
}
paintings {
name: "GALLERY"
path: "Components/Paintings/eyes5"
orientation: "east"
move: true
enter_only: true
required_door { name: "Third Eye Painting" }
display_name: "Painting Beside Panel"
}
ports {
name: "LIONIZED"
path: "Components/Warps/worldport10"
orientation: "north"
}
|