Skip to content
Randal edited this page Oct 6, 2025 · 1 revision

2025-10-06 14:24

Minor Update v1.12.0 - Expanded

My word count for the announcement was too large, and when I trimmed it I forgot a couple things.

Improved Table Rolling

If you are rolling on a table, you can now specify the number of rolls and the size of the output. Adding X# at the beginning of the table will roll it X times, example: [2#TABLE_DATA] rolls "TABLE_DATA" 2 times (note table data is multiline and requires numbers and text). By default, each result will be on its own line in the output. By default, a table roll outputs the number and the value, ex: **10** - Thunderstorm. Adding s# at the beginnin of the table will cause it to only output the value, ex: 10. If you add 2xs# then it will roll twice and show the results on a single line with a comma separator, ex: 2, 10. If you add 2xxs# then it will roll twice and show the results on a single line with no separator, ex: 210. Why would you want the XXS, you ask? Somebody trying to simulate a slot machine inspired us! 😉

[3xxs#1-2 🔥
3-5 🐺
6-8 ☠️
9-14 🍖
15-17 🗡️]

HP Bar

If your character has hp and maxHp set, then you have access to a built in hp bar via {hpBar}. The default output is an ascii vertical bar made up of the following values: , ▕▁, ▕▂, ▕▃, ▕▄, ▕▅, ▕▆, ▕▇, ▕█

You can customize this by setting hpBar.values="" on your character. The value is comma delimited and has a couple caveats.

  • first value represents 0
  • you have at least 2 values to represent health
    • the values are lowest on left and highest on right
  • an empty value to tell RPG Sage that the next value is the "unknown" value
  • last value represents "unknown"
    • this is shown when hp or maxhp aren't numbers

Example using emoji: !wiz hp=20 maxhp=25 hpbar.values=" :skull_crossbones: , :broken_heart: , :heart: , :orange_heart: , :yellow_heart: , :green_heart: ,, :heart_exclamation: "

Requests / Bugs / Roadmaps

We have channels to track and organize bugs and requests! https://discord.com/channels/480488957889609733/1207377294918950963 https://discord.com/channels/480488957889609733/1207387859548512340

Have something to report?

Please drop by our Discord: https://discord.gg/rpgsage

Thank You, and Happy Gaming! :spacer:- Randal, aka RPG Sage :Sage:

Clone this wiki locally