Open
Description
Trying to create a new template for the 2024 statblocks which requires a new markdown table to handle the two new scores in statblocks of Mod and Save.
Working on a plugin (https://github.com/Sparks01/dnd-2024-statblock-obsidian) that uses the Homebrewery markdown styling of :
{{tables
MOD | SAVE | ||
---|---|---|---|
Str | 30 | +10 | +17 |
Int | 18 | +4 | +4 |
MOD | SAVE | ||
---|---|---|---|
Dex | 10 | +0 | +7 |
Wis | 15 | +2 | +9 |
MOD | SAVE | ||
---|---|---|---|
Con | 29 | +9 | +16 |
Cha | 23 | +6 | +13 |
}}
I'm curious what ways we can use (or are already in place) to handle the Mod / Sav scores. Are they calculated from the 5eTools JSON, by just taking the the ability mod (strMod) and then adding the Proficiency number when applicable? That seems to be what the 5eJSON implies.
Thanks.