Merge pull request #3 from Tbiesty/gemp-dev

Update STMTN for FOTR errata
This commit is contained in:
Christian McCarty
2021-03-21 14:48:40 -05:00
committed by GitHub

View File

@@ -137,16 +137,21 @@
"71_139": { "71_139": {
"title": "Savagery To Match Their Numbers", "title": "Savagery To Match Their Numbers",
"culture": "isengard", "culture": "isengard",
"cost": 1, "cost": 0,
"type": "event", "type": "event",
"keyword": "skirmish", "keyword": "skirmish",
"effects": { "effects": {
"type": "event", "type": "event",
"effect": [ "effect": {
"type": "choice",
"texts": [
"Make an Uruk-hai strength +2",
"Make an Uruk-hai strength +2 (and fierce until the regroup phase)"
],
"effects": [
{ {
"type": "modifyStrength", "type": "modifyStrength",
"filter": "choose(uruk-hai)", "filter": "choose(uruk-hai)",
"memorize": "chosenUrukHai",
"amount": 2 "amount": 2
}, },
{ {
@@ -157,6 +162,12 @@
"filter": "companion" "filter": "companion"
}, },
"effect": [ "effect": [
{
"type": "modifyStrength",
"filter": "choose(uruk-hai)",
"amount": 2,
"memorize": "chosenUrukHai"
},
{ {
"type": "addKeyword", "type": "addKeyword",
"filter": "memory(chosenUrukHai)", "filter": "memory(chosenUrukHai)",
@@ -166,7 +177,7 @@
] ]
} }
] ]
}
} }
}, },
"71_195": { "71_195": {