Files
IMoO/resource_pack/animations/silverfish.animation.json
T
2022-02-07 22:58:00 +03:00

39 lines
1.4 KiB
JSON

{
"format_version" : "1.8.0",
"animations" : {
"animation.silverfish.move" : {
"anim_time_update" : "query.modified_distance_moved",
"loop" : true,
"bones" : {
"bodypart_0" : {
"position" : [ "math.sin(query.life_time * 1031.4) * 1.26", 0.0, 0.0 ],
"rotation" : [ 0.0, "math.cos(query.life_time * 1031.4) * 27", 0.0 ]
},
"bodypart_1" : {
"position" : [ "math.sin(query.life_time * 1031.4 + 27) * 0.63", 0.0, 0.0 ],
"rotation" : [ 0.0, "math.cos(query.life_time * 1031.4 + 27) * 18", 0.0 ]
},
"bodypart_2" : {
"rotation" : [ 0.0, "math.cos(query.life_time * 1031.4 + 54) * 9", 0.0 ]
},
"bodypart_3" : {
"position" : [ "math.sin(query.life_time * 1031.4 + 81) * 0.63", 0.0, 0.0 ],
"rotation" : [ 0.0, "math.cos(query.life_time * 1031.4 + 81) * 18", 0.0 ]
},
"bodypart_4" : {
"position" : [ "math.sin(query.life_time * 1031.4 + 108) * 1.26", 0.0, 0.0 ],
"rotation" : [ 0.0, "math.cos(query.life_time * 1031.4 + 108) * 27", 0.0 ]
},
"bodypart_5" : {
"position" : [ "math.sin(query.life_time * 1031.4 + 135) * 1.89", 0.0, 0.0 ],
"rotation" : [ 0.0, "math.cos(query.life_time * 1031.4 + 135) * 36", 0.0 ]
},
"bodypart_6" : {
"position" : [ "math.sin(query.life_time * 1031.4 + 162) * 2.52", 0.0, 0.0 ],
"rotation" : [ 0.0, "math.cos(query.life_time * 1031.4 + 162) * 45", 0.0 ]
}
}
}
}
}