1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-27 05:48:55 +00:00
bedrock-samples/resource_pack/animation_controllers/evoker.animation_controllers.json
Mike Ammerlaan cb24cd72bb v1.19.60.3
2023-02-07 11:33:27 -08:00

83 lines
1.8 KiB
JSON

{
"format_version" : "1.10.0",
"animation_controllers" : {
"controller.animation.evoker.general" : {
"initial_state" : "default",
"states" : {
"casting" : {
"animations" : [ "look_at_target", "casting", "controller_riding" ],
"particle_effects" : [
{
"effect" : "spell",
"locator" : "left_hand"
},
{
"effect" : "spell",
"locator" : "right_hand"
}
],
"transitions" : [
{
"default" : "!query.is_casting"
}
]
},
"celebrating" : {
"animations" : [ "celebrating", "controller_riding" ],
"blend_transition" : 0.2,
"blend_via_shortest_path" : true,
"transitions" : [
{
"default" : "!query.is_celebrating"
}
]
},
"default" : {
"animations" : [ "look_at_target", "general", "controller_riding" ],
"blend_transition" : 0.2,
"blend_via_shortest_path" : true,
"transitions" : [
{
"casting" : "query.is_casting"
},
{
"celebrating" : "query.is_celebrating"
}
]
}
}
},
"controller.animation.evoker.general.v1.0" : {
"initial_state" : "default",
"states" : {
"casting" : {
"animations" : [ "look_at_target", "casting", "controller_riding" ],
"particle_effects" : [
{
"effect" : "spell",
"locator" : "left_hand"
},
{
"effect" : "spell",
"locator" : "right_hand"
}
],
"transitions" : [
{
"default" : "!query.is_casting"
}
]
},
"default" : {
"animations" : [ "look_at_target", "general", "controller_riding" ],
"transitions" : [
{
"casting" : "query.is_casting"
}
]
}
}
}
}
}