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

31 lines
675 B
Text

{
"projectileName" : "glitchtear",
"physics" : "hover",
"bounces" : -1,
"speed" : 25,
"timeToLive" : 2,
"damageKindImage" : "icon.png",
"lightColor" : [40, 85, 100],
"pointLight" : true,
"piercing" : true,
"image" : "glitchtear.png",
"animationCycle" : 0.6,
"orientationLocked" : true,
"flippable" : true,
"frameNumber" : 8,
"power" : 10,
"damagePoly" : [ [-16, 16], [-8, -8], [16, -16], [8, 8] ],
"supportsProcessing" : true,
"actionOnReap" : [
{
"action" : "config",
"file" : "/projectiles/explosions/glitchexplosion/glitchexplosion.config"
}
],
"statusEffects" : [
"crash"
],
"damageKind" : "plasma"
}