v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
75
attic/npcs/aviansentry/damage.config
Normal file
75
attic/npcs/aviansentry/damage.config
Normal file
|
@ -0,0 +1,75 @@
|
|||
{
|
||||
"cooldownDuration" : 0.1,
|
||||
|
||||
"energyResponses" : [
|
||||
{
|
||||
"threshold" : 0,
|
||||
"invulnerabilityDuration" : 0,
|
||||
"invulnerabilityMode" : "none",
|
||||
"knockbackMagnitude" : 0,
|
||||
"knockbackSkidDuration" : 0,
|
||||
"knockbackMode" : "normal",
|
||||
"knockbackAngle" : 0,
|
||||
"stunDuration" : 0,
|
||||
"stunMode" : "none"
|
||||
}
|
||||
],
|
||||
|
||||
"healthResponses" : [
|
||||
{
|
||||
"threshold" : 0,
|
||||
"invulnerabilityDuration" : 0,
|
||||
"invulnerabilityMode" : "none",
|
||||
"knockbackMagnitude" : 0,
|
||||
"knockbackSkidDuration" : 0,
|
||||
"knockbackMode" : "normal",
|
||||
"knockbackAngle" : 0,
|
||||
"stunDuration" : 0,
|
||||
"stunMode" : "none"
|
||||
},
|
||||
{
|
||||
"threshold" : 0.06,
|
||||
"invulnerabilityDuration" : 0,
|
||||
"invulnerabilityMode" : "none",
|
||||
"knockbackMagnitude" : 0,
|
||||
"knockbackSkidDuration" : 0,
|
||||
"knockbackMode" : "normal",
|
||||
"knockbackAngle" : 0,
|
||||
"stunDuration" : 0,
|
||||
"stunMode" : "none"
|
||||
},
|
||||
{
|
||||
"threshold" : 0.16,
|
||||
"invulnerabilityDuration" : 0,
|
||||
"invulnerabilityMode" : "none",
|
||||
"knockbackMagnitude" : 0,
|
||||
"knockbackSkidDuration" : 0,
|
||||
"knockbackMode" : "normal",
|
||||
"knockbackAngle" : 0,
|
||||
"stunDuration" : 0,
|
||||
"stunMode" : "none"
|
||||
},
|
||||
{
|
||||
"threshold" : 0.26,
|
||||
"invulnerabilityDuration" : 0,
|
||||
"invulnerabilityMode" : "none",
|
||||
"knockbackMagnitude" : 0,
|
||||
"knockbackSkidDuration" : 0,
|
||||
"knockbackMode" : "normal",
|
||||
"knockbackAngle" : 0,
|
||||
"stunDuration" : 0,
|
||||
"stunMode" : "none"
|
||||
},
|
||||
{
|
||||
"threshold" : 0.51,
|
||||
"invulnerabilityDuration" : 0,
|
||||
"invulnerabilityMode" : "none",
|
||||
"knockbackMagnitude" : 0,
|
||||
"knockbackSkidDuration" : 0,
|
||||
"knockbackMode" : "normal",
|
||||
"knockbackAngle" : 0,
|
||||
"stunDuration" : 0.1,
|
||||
"stunMode" : "flyStun"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue