24 lines
457 B
TOML
24 lines
457 B
TOML
# Theseus — workstation
|
|
|
|
house = "control"
|
|
order = 3
|
|
|
|
name = "Theseus"
|
|
domain = "The Adventurer"
|
|
state = "machine"
|
|
label = "Human-Controlled"
|
|
runs = "workstation"
|
|
|
|
# hangs off the two workstations rather than reaching across the middle
|
|
attach = ["hades", "apollo"]
|
|
|
|
# one line, used by the no-JavaScript listing
|
|
does = """
|
|
Portable development workstation.
|
|
"""
|
|
|
|
# the paragraph in the detail panel
|
|
long = """
|
|
Portable development workstation.
|
|
"""
|