Skip to content
Randal edited this page Sep 14, 2024 · 1 revision

2024-09-13 21:37

Patch: v1.7.7

Hello everybody. We've been quiet, but we have been busy!

We have a number of bug fixes and requests in this patch, so let's just get to it.

Bugs

Character Names with [] or ()

While you would think these two were related, they were actually two different bugs! Either way, they've both been squashed.

Hidden Stats

Spoilered stats got replaced with ?? for AC values, but were not replaced otherwise, causing hidden values to be revealed. No longer.

Requests

Configurable Emoji to tell Sage not to auto-dialog / auto-proxy

If Sage sees the :ooc: emoji in a post that would normally be auto-proxied, Sage will ignore it. As with other Sage emoji, you can configure it to be any emoji you want.

Expanded Stat Lookup

When rolling dice with stats, if you target dc.XXX and it doesn't exist, Sage will automatically lookup XXX and add 10. Also, when rolling against an imported PF2/SF2 character, you can get a check's info in multiple ways now, for example, Level 1, Trained in Arcana, +2 Int:

[1d20 dc {char::dc.arcana}]       --> [1d20 dc 15]
[1d20 {char::ext.arcana}]         --> [1d20 Arcana +2 Int +1 Lvl +2 Trained]
[1d20 {char::label.arcana}]       --> [1d20 Arcana (T)]
[1d20 +{char::labeled.arcana}]    --> [1d20 +5 Arcana (T)]
[1d20 +{char::mod.arcana}]        --> [1d20 +5]
[1d20 {char::p.arcana}]           --> [1d20 (T)]
[1d20 +{char::prof.arcana}]       --> [1d20 +2]
[1d20 {char::proficiency.arcana}] --> [1d20 Trained]
[1d20 +{char::arcana}]            --> [1d20 +5]

(these options will soon get added to all characters, imported or not)

Expanded Test Math

The right side of a dice test, whether (>, >=, ac, dc, etc.) can now be a simple math equation.

[1d20 > 10 - 2]
[1d20 ac 18 - 6]
[1d20 >= (10 - 2)]
[1d20 ac (18 - 6)]

Other

Starfinder 1e Dice

Yup, that's right, we have added a basic dice engine to support Starfinder 1e! If you have attack and damage and include an EAC or KAC, Sage will show success vs failure and even properly determine a critical hit. If you include a DC, it will show success vs failure and, if you include "fort" or "ref" or "will" in your description, it will know to auto hit/fail on a 20 or 1.

Starfinder 2e Demiplane PDF Import

In addition to the form fillable PDF already enabled, you can now import an SF2e character using the PDF from Demiplane.

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: Public Link to our Discord

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

Clone this wiki locally