diff options
| author | historia <[not public]> | 2026-06-16 01:59:27 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-16 01:59:27 -0400 |
| commit | 43f21aabae8924f35c12c8485e690aeefe0089fb (patch) | |
| tree | b5fbadb89df3cf4ffec86503bb8e2d7e52b27454 /data/help/prompt.yaml | |
| parent | 4cc1ddcd185509080b4b3e15d1646567edd51c9d (diff) | |
| download | thehouseoficarus-43f21aabae8924f35c12c8485e690aeefe0089fb.tar.gz | |
feat: overhauled ansi color, added prompt options
Diffstat (limited to 'data/help/prompt.yaml')
| -rw-r--r-- | data/help/prompt.yaml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/data/help/prompt.yaml b/data/help/prompt.yaml new file mode 100644 index 0000000..95d852b --- /dev/null +++ b/data/help/prompt.yaml @@ -0,0 +1,35 @@ +name: "prompt" +category: "Options" +description: | + Customize your command prompt. + + Set via: option prompt <string> + + Your prompt string can include variables and color blocks. + + Variables: + %h Current HP + %H Maximum HP + %c Credits + %m Current mob HP (blank unless in combat) + %M Mob max HP (blank unless in combat) + %s Attack style shorthand (acc, agg, def, bal) + %S Attack style longform (accurate, aggressive, defensive, balanced) + %i Free inventory slots + %x_<skill> XP to next level for a skill (e.g. %x_mining) + %X_<skill> Total XP for a skill (e.g. %X_attack) + + Use %% for a literal % sign. + + Color blocks use the same format as the color command: + {fg=green bold}text{/} + + A color block starts with {color_string} and ends with {/}. + + Examples: + option prompt "> " + option prompt "{fg=cyan}%h/%Hhp $%c %s{/} >" + option prompt "<{fg=green}%h{/}/{fg=red}%H{/}hp> " + + To reset to the default "> ": + option prompt "> " |
