Fixed so that the v13/v14 change from mode to type is fixed in SRD (#2075)

This commit is contained in:
WBHarry 2026-07-11 22:27:38 +02:00 committed by GitHub
parent 780aaf216c
commit 2c98070836
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
241 changed files with 416 additions and 416 deletions

View file

@ -186,7 +186,7 @@
"changes": [
{
"key": "system.rules.dualityRoll.defaultHopeDice",
"mode": 5,
"type": "override",
"value": "d10",
"priority": null
}
@ -312,13 +312,13 @@
"changes": [
{
"key": "system.bonuses.damage.physical.dice",
"mode": 2,
"type": "add",
"value": "1d10",
"priority": null
},
{
"key": "system.bonuses.damage.magical.dice",
"mode": 2,
"type": "add",
"value": "1d10",
"priority": null
}

View file

@ -425,25 +425,25 @@
"changes": [
{
"key": "system.difficulty",
"mode": 2,
"type": "add",
"value": "0",
"priority": null
},
{
"key": "system.bonuses.damage.physical.bonus",
"mode": 2,
"type": "add",
"value": "0",
"priority": null
},
{
"key": "system.bonuses.damage.magical.bonus",
"mode": 2,
"type": "add",
"value": "0",
"priority": null
},
{
"key": "system.bonuses.roll.attack.bonus",
"mode": 2,
"type": "add",
"value": "0",
"priority": null
}

View file

@ -206,7 +206,7 @@
"changes": [
{
"key": "system.resistance.physical.resistance",
"mode": 5,
"type": "override",
"value": "1",
"priority": null
}