v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
67
assets/devel/monsters/bugs/moondancer/moondancer.animation
Normal file
67
assets/devel/monsters/bugs/moondancer/moondancer.animation
Normal 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" ]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue