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

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 B

View file

@ -0,0 +1,10 @@
{
"frameGrid" : {
"size" : [32, 32],
"dimensions" : [6, 1],
"names" : [
[ "0", "1", "2", "3", "4", "5" ]
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -0,0 +1,27 @@
{
"projectileName" : "redgiant",
"physics" : "hover",
"bounces" : -1,
"speed" : 25,
"timeToLive" : 8,
"damageKindImage" : "icon.png",
"lightColor" : [255, 85, 10],
"pointLight" : true,
"piercing" : true,
"image" : "redgiant.png",
"animationCycle" : 0.6,
"frameNumber" : 6,
"power" : 50,
"damagePoly" : [ [-15, 0], [-10, -10], [0, -15], [10, -10], [15, 0], [10, 10], [0, 15], [-10, 10] ],
"supportsProcessing" : true,
"orientationLocked" : true,
"flippable" : true,
"actionOnReap" : [
{
"action" : "config",
"file" : "/projectiles/explosions/globeexplosions/orangeglobeexplosion/orangeglobeexplosion.config"
}
],
"damageKind" : "plasma",
"emitters" : [ "defaultorange" ]
}

View file

@ -0,0 +1,10 @@
{
"frameGrid" : {
"size" : [32, 32],
"dimensions" : [8, 1],
"names" : [
[ "0", "1", "2", "3", "4", "5", "6", "7" ]
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 B

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"
}