Skip to content
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.

Plan

  • max_retries: int
  • max_failures: int
  • padding_x: [2]int
  • padding_y: [2]int

Outdoor

  • start: RoomTag
  • outdoor: []RoomTag

Limits

  • limits: map[RoomName][2]int
  • instance_limits: map[RoomName]map[RoomInstanceName][2]int

Placeholders

  • tags: map[Tag][]RoomName
  • variables: map[VariableName]string

Priorities

  • priorities: []Priority

Room

  • f: optional<[]Furniture>
  • r: optional<[]Room>

Instance

  • p: optional<[]Placeholder>
  • forbids placeholder field

Template

  • allows placeholder field
Clone this wiki locally