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:
@@ -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 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user