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

21 lines
509 B
Text

{
"projectileName" : "deadboltlaser",
"physics" : "laser",
"bounces" : 0,
"damageKindImage" : "icon.png",
"image" : "deadboltlaser.png",
"animationCycle" : 0.2,
"timeToLive" : 3.0,
"animationLoops" : false,
"frameNumber" : 4,
"power" : 50,
"supportsProcessing" : true,
"actionOnReap" : [
{
"action" : "config",
"file" : "/projectiles/explosions/plasmabulletexplosion/plasmabulletexplosion.config"
}
],
"lightColor" : [225, 150, 50],
"damageKind" : "plasma"
}