aboutsummaryrefslogtreecommitdiff
path: root/config.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-27 16:50:41 -0400
committerhistoria <[not public]>2026-06-27 16:50:41 -0400
commit988b006a5bb9edb6465653566e7bdf8175347b8c (patch)
tree3a1fceff2ee80c11b5dafcc49c13ababe021e880 /config.yaml
parent1cab9ca20e24742f770a676f84e4ed9f1636f297 (diff)
downloadthehouseoficarus-988b006a5bb9edb6465653566e7bdf8175347b8c.tar.gz
feat: one-way map links, blocked paths on map, map grid startup validation, user colors for maps
Diffstat (limited to 'config.yaml')
-rw-r--r--config.yaml61
1 files changed, 33 insertions, 28 deletions
diff --git a/config.yaml b/config.yaml
index 5c3e3bc..3bcaada 100644
--- a/config.yaml
+++ b/config.yaml
@@ -1,36 +1,9 @@
game:
tick_length: 600
startup_validation:
- check_sources: [1001]
+ root_rooms: [1001]
ignore_unreachable: []
-colors:
- room_name: "81 bold"
- room_number: "240"
- room_desc: "252"
- direction: "75"
- exit_direction: "75"
- exit_name: "114"
- protected_mob: "off"
- mob: "off"
- damage: "196"
-
- xp: "222"
- level_up: "226 bold"
- item: "223"
- player_name: "189"
- death: "196 bold"
- victory: "83"
- miss: "243"
- error: "209"
- say: "230"
- dialog: "117"
- broadcast: "215"
- fire: "208"
- eat_food: "156"
- drop_message: "186"
- credits_pickup: "220"
-
telnet:
enabled: true
port: 4000
@@ -50,3 +23,35 @@ https:
port: 8443
cert_file: ""
key_file: ""
+
+colors:
+ room_name: "51 bold"
+ room_number: "F0"
+ room_desc: "FC"
+ direction: "4B"
+ exit_direction: "4B"
+ exit_name: "72"
+ protected_mob: "off"
+ mob: "off"
+ damage: "C4"
+
+ xp: "DE"
+ level_up: "E2 bold"
+ item: "DF"
+ player_name: "BD"
+ death: "C4 bold"
+ victory: "53"
+ miss: "F3"
+ error: "D1"
+ say: "E6"
+ dialog: "75"
+ broadcast: "D7"
+ fire: "D0"
+ eat_food: "9C"
+ drop_message: "BA"
+ credits_pickup: "DC"
+
+ map_at: "0F"
+ map_blocked: "C4"
+
+