v1.7.12 - rpg-sage-creative/rpg-sage GitHub Wiki
2024-10-08 15:46
Another Happy Tuesday!
We got a few things for you today.
While we have dealt with prefix issues before, another one snuck in on us. It's gone now.
There were a few mionr things Sage couldn't do based on perms that it will now try to DM you when it fails to let you know why. We are hoping to expand this to most commands at some point to avoid the "why didn't that work" confusion.
You can now react to a dialog post with ❓ (just like Tupper) and get a message from RPG Sage with information about the Character, User, and Game.
You can include stats when you create a character:
sage! pc create name="Willy the Wizard" alias="willy" hp="10" maxHp="10"
The update and stats commands are now a single command:
sage! pc update alias="willy" color="#ff00ff" hp="5" clumsy="1"
You can now update numeric stats with:
-
+=
increments the value, ex:hp+=5
increases "hp" by 5 -
++
increments the value by 1, ex:hp++
increases "hp" by 1 -
-=
decrements the value, ex:hp-=5
decreases "hp" by 5 -
--
decrements the value by 1, ex:hp--
decreases "hp" by 1
sage! pc update alias="willy" hp+=5
sage! pc update alias="willy" hp-=5
sage! pc update alias="willy" hp++
sage! pc update alias="willy" hp--
You can now update your charater via alias only:
! willy hp+=5 ac=15
And (as if that wasn't enough) setting your character's "gameSystem" will enable a couple extra stats based QoL tweaks. More on this when we have time to put together a more thorough explanation, but the big perk here is HP tracking (DnD5e/PF/SF) and that PF2e/SF2e characters will be able to better manage their conditions (Sage will know that if you have slowed=1
and you use slowed--
it will remove clumsy from your conditions).
We have channels to track and organize bugs and requests! https://discord.com/channels/480488957889609733/1207377294918950963 https://discord.com/channels/480488957889609733/1207387859548512340
Please drop by our Discord: Public Link to our Discord
Thank You, and Happy Gaming! :spacer:- Randal, aka RPG Sage :Sage: