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

24 lines
541 B
Text

{
"projectileName" : "cutterleaf",
"image" : "cutterleaf.png",
"animationCycle" : 0.25,
"physics" : "gravitybullet",
"frameNumber" : 2,
"pointLight" : false,
"speed" : 35,
"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" : [ "defaultgreen" ]
}