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.condition
/
BoostCompareConditionNode
Boost
Compare
Condition
Node
data
class
BoostCompareConditionNode
(
val
actor
:
ActorId
,
val
stat
:
String
,
val
operator
:
String
,
val
value
:
Int
)
:
ConditionNode
Stage / boost 比较条件。
Members
Constructors
Boost
Compare
Condition
Node
Link copied to clipboard
constructor
(
actor
:
ActorId
,
stat
:
String
,
operator
:
String
,
value
:
Int
)
Properties
actor
Link copied to clipboard
val
actor
:
ActorId
被比较的对象。
operator
Link copied to clipboard
val
operator
:
String
比较操作符。
stat
Link copied to clipboard
val
stat
:
String
被比较的能力项。
type
Link copied to clipboard
open
override
val
type
:
ConditionTypeId
条件节点类型标识。
value
Link copied to clipboard
val
value
:
Int
比较目标值。