Refactor Home UI controls and add dice to campaign log entries
This commit is contained in:
6
FAQ.md
6
FAQ.md
@@ -62,4 +62,8 @@ d6 skills now store two explicit options:
|
||||
- `wildDice`: number of wild dice for the skill
|
||||
- `allowFumble`: whether wild dice rolling `1` can trigger fumble removal
|
||||
|
||||
Roll responses also include per-die state flags (`crit`, `fumble`, `wild`, `removed`, `added`) so the frontend can render the full die-by-die outcome, not just the final total.
|
||||
Roll responses and campaign log entries include per-die state flags (`crit`, `fumble`, `wild`, `removed`, `added`) so the frontend can render the full die-by-die outcome, not just the final total.
|
||||
|
||||
## How is the active character chosen in the Play screen?
|
||||
|
||||
There is no separate activate button in Play. The selected character in the character picker is treated as active context and the UI syncs that choice to the backend for owned characters.
|
||||
|
||||
Reference in New Issue
Block a user