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,27 @@
{
"projectileName" : "cardinalschalcedony",
"physics" : "hover",
"bounces" : -1,
"speed" : 25,
"timeToLive" : 4,
"damageKindImage" : "icon.png",
"lightColor" : [120, 0, 40],
"pointLight" : true,
"piercing" : true,
"image" : "cardinalschalcedony.png",
"animationCycle" : 0.6,
"orientationLocked" : true,
"flippable" : true,
"frameNumber" : 12,
"power" : 50,
"damagePoly" : [ [-5, 5], [-5, -5], [5, -5], [5, 5] ],
"supportsProcessing" : true,
"onlyHitTerrain" : true,
"actionOnReap" : [
{
"action" : "config",
"file" : "/projectiles/explosions/globeexplosions/redglobeexplosion/redglobeexplosion.config"
}
],
"damageKind" : "plasma"
}

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 818 B

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,91 @@
{
"projectileName" : "chalcedonyspawner",
"image" : "chalcedonyspawner.png",
"physics" : "gas",
"animationCycle" : 0.1,
"frameNumber" : 8,
"speed" : 1,
"power" : 0,
"damageKindImage" : "icon.png",
"pointLight" : false,
"onlyHitTerrain" : true,
"timeToLive" : 0.1,
"actionOnReap" : [
{
"action" : "projectile",
"type" : "cardinalschalcedony",
"inheritDamageFactor" : 1,
"inheritSpeedFactor" : 0,
"angleAdjust" : 0
},
{
"action" : "sound",
"options" : [ "/sfx/projectiles/charge_full_hold1.ogg" ]
},
{
"action" : "projectile",
"type" : "regularexplosion",
"fuzzAngle" : 180,
"inheritSpeedFactor" : 0.1,
"inheritDamageFactor" : 0.25
},
{
"action" : "projectile",
"type" : "regularexplosion",
"fuzzAngle" : 180,
"inheritSpeedFactor" : 0.1,
"inheritDamageFactor" : 0.25,
"delaySteps" : 30
},
{
"action" : "projectile",
"type" : "regularexplosion",
"fuzzAngle" : 180,
"inheritSpeedFactor" : 0.1,
"inheritDamageFactor" : 0.25,
"delaySteps" : 60
},
{
"action" : "projectile",
"type" : "regularexplosion",
"fuzzAngle" : 180,
"inheritSpeedFactor" : 0.1,
"inheritDamageFactor" : 0.25,
"delaySteps" : 90
},
{
"action" : "projectile",
"type" : "regularexplosion",
"fuzzAngle" : 180,
"inheritSpeedFactor" : 0.1,
"inheritDamageFactor" : 0.25,
"delaySteps" : 120
},
{
"action" : "projectile",
"type" : "regularexplosion",
"fuzzAngle" : 180,
"inheritSpeedFactor" : 0.1,
"inheritDamageFactor" : 0.25,
"delaySteps" : 150
},
{
"action" : "projectile",
"type" : "regularexplosion",
"fuzzAngle" : 180,
"inheritSpeedFactor" : 0.1,
"inheritDamageFactor" : 0.25,
"delaySteps" : 180
},
{
"action" : "projectile",
"type" : "regularexplosion",
"fuzzAngle" : 180,
"inheritSpeedFactor" : 0.1,
"inheritDamageFactor" : 0.25,
"delaySteps" : 210
}
],
"damageType" : "NoDamage",
"damageKind" : "default"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 B