diff options
| author | historia <[not public]> | 2026-07-09 19:29:17 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-09 19:29:17 -0400 |
| commit | b3d4c616f59ad2519f3a0b77e3b47d6571cd2486 (patch) | |
| tree | 6f1f6a314e0550da68264a79381fc269db803312 /data/objects/aps_tower.yaml | |
| parent | 18c7af94b30c2767b6633d050324c1db34074ce2 (diff) | |
| download | thehouseoficarus-b3d4c616f59ad2519f3a0b77e3b47d6571cd2486.tar.gz | |
feat: message actions are now sequences of messages with settable delays
Diffstat (limited to 'data/objects/aps_tower.yaml')
| -rw-r--r-- | data/objects/aps_tower.yaml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/data/objects/aps_tower.yaml b/data/objects/aps_tower.yaml index 7919a5b..4b54d9d 100644 --- a/data/objects/aps_tower.yaml +++ b/data/objects/aps_tower.yaml @@ -1,9 +1,11 @@ -name: APS Tower color: "21" description: - - text: "A tall, skeletal metal tower with a pulsing cyan beacon at its apex. A datapad sync panel glows softly at the base." -inroom_description: "An APS Tower looms here, its beacon pulsing steadily." + - text: A tall, skeletal metal tower with a pulsing cyan beacon at its apex. A datapad sync panel glows softly at the base. +inroom_description: An APS Tower looms here, its beacon pulsing steadily. +name: APS Tower on_use: - - message: "You connect your datapad to the APS Tower. Coordinates triangulated and stored." - action: - aps_node: true + - action: + aps_node: true + messages: + - delay: 0 + message: You connect your datapad to the APS Tower. Coordinates triangulated and stored. |
