Update Savagery to +3 strength if 5 companions

This commit is contained in:
Troy Biesterfeld
2021-04-09 14:29:24 -05:00
parent 6e950e0929
commit b83e675407

View File

@@ -146,7 +146,7 @@
"type": "choice",
"texts": [
"Make an Uruk-hai strength +2",
"Make an Uruk-hai strength +2 (and fierce until the regroup phase)"
"Make an Uruk-hai strength +3 (and fierce until the regroup phase)"
],
"effects": [
{
@@ -165,7 +165,7 @@
{
"type": "modifyStrength",
"filter": "choose(uruk-hai)",
"amount": 2,
"amount": 3,
"memorize": "chosenUrukHai"
},
{