Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.3.13
GitHub
README
Game Design
Architecture
Combat System
Preparing search index...
CombatEventData
Interface CombatEventData
interface
CombatEventData
{
attacker
:
number
;
damage
:
number
;
defender
:
number
;
effects
?:
readonly
string
[]
;
id
:
string
;
result
:
"critical"
|
"hit"
|
"miss"
|
"blocked"
;
technique
?:
string
;
timestamp
:
number
;
type
:
"block"
|
"critical"
|
"attack"
|
"stance_change"
|
"vital_point"
;
}
Index
Properties
attacker
damage
defender
effects?
id
result
technique?
timestamp
type
Properties
Readonly
attacker
attacker
:
number
Readonly
damage
damage
:
number
Readonly
defender
defender
:
number
Optional
Readonly
effects
effects
?:
readonly
string
[]
Readonly
id
id
:
string
Readonly
result
result
:
"critical"
|
"hit"
|
"miss"
|
"blocked"
Optional
Readonly
technique
technique
?:
string
Readonly
timestamp
timestamp
:
number
Readonly
type
type
:
"block"
|
"critical"
|
"attack"
|
"stance_change"
|
"vital_point"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attacker
damage
defender
effects
id
result
technique
timestamp
type
Game Documentation
Korean Martial Arts
GitHub
README
Game Design
Architecture
Combat System
Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.3.13
Loading...