Sep 20, 2023 5:08 pm
Is there a way to have add +1 to the number when the roll is 10+?
{
"background": {"image": ""},
"diceRules": [
{"rolled": "D12", "countTotal": ">5"},
{"rolled": "D12","natural": ">5","highlight": "info bold"},
{"rolled": "D10", "countTotal": ">5"},
{"rolled": "D10","natural": ">5","highlight": "info bold"},
{"rolled": "D8", "countTotal": ">5"},
{"rolled": "D8","natural": ">5","highlight": "info bold"},
{"rolled": "D6", "countTotal": ">5"},
{"rolled": "D6","natural": ">5","highlight": "info bold"}
],
"characterSheetIntegration": {"gmSheets": []},
"diceDefaults": {"rerollAces": false}
}
{
"background": {"image": ""},
"diceRules": [
{"rolled": "D12", "countTotal": ">5"},
{"rolled": "D12","natural": ">5","highlight": "info bold"},
{"rolled": "D10", "countTotal": ">5"},
{"rolled": "D10","natural": ">5","highlight": "info bold"},
{"rolled": "D8", "countTotal": ">5"},
{"rolled": "D8","natural": ">5","highlight": "info bold"},
{"rolled": "D6", "countTotal": ">5"},
{"rolled": "D6","natural": ">5","highlight": "info bold"}
],
"characterSheetIntegration": {"gmSheets": []},
"diceDefaults": {"rerollAces": false}
}