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,10 @@
{
"frameGrid" : {
"size" : [13, 13],
"dimensions" : [8, 1],
"names" : [
[ "0", "1", "2", "3", "4", "5", "6", "7" ]
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 355 B

View file

@ -0,0 +1,15 @@
{
"projectileName" : "quartzchunk",
"physics" : "highgravgrenade",
"bounces" : -1,
"timeToLive" : 0.8,
"lightColor" : [50, 0, 35],
"image" : "quartzchunk.png",
"animationLoops" : false,
"animationCycle" : 0.8,
"frameNumber" : 8,
"speed" : 10,
"power" : 76,
"onlyHitTerrain" : true,
"damageKind" : "default"
}

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -0,0 +1,13 @@
{
"projectileName" : "quartzpulse",
"image" : "quartzpulse.png",
"animationCycle" : 0.2,
"frameNumber" : 6,
"speed" : 0,
"damagePoly" : [ [-72, 0], [-48, -48], [0, -72], [48, -48], [72, 0], [48, 48], [0, 72], [-48, 48] ],
"animationLoops" : false,
"piercing" : true,
"flippable" : true,
//"damageTeam" : { "type" : "indiscriminate" },
"damageKind" : "default"
}

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B

View file

@ -0,0 +1,15 @@
{
"projectileName" : "quartzshard",
"physics" : "highgravgrenade",
"bounces" : 3,
"timeToLive" : 3.5,
"lightColor" : [50, 0, 35],
"image" : "quartzshard.png",
"animationLoops" : false,
"animationCycle" : 0.5,
"frameNumber" : 4,
"speed" : 40,
"power" : 76,
"onlyHitTerrain" : true,
"damageKind" : "default"
}

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

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: 860 B

View file

@ -0,0 +1,112 @@
{
"projectileName" : "quetzalcoatlsquartz",
"physics" : "hover",
"bounces" : -1,
"speed" : 25,
"timeToLive" : 4,
"damageKindImage" : "icon.png",
"lightColor" : [160, 10, 55],
"pointLight" : true,
"piercing" : true,
"image" : "quetzalcoatlsquartz.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/vlightblockexplosion/vlightblockexplosion.config"
},
{
"action" : "projectile",
"type" : "quartzchunk",
"fuzzAngle" : 10,
"angleAdjust" : 45,
"inheritDamageFactor" : 0.25
},
{
"action" : "projectile",
"type" : "quartzchunk",
"fuzzAngle" : 10,
"angleAdjust" : 180,
"inheritDamageFactor" : 0.25
},
{
"action" : "projectile",
"type" : "quartzchunk",
"fuzzAngle" : 10,
"angleAdjust" : -45,
"inheritDamageFactor" : 0.25
},
{
"action" : "sound",
"options" : [ "/sfx/melee/sword_parry.ogg" ]
},
{
"action" : "projectile",
"type" : "quartzshard",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.025
},
{
"action" : "projectile",
"type" : "quartzshard",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.025
},
{
"action" : "projectile",
"type" : "quartzshard",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.025
},
{
"action" : "projectile",
"type" : "quartzshard",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.025
},
{
"action" : "projectile",
"type" : "quartzshard",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.025
},
{
"action" : "projectile",
"type" : "quartzshard",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.025
},
{
"action" : "projectile",
"type" : "quartzshard",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.025
},
{
"action" : "projectile",
"type" : "quartzshard",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.025
},
{
"action" : "projectile",
"type" : "quartzshard",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.025
},
{
"action" : "projectile",
"type" : "quartzshard",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.025
}
],
"damageKind" : "plasma"
}