Updates to JSON files for FOTR errata

This commit is contained in:
Troy Biesterfeld
2021-03-10 19:14:37 -06:00
parent 07a406744a
commit 08b99c36ae

View File

@@ -284,11 +284,21 @@
"type": "removesBurden",
"filter": "not(hobbit)"
},
"effect": {
"type": "heal",
"count": "0-2",
"filter": "choose(companion)"
}
"condition": {
"type": "perPhaseLimit",
"limit": 1
},
"effect": [
{
"type": "incrementPerPhaseLimit",
"limit": 1
},
{
"type": "heal",
"count": "0-2",
"filter": "choose(companion)"
}
]
}
}
}