-
Notifications
You must be signed in to change notification settings - Fork 26
Blueprints
Ben Lubar edited this page Nov 30, 2017
·
1 revision
This page is currently under construction. For now, I have written the type of each field in the JSON as a Go-like type declaration, but this documentation will become more human-readable over time.
- max_retries:
int
- max_failures:
int
- padding_x:
[2]int
- padding_y:
[2]int
- start:
RoomTag
- outdoor:
[]RoomTag
- limits:
map[RoomName][2]int
- instance_limits:
map[RoomName]map[RoomInstanceName][2]int
- tags:
map[Tag][]RoomName
- variables:
map[VariableName]string
- priorities:
[]Priority
- f:
optional<[]Furniture>
- r:
optional<[]Room>
- p:
optional<[]Placeholder>
- forbids placeholder field
- allows placeholder field