mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-13 14:49:28 +00:00
72 lines
1.8 KiB
JSON
72 lines
1.8 KiB
JSON
{
|
|
"format_version" : "1.8.0",
|
|
"animations" : {
|
|
"animation.evoker.casting" : {
|
|
"loop" : true,
|
|
"bones" : {
|
|
"arms" : {
|
|
"scale" : 0.0
|
|
},
|
|
"leftarm" : {
|
|
"rotation" : [ "math.cos(query.life_time * 763.4) * 14.3239 - this", "-this", "-135.0 - this" ],
|
|
"scale" : 1.0
|
|
},
|
|
"rightarm" : {
|
|
"rotation" : [ "math.cos(query.life_time * 763.4) * 14.3239 - this", "-this", "135.0 - this" ],
|
|
"scale" : 1.0
|
|
}
|
|
}
|
|
},
|
|
"animation.evoker.casting.v1.0" : {
|
|
"loop" : true,
|
|
"bones" : {
|
|
"leftarm" : {
|
|
"position" : [ "5.0 - this", 0.0, "-this" ],
|
|
"rotation" : [ "math.cos(query.life_time * 763.4) * 14.3239 - this", "-this", "-135.0 - this" ]
|
|
},
|
|
"rightarm" : {
|
|
"position" : [ "-5.0 - this", 0.0, "-this" ],
|
|
"rotation" : [ "math.cos(query.life_time * 763.4) * 14.3239 - this", "-this", "135.0 - this" ]
|
|
}
|
|
}
|
|
},
|
|
"animation.evoker.general" : {
|
|
"loop" : true,
|
|
"bones" : {
|
|
"arms" : {
|
|
"position" : [ 0.0, "-3.0 - this", "-1.0 - this" ],
|
|
"rotation" : [ "-42.97 - this", "- this", "- this" ],
|
|
"scale" : 1.0
|
|
},
|
|
"leftarm" : {
|
|
"scale" : 0.0
|
|
},
|
|
"rightarm" : {
|
|
"scale" : 0.0
|
|
}
|
|
}
|
|
},
|
|
"animation.evoker.general.v1.0" : {
|
|
"loop" : true,
|
|
"bones" : {
|
|
"arms" : {
|
|
"position" : [ 0.0, "-3.0 - this", "-1.0 - this" ],
|
|
"rotation" : [ "-42.97 - this", "- this", "- this" ]
|
|
}
|
|
}
|
|
},
|
|
"animation.evoker.move" : {
|
|
"anim_time_update" : "query.modified_distance_moved",
|
|
"loop" : true,
|
|
"bones" : {
|
|
"leftLeg" : {
|
|
"rotation" : [ "(math.cos(query.anim_time * 38.17) * 40.0) - this", "-this", 0.0 ]
|
|
},
|
|
"rightLeg" : {
|
|
"rotation" : [ "(math.cos(query.anim_time * 38.17 + 180) * 40.0) - this", "-this", 0.0 ]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|