From b3d4c616f59ad2519f3a0b77e3b47d6571cd2486 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Thu, 9 Jul 2026 19:29:17 -0400 Subject: feat: message actions are now sequences of messages with settable delays --- data/objects/aps_tower.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'data/objects/aps_tower.yaml') 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. -- cgit v1.2.3