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

55 lines
1.3 KiB
Text

{
"projectileName" : "splashspawner1",
"image" : "splashspawner1.png",
"physics" : "gas",
"animationCycle" : 0.1,
"frameNumber" : 8,
"speed" : 1,
"damageKindImage" : "icon.png",
"pointLight" : false,
"timeToLive" : 0.01,
"actionOnReap" : [
{
"action" : "config",
"file" : "/projectiles/explosions/splashexplosion1/splashexplosion1.config"
},
{
"action" : "projectile",
"type" : "splashdrop1",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.1,
"inheritSpeedFactor" : 2000
},
{
"action" : "projectile",
"type" : "splashdrop1",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.1,
"inheritSpeedFactor" : 2000
},
{
"action" : "projectile",
"type" : "splashdrop1",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.1,
"inheritSpeedFactor" : 2000
},
{
"action" : "projectile",
"type" : "splashdrop1",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.1,
"inheritSpeedFactor" : 2000
},
{
"action" : "projectile",
"type" : "splashdrop1",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.1,
"inheritSpeedFactor" : 2000
}
],
"power" : 25,
"damageType" : "NoDamage",
"damageKind" : "default"
}