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": {
"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 @@
}
]
}
}
}