mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +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
|
|
@ -39,7 +39,7 @@
|
|||
"key": "system.armorScore",
|
||||
"mode": 2,
|
||||
"value": "@system.traits.strength.value",
|
||||
"priority": null
|
||||
"priority": 21
|
||||
}
|
||||
],
|
||||
"disabled": false,
|
||||
|
|
|
|||
|
|
@ -42,7 +42,8 @@
|
|||
{
|
||||
"key": "system.resistance.magical.reduction",
|
||||
"mode": 2,
|
||||
"value": "@system.armorScore"
|
||||
"value": "@system.armorScore",
|
||||
"priority": 21
|
||||
}
|
||||
],
|
||||
"_id": "xGxqTCO8MjNq5Cw6",
|
||||
|
|
|
|||
|
|
@ -155,7 +155,8 @@
|
|||
{
|
||||
"key": "system.evasion",
|
||||
"mode": 2,
|
||||
"value": "@system.armorScore"
|
||||
"value": "@system.armorScore",
|
||||
"priority": 21
|
||||
}
|
||||
],
|
||||
"transfer": false,
|
||||
|
|
|
|||
|
|
@ -117,7 +117,8 @@
|
|||
{
|
||||
"key": "system.bonuses.damage.primaryWeapon.bonus",
|
||||
"mode": 2,
|
||||
"value": "@system.traits.agility.value"
|
||||
"value": "@system.traits.agility.value",
|
||||
"priority": 21
|
||||
}
|
||||
],
|
||||
"_id": "jMIrOhpPUncn7dWg",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue