Corrected the SRD to use base effects again

This commit is contained in:
WBHarry 2026-03-21 01:43:25 +01:00
parent 4113f6c562
commit 8a728e6c27
51 changed files with 316 additions and 174 deletions

View file

@ -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"
}
}
]
},