v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
|
@ -0,0 +1,70 @@
|
|||
{
|
||||
"projectileName" : "gamebreakerscratch",
|
||||
"physics" : "hover",
|
||||
"bounces" : -1,
|
||||
"speed" : 0,
|
||||
"timeToLive" : 0.2,
|
||||
"damageKindImage" : "icon.png",
|
||||
"lightColor" : [45, 70, 110],
|
||||
"piercing" : true,
|
||||
"image" : "gamebreakerscratch.png",
|
||||
"animationCycle" : 0.2,
|
||||
"animationLoops" : false,
|
||||
"orientationLocked" : true,
|
||||
"flippable" : true,
|
||||
"frameNumber" : 8,
|
||||
"power" : 50,
|
||||
"damagePoly" : [ [-12, 12], [12, -12] ],
|
||||
"onlyHitTerrain" : true,
|
||||
"supportsProcessing" : true,
|
||||
"actionOnReap" : [
|
||||
{
|
||||
"action" : "projectile",
|
||||
"type" : "gamebreakertear",
|
||||
"inheritDamageFactor" : 0.5,
|
||||
"inheritSpeedFactor" : 0.1,
|
||||
"angleAdjust" : 0
|
||||
},
|
||||
{
|
||||
"action" : "sound",
|
||||
"options" : [ "/sfx/projectiles/glitchtear.ogg" ]
|
||||
},
|
||||
{
|
||||
"action" : "projectile",
|
||||
"type" : "glitchsword",
|
||||
"fuzzAngle" : 45,
|
||||
"inheritDamageFactor" : 0.1,
|
||||
"delaySteps" : 30
|
||||
},
|
||||
{
|
||||
"action" : "projectile",
|
||||
"type" : "glitchsword",
|
||||
"fuzzAngle" : 45,
|
||||
"inheritDamageFactor" : 0.1,
|
||||
"delaySteps" : 40
|
||||
},
|
||||
{
|
||||
"action" : "projectile",
|
||||
"type" : "glitchsword",
|
||||
"fuzzAngle" : 45,
|
||||
"inheritDamageFactor" : 0.1,
|
||||
"delaySteps" : 50
|
||||
},
|
||||
{
|
||||
"action" : "projectile",
|
||||
"type" : "glitchsword",
|
||||
"fuzzAngle" : 45,
|
||||
"inheritDamageFactor" : 0.1,
|
||||
"delaySteps" : 60
|
||||
},
|
||||
{
|
||||
"action" : "projectile",
|
||||
"type" : "glitchsword",
|
||||
"fuzzAngle" : 45,
|
||||
"inheritDamageFactor" : 0.1,
|
||||
"delaySteps" : 70
|
||||
}
|
||||
],
|
||||
|
||||
"damageKind" : "plasma"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue