avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-game-battle-engine
/
io.github.lishangbu.avalon.game.battle.engine.core.runtime.support
/
BattleStoredBoostSupport
/
steal
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 这类“偷取对方正向强化”的规则。