Card Fixes

This commit is contained in:
Christian 'ketura' McCarty
2021-12-24 18:40:53 -06:00
parent a4f5905f39
commit 8258933d60
7 changed files with 107 additions and 67 deletions

View File

@@ -201,26 +201,32 @@
{
"type": "discard",
"filter": "choose(and(culture(sauron),minion))"
}
},
{
"type": "chooseActiveCards",
"text": "Choose a card for GROND to SMASH",
"filter": "choose(side(free people),not(companion),minTwilight(memory(numberOfTokens)),maxTwilight(memory(numberOfTokens)))",
"memorize": "chosenCard"
},
],
"effect": [
{
"type": "discard",
"filter": "choose(side(free people),not(companion),minTwilight(memory(numberOfTokens)),maxTwilight(memory(numberOfTokens)))",
"memorize": "discardedCard"
},
{
"type": "conditional",
"condition": {
"type": "memorymatches",
"memory": "discardedCard",
"memory": "chosenCard",
"filter": "not(zone(SUPPORT))"
},
"effect": {
"type": "discard",
"filter": "self"
}
}
},
{
"type": "discard",
"filter": "memory(chosenCard)"
},
]
}
]
@@ -242,10 +248,12 @@
"effects": [
{
"type": "modifyOwnCost",
"amount": {
"type": "forEachYouCanSpot",
"filter": "controlledsite"
"condition": {
"type": "canSpot",
"filter": "engine",
"count": 4
},
"amount": -4
},
{
"type": "trigger",
@@ -257,13 +265,13 @@
"condition": [
{
"type": "location",
"filter": "siteNumber(5-9),siteBlock(king)"
},
{
"type": "canspot",
"filter": "engine"
"filter": "siteNumber(5-9)"
}
],
"cost": {
"type": "discard",
"filter": "choose(engine)"
},
"effect": {
"type": "discard",
"filter": "choose(condition,side(free people))"

View File

@@ -60,25 +60,30 @@
"count": 3
},
"filter": "name(Gandalf)",
"amount": {
"type": "condition",
"condition": [
{
"type": "canSpot",
"filter": "name(Elrond)"
},
{
"type": "canSpot",
"filter": "name(Galadriel)"
},
{
"type": "canSpot",
"filter": "name(Celeborn)"
}
],
"true": 4,
"false": 2
}
"amount": 2
}
},
{
"type": "modifier",
"modifier": {
"type": "modifyStrength",
"condition": [
{
"type": "canSpot",
"filter": "name(Elrond)"
},
{
"type": "canSpot",
"filter": "name(Galadriel)"
},
{
"type": "canSpot",
"filter": "name(Celeborn)"
}
],
"filter": "name(Gandalf)",
"amount": 2
}
}
]
@@ -93,6 +98,12 @@
"race": "eagle",
"strength": 8,
"vitality": 2,
"condition": [
{
"type": "canSpot",
"filter": "name(Gandalf)"
}
],
"effects": [
{
"type": "trigger",
@@ -139,19 +150,29 @@
"title": "My Heart Tells Me",
"culture": "gandalf",
"cost": 1,
"type": "event",
"keyword": "response",
"condition": {
"type": "canSpot",
"filter": "name(Gandalf)"
},
"type": "condition",
"keyword": "support area",
"effects": {
"type": "responseEvent",
"type": "activatedtrigger",
"trigger": {
"type": "aboutToTakeWound",
"filter": "minion"
},
"condition": [
{
"type": "canSpot",
"filter": "name(Gandalf)"
},
{
"type": "perTurnLimit",
"limit": 1
},
],
"effect": [
{
"type": "incrementPerTurnLimit",
"limit": 1
},
{
"type": "preventWound",
"filter": "choose(minion)"

View File

@@ -219,7 +219,7 @@
"151_30": {
"title": "*Saruman",
"subtitle": "Fell Voice On The Air",
"subtitle": "Fell Voice",
"culture": "isengard",
"cost": 4,
"type": "minion",

View File

@@ -219,7 +219,7 @@
"151_36": {
"title": "Vile Tentacle",
"culture": "moria",
"cost": 3,
"cost": 2,
"type": "minion",
"race": "creature",
"keyword": ["tentacle"],

View File

@@ -8,26 +8,11 @@
"keyword": ["shadow"],
"effects": {
"type": "event",
"cost": {
"type": "exert",
"filter": "choose(elf)",
},
"effect": [
{
"type": "play",
"filter": "choose(nazgul)",
"memorize": "playedNazgul"
},
{
"type": "optional",
"text": "Would you like to play a [wraith] possession on that Nazgul from your discard pile?",
"effect": {
"type": "playCardFromDiscard",
"filter": "choose(culture(wraith),possession)",
"on": "memory(playedNazgul)"
}
}
]
"effect": {
"type": "playCardFromDiscard",
"filter": "choose(culture(wraith),item)",
"on": "memory(playedNazgul)"
},
}
},

View File

@@ -1,7 +1,31 @@
<pre style="font-size:80%">
<b>Most recent update</b>
<b>2021 December 22 - A</b>
<b>2021 December 24 - A</b>
- UPDATED ERRATA: Great Hill Troll (8C102).
Twilight Cost: 10 -> <div style="color:red">9</div>
Game Text:
Besieger. Fierce.
<div style="color:red">While you can spot 4 engines, this minion is twilight cost -4.</div>
When you play this minion at <div style="color:red">any site 5 to 9</div>, you may <div style="color:red">discard an engine to</div> discard a Free Peoples condition.
- UPDATED Gandalf, Olorin (V1_14):
Game Text:
At the start of your fellowship phase, you may spot 2 [elven] allies to shuffle a [Gandalf] or [elven] card from your discard pile into your draw deck.
While you can spot 3 [elven] allies, Gandalf is strength +2<div style="color:red">.</div>
<div style="color:red">While you can spot Elrond, Galadriel and Celeborn, Gandalf is strength +2.</div>
- UPDATED Fell Voices Call (V1_37):
Game Text:
Play a [ringwraith] possession or artifact from your discard pile.
- UPDATED Saruman (V1_30):
Subtitle: Fell Voice on the Air -> Fell Voice
This is to avoid too much overlap with the existing A Fell Voice on the Air (3R52).
- UPDATED Vile Tentacle (V1_36)
Twilight Cost: 3 -> <div style="color:red">2</div>
- Fixed Grond errata needing to spot an orc to play.
- Fixed Grond errata self-discarding on every use.
- Fixed Gwaihir, Lord of Eagles (V1_15) not spotting Gandalf to play.
<b>2021 December 22</b>
- Fixed I Would Have Gone With You to the End (V1_23) permitting the use of any stacked cards for its ability.
- Fixed Gaze of the Eye's image not showing the uniqueness dot.
- Fixed Desperate Defense of the Ring (1R244) triggering each time minions are added to that companion's skirmish, instead of once per total assignment.

View File

@@ -4,8 +4,10 @@
"code":"debug",
"sites": "SPECIAL",
"maximumSameName":100,
"set":[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 151],
"hall":false
"set":[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 101, 151
51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89],
"hall":true
},
{
"name":"Fellowship block",