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.dsl.action
/
HealActionNode
Heal
Action
Node
data
class
HealActionNode
(
val
target
:
TargetSelectorId
,
val
mode
:
String
?
=
null
,
val
value
:
Double
)
:
ActionNode
回复动作。
Members
Constructors
Heal
Action
Node
Link copied to clipboard
constructor
(
target
:
TargetSelectorId
,
mode
:
String
?
=
null
,
value
:
Double
)
Properties
mode
Link copied to clipboard
val
mode
:
String
?
回复模式。
target
Link copied to clipboard
val
target
:
TargetSelectorId
回复目标选择器。
type
Link copied to clipboard
open
override
val
type
:
ActionTypeId
动作节点类型标识。
value
Link copied to clipboard
val
value
:
Double
回复值。