aboutsummaryrefslogtreecommitdiff
path: root/config.yaml
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-16 01:59:27 -0400
committerhistoria <[not public]>2026-06-16 01:59:27 -0400
commit43f21aabae8924f35c12c8485e690aeefe0089fb (patch)
treeb5fbadb89df3cf4ffec86503bb8e2d7e52b27454 /config.yaml
parent4cc1ddcd185509080b4b3e15d1646567edd51c9d (diff)
downloadthehouseoficarus-43f21aabae8924f35c12c8485e690aeefe0089fb.tar.gz
feat: overhauled ansi color, added prompt options
Diffstat (limited to 'config.yaml')
-rw-r--r--config.yaml24
1 files changed, 23 insertions, 1 deletions
diff --git a/config.yaml b/config.yaml
index b4bf45d..57e1dd3 100644
--- a/config.yaml
+++ b/config.yaml
@@ -1,5 +1,27 @@
game:
- tick_length: 60 # milliseconds per game tick (min 50)
+ tick_length: 600
+
+colors:
+ room_name: "fg=cyan bold"
+ room_number: "dim"
+ room_desc: "fg=white"
+ direction: "fg=cyan"
+ exit_direction: "fg=cyan"
+ exit_name: "fg=green"
+ mob_name: "fg=bright_red"
+ friendly_npc: "fg=green"
+ hostile_npc: "fg=bright_red"
+ damage: "fg=red"
+ enemy_hp: "fg=red"
+ character_hp: "fg=green"
+ xp: "fg=yellow"
+ level_up: "fg=bright_yellow bold"
+ item: "fg=green"
+ player_name: "fg=bright_white"
+ death: "fg=red bold"
+ victory: "fg=green"
+ miss: "dim"
+ error: "fg=red"
telnet:
enabled: true