diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/cards/errata/set18-errata-playtest.json b/gemp-lotr/gemp-lotr-async/src/main/web/cards/errata/set18-errata-playtest.json index b66f79527..a28c3cbd4 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/cards/errata/set18-errata-playtest.json +++ b/gemp-lotr/gemp-lotr-async/src/main/web/cards/errata/set18-errata-playtest.json @@ -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)" } } }, diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/cards/set101/set101_sauron_playtest.json b/gemp-lotr/gemp-lotr-async/src/main/web/cards/set101/set101_sauron_playtest.json index d9d97117b..5bf650cd3 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/cards/set101/set101_sauron_playtest.json +++ b/gemp-lotr/gemp-lotr-async/src/main/web/cards/set101/set101_sauron_playtest.json @@ -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", diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/cards/set101/set101_sites_playtest.json b/gemp-lotr/gemp-lotr-async/src/main/web/cards/set101/set101_sites_playtest.json index 5d1682b4c..f3b3f5e20 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/cards/set101/set101_sites_playtest.json +++ b/gemp-lotr/gemp-lotr-async/src/main/web/cards/set101/set101_sites_playtest.json @@ -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": [ { diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/includes/changeLog.html b/gemp-lotr/gemp-lotr-async/src/main/web/includes/changeLog.html index bd2004e9b..c122bd491 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/includes/changeLog.html +++ b/gemp-lotr/gemp-lotr-async/src/main/web/includes/changeLog.html @@ -1,6 +1,12 @@
 Most recent update
 
+2021 December 21 - A
+- 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.
+
 2021 December 20 - B
 - Fixed a game crash regarding new functionality added for Crebain Flock (V1_25).