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

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 B

View file

@ -0,0 +1,10 @@
{
"frameGrid" : {
"size" : [12, 12],
"dimensions" : [2, 1],
"names" : [
[ "0", "1" ]
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 B

View file

@ -0,0 +1,42 @@
{
"projectileName" : "slimeblob",
"image" : "slimeblob.png",
"animationCycle" : 0.5,
"timeToLive" : 5.0,
"frameNumber" : 2,
"damageKindImage" : "icon.png",
"physics" : "grenadezbomb",
"speed" : 20,
"pointLight" : true,
"lightColor" : [0, 50, 40],
"actionOnReap" : [
{
"action" : "projectile",
"type" : "slimecluster",
"fuzzAngle" : 45,
"angleAdjust" : 45,
"inheritDamageFactor" : 0.333
},
{
"action" : "projectile",
"type" : "slimecluster",
"fuzzAngle" : 45,
"angleAdjust" : -45,
"inheritDamageFactor" : 0.333
},
{
"action" : "projectile",
"type" : "slimecluster",
"fuzzAngle" : 45,
"angleAdjust" : -45,
"inheritDamageFactor" : 0.333
},
{
"action" : "sound",
"options" : [ "/sfx/projectiles/goocluster_pop.ogg" ]
}
],
"power" : 120,
"damageType" : "NoDamage",
"damageKind" : "acid"
}