This commit is contained in:
Aria 2025-03-21 22:23:30 +11:00
commit 9c94d113d3
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
10260 changed files with 1237388 additions and 0 deletions

View file

@ -0,0 +1,133 @@
{
"projectileName" : "redgiantspawner",
"image" : "redgiantspawner.png",
"physics" : "gas",
"animationCycle" : 0.1,
"frameNumber" : 8,
"speed" : 1,
"damageKindImage" : "icon.png",
"pointLight" : false,
"timeToLive" : 0.1,
"orientationLocked" : true,
"flippable" : true,
"actionOnReap" : [
{
"action" : "projectile",
"type" : "redgiant",
"inheritDamageFactor" : 0.5,
"inheritSpeedFactor" : 0,
"angleAdjust" : 0
},
{
"action" : "sound",
"options" : [ "/sfx/projectiles/redgiant.ogg" ]
},
{
"action" : "projectile",
"type" : "sunray",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.1,
"inheritSpeedFactor" : 0.1,
"delaySteps" : 30
},
{
"action" : "projectile",
"type" : "sunray",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.1,
"inheritSpeedFactor" : 0.1,
"delaySteps" : 60
},
{
"action" : "projectile",
"type" : "sunray",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.1,
"inheritSpeedFactor" : 0.1,
"delaySteps" : 90
},
{
"action" : "projectile",
"type" : "sunray",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.1,
"inheritSpeedFactor" : 0.1,
"delaySteps" : 120
},
{
"action" : "projectile",
"type" : "sunray",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.1,
"inheritSpeedFactor" : 0.1,
"delaySteps" : 150
},
{
"action" : "projectile",
"type" : "sunray",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.1,
"inheritSpeedFactor" : 0.1,
"delaySteps" : 180
},
{
"action" : "projectile",
"type" : "sunray",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.1,
"inheritSpeedFactor" : 0.1,
"delaySteps" : 210
},
{
"action" : "projectile",
"type" : "sunray",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.1,
"inheritSpeedFactor" : 0.1,
"delaySteps" : 240
},
{
"action" : "projectile",
"type" : "sunray",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.1,
"inheritSpeedFactor" : 0.1,
"delaySteps" : 270
},
{
"action" : "projectile",
"type" : "sunray",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.1,
"inheritSpeedFactor" : 0.1,
"delaySteps" : 300
},
{
"action" : "projectile",
"type" : "sunray",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.1,
"inheritSpeedFactor" : 0.1,
"delaySteps" : 330
},
{
"action" : "projectile",
"type" : "sunray",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.1,
"inheritSpeedFactor" : 0.1,
"delaySteps" : 360
},
{
"action" : "projectile",
"type" : "sunray",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.1,
"inheritSpeedFactor" : 0.1,
"delaySteps" : 420
}
],
"power" : 0,
"damageType" : "NoDamage",
"damageKind" : "default"
}