mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Increased priority on effects in srd classes/subclasses that depend on character data
This commit is contained in:
parent
913761d117
commit
73bb4ec2ac
2 changed files with 3 additions and 3 deletions
|
|
@ -35,7 +35,7 @@
|
||||||
"key": "system.evasion",
|
"key": "system.evasion",
|
||||||
"mode": 2,
|
"mode": 2,
|
||||||
"value": "@system.proficiency",
|
"value": "@system.proficiency",
|
||||||
"priority": null
|
"priority": 21
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"disabled": false,
|
"disabled": false,
|
||||||
|
|
|
||||||
|
|
@ -255,13 +255,13 @@
|
||||||
"key": "system.damageThresholds.major",
|
"key": "system.damageThresholds.major",
|
||||||
"mode": 2,
|
"mode": 2,
|
||||||
"value": "@system.proficiency",
|
"value": "@system.proficiency",
|
||||||
"priority": null
|
"priority": 21
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "system.damageThresholds.severe",
|
"key": "system.damageThresholds.severe",
|
||||||
"mode": 2,
|
"mode": 2,
|
||||||
"value": "@system.proficiency",
|
"value": "@system.proficiency",
|
||||||
"priority": null
|
"priority": 21
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"disabled": false,
|
"disabled": false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue