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,67 @@
{
"animatedParts" : {
"parts" : {
"body" : {
"zLevel" : 0,
"properties" : {
"rotationGroup" : "body",
"image" : "<partImage>"
}
},
"head" : {
"zLevel" : 1,
"properties" : {
"rotationGroup" : "body",
"image" : "<partImage>",
"fullbright" : true
}
}
}
},
"rotationGroups" : {
"body" : {
"rotationCenter" : [0, 0],
"angularVelocity" : 5
}
},
"particleEmitters" : {
"trail" : {
"active" : true,
"emissionRate" : 10.0,
"particles" : [
{
"particle" : {
"type" : "animated",
"animation" : "/animations/fizz2/fizz2.animation",
"size" : 0.5,
"angularVelocity" : 20,
"fade" : 1,
"destructionTime" : 0,
"position" : [0, 0],
"initialVelocity" : [0, 0],
"timeToLive" : 4,
"layer" : "middle",
"variance" : {
"initialVelocity" : [1, 1]
}
}
}
]
}
},
"effects" : {
"blink" : {
"type" : "flash",
"time" : 0,
"directives" : "fade=ffffff;0.5"
}
},
"sounds" : {
"turnHostile" : [ ],
"deathPuff" : [ "/sfx/npc/enemydeathpuff.ogg" ]
}
}