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