Merge pull request #7 from Tbiesty/master

Update Savagery to +3 strength if 5 companions and Flaming Brand to damage+2
This commit is contained in:
Christian McCarty
2021-04-10 18:57:35 -05:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

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"
},
{

View File

@@ -39,10 +39,10 @@
{
"type": "addKeyword",
"filter": "memory(bearer)",
"keyword": "damage+1"
"keyword": "damage+2"
}
]
}
]
},
}
}