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

25 lines
576 B
Text

{
"projectileName" : "cutterpetal",
"image" : "cutterpetal.png",
"animationCycle" : 0.25,
"physics" : "gravitybullet",
"frameNumber" : 2,
"pointLight" : false,
"speed" : 40,
"lightColor" : [80, 24, 64],
"timeToLive" : 2.5,
"orientationLocked" : true,
"flippable" : true,
"actionOnReap" : [
{
"action" : "config",
"file" : "/projectiles/explosions/leafexplosion/leafexplosion.config"
}
],
"power" : 1.0,
"damagePoly" : [ [-2, 2], [-2, -2], [2, -2], [2, 2] ],
"damageKind" : "default",
"emitters" : [ "lighttrailfast" ]
}