aboutsummaryrefslogtreecommitdiff
path: root/data/objects/netrunner.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-25 19:37:20 -0400
committerhistoria <[not public]>2026-06-25 19:37:20 -0400
commitc55d0e4150b23f2c5c9f96bbc3d4dc2fc6dbaa36 (patch)
treed1c02acea2b4c8d0f672c1539cfdb373b6272ed0 /data/objects/netrunner.yaml
parent068ce514ea3eebdc42b595c631b4b00ce4594577 (diff)
downloadthehouseoficarus-c55d0e4150b23f2c5c9f96bbc3d4dc2fc6dbaa36.tar.gz
feat: yaml conversation trees more robust
Diffstat (limited to 'data/objects/netrunner.yaml')
-rw-r--r--data/objects/netrunner.yaml18
1 files changed, 6 insertions, 12 deletions
diff --git a/data/objects/netrunner.yaml b/data/objects/netrunner.yaml
index 21049e9..ced3f10 100644
--- a/data/objects/netrunner.yaml
+++ b/data/objects/netrunner.yaml
@@ -23,15 +23,13 @@ talk:
value: true
goto: tips_secure
text: '"Tell me about the secure terminal."'
- - end: true
- text: '"Goodbye."'
+ - text: '"Goodbye."'
terminals:
message: '"There''s a basic terminal right here in this lab -- good for beginners. The station down east has an advanced one if you''ve got the chops. And if you''re really good, there''s a secure terminal deep in the compound. You''ll need the skills to match though."'
options:
- goto: tips_basic
text: '"Any tips?"'
- - end: true
- text: '"Thanks."'
+ - text: '"Thanks."'
tips_advanced:
action:
set_player_flags:
@@ -40,8 +38,7 @@ talk:
options:
- goto: tips_secure
text: '"Tell me about the secure terminal."'
- - end: true
- text: '"Thanks."'
+ - text: '"Thanks."'
tips_basic:
action:
set_player_flags:
@@ -50,17 +47,14 @@ talk:
options:
- goto: tips_advanced
text: '"What about the advanced terminal?"'
- - end: true
- text: '"Thanks."'
+ - text: '"Thanks."'
tips_secure:
message: '"Secure terminal? Signal Bluff. It''s a bluffing game -- you and the system each roll hidden dice and take turns making claims about the total. Ones are wild. Call the bluff or raise the stakes. Read the probabilities, play the odds, and don''t let it psych you out."'
options:
- - end: true
- text: '"Thanks."'
+ - text: '"Thanks."'
what_is:
message: '"Hacking''s about jacking into terminals and running their gauntlets. Each terminal runs a different challenge -- puzzles, hunts, pattern games. Crack ''em and you get better at it. Simple as that."'
options:
- goto: terminals
text: '"Where can I find terminals?"'
- - end: true
- text: '"Goodbye."'
+ - text: '"Goodbye."'