StealBoostsActionNode
data class StealBoostsActionNode(val target: TargetSelectorId, val from: TargetSelectorId, val selection: String = BattleBoostRelaySelectionValues.POSITIVE, val stats: Set<String> = emptySet()) : ActionNode
从来源单位偷取当前 stored boosts 的动作。
典型用法:
Spectral Thief:
target=self, from=target, selection=positive
Constructors
Link copied to clipboard
constructor(target: TargetSelectorId, from: TargetSelectorId, selection: String = BattleBoostRelaySelectionValues.POSITIVE, stats: Set<String> = emptySet())