{
    "format_version": "1.10.0",
    "animation_controllers": {
        "controller.animation.summoner.general": {
            "states": {
                "default": {
                    "animations": [
                        "summoner_general",
                        "look_at_target"
                    ],
					"transitions": [
						{
							"shooting": "query.is_charged"
						}
                    ],
                    "blend_transition": 0.1
                },
				"shooting": {
                    "animations": [
                        "shooting"
                    ],
					"particle_effects" : [
						{
							"effect" : "spell",
							"locator" : "fire1"
						},
						{
							"effect" : "spell",
							"locator" : "fire2"
						}
					],
                    "transitions": [{
                            "default": "!query.is_charged"
                        }
                    ],
					"particle_effects" : [
						{
							"effect" : "spell",
							"locator" : "fire1"
						},
						{
							"effect" : "spell",
							"locator" : "fire2"
						}
					],
                    "blend_transition": 0.2
                }
            }
		},
		"controller.animation.summoner.move": {
            "states": {
                "default": {
                    "animations": [{
                            "moving": "query.modified_move_speed"
                        }
                    ]
                }
            }
        }
	}
}