diff options
| author | historia <[not public]> | 2026-06-19 13:28:06 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-19 13:28:06 -0400 |
| commit | 3a58125d14bb307f861b38c6c5b0a63babde7e08 (patch) | |
| tree | bd89e866447d55e6dffd447d8ef5fabf9b8fbe9d /data/objects | |
| parent | 575a71dcfed3b9fa44af244836f638a23df05a9a (diff) | |
| download | thehouseoficarus-3a58125d14bb307f861b38c6c5b0a63babde7e08.tar.gz | |
feat: all skills kind of implemented, random prototype content added
Diffstat (limited to 'data/objects')
| -rw-r--r-- | data/objects/bank_booth.yaml | 5 | ||||
| -rw-r--r-- | data/objects/estate_directory.yaml | 5 | ||||
| -rw-r--r-- | data/objects/netrunner.yaml | 6 | ||||
| -rw-r--r-- | data/objects/terminal_advanced.yaml | 5 | ||||
| -rw-r--r-- | data/objects/terminal_basic.yaml | 5 | ||||
| -rw-r--r-- | data/objects/terminal_secure.yaml | 5 | ||||
| -rw-r--r-- | data/objects/workbench.yaml | 5 |
7 files changed, 36 insertions, 0 deletions
diff --git a/data/objects/bank_booth.yaml b/data/objects/bank_booth.yaml new file mode 100644 index 0000000..0cc9fc7 --- /dev/null +++ b/data/objects/bank_booth.yaml @@ -0,0 +1,5 @@ +id: bank_booth +name: bank booth +color: "226" +description: "A sleek terminal with a biometric scanner. You can deposit or withdraw items here. Type 'bank' to access it." +inroom_description: "A bank booth is set into the wall." diff --git a/data/objects/estate_directory.yaml b/data/objects/estate_directory.yaml new file mode 100644 index 0000000..3c1ecec --- /dev/null +++ b/data/objects/estate_directory.yaml @@ -0,0 +1,5 @@ +id: estate_directory +name: Estate Directory +color: "39" +description: "A holographic terminal displaying property records. The screen glows with a soft cyan light." +inroom_description: "An estate directory terminal stands in the center of the neighborhood." diff --git a/data/objects/netrunner.yaml b/data/objects/netrunner.yaml new file mode 100644 index 0000000..f81f7c5 --- /dev/null +++ b/data/objects/netrunner.yaml @@ -0,0 +1,6 @@ +id: netrunner +name: Netrunner +color: "39" +behavior: netrunner_talk +description: "A wiry figure hunched over a custom rig, fingers dancing across holographic keys. Cables snake from the back of their neck into the terminal. They glance up at you with augmented eyes." +inroom_description: "A {39}Netrunner{/} sits cross-legged on the floor, wired into the network." diff --git a/data/objects/terminal_advanced.yaml b/data/objects/terminal_advanced.yaml new file mode 100644 index 0000000..ca2cde7 --- /dev/null +++ b/data/objects/terminal_advanced.yaml @@ -0,0 +1,5 @@ +id: terminal_advanced +name: advanced terminal +color: "33" +description: "A sleek terminal with a holographic display. Encrypted data streams flow across the screen in complex patterns. {33}[Level 20 Hacking]{/}" +inroom_description: "An {33}advanced terminal{/} projects a holographic interface." diff --git a/data/objects/terminal_basic.yaml b/data/objects/terminal_basic.yaml new file mode 100644 index 0000000..3e1b35a --- /dev/null +++ b/data/objects/terminal_basic.yaml @@ -0,0 +1,5 @@ +id: terminal_basic +name: basic terminal +color: "40" +description: "A battered terminal with a cracked screen. Faded text scrolls across the display -- it looks like it's running some kind of legacy intrusion detection system. {40}[Level 1 Hacking]{/}" +inroom_description: "A {40}basic terminal{/} hums quietly against the wall." diff --git a/data/objects/terminal_secure.yaml b/data/objects/terminal_secure.yaml new file mode 100644 index 0000000..f196a86 --- /dev/null +++ b/data/objects/terminal_secure.yaml @@ -0,0 +1,5 @@ +id: terminal_secure +name: secure terminal +color: "196" +description: "A heavily reinforced terminal embedded in the wall. Warning glyphs pulse across its surface. A bluffing protocol runs on loop -- it's probing you as much as you're probing it. {196}[Level 40 Hacking]{/}" +inroom_description: "A {196}secure terminal{/} glows with warning indicators." diff --git a/data/objects/workbench.yaml b/data/objects/workbench.yaml new file mode 100644 index 0000000..d3dd396 --- /dev/null +++ b/data/objects/workbench.yaml @@ -0,0 +1,5 @@ +id: workbench +name: workbench +color: "172" +description: "A sturdy wooden workbench covered in sawdust, nails, and blueprints. The surface is worn from years of crafting." +inroom_description: "A workbench stands against the wall, cluttered with tools and wood shavings." |
