aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-20 03:51:23 -0400
committerhistoria <[not public]>2026-06-20 03:51:23 -0400
commitdde563e6810124a73de5ef12e92774c540f9d62e (patch)
tree68505a06c194d9b01b00e9d9672064b9b4b75156 /data
parente4400c5f1e84c18d2126f2cb502ae10685977cbb (diff)
downloadthehouseoficarus-dde563e6810124a73de5ef12e92774c540f9d62e.tar.gz
feat: aps system implemented
Diffstat (limited to 'data')
-rw-r--r--data/objects/aps_tower.yaml9
-rw-r--r--data/rooms/town/1.yaml1
2 files changed, 10 insertions, 0 deletions
diff --git a/data/objects/aps_tower.yaml b/data/objects/aps_tower.yaml
new file mode 100644
index 0000000..8f2548e
--- /dev/null
+++ b/data/objects/aps_tower.yaml
@@ -0,0 +1,9 @@
+id: aps_tower
+name: APS Tower
+color: "33"
+description: "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."
+use_interactions:
+ - message: "You connect your datapad to the APS Tower. Coordinates triangulated and stored."
+ action:
+ aps_node: true
diff --git a/data/rooms/town/1.yaml b/data/rooms/town/1.yaml
index ba5212d..fcd7d82 100644
--- a/data/rooms/town/1.yaml
+++ b/data/rooms/town/1.yaml
@@ -11,6 +11,7 @@ objects:
- id: lumby_fountain
- id: charging_station
- id: bank_booth
+ - id: aps_tower
mobs:
- "newbie_trainer"
- "general_store_clerk"