Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.0
GitHub
Live Game
README
Game Design
Architecture
Security
Combat System
Preparing search index...
systems/combat
CombatEventData
Interface CombatEventData
interface
CombatEventData
{
attacker
:
number
;
damage
:
number
;
defender
:
number
;
effects
?:
readonly
string
[]
;
id
:
string
;
result
:
"critical"
|
"hit"
|
"blocked"
|
"miss"
;
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"
|
"blocked"
|
"miss"
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
🏛️ Architecture (C4)
📊 Data Model
🛡️ Security Architecture
🎯 Threat Model
📈 SWOT Analysis
🔄 State Diagrams
📋 CRA Assessment
📚 ISMS Mapping
GitHub
Live Game
README
Game Design
Architecture
Security
Combat System
Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.0
Loading...