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
/
RestorePpActionNode
Restore
Pp
Action
Node
data
class
RestorePpActionNode
(
val
target
:
TargetSelectorId
,
val
moveId
:
String
?
=
null
,
val
value
:
Int
)
:
ActionNode
回复 PP 动作。
Members
Constructors
Restore
Pp
Action
Node
Link copied to clipboard
constructor
(
target
:
TargetSelectorId
,
moveId
:
String
?
=
null
,
value
:
Int
)
Properties
move
Id
Link copied to clipboard
val
moveId
:
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
:
Int
回复量。