True if rolled the maximum value (always false for Fate dice)
True if rolled 1 (always false for Fate dice)
OptionalinitialRaw first roll before any mutation (e.g., compound-explode accumulation).
Only populated when result has been overwritten with a computed value.
Consumers that need the original face (nat-20 / nat-1 detection) should
read initialResult ?? result.
Modifiers applied to this die
The rolled value
Number of sides on the die. Normal dice use sides >= 1. Fate/Fudge
dice use sides = 0 as a sentinel — they have no configurable sides
and always produce results in {-1, 0, +1}.
Individual die roll result with metadata.