91 lines
2.1 KiB
Text
91 lines
2.1 KiB
Text
{
|
|
"projectileName" : "quartzspawner",
|
|
"image" : "quartzspawner.png",
|
|
"physics" : "gas",
|
|
"animationCycle" : 0.1,
|
|
"frameNumber" : 8,
|
|
"speed" : 1,
|
|
"damageKindImage" : "icon.png",
|
|
"pointLight" : false,
|
|
"onlyHitTerrain" : true,
|
|
"timeToLive" : 0.1,
|
|
"actionOnReap" : [
|
|
{
|
|
"action" : "projectile",
|
|
"type" : "quetzalcoatlsquartz",
|
|
"inheritDamageFactor" : 1,
|
|
"inheritSpeedFactor" : 0,
|
|
"angleAdjust" : 0
|
|
},
|
|
{
|
|
"action" : "sound",
|
|
"options" : [ "/sfx/projectiles/charge_full_hold1.ogg" ]
|
|
},
|
|
{
|
|
"action" : "projectile",
|
|
"type" : "quartzpulse",
|
|
"fuzzAngle" : 180,
|
|
"inheritSpeedFactor" : 0.1,
|
|
"inheritDamageFactor" : 0.25
|
|
},
|
|
{
|
|
"action" : "projectile",
|
|
"type" : "quartzpulse",
|
|
"fuzzAngle" : 180,
|
|
"inheritSpeedFactor" : 0.1,
|
|
"inheritDamageFactor" : 0.25,
|
|
"delaySteps" : 30
|
|
},
|
|
{
|
|
"action" : "projectile",
|
|
"type" : "quartzpulse",
|
|
"fuzzAngle" : 180,
|
|
"inheritSpeedFactor" : 0.1,
|
|
"inheritDamageFactor" : 0.25,
|
|
"delaySteps" : 60
|
|
},
|
|
{
|
|
"action" : "projectile",
|
|
"type" : "quartzpulse",
|
|
"fuzzAngle" : 180,
|
|
"inheritSpeedFactor" : 0.1,
|
|
"inheritDamageFactor" : 0.25,
|
|
"delaySteps" : 90
|
|
},
|
|
{
|
|
"action" : "projectile",
|
|
"type" : "quartzpulse",
|
|
"fuzzAngle" : 180,
|
|
"inheritSpeedFactor" : 0.1,
|
|
"inheritDamageFactor" : 0.25,
|
|
"delaySteps" : 120
|
|
},
|
|
{
|
|
"action" : "projectile",
|
|
"type" : "quartzpulse",
|
|
"fuzzAngle" : 180,
|
|
"inheritSpeedFactor" : 0.1,
|
|
"inheritDamageFactor" : 0.25,
|
|
"delaySteps" : 150
|
|
},
|
|
{
|
|
"action" : "projectile",
|
|
"type" : "quartzpulse",
|
|
"fuzzAngle" : 180,
|
|
"inheritSpeedFactor" : 0.1,
|
|
"inheritDamageFactor" : 0.25,
|
|
"delaySteps" : 180
|
|
},
|
|
{
|
|
"action" : "projectile",
|
|
"type" : "quartzpulse",
|
|
"fuzzAngle" : 180,
|
|
"inheritSpeedFactor" : 0.1,
|
|
"inheritDamageFactor" : 0.25,
|
|
"delaySteps" : 210
|
|
}
|
|
],
|
|
"power" : 0,
|
|
"damageType" : "NoDamage",
|
|
"damageKind" : "default"
|
|
}
|