doors {
name: "Front Door"
type: STANDARD
receivers: "Components/Doors/entry_1"
panels { room: "Lobby" name: "RIGHT" }
location_room: "Lobby"
}
doors {
name: "Side Door"
type: ITEM_ONLY
receivers: "Components/Doors/entry_3"
panels { room: "Lobby" name: "RIGHT" answer: "wrong" }
}
doors {
name: "Big W"
type: EVENT
panels { room: "WM Room" name: "LEFT" }
panels { room: "WM Room" name: "RIGHT" answer: "right" }
}
doors {
name: "Big M"
type: EVENT
panels { room: "WM Room" name: "LEFT" }
panels { room: "WM Room" name: "RIGHT" answer: "left" }
}
doors {
name: "M2 Divider"
type: EVENT
panels { room: "Green Eye" name: "RETURN" }
panels { room: "Green Eye" name: "LEFT" }
}
doors {
name: "Control Center Green Door"
type: CONTROL_CENTER_COLOR
receivers: "Components/Doors/entry_2"
control_center_color: "green"
}
6'/>
blob: cba8285daf80e0231794fc6e2d51392a33283795 (
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
name: "Bee Room Reverse"
panel_display_name: "Bee Room"
panels {
name: "POCKET"
path: "Panels/Bee Room/bee_9"
clue: "pocket"
answer: "rocket"
symbols: ZERO
}
panels {
name: "FLUME"
path: "Panels/Bee Room/bee_10"
clue: "flume"
answer: "zoom"
symbols: ZERO
}
panels {
name: "HEALED"
path: "Panels/Bee Room/bee_11"
clue: "healed"
answer: "shield"
symbols: ZERO
}
panels {
name: "SCRATCH"
path: "Panels/Bee Room/bee_12"
clue: "scratch"
answer: "match"
symbols: ZERO
}
panels {
name: "MINORITY"
path: "Panels/Bee Room/bee_13"
clue: "minority"
answer: "authority"
symbols: ZERO
}
panels {
name: "STYLINGS"
path: "Panels/Bee Room/bee_14"
clue: "stylings"
answer: "filings"
symbols: ZERO
}
panels {
name: "PLANTS"
path: "Panels/Bee Room/bee_15"
clue: "plants"
answer: "nature"
symbols: BOXES
}
panels {
name: "COUNCIL"
path: "Panels/Bee Room/bee_16"
clue: "council"
answer: "counsel"
symbols: ZERO
}
paintings {
name: "BEE3"
path: "Components/Paintings/Group3/bee3"
gravity: Y_PLUS
}
paintings {
name: "BUTTERFLY2"
path: "Components/Paintings/Group3/butterfly2"
gravity: Y_PLUS
}
|