Update OEG errata to +4 strength

This commit is contained in:
Troy Biesterfeld
2021-03-23 17:37:38 -05:00
parent 0eca5808a4
commit bf0d36f4c8

View File

@@ -100,7 +100,7 @@
"effect": { "effect": {
"type": "choice", "type": "choice",
"texts": [ "texts": [
"Make the Ring-bearer strength +3 if skirmishing a Nazgul", "Make the Ring-bearer strength +4 if skirmishing a Nazgul",
"Take off The One Ring" "Take off The One Ring"
], ],
"effects": [ "effects": [
@@ -110,7 +110,7 @@
"type": "modifyStrength", "type": "modifyStrength",
"filter": "memory(bearer),inSkirmishAgainst(nazgul)", "filter": "memory(bearer),inSkirmishAgainst(nazgul)",
"amount": 3 "amount": 4
}, },
}, },