Add King block errata

This commit is contained in:
Troy Biesterfeld
2021-04-24 19:57:51 -05:00
parent e427a10649
commit c3b74aa8dc
3 changed files with 220 additions and 0 deletions

View File

@@ -0,0 +1,70 @@
{
"77_49": {
"title": "*Steadfast Champion",
"culture": "gandalf",
"cost": 2,
"type": "condition",
"target": "name(gandalf)",
"effects": [
{
"type": "modifier",
"modifier": {
"type": "addActivated",
"filter": "minion",
"phase": "assignment",
"text": "Assign to Gandalf",
"effect": {
"type": "assignFpCharacterToSkirmish",
"fpCharacter": "choose(gandalf)",
"against": "self"
}
}
},
{
"type": "trigger",
"optional": true,
"trigger": {
"type": "startOfPhase",
"phase": "regroup"
},
"cost": {
"type": "discard",
"filter": "self"
},
"effect": [
{
"type": "discard",
"filter": "choose(minion)"
},
{
"type": "heal",
"filter": "choose(companion)",
"times": 3
}
]
}
]
},
"77_96": {
"title": "Gondorian Captain",
"culture": "gondor",
"cost": 2,
"type": "companion",
"race": "man",
"strength": 6,
"vitality": 3,
"resistance": 6,
"keyword": "knight",
"effects": {
"type": "activated",
"phase": "maneuver",
"cost": {
"type": "discard",
"filter": "choose(fortification)"
},
"effect": {
"type": "removeThreats"
}
}
}
}

View File

@@ -0,0 +1,38 @@
{
"78_1": {
"title": "Aggression",
"culture": "dwarven",
"cost": 1,
"type": "condition",
"keyword": "support area",
"effects": [
{
"type": "modifier",
"condition": {
"type": "haveInitiative",
"side": "free_people"
},
"modifier": {
"type": "addKeyword",
"filter": "dwarf",
"keyword": "damage+1"
}
},
{
"type": "activated",
"phase": "fellowship",
"condition": {
"type": "canSpot",
"filter": "dwarf"
},
"cost": {
"type": "discard",
"filter": "self"
},
"effect": {
"type": "drawCards"
}
}
]
}
}

View File

@@ -0,0 +1,112 @@
{
"80_2": {
"title": "*Memories of Darkness",
"culture": "dwarven",
"cost": 1,
"type": "condition",
"keyword": "support area",
"condition": {
"type": "canSpot",
"filter": "dwarf"
},
"effects": {
"type": "trigger",
"trigger": {
"type": "losesInitiative",
"side": "free people"
},
"condition": {
"type": "not",
"condition": {
"type": "phase",
"phase": "fellowship"
}
},
"effect": {
"type": "play",
"filter": "choose(culture(dwarven),or(condition,possession))"
}
}
},
"80_11": {
"title": "*Galadriel",
"subtitle": "Lady Redeemed",
"culture": "elven",
"cost": 3,
"type": "companion",
"race": "elf",
"strength": 3,
"vitality": 3,
"resistance": 6,
"effects": [
{
"type": "modifyOwnCost",
"condition": {
"type": "phase",
"phase": "play starting fellowship"
},
"amount": -3
},
{
"type": "trigger",
"optional": true,
"trigger": {
"type": "startOfPhase",
"phase": "regroup"
},
"cost": {
"type": "discardFromHand",
"count": 1,
"forced": false,
"filter": "choose(culture(elven),event)"
},
"effect": {
"type": "discard",
"filter": "choose(side(shadow),or(condition,possession))"
}
}
]
},
"80_91": {
"title": "Mordor Fiend",
"culture": "sauron",
"cost": 3,
"type": "minion",
"race": "orc",
"strength": 9,
"vitality": 3,
"site": 6,
"effects": {
"type": "trigger",
"trigger": {
"type": "played",
"filter": "self"
},
"condition": [
{
"type": "twilightPoolLessThan",
"amount": 4
},
{
"type": "not",
"condition": {
"type": "canSpot",
"filter": "not(self),minion"
}
}
],
"effect": {
"type": "addTwilight",
"amount": {
"type": "condition",
"condition": {
"type": "canSpot",
"filter": "self,roaming"
},
"true": 5,
"false": 3
}
}
}
}
}