Fix to 1U153 "Uruk Slayer"

Ability should be usable any number of times, but strength gain still limited to 3
This commit is contained in:
Phallen Cassidy
2020-03-28 13:56:46 -04:00
parent 347986a618
commit 277891893c

View File

@@ -958,23 +958,18 @@
"effects": { "effects": {
"type": "activated", "type": "activated",
"phase": "skirmish", "phase": "skirmish",
"condition": { "cost": {
"type": "perPhaseLimit", "type": "removeTwilight"
"limit": 3
}, },
"cost": [
{
"type": "incrementPerPhaseLimit",
"limit": 3
},
{
"type": "removeTwilight"
}
],
"effect": { "effect": {
"type": "modifyStrength", "type": "modifyStrength",
"filter": "self", "filter": "self",
"amount": 1 "amount": {
"type": "cardAffectedLimitPerPhase",
"prefix": "str-",
"source": 1,
"limit": 3
}
} }
} }
}, },
@@ -1232,4 +1227,4 @@
} }
] ]
} }
} }