aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-21 02:26:57 -0400
committerhistoria <[not public]>2026-06-21 02:26:57 -0400
commite4bc2de6e6aa507044a6a75b4c1954974539a857 (patch)
tree608f22548bf2b6a1a4b02bedad05ec7f3a3aa3f2 /data
parentc36c1dc0c65e65b4d6ee53df6bbcc3a860eb6e4b (diff)
downloadthehouseoficarus-e4bc2de6e6aa507044a6a75b4c1954974539a857.tar.gz
feat: combat health bar. color improvements.
Diffstat (limited to 'data')
-rw-r--r--data/help/color.yaml7
-rw-r--r--data/help/prompt.yaml2
2 files changed, 4 insertions, 5 deletions
diff --git a/data/help/color.yaml b/data/help/color.yaml
index 6082183..12fd4a5 100644
--- a/data/help/color.yaml
+++ b/data/help/color.yaml
@@ -55,12 +55,9 @@ description: |
direction Movement direction text
exit_direction Exit direction labels
exit_name Exit destination room names
- mob_name Mob names in combat
- friendly_npc Friendly NPC names
- hostile_npc Hostile mob names in room listings
+ protected_mob Protected mob names
+ mob Mob names (combat, room listings, etc.)
damage Damage numbers
- enemy_hp Enemy HP in combat
- character_hp Your HP in combat
xp XP gain messages
level_up Level-up announcements
item Item names (default)
diff --git a/data/help/prompt.yaml b/data/help/prompt.yaml
index f3c23f4..2b35f41 100644
--- a/data/help/prompt.yaml
+++ b/data/help/prompt.yaml
@@ -14,6 +14,8 @@ description: |
Variables:
%h Current HP
%H Maximum HP
+ %b Current battery level
+ %B Maximum battery level
%c Credits
%m Current mob HP (blank unless in combat)
%M Mob max HP (blank unless in combat)