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

19 lines
430 B
Text

{
"projectileName" : "splashdrop1",
"image" : "splashdrop1.png",
"animationCycle" : 0.25,
"physics" : "highgravgrenade",
"frameNumber" : 2,
"pointLight" : false,
"animationLoops" : false,
"speed" : 20,
"timeToLive" : 2.5,
"orientationLocked" : true,
"flippable" : true,
"power" : 1.0,
"damagePoly" : [ [-2, 2], [-2, -2], [2, -2], [2, 2] ],
"damageKind" : "default",
"emitters" : [ "daggerblue" ]
}