-
-
Notifications
You must be signed in to change notification settings - Fork 74
Dice scripting for character sheets (aka Macros) #420
Description
🚩 Is your feature request related to a problem? Please describe
I want to contribute with WoD character sheets for the platform. Starting with Vampire, I want to replicate this sheet:

(only the top of the sheet is pasted).
The basic system is easy: you take one attribute rating, you add it to the ability rating, and you throw that number of dices, counting successes.
This is what I have done so far:
I used slot tracker block just because is visually more similar, but I'm aware it's not its purpose. Instead, a dice pool block seems closer to what I want to do, but it's still not good, because it would roll just that pool, but I need to roll two pools together. We could press on both pools and read two lines of dice, but that would be more confusing to my players.
For being able to implement all RPG systems, I think Fari needs a more flexible way of defining rolls, that could be customized for every game. Like macros on most VTT systems.
