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

26 lines
655 B
Text

{
"projectileName" : "deadbolt",
"physics" : "hover",
"bounces" : -1,
"speed" : 25,
"timeToLive" : 3.5,
"damageKindImage" : "icon.png",
"lightColor" : [150, 100, 15],
"piercing" : true,
"image" : "deadbolt.png",
"animationCycle" : 0.5,
"orientationLocked" : true,
"flippable" : true,
"frameNumber" : 4,
"power" : 0,
"damagePoly" : [ [-3, 3], [-3, -3], [3, -3], [3, 3] ],
"supportsProcessing" : true,
"onlyHitTerrain" : true,
"actionOnReap" : [
{
"action" : "config",
"file" : "/projectiles/explosions/vsmallregularexplosion/vsmallregularexplosionknockback.config"
}
],
"damageKind" : "plasma"
}