Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.3.13
GitHub
README
Game Design
Architecture
Combat System
Preparing search index...
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
External
Theme
OS
Light
Dark
On This Page
Properties
conditions
cost
description
effectiveness
from
to
Game Documentation
Korean Martial Arts
GitHub
README
Game Design
Architecture
Combat System
Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.3.13
Loading...