[Feature] Roll Rules Standardization (#1818)

* Moved default hope/fear/advantage/disadvantage under system/rules/roll and changed them to be dice indexs

* .

* .

* .
This commit is contained in:
WBHarry 2026-04-21 16:13:12 +02:00 committed by GitHub
parent 7af3f07a26
commit 2c994ac78c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 132 additions and 83 deletions

View file

@ -357,8 +357,8 @@
},
"changes": [
{
"key": "system.rules.dualityRoll.defaultHopeDice",
"value": "d8",
"key": "system.rules.roll.hopeIndex",
"value": 2,
"priority": null,
"type": "override"
}

View file

@ -320,8 +320,8 @@
},
"changes": [
{
"key": "system.rules.dualityRoll.defaultFearDice",
"value": "d20",
"key": "system.rules.roll.fearIndex",
"value": 5,
"priority": null,
"type": "override"
}