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,211 @@
{
"projectileName" : "supergiant",
"physics" : "hover",
"bounces" : -1,
"speed" : 25,
"timeToLive" : 8,
"damageKindImage" : "icon.png",
"lightColor" : [185, 255, 255],
"pointLight" : true,
"piercing" : true,
"image" : "supergiant.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" : "sound",
"options" : [ "/sfx/projectiles/firework_explode1.ogg" ]
},
{
"action" : "projectile",
"type" : "fireworkblue3",
"inheritDamageFactor" : 0.1,
"fuzzAngle" : 5,
"angle" : 0
},
{
"action" : "projectile",
"type" : "fireworkblue3",
"inheritDamageFactor" : 0.1,
"fuzzAngle" : 5,
"angle" : 22
},
{
"action" : "projectile",
"type" : "fireworkblue3",
"inheritDamageFactor" : 0.1,
"fuzzAngle" : 5,
"angle" : 45
},
{
"action" : "projectile",
"type" : "fireworkblue3",
"inheritDamageFactor" : 0.1,
"fuzzAngle" : 5,
"angle" : 68
},
{
"action" : "projectile",
"type" : "fireworkblue3",
"inheritDamageFactor" : 0.1,
"fuzzAngle" : 5,
"angle" : 90
},
{
"action" : "projectile",
"type" : "fireworkblue3",
"inheritDamageFactor" : 0.1,
"fuzzAngle" : 5,
"angle" : 112
},
{
"action" : "projectile",
"type" : "fireworkblue3",
"inheritDamageFactor" : 0.1,
"fuzzAngle" : 5,
"angle" : 135
},
{
"action" : "projectile",
"type" : "fireworkblue3",
"inheritDamageFactor" : 0.1,
"fuzzAngle" : 5,
"angle" : 158
},
{
"action" : "projectile",
"type" : "fireworkblue3",
"inheritDamageFactor" : 0.1,
"fuzzAngle" : 5,
"angle" : 180
},
{
"action" : "projectile",
"type" : "fireworkblue3",
"inheritDamageFactor" : 0.1,
"fuzzAngle" : 5,
"angle" : 202
},
{
"action" : "projectile",
"type" : "fireworkblue3",
"inheritDamageFactor" : 0.1,
"fuzzAngle" : 5,
"angle" : 225
},
{
"action" : "projectile",
"type" : "fireworkblue3",
"inheritDamageFactor" : 0.1,
"fuzzAngle" : 5,
"angle" : 248
},
{
"action" : "projectile",
"type" : "fireworkblue3",
"inheritDamageFactor" : 0.1,
"fuzzAngle" : 5,
"angle" : 270
},
{
"action" : "projectile",
"type" : "fireworkblue3",
"inheritDamageFactor" : 0.1,
"fuzzAngle" : 5,
"angle" : 292
},
{
"action" : "projectile",
"type" : "fireworkblue3",
"inheritDamageFactor" : 0.1,
"fuzzAngle" : 5,
"angle" : 315
},
{
"action" : "projectile",
"type" : "fireworkblue3",
"inheritDamageFactor" : 0.1,
"fuzzAngle" : 5,
"angle" : 338
},
{
"action" : "projectile",
"type" : "supergiantember",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.25
},
{
"action" : "projectile",
"type" : "supergiantember",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.25
},
{
"action" : "projectile",
"type" : "supergiantember",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.25
},
{
"action" : "projectile",
"type" : "supergiantember",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.25
},
{
"action" : "projectile",
"type" : "supergiantember",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.25
},
{
"action" : "projectile",
"type" : "supergiantember",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.25
},
{
"action" : "projectile",
"type" : "supergiantember",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.25
},
{
"action" : "projectile",
"type" : "supergiantember",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.25
},
{
"action" : "projectile",
"type" : "supergiantember",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.25
},
{
"action" : "projectile",
"type" : "supergiantember",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.25
},
{
"action" : "projectile",
"type" : "supergiantember",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.25
},
{
"action" : "projectile",
"type" : "supergiantember",
"fuzzAngle" : 180,
"inheritDamageFactor" : 0.25
}
],
"damageKind" : "plasma",
"emitters" : [ "defaultblue" ]
}