Fixing missing rarities for errata test

This commit is contained in:
Christian 'ketura' McCarty
2021-01-22 12:41:10 -06:00
parent 6ed561b89a
commit a5987b1a70
2 changed files with 51 additions and 2 deletions

View File

@@ -83,7 +83,7 @@
"culture": "gandalf",
"cost": 1,
"type": "ally",
"allyHome": "fellowship,3",
"allyHome": "fellowship,10",
"race": "man",
"strength": 2,
"vitality": 2,
@@ -115,4 +115,49 @@
]
}
},
"21_10108": {
"title": "*No Stranger to the Shadows",
"culture": "gondor",
"cost": 0,
"type": "condition",
"target": "ranger,not(hasAttached(name(No Stranger to the Shadows)))",
"effects": {
"type": "modifier",
"modifier": {
"type": "modifyCost",
"filter": "site",
"amount": -1
}
}
},
"21_10109": {
"title": "One Whom Men Would Follow",
"culture": "gondor",
"cost": 0,
"type": "event",
"keyword": "maneuver",
"effects": {
"type": "event",
"cost": {
"type": "exert",
"filter": "choose(name(Aragorn))"
},
"effect": [
{
"type": "modifyStrength",
"filter": "choose(ally)",
"amount": 2,
"until": "start(regroup)",
"memorize": "exertedAlly"
},
{
"type": "allyCanParticipateInArcheryFireAndSkirmishes",
"filter": "memory(exertedAlly)",
"until": "start(regroup)"
}
]
}
},
}

View File

@@ -44,4 +44,8 @@
21S44
21S45
21S46
21S47
21S47
21S1040
21S1045
21S1080
21S10108