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

18 lines
370 B
Text

{
"projectileName" : "leaforb",
"image" : "leaforb.png",
"animationCycle" : 0.3,
"frameNumber" : 4,
"power" : 50,
"physics" : "gas",
"piercing" : true,
"actionOnReap" : [
{
"action" : "config",
"file" : "/projectiles/explosions/leafexplosion/leafexplosion.config"
}
],
"lightColor" : [50, 100, 30],
"damageKind" : "electric"
}