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", "type": "choice",
"texts": [ "texts": [
"Make an Uruk-hai strength +2", "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": [ "effects": [
{ {
@@ -165,7 +165,7 @@
{ {
"type": "modifyStrength", "type": "modifyStrength",
"filter": "choose(uruk-hai)", "filter": "choose(uruk-hai)",
"amount": 2, "amount": 3,
"memorize": "chosenUrukHai" "memorize": "chosenUrukHai"
}, },
{ {