mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +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",
|
||||
"mode": 2,
|
||||
"value": "@system.proficiency",
|
||||
"priority": null
|
||||
"priority": 21
|
||||
}
|
||||
],
|
||||
"disabled": false,
|
||||
|
|
|
|||
|
|
@ -255,13 +255,13 @@
|
|||
"key": "system.damageThresholds.major",
|
||||
"mode": 2,
|
||||
"value": "@system.proficiency",
|
||||
"priority": null
|
||||
"priority": 21
|
||||
},
|
||||
{
|
||||
"key": "system.damageThresholds.severe",
|
||||
"mode": 2,
|
||||
"value": "@system.proficiency",
|
||||
"priority": null
|
||||
"priority": 21
|
||||
}
|
||||
],
|
||||
"disabled": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue