Updated Gaze of the Eye to be unique. Fixed missing site keywords. Fixed Faithful Stone removing 1 instead of 3 tokens, and the unassign effect not lasting until regroup.

This commit is contained in:
Christian 'ketura' McCarty
2021-12-20 14:02:55 -06:00
parent d9dc3d5f35
commit a6aa40adde
4 changed files with 16 additions and 4 deletions

View File

@@ -103,7 +103,7 @@
"phase": "maneuver", "phase": "maneuver",
"cost": { "cost": {
"type": "removetokens", "type": "removetokens",
"count": 1, "count": 3,
"culture": "gondor", "culture": "gondor",
"filter": "self" "filter": "self"
}, },
@@ -117,7 +117,8 @@
}, },
"effect": { "effect": {
"type": "cantBeAssignedToSkirmish", "type": "cantBeAssignedToSkirmish",
"filter": "choose(minion)" "filter": "choose(minion)",
"until": "start(regroup)"
} }
} }
}, },

View File

@@ -32,7 +32,7 @@
"151_45": { "151_45": {
"title": "Gaze Of The Eye", "title": "*Gaze Of The Eye",
"culture": "sauron", "culture": "sauron",
"cost": 1, "cost": 1,
"type": "condition", "type": "condition",
@@ -42,7 +42,7 @@
"type": "activatedTrigger", "type": "activatedTrigger",
"trigger": { "trigger": {
"type": "abouttodiscard", "type": "abouttodiscard",
"filter": "culture(sauron),condition" "filter": "another,culture(sauron),condition"
}, },
"cost": { "cost": {
"type": "removeburdens", "type": "removeburdens",

View File

@@ -84,6 +84,7 @@
"type": "site", "type": "site",
"site": 4, "site": 4,
"block": "fellowship", "block": "fellowship",
"keyword": "underground",
"direction": "left", "direction": "left",
"effects": { "effects": {
"type": "modifier", "type": "modifier",
@@ -102,6 +103,7 @@
"type": "site", "type": "site",
"site": 6, "site": 6,
"block": "fellowship", "block": "fellowship",
"keyword": "forest",
"direction": "left", "direction": "left",
"effects": { "effects": {
"type": "trigger", "type": "trigger",
@@ -125,6 +127,7 @@
"type": "site", "type": "site",
"site": 7, "site": 7,
"block": "fellowship", "block": "fellowship",
"keyword": "river",
"direction": "left", "direction": "left",
"effects": { "effects": {
"type": "modifier", "type": "modifier",
@@ -145,6 +148,7 @@
"type": "site", "type": "site",
"site": 8, "site": 8,
"block": "fellowship", "block": "fellowship",
"keyword": "river",
"direction": "left", "direction": "left",
"effects": { "effects": {
"type": "trigger", "type": "trigger",
@@ -173,6 +177,7 @@
"type": "site", "type": "site",
"site": 9, "site": 9,
"block": "fellowship", "block": "fellowship",
"keyword": "forest",
"direction": "left", "direction": "left",
"effects": [ "effects": [
{ {

View File

@@ -1,6 +1,12 @@
<pre style="font-size:80%"> <pre style="font-size:80%">
<b>Most recent update</b> <b>Most recent update</b>
<b>2021 December 21 - A</b>
- Modified Gaze of the Eye(V1_45) to be unique.
- Fixed The Faithful Stone (18R50) errata pulling 1 instead of 3 tokens, and the unassign modifier not lasting until regroup.
- Fixed all Set V1 site cards missing their keywords (most importantly, Moria Crossroads not having underground).
- Fixed You Have My Sword (V1_24) not spotting Aragorn as a requirement.
<b>2021 December 20 - B</b> <b>2021 December 20 - B</b>
- Fixed a game crash regarding new functionality added for Crebain Flock (V1_25). - Fixed a game crash regarding new functionality added for Crebain Flock (V1_25).