mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-22 07:23:37 +02:00
Corrected the SRD to use base effects again
This commit is contained in:
parent
4113f6c562
commit
8a728e6c27
51 changed files with 316 additions and 174 deletions
|
|
@ -114,16 +114,19 @@
|
|||
"description": "<p>Add the item's Tier to your Armor Score</p>",
|
||||
"img": "icons/skills/melee/shield-block-gray-orange.webp",
|
||||
"_id": "pZCrWd7zLTarvEQK",
|
||||
"type": "armor",
|
||||
"type": "base",
|
||||
"system": {
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.armorScore",
|
||||
"key": "Armor",
|
||||
"type": "armor",
|
||||
"phase": "initial",
|
||||
"priority": 20,
|
||||
"value": 0,
|
||||
"max": "ITEM.@system.tier"
|
||||
"typeData": {
|
||||
"type": "armor",
|
||||
"max": "ITEM.@system.tier"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue