mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
[Fix] SRD Effect Priorities (#1505)
* Increased priority on effects in srd domain cards that depend on character data * Increased priority on effects in srd classes/subclasses that depend on character data * Increased priority on effects in srd ancestries that depend on character data * Increased priority on effects in srd beastforms that depend on character data * Increased priority on effects in remaining SRD items that depend on character data * Adversaries * Raised system version
This commit is contained in:
parent
6deadea437
commit
c6bdc846ab
19 changed files with 52 additions and 32 deletions
|
|
@ -155,7 +155,8 @@
|
|||
{
|
||||
"key": "system.evasion",
|
||||
"mode": 2,
|
||||
"value": "@system.armorScore"
|
||||
"value": "@system.armorScore",
|
||||
"priority": 21
|
||||
}
|
||||
],
|
||||
"transfer": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue