diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/cards/set1/set1-isengard.json b/gemp-lotr/gemp-lotr-async/src/main/web/cards/set1/set1-isengard.json index bf2c9ab37..1d9d880d0 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/cards/set1/set1-isengard.json +++ b/gemp-lotr/gemp-lotr-async/src/main/web/cards/set1/set1-isengard.json @@ -958,23 +958,18 @@ "effects": { "type": "activated", "phase": "skirmish", - "condition": { - "type": "perPhaseLimit", - "limit": 3 + "cost": { + "type": "removeTwilight" }, - "cost": [ - { - "type": "incrementPerPhaseLimit", - "limit": 3 - }, - { - "type": "removeTwilight" - } - ], "effect": { "type": "modifyStrength", "filter": "self", - "amount": 1 + "amount": { + "type": "cardAffectedLimitPerPhase", + "prefix": "str-", + "source": 1, + "limit": 3 + } } } }, @@ -1232,4 +1227,4 @@ } ] } -} \ No newline at end of file +}