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:
@@ -103,7 +103,7 @@
|
||||
"phase": "maneuver",
|
||||
"cost": {
|
||||
"type": "removetokens",
|
||||
"count": 1,
|
||||
"count": 3,
|
||||
"culture": "gondor",
|
||||
"filter": "self"
|
||||
},
|
||||
@@ -117,7 +117,8 @@
|
||||
},
|
||||
"effect": {
|
||||
"type": "cantBeAssignedToSkirmish",
|
||||
"filter": "choose(minion)"
|
||||
"filter": "choose(minion)",
|
||||
"until": "start(regroup)"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
|
||||
"151_45": {
|
||||
"title": "Gaze Of The Eye",
|
||||
"title": "*Gaze Of The Eye",
|
||||
"culture": "sauron",
|
||||
"cost": 1,
|
||||
"type": "condition",
|
||||
@@ -42,7 +42,7 @@
|
||||
"type": "activatedTrigger",
|
||||
"trigger": {
|
||||
"type": "abouttodiscard",
|
||||
"filter": "culture(sauron),condition"
|
||||
"filter": "another,culture(sauron),condition"
|
||||
},
|
||||
"cost": {
|
||||
"type": "removeburdens",
|
||||
|
||||
@@ -84,6 +84,7 @@
|
||||
"type": "site",
|
||||
"site": 4,
|
||||
"block": "fellowship",
|
||||
"keyword": "underground",
|
||||
"direction": "left",
|
||||
"effects": {
|
||||
"type": "modifier",
|
||||
@@ -102,6 +103,7 @@
|
||||
"type": "site",
|
||||
"site": 6,
|
||||
"block": "fellowship",
|
||||
"keyword": "forest",
|
||||
"direction": "left",
|
||||
"effects": {
|
||||
"type": "trigger",
|
||||
@@ -125,6 +127,7 @@
|
||||
"type": "site",
|
||||
"site": 7,
|
||||
"block": "fellowship",
|
||||
"keyword": "river",
|
||||
"direction": "left",
|
||||
"effects": {
|
||||
"type": "modifier",
|
||||
@@ -145,6 +148,7 @@
|
||||
"type": "site",
|
||||
"site": 8,
|
||||
"block": "fellowship",
|
||||
"keyword": "river",
|
||||
"direction": "left",
|
||||
"effects": {
|
||||
"type": "trigger",
|
||||
@@ -173,6 +177,7 @@
|
||||
"type": "site",
|
||||
"site": 9,
|
||||
"block": "fellowship",
|
||||
"keyword": "forest",
|
||||
"direction": "left",
|
||||
"effects": [
|
||||
{
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
<pre style="font-size:80%">
|
||||
<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>
|
||||
- Fixed a game crash regarding new functionality added for Crebain Flock (V1_25).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user