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" : [24, 24],
"dimensions" : [24, 1],
"names" : [
[ "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23" ]
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -0,0 +1,69 @@
{
"projectileName" : "hivebugX",
"physics" : "flyhighbug",
"speed" : 30,
"bounces" : 0,
"timeToLive" : 1.5,
"image" : "hivebugX.png",
"animationCycle" : 1.5,
"animationLoops" : false,
"orientationLocked" : true,
"flippable" : true,
"lightColor" : [80, 0, 90],
"frameNumber" : 24,
"actionOnReap" : [
{
"action" : "config",
"file" : "/projectiles/explosions/vsmallregularexplosion/vsmallregularexplosionnosound.config"
},
{
"action" : "sound",
"options" : [ "/sfx/npc/smallbiped/bulbouseyehead_small_idle1.ogg", "/sfx/npc/smallbiped/bulbouseyehead_small_idle2.ogg", "/sfx/npc/smallbiped/bulbouseyehead_small_attack1.ogg", "/sfx/npc/smallbiped/bulbouseyehead_small_attack2.ogg" ]
},
{
"action" : "projectile",
"type" : "xtermite",
"firePosition" : [-10, 5],
"fuzzAngle" : 0,
"angleAdjust" : 0
},
{
"action" : "projectile",
"type" : "hivebuggibX",
"firePosition" : [-10, 5],
"fuzzAngle" : 180,
"angleAdjust" : 0
},
{
"action" : "projectile",
"type" : "hivebuggibX",
"firePosition" : [-10, 5],
"fuzzAngle" : 180,
"angleAdjust" : 0
},
{
"action" : "projectile",
"type" : "hiveclusterX",
"firePosition" : [-10, 5],
"fuzzAngle" : 180,
"angleAdjust" : 0
},
{
"action" : "projectile",
"type" : "hiveclusterX",
"firePosition" : [-10, 5],
"fuzzAngle" : 180,
"angleAdjust" : 0
},
{
"action" : "projectile",
"type" : "hiveclusterX",
"firePosition" : [-10, 5],
"fuzzAngle" : 180,
"angleAdjust" : 0
}
],
"power" : 3000,
"damageType" : "NoDamage",
"damageKind" : "default"
}