Новый моб

This commit is contained in:
Hell13Cat
2022-02-07 22:58:00 +03:00
parent 833db291e9
commit 4e89129676
16 changed files with 489 additions and 9 deletions
@@ -0,0 +1,38 @@
{
"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 ]
}
}
}
}
}