Preliminary commit for HttWC, which appears to be inconsistent in unit tests but may work in a regular game

This commit is contained in:
Christian 'ketura' McCarty
2021-02-05 08:32:34 -06:00
parent 2ec67d6858
commit 23e5e21fc7
2 changed files with 56 additions and 1 deletions

View File

@@ -606,4 +606,58 @@
},
"21_3038": {
"side": "free_people",
"title": "*Aragorn",
"subtitle": "Heir to the White City",
"culture": "Gondor",
"type": "companion",
"race": "Man",
"cost": 4,
"strength": 8,
"vitality": 4,
"resistance": 6,
"signet": "frodo",
"keyword": [
"Ranger",
"concealed"
],
"effects": {
"type": "trigger",
"optional": true,
"trigger": {
"type": "moves"
},
"condition": {
"type": "phase",
"phase": "fellowship"
},
"effect": {
"type": "preventable",
"effect": {
"type": "addKeyword",
"filter": "choose(another,companion)",
"keyword": "concealed",
"until": "start(regroup)"
},
"text": "Would you like to discard a minion or reveal a tracker from hand to prevent a companion becoming concealed?",
"player": "shadowPlayer",
"cost": [
{
"type": "revealCardsFromHand",
"filter": "choose(tracker)",
"hand": "shadowPlayer",
},
{
"type": "discardFromHand",
"filter": "choose(minion)",
"forced": false,
"hand": "shadowPlayer",
}
],
},
}
},
}

View File

@@ -61,5 +61,6 @@ var set21 = {
'21_2075': 'https://i.lotrtcgpc.net/errata/FOTR/22_75.jpg',
'21_3042': 'https://i.lotrtcgpc.net/errata/FOTR/23_42.jpg',
'21_3068': 'https://i.lotrtcgpc.net/errata/FOTR/23_68.jpg',
'21_20121': 'https://i.lotrtcgpc.net/errata/FOTR/22_121.jpg'
'21_20121': 'https://i.lotrtcgpc.net/errata/FOTR/22_121.jpg',
'21_3038': 'https://i.lotrtcgpc.net/errata/FOTR/23_38.jpg'
}