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

16 lines
376 B
Text

{
"projectileName" : "sunray",
"physics" : "hover",
"bounces" : -1,
"speed" : 10,
"timeToLive" : 1.0,
"lightColor" : [165, 25, 0],
"damageKindImage" : "icon.png",
"piercing" : true,
"image" : "sunray.png",
"animationCycle" : 1.0,
"frameNumber" : 5,
"power" : 0,
"damagePoly" : [ [15, 5], [60, 10], [60, -10], [15, -5] ],
"damageKind" : "plasma"
}