diff options
| author | historia <[not public]> | 2026-06-20 03:51:23 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-20 03:51:23 -0400 |
| commit | dde563e6810124a73de5ef12e92774c540f9d62e (patch) | |
| tree | 68505a06c194d9b01b00e9d9672064b9b4b75156 /data | |
| parent | e4400c5f1e84c18d2126f2cb502ae10685977cbb (diff) | |
| download | thehouseoficarus-dde563e6810124a73de5ef12e92774c540f9d62e.tar.gz | |
feat: aps system implemented
Diffstat (limited to 'data')
| -rw-r--r-- | data/objects/aps_tower.yaml | 9 | ||||
| -rw-r--r-- | data/rooms/town/1.yaml | 1 |
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" |
