Completed first draft of holiday errata
This commit is contained in:
@@ -151,4 +151,88 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
"18_96": {
|
||||
"side": "free_people",
|
||||
"cost": 0,
|
||||
"culture": "Rohan",
|
||||
"title": "*Erkenbrand's Horn",
|
||||
"type": "possession",
|
||||
"target": "culture(rohan),man",
|
||||
"effects":[
|
||||
{
|
||||
"type": "activated",
|
||||
"phase": "fellowship",
|
||||
"cost": {
|
||||
"type": "exert",
|
||||
"filter": "bearer",
|
||||
"times": 1
|
||||
},
|
||||
"effect": {
|
||||
"type": "playcardfromdrawdeck",
|
||||
"filter": "choose(follower,culture(rohan))"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "activated",
|
||||
"phase": "skirmish",
|
||||
"cost": {
|
||||
"type": "discard",
|
||||
"filter": "choose(your,follower)"
|
||||
},
|
||||
"effect": {
|
||||
"type": "playcardfromdrawdeck",
|
||||
"filter": "choose(follower,culture(rohan))"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
"18_112": {
|
||||
"side": "free_people",
|
||||
"cost": 0,
|
||||
"culture": "Shire",
|
||||
"title": "Scouring of the Shire",
|
||||
"type": "condition",
|
||||
"keyword": [
|
||||
"Support Area",
|
||||
"Tale"
|
||||
],
|
||||
"effects":[
|
||||
{
|
||||
"type": "trigger",
|
||||
"trigger": {
|
||||
"type": "condition",
|
||||
"condition": {
|
||||
"type": "canSpot",
|
||||
"filter": "self,hasTokenCount(3,shire)"
|
||||
}
|
||||
},
|
||||
"effect": {
|
||||
"type": "discard",
|
||||
"filter": "self"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "activatedTrigger",
|
||||
"trigger": {
|
||||
"type": "abouttodiscard",
|
||||
"source": "side(shadow)",
|
||||
"filter": "culture(shire),or(condition,possession)"
|
||||
},
|
||||
"cost": {
|
||||
"type": "addtokens",
|
||||
"amount": 1,
|
||||
"culture": "shire",
|
||||
"filter": "self"
|
||||
},
|
||||
"effect": {
|
||||
"type": "preventdiscard",
|
||||
"filter": "choose(culture(shire),or(condition,possession))",
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
}
|
||||
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"19_38": {
|
||||
"title": "*Úlairë Nertëa",
|
||||
"subtitle": "Dark Horseman",
|
||||
"culture": "wraith",
|
||||
"cost": 4,
|
||||
"type": "minion",
|
||||
"race": "nazgul",
|
||||
"strength": 9,
|
||||
"vitality": 2,
|
||||
"site": 3,
|
||||
"keyword": "fierce",
|
||||
"effects": [
|
||||
{
|
||||
"type": "trigger",
|
||||
"trigger": {
|
||||
"type": "played",
|
||||
"filter": "self"
|
||||
},
|
||||
"effect": [
|
||||
{
|
||||
"type": "chooseARace",
|
||||
"memorize": "chosenRace"
|
||||
},
|
||||
{
|
||||
"type": "storeWhileInZone",
|
||||
"memory": "chosenRace"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"type": "trigger",
|
||||
"trigger": {
|
||||
"type": "startofphase",
|
||||
"phase": "assignment"
|
||||
},
|
||||
"effect": [
|
||||
{
|
||||
"type": "chooseYesOrNo",
|
||||
"player": "fp",
|
||||
"text": "Would you like to add a burden to be able to assign Ulaire Nertea to a {chosenRace}?",
|
||||
"memorize": "choice"
|
||||
},
|
||||
{
|
||||
"type": "conditional",
|
||||
"condition": {
|
||||
"type": "memoryIs",
|
||||
"memory": "choice",
|
||||
"value": "no"
|
||||
},
|
||||
"effect": {
|
||||
"type": "addmodifier",
|
||||
"until": "start(skirmish)",
|
||||
"modifier": {
|
||||
"type": "cantBeAssignedToSkirmishAgainst",
|
||||
"side": "free people",
|
||||
"fpCharacter": "companion,race(stored)",
|
||||
"minion": "self",
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
]
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user