Starbound/attic/old weapons/staff projectiles/racialstaves/plasma/boomblast/boomblastspawner.projectile
2025-03-21 22:23:30 +11:00

26 lines
630 B
Text

{
"projectileName" : "boomblastspawner",
"physics" : "laser",
"bounces" : 0,
"damageKindImage" : "icon.png",
"image" : "boomblast.png",
"animationCycle" : 0.5,
"timeToLive" : 0.001,
"frameNumber" : 4,
"power" : 0,
"speed" : 75,
"supportsProcessing" : true,
"onlyHitTerrain" : true,
"actionOnReap" : [
{
"action" : "projectile",
"type" : "boomblast",
"fuzzAngle" : 0,
"inheritDamageFactor" : 0.666,
"inheritSpeedFactor" : 1.0
}
],
"lightColor" : [255, 50, 150],
"damagePoly" : [ [-0.1, 0.1], [0.1, 0.1], [0.1, -0.1], [-0.1, -0.1] ],
"damageKind" : "plasma"
}