about summary refs log tree commit diff stats
path: root/data/maps/daedalus/rooms/Moat.txtpb
blob: 7bdb040fcae187950ee6fa441802fb6bb5212f9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: "Moat"
panel_display_name: "East Area"
paintings {
  name: "CASTLE"
  path: "Components/Paintings/Group1/castle"
}
ports {
  name: "HIVE"
  display_name: "Moat Worldport"
  path: "Components/Warps/Worldports/worldport9"
  destination { x: 64 y: 1 z: 24.5 }
  rotation: 0
}
light .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
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: "Green Eye Panels"
  type: LOCATION_ONLY
  panels { room: "Green Eye" name: "RETURN" }
  panels { room: "Green Eye" name: "TO" }
  panels { room: "Green Eye" name: "LEFT" }
  location_room: "Green Eye"
  location_name: "RETURN, TO, LEFT"
}
doors {
  name: "Control Center Green Door"
  type: CONTROL_CENTER_COLOR
  latch: true
  receivers: "Components/Doors/entry_2"
  control_center_color: "green"
}
doors {
  name: "Control Center Green Panel"
  type: LOCATION_ONLY
  panels { room: "Side Area" name: "COLOR" }
  location_room: "Side Area"
  location_name: "COLOR"
}