Backup of the current server set 21 json
This commit is contained in:
@@ -10,20 +10,20 @@
|
|||||||
"resistance": 6,
|
"resistance": 6,
|
||||||
"keyword": "damage+1",
|
"keyword": "damage+1",
|
||||||
"effects": {
|
"effects": {
|
||||||
"type": "extraCost",
|
"type": "extraCost",
|
||||||
"cost":{
|
"cost":{
|
||||||
"type": "addBurdens",
|
"type": "addBurdens",
|
||||||
"amount": {
|
"amount": {
|
||||||
"type": "condition",
|
"type": "condition",
|
||||||
"condition": {
|
"condition": {
|
||||||
"type": "canSpot",
|
"type": "canSpot",
|
||||||
"filter": "name(Bilbo)"
|
"filter": "name(Bilbo)"
|
||||||
},
|
},
|
||||||
"true": 0,
|
"true": 0,
|
||||||
"false": 1
|
"false": 1
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"21_2": {
|
"21_2": {
|
||||||
"title": "Stand Together",
|
"title": "Stand Together",
|
||||||
@@ -134,11 +134,11 @@
|
|||||||
"type" : "event",
|
"type" : "event",
|
||||||
"cost": {
|
"cost": {
|
||||||
"type": "discard",
|
"type": "discard",
|
||||||
"filter": "choose(weapon,attachedTo(character,culture(gondor),man))"
|
"filter": "choose(hand weapon,attachedTo(character,culture(gondor),man))"
|
||||||
},
|
},
|
||||||
"effect": {
|
"effect": {
|
||||||
"type": "wound",
|
"type": "wound",
|
||||||
"filter": "choose(or(orc,uruk-hai),inSkirmishAgainst(another,companion,not(ring bearer)))",
|
"filter": "choose(orc,uruk-hai,inSkirmishAgainst(another,companion,not(ring bearer)))",
|
||||||
"times": 2
|
"times": 2
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -174,7 +174,18 @@
|
|||||||
"culture": "isengard",
|
"culture": "isengard",
|
||||||
"type": "event",
|
"type": "event",
|
||||||
"keyword": "response",
|
"keyword": "response",
|
||||||
"cost": 1
|
"cost": 1,
|
||||||
|
"effects": {
|
||||||
|
"type": "responseEvent",
|
||||||
|
"trigger": {
|
||||||
|
"type": "aboutToExert",
|
||||||
|
"filter": "your,uruk hai"
|
||||||
|
},
|
||||||
|
"effect": {
|
||||||
|
"type": "placeNoWoundForExert",
|
||||||
|
"filter": "choose(uruk-hai)"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"21_9": {
|
"21_9": {
|
||||||
"title": "Uruk Swarmer",
|
"title": "Uruk Swarmer",
|
||||||
@@ -184,7 +195,30 @@
|
|||||||
"cost": 3,
|
"cost": 3,
|
||||||
"strength": 6,
|
"strength": 6,
|
||||||
"vitality": 2,
|
"vitality": 2,
|
||||||
"site": 5
|
"site": 5,
|
||||||
|
"keyword" : "damage+1",
|
||||||
|
"effects" : {
|
||||||
|
"type": "trigger",
|
||||||
|
"optional": true,
|
||||||
|
"trigger": {
|
||||||
|
"type": "assignedToSkirmish",
|
||||||
|
"filter": "self",
|
||||||
|
"against": "companion"
|
||||||
|
},
|
||||||
|
"effect": [
|
||||||
|
{
|
||||||
|
"type": "playCardFromDiscard",
|
||||||
|
"filter": "choose(uruk-hai)",
|
||||||
|
"memorize": "playedUrukhai"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "addKeyword",
|
||||||
|
"filter": "memory(playedUrukhai)",
|
||||||
|
"keyword": "fierce",
|
||||||
|
"until": "start(regroup)"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"21_10": {
|
"21_10": {
|
||||||
"title": "Goblin Bow",
|
"title": "Goblin Bow",
|
||||||
@@ -193,7 +227,38 @@
|
|||||||
"possession": "ranged weapon",
|
"possession": "ranged weapon",
|
||||||
"cost": 1,
|
"cost": 1,
|
||||||
"strength": 1,
|
"strength": 1,
|
||||||
"vitality": 1
|
"vitality": 1,
|
||||||
|
"target": "culture(moria),orc",
|
||||||
|
"effects": [
|
||||||
|
{
|
||||||
|
"type": "trigger",
|
||||||
|
"trigger": {
|
||||||
|
"type": "played",
|
||||||
|
"filter": "self"
|
||||||
|
},
|
||||||
|
"effect": {
|
||||||
|
"type": "discard",
|
||||||
|
"filter": "all(possession,not(self),attachedTo(bearer))"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "modifier",
|
||||||
|
"modifier": {
|
||||||
|
"type": "addKeyword",
|
||||||
|
"filter": "bearer",
|
||||||
|
"keyword": "archer"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "modifier",
|
||||||
|
"modifier":
|
||||||
|
{
|
||||||
|
"type": "cantBear",
|
||||||
|
"filter": "bearer",
|
||||||
|
"cardFilter": "possession"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"21_11": {
|
"21_11": {
|
||||||
"title": "Goblin Warchief",
|
"title": "Goblin Warchief",
|
||||||
@@ -204,21 +269,97 @@
|
|||||||
"cost": 4,
|
"cost": 4,
|
||||||
"strength": 9,
|
"strength": 9,
|
||||||
"vitality": 2,
|
"vitality": 2,
|
||||||
"site": 4
|
"site": 4,
|
||||||
|
"keyword": "fierce",
|
||||||
|
"condition": {
|
||||||
|
"type": "canSpot",
|
||||||
|
"filter": "culture(moria),orc"
|
||||||
|
},
|
||||||
|
"effects": {
|
||||||
|
"type": "trigger",
|
||||||
|
"optional": true,
|
||||||
|
"trigger": {
|
||||||
|
"type": "played",
|
||||||
|
"filter": "self"
|
||||||
|
},
|
||||||
|
"cost": {
|
||||||
|
"type": "revealBottomCardsOfDrawDeck",
|
||||||
|
"count": 4,
|
||||||
|
"memorize": "revealedCards"
|
||||||
|
},
|
||||||
|
"effect": [
|
||||||
|
{
|
||||||
|
"type": "playCardFromDrawDeck",
|
||||||
|
"filter": "all(memory(revealedCards),culture(moria),orc)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "discardCardsFromDrawDeck",
|
||||||
|
"filter": "all(memory(revealedCards),zone(deck))"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"21_12": {
|
"21_12": {
|
||||||
"title": "No Hope of Escape That Way",
|
"title": "No Hope of Escape That Way",
|
||||||
"culture": "moria",
|
"culture": "moria",
|
||||||
"type": "event",
|
"type": "event",
|
||||||
"keyword": "maneuver",
|
"keyword": "maneuver",
|
||||||
"cost": 1
|
"cost": 1,
|
||||||
|
"condition": {
|
||||||
|
"type": "canSpot",
|
||||||
|
"filter": "culture(moria),orc"
|
||||||
|
},
|
||||||
|
"effects": {
|
||||||
|
"type": "event",
|
||||||
|
"effect": {
|
||||||
|
"type": "returnToHand",
|
||||||
|
"filter": "choose(possession,attachedTo(companion,not(ring bearer)))"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"21_13": {
|
"21_13": {
|
||||||
"title": "The Old Forest",
|
"title": "The Old Forest",
|
||||||
"culture": "wraith",
|
"culture": "wraith",
|
||||||
"type": "condition",
|
"type": "condition",
|
||||||
"keyword": "support area",
|
"keyword": "support area",
|
||||||
"cost": 0
|
"cost": 0,
|
||||||
|
"effects": [
|
||||||
|
{
|
||||||
|
"type": "trigger",
|
||||||
|
"optional": true,
|
||||||
|
"trigger": {
|
||||||
|
"type": "played",
|
||||||
|
"filter": "self"
|
||||||
|
},
|
||||||
|
"effect": {
|
||||||
|
"type": "playCardFromDrawDeck",
|
||||||
|
"filter": "choose(tree)"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "activated",
|
||||||
|
"phase": "shadow",
|
||||||
|
"condition": {
|
||||||
|
"type": "canSpot",
|
||||||
|
"filter": "side(free people),not(name(Frodo)),maxTwilight(0)",
|
||||||
|
"count": 3
|
||||||
|
},
|
||||||
|
"cost": {
|
||||||
|
"type": "play",
|
||||||
|
"filter": "choose(minion,culture(wraith),unique)"
|
||||||
|
},
|
||||||
|
"effect": [
|
||||||
|
{
|
||||||
|
"type": "addTwilight",
|
||||||
|
"amount": 3
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "discard",
|
||||||
|
"filter": "self"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"21_14": {
|
"21_14": {
|
||||||
"title": "Old Man Willow",
|
"title": "Old Man Willow",
|
||||||
@@ -229,20 +370,132 @@
|
|||||||
"cost": 3,
|
"cost": 3,
|
||||||
"strength": 2,
|
"strength": 2,
|
||||||
"vitality": 6,
|
"vitality": 6,
|
||||||
"site": 2
|
"site": 2,
|
||||||
|
"effects" : [
|
||||||
|
{
|
||||||
|
"type": "modifier",
|
||||||
|
"modifier": {
|
||||||
|
"type": "addKeyword",
|
||||||
|
"filter": "self",
|
||||||
|
"condition": {
|
||||||
|
"type": "location",
|
||||||
|
"filter": "not(forest)"
|
||||||
|
},
|
||||||
|
"keyword": "roaming"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "activatedTrigger",
|
||||||
|
"trigger": {
|
||||||
|
"type": "startOfPhase",
|
||||||
|
"phase": "assignment"
|
||||||
|
},
|
||||||
|
"cost": {
|
||||||
|
"type": "exert",
|
||||||
|
"filter": "self",
|
||||||
|
"times": 2
|
||||||
|
},
|
||||||
|
"effect": [
|
||||||
|
{
|
||||||
|
"type": "spot",
|
||||||
|
"filter": "choose(companion,hobbit,strengthLessThan(7))",
|
||||||
|
"memorize": "chosenHobbit"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "addModifier",
|
||||||
|
"modifier": {
|
||||||
|
"type": "cantBeAssignedToSkirmishAgainst",
|
||||||
|
"side": "free people",
|
||||||
|
"fpCharacter": "memory(chosenHobbit)",
|
||||||
|
"minion": "any"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"21_15": {
|
"21_15": {
|
||||||
"title": "And in the Darkness Bind Them",
|
"title": "And in the Darkness Bind Them",
|
||||||
"culture": "sauron",
|
"culture": "sauron",
|
||||||
"type": "condition",
|
"type": "condition",
|
||||||
"keyword": "support area",
|
"keyword": "support area",
|
||||||
"cost": 0
|
"cost": 0,
|
||||||
|
"effects": {
|
||||||
|
"type": "activated",
|
||||||
|
"phase": "skirmish",
|
||||||
|
"effect": {
|
||||||
|
"type": "choice",
|
||||||
|
"texts": [
|
||||||
|
"Discard a WRAITH card to make a SAURON orc strength +1",
|
||||||
|
"Discard a SAURON card to make a Nazg<7A>l strength +1"
|
||||||
|
],
|
||||||
|
"effects": [
|
||||||
|
{
|
||||||
|
"type": "costToEffect",
|
||||||
|
"cost": {
|
||||||
|
"type": "discardFromHand",
|
||||||
|
"forced": true,
|
||||||
|
"filter": "choose(culture(wraith))"
|
||||||
|
},
|
||||||
|
"effect": {
|
||||||
|
"type": "conditional",
|
||||||
|
"condition": {
|
||||||
|
"type": "perPhaseLimit",
|
||||||
|
"limit": 2
|
||||||
|
},
|
||||||
|
"effect": [
|
||||||
|
{
|
||||||
|
"type": "incrementPerPhaseLimit",
|
||||||
|
"limit": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "modifyStrength",
|
||||||
|
"filter": "choose(culture(sauron),orc)",
|
||||||
|
"amount": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "costToEffect",
|
||||||
|
"cost": {
|
||||||
|
"type": "discardFromHand",
|
||||||
|
"forced": true,
|
||||||
|
"filter": "choose(culture(sauron))"
|
||||||
|
},
|
||||||
|
"effect": {
|
||||||
|
"type": "conditional",
|
||||||
|
"condition": {
|
||||||
|
"type": "perPhaseLimit",
|
||||||
|
"limit": 2
|
||||||
|
},
|
||||||
|
"effect": [
|
||||||
|
{
|
||||||
|
"type": "incrementPerPhaseLimit",
|
||||||
|
"limit": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "modifyStrength",
|
||||||
|
"filter": "choose(nazgul)",
|
||||||
|
"amount": 1
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"21_16": {
|
"21_16": {
|
||||||
"title": "Gladden Ambush",
|
"title": "Gladden Ambush",
|
||||||
"culture": "sauron",
|
"culture": "sauron",
|
||||||
"type": "event",
|
"type": "event",
|
||||||
"keyword": "maneuver",
|
"keyword": [
|
||||||
|
"search",
|
||||||
|
"maneuver"
|
||||||
|
],
|
||||||
"cost": 0
|
"cost": 0
|
||||||
},
|
},
|
||||||
"21_17": {
|
"21_17": {
|
||||||
@@ -254,7 +507,22 @@
|
|||||||
"cost": 2,
|
"cost": 2,
|
||||||
"strength": 2,
|
"strength": 2,
|
||||||
"vitality": 3,
|
"vitality": 3,
|
||||||
"allyHome": "fellowship,1"
|
"allyHome": [
|
||||||
|
"fellowship,1",
|
||||||
|
"fellowship,3"
|
||||||
|
],
|
||||||
|
"effects": {
|
||||||
|
"type": "activated",
|
||||||
|
"phase": "or(maneuver,regroup)",
|
||||||
|
"cost": {
|
||||||
|
"type": "exert",
|
||||||
|
"filter": "self"
|
||||||
|
},
|
||||||
|
"effect": {
|
||||||
|
"type": "returnToHand",
|
||||||
|
"filter": "choose(hobbit,not(ring bearer))"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"21_18": {
|
"21_18": {
|
||||||
"title": "Hobbit Concealment",
|
"title": "Hobbit Concealment",
|
||||||
@@ -501,5 +769,5 @@
|
|||||||
"possession": "hand weapon",
|
"possession": "hand weapon",
|
||||||
"cost": 2,
|
"cost": 2,
|
||||||
"strength": 2
|
"strength": 2
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user