| {{name}} rolls {{stat}}: |
|---|
|
{{#rollTotal() roll 20}}
CRIT SUCCESS! ({{roll}}) You succeed, and get really lucky! Optionally you can gamble with a high or low. Success means you double the effect. Fail means you just succeed. {{/rollTotal() roll 20}} {{#rollBetween() roll 2 19}} {{#rollGreater() total target}} {{total}} is a Success against {{target}} {{/rollGreater() total target}} {{#rollTotal() total target}} {{total}} is a Success against {{target}} {{/rollTotal() total target}} {{#rollLess() total target}} {{total}} is a Fail against {{target}} {{/rollLess() total target}} {{/rollBetween() roll 2 19}} {{#rollTotal() roll 1}} CRIT FAIL! ({{roll}}) You auto fail. Succeed a "high or low" or something bad might happen to you {{/rollTotal() roll 1}} |
| {{weaponname}} deals: |
|---|
|
{{damage}}
{{#rollLess() damage mindmg}}
Damage cannot be below Ferocity: {{mindmg}}
{{/rollLess() damage mindmg}}
Subtract location DR |
| {{name}} attacks with {{weaponname}} |
|---|
|
{{#rollTotal() roll 20}}
CRIT SUCCESS! ({{roll}}) Your attack auto hits, and double Dmg or Add stun. Optionally you can gamble with a high or low. Success means you double the effect. Fail means you just succeed. {{/rollTotal() roll 20}} {{#rollBetween() roll 2 19}} Compare {{total}} to target Def {{/rollBetween() roll 2 19}} {{#rollTotal() roll 1}} CRIT FAIL! ({{roll}}) Your attack auto fails, succeed a "high or low" or you dorp your weapon or fall to the floor {{/rollTotal() roll 1}} |
| {{name}} attempts to cast Spell {{weaponname}} Difficulty: {{diff}} |
|---|
|
{{#rollTotal() roll 20}}
CRIT SUCCESS! ({{roll}}) Your attack auto hits, you can double dmg or add an additional effect (the GM approves), and mana is NOT consumed. Optionally you can gamble with a high or low. Success means you double the effect. Fail means you just succeed. {{effect}} {{/rollTotal() roll 20}} {{#rollTotal() roll 1}} CRIT FAIL! ({{roll}}) Your attack auto fails, succeed a "high or low" or your Spell backfires. This also wastes mana. {{/rollTotal() roll 1}} {{#rollBetween() roll 2 19}} {{#rollLess() total diff}} {{total}} Fails.... maneuver wasted. do NOT subtract mana. {{/rollLess() total diff}} {{#rollGreater() total diff}} {{total}} Success, apply effect! Roll Dmg if necessary. Subtract {{cost}} mana. {{effect}} {{/rollGreater() total diff}} {{#rollTotal() total diff}} {{total}} Success, apply effect! Roll Dmg if necessary. Subtract {{cost}} mana. {{effect}} {{/rollTotal() total diff}} {{/rollBetween() roll 2 19}} |
| {{name}} rolls for high! |
|---|
|
{{#rollBetween() roll 11 20}}
Nailed It! ({{roll}})
{{/rollBetween() roll 11 20}}
{{#rollBetween() roll 1 10}}
fail... ({{roll}})
{{/rollBetween() roll 1 10}}
p.s. high/lows cannot crit |
| {{name}} rolls for low! |
|---|
|
{{#rollBetween() roll 11 20}}
fail... ({{roll}})
{{/rollBetween() roll 11 20}}
{{#rollBetween() roll 1 10}}
Nailed It! ({{roll}})
{{/rollBetween() roll 1 10}}
p.s. high/lows cannot crit |