This commit is contained in:
Aria 2025-03-21 22:23:30 +11:00
commit 9c94d113d3
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
10260 changed files with 1237388 additions and 0 deletions

View file

@ -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"
}