steal

fun steal(source: Map<String, Int>, target: Map<String, Int>, selection: String = BattleBoostRelaySelectionValues.POSITIVE, stats: Set<String> = emptySet()): BattleStoredBoostSupport.TransferResult

从 source 中取出指定 boosts,并把它们加到 target 身上。

当前主要用于 Spectral Thief 这类“偷取对方正向强化”的规则。