v1.4.4
|
@ -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"
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"frameGrid" : {
|
||||
"size" : [20, 20],
|
||||
"dimensions" : [12, 1],
|
||||
|
||||
"names" : [
|
||||
[ "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11" ]
|
||||
]
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 818 B |
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"frameGrid" : {
|
||||
"size" : [32, 32],
|
||||
"dimensions" : [8, 1],
|
||||
|
||||
"names" : [
|
||||
[ "0", "1", "2", "3", "4", "5", "6", "7" ]
|
||||
]
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 151 B |
|
@ -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"
|
||||
}
|
After Width: | Height: | Size: 263 B |
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"frameGrid" : {
|
||||
"size" : [13, 13],
|
||||
"dimensions" : [8, 1],
|
||||
|
||||
"names" : [
|
||||
[ "0", "1", "2", "3", "4", "5", "6", "7" ]
|
||||
]
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 355 B |
|
@ -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"
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"frameGrid" : {
|
||||
"size" : [160, 160],
|
||||
"dimensions" : [6, 1],
|
||||
|
||||
"names" : [
|
||||
[ "0", "1", "2", "3", "4", "5" ]
|
||||
]
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 2.6 KiB |
|
@ -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"
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"frameGrid" : {
|
||||
"size" : [8, 6],
|
||||
"dimensions" : [4, 1],
|
||||
|
||||
"names" : [
|
||||
[ "0", "1", "2", "3" ]
|
||||
]
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 158 B |
|
@ -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"
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"frameGrid" : {
|
||||
"size" : [32, 32],
|
||||
"dimensions" : [8, 1],
|
||||
|
||||
"names" : [
|
||||
[ "0", "1", "2", "3", "4", "5", "6", "7" ]
|
||||
]
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 151 B |
|
@ -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"
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"frameGrid" : {
|
||||
"size" : [20, 20],
|
||||
"dimensions" : [12, 1],
|
||||
|
||||
"names" : [
|
||||
[ "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11" ]
|
||||
]
|
||||
}
|
||||
}
|
After Width: | Height: | Size: 860 B |
|
@ -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"
|
||||
}
|