Starbound/attic/old weapons/minibiome legendary projectiles/cellblastX/cellblastX.projectile
2025-03-21 22:23:30 +11:00

21 lines
515 B
Text

{
"projectileName" : "cellblastX",
"physics" : "bullet",
"speed" : 70,
"bounces" : 0,
"timeToLive" : 1.5,
"image" : "cellblastX.png",
"animationCycle" : 0.25,
"lightColor" : [0, 100, 150],
"frameNumber" : 10,
"actionOnReap" : [
{
"action" : "config",
"file" : "/projectiles/explosions/pulsecannonexplosion/pulsecannonexplosion.config"
}
],
"power" : 1500,
"damagePoly" : [ [-3, 3], [-3, -3], [3, -3], [3, 3] ],
"damageType" : "NoDamage",
"damageKind" : "default"
}