Starbound/attic/old weapons/staff projectiles/racialstaves/glitch/gamebreaker/gamebreakerscratch.projectile
2025-03-21 22:23:30 +11:00

70 lines
1.6 KiB
Text

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