Skip to content

Commit

Permalink
fixes a minor derp
Browse files Browse the repository at this point in the history
  • Loading branch information
sayterdarkwynd committed Feb 4, 2019
1 parent cff1a71 commit 9c66277
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions stats/deprecated/lightregen.animation
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"particleEmitters" : {
"blood" : {
"enabled" : true,
"emissionRate" : 2.0,
"particles" : [
{
"particle" : {
"type" : "animated",
"mode" : "LoopForever",
"animation" : "/animations/statuseffects/heal/lightheal.animation",
"size" : 1.0,
"color" : [30, 250, 30, 230],
"fade" : 0.9,
"position" : [0.0, 0.0],
"offsetRegion" : [0, 0, 0, 0],
"initialVelocity" : [0, 1.0],
"finalVelocity" : [0, 5.0],
"approach" : [0, 10],
"timeToLive" : 0.6,
"variance" : {
"initialVelocity" : [0.5, 1.0]
}
}
}
]
},

"statustext" : {
"enabled" : true,
"emissionRate" : 1.0,
"particles" : [
{
"particle" : {
"type" : "text",
"text" : "Lightheal",
"size" : 0.75,
"color" : [225, 25, 225, 255],
"fade" : 1,
"destructionAction" : "shrink",
"destructionTime" : 0.8,
"position" : [0.0, 0.0],
"offsetRegion" : [0, 0, 0, 0],
"initialVelocity" : [0, 4],
"finalVelocity" : [0, 1],
"approach" : [0, 10],
"timeToLive" : 1,
"variance" : {
}
}
}
]
}

}
}

0 comments on commit 9c66277

Please sign in to comment.