Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.16
🏠 Live Game
📦 npm Package
📦 GitHub
🛡️ ISMS
Preparing search index...
systems/trigram
TrigramSystemInterface
Interface TrigramSystemInterface
interface
TrigramSystemInterface
{
calculateStanceEffectiveness
:
(
attackerStance
:
TrigramStance
,
defenderStance
:
TrigramStance
,
technique
?:
TrigramTechniqueSummary
,
)
=>
number
;
getTechniqueForStance
:
(
stance
:
TrigramStance
,
archetype
?:
PlayerArchetype
,
)
=>
TrigramTechniqueSummary
|
undefined
;
getTransitionCost
:
(
from
:
TrigramStance
,
to
:
TrigramStance
,
player
?:
TrigramPlayerContext
,
)
=>
{
ki
:
number
;
stamina
:
number
;
timeMs
:
number
}
;
isValidTransition
:
(
from
:
TrigramStance
,
to
:
TrigramStance
)
=>
boolean
;
recommendStance
:
(
player
:
TrigramPlayerContext
,
opponent
?:
TrigramPlayerContext
,
)
=>
TrigramStance
;
}
Index
Properties
calculate
Stance
Effectiveness
get
Technique
For
Stance
get
Transition
Cost
is
Valid
Transition
recommend
Stance
Properties
calculate
Stance
Effectiveness
calculateStanceEffectiveness
:
(
attackerStance
:
TrigramStance
,
defenderStance
:
TrigramStance
,
technique
?:
TrigramTechniqueSummary
,
)
=>
number
get
Technique
For
Stance
getTechniqueForStance
:
(
stance
:
TrigramStance
,
archetype
?:
PlayerArchetype
,
)
=>
TrigramTechniqueSummary
|
undefined
get
Transition
Cost
getTransitionCost
:
(
from
:
TrigramStance
,
to
:
TrigramStance
,
player
?:
TrigramPlayerContext
,
)
=>
{
ki
:
number
;
stamina
:
number
;
timeMs
:
number
}
is
Valid
Transition
isValidTransition
:
(
from
:
TrigramStance
,
to
:
TrigramStance
)
=>
boolean
recommend
Stance
recommendStance
:
(
player
:
TrigramPlayerContext
,
opponent
?:
TrigramPlayerContext
,
)
=>
TrigramStance
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
calculate
Stance
Effectiveness
get
Technique
For
Stance
get
Transition
Cost
is
Valid
Transition
recommend
Stance
🏛️ Architecture
🔒 Security Architecture
🛡️ Threat Model
📊 Data Model
🎮 Combat Architecture
🔄 Flowchart
📈 State Diagram
🧠 Mindmap
💼 SWOT Analysis
🚀 Future Architecture
🔮 Future Security
🔮 Future Threat Model
🔮 Future Data Model
🔮 Future Workflows
📋 CRA Assessment
📚 ISMS Mapping
🔐 Controls
💰 Financial Security
📋 BCP Plan
🏁 End-of-Life Strategy
📗 Workflows
🗺️ Roadmap
📋 Secure Dev Policy
📖 Open Source Policy
🏠 Live Game
📦 npm Package
📦 GitHub
🛡️ ISMS
Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.16
Loading...