Black Trigram (흑괘) - API Documentation - v0.2.10
GitHub
Game Website
Preparing search index...
types/trigram
TrigramTransitionRule
Interface TrigramTransitionRule
interface
TrigramTransitionRule
{
conditions
?:
readonly
{
archetype
?:
PlayerArchetype
;
effectType
?:
EffectType
;
stat
?:
"health"
|
"ki"
|
"stamina"
;
threshold
?:
number
;
type
:
"player_stat"
|
"archetype"
|
"active_effect"
;
value
?:
string
|
boolean
;
}
[]
;
cost
:
TrigramTransitionCost
;
description
:
KoreanText
;
effectiveness
:
number
;
from
:
TrigramStance
;
to
:
TrigramStance
;
}
Index
Properties
conditions?
cost
description
effectiveness
from
to
Properties
Optional
Readonly
conditions
conditions
?:
readonly
{
archetype
?:
PlayerArchetype
;
effectType
?:
EffectType
;
stat
?:
"health"
|
"ki"
|
"stamina"
;
threshold
?:
number
;
type
:
"player_stat"
|
"archetype"
|
"active_effect"
;
value
?:
string
|
boolean
;
}
[]
Readonly
cost
cost
:
TrigramTransitionCost
Readonly
description
description
:
KoreanText
Readonly
effectiveness
effectiveness
:
number
Readonly
from
from
:
TrigramStance
Readonly
to
to
:
TrigramStance
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
conditions
cost
description
effectiveness
from
to
GitHub
Game Website
Black Trigram (흑괘) - API Documentation - v0.2.10
Loading...