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.flow
/
BattleMoveResolutionContext
/
BattleMoveResolutionContext
Battle
Move
Resolution
Context
constructor
(
snapshot
:
BattleRuntimeSnapshot
,
moveEffect
:
EffectDefinition
,
attackerId
:
String
,
targetId
:
String
,
sourceId
:
String
,
attributes
:
Map
<
String
,
Any
?
>
,
accuracy
:
Int
?
,
evasion
:
Int
?
,
basePower
:
Int
,
damage
:
Int
)