Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.3.13
GitHub
README
Game Design
Architecture
Combat System
Preparing search index...
VitalPointSystemInterface
Interface VitalPointSystemInterface
interface
VitalPointSystemInterface
{
applyVitalPointEffects
:
(
player
:
any
,
vitalPoint
:
any
,
intensityMultiplier
?:
number
,
)
=>
any
;
calculateHit
:
(
technique
:
any
,
targetVitalPointId
:
null
|
string
,
accuracyRoll
:
number
,
attackerPosition
:
Position
,
defenderPosition
:
Position
,
defenderStance
:
any
,
)
=>
any
;
processHit
:
(
targetPosition
:
Position
,
technique
:
any
,
baseDamage
:
number
,
attackerArchetype
:
any
,
targetDimensions
:
{
height
:
number
;
width
:
number
}
,
targetedVitalPointId
?:
null
|
string
,
)
=>
any
;
}
Index
Properties
apply
Vital
Point
Effects
calculate
Hit
process
Hit
Properties
apply
Vital
Point
Effects
applyVitalPointEffects
:
(
player
:
any
,
vitalPoint
:
any
,
intensityMultiplier
?:
number
,
)
=>
any
calculate
Hit
calculateHit
:
(
technique
:
any
,
targetVitalPointId
:
null
|
string
,
accuracyRoll
:
number
,
attackerPosition
:
Position
,
defenderPosition
:
Position
,
defenderStance
:
any
,
)
=>
any
process
Hit
processHit
:
(
targetPosition
:
Position
,
technique
:
any
,
baseDamage
:
number
,
attackerArchetype
:
any
,
targetDimensions
:
{
height
:
number
;
width
:
number
}
,
targetedVitalPointId
?:
null
|
string
,
)
=>
any
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
apply
Vital
Point
Effects
calculate
Hit
process
Hit
Game Documentation
Korean Martial Arts
GitHub
README
Game Design
Architecture
Combat System
Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.3.13
Loading...