{
	"format_version": "1.8.0",
	"animations": {
		"animation.summoner.general": {
			"loop": true,
			"bones": {
				"waist": {
					"position": [0, "4+Math.sin(query.life_time * 180.0) * 3", 0]
				},
				"rightArm": {
					"rotation": [0, 0, "5+Math.sin(query.life_time * 180.0) * -5"]
				},
				"leftArm": {
					"rotation": [0, 0, "-5+Math.sin(query.life_time * 180.0) * 5"]
				},
				"rightLeg": {
					"rotation": [0, 0, "5+Math.sin(query.life_time * 180.0) * -5"]
				},
				"leftLeg": {
					"rotation": [0, 0, "-5+Math.sin(query.life_time * 180.0) * 5"]
				}
			}
		},
		"animation.summoner.shooting": {
			"animation_length": 0.7667,
			"bones": {
				"body": {
					"rotation": {
						"0.0": [-25, 0, 0],
						"0.5167": [25, 0, 0]
					}
				},
				"head": {
					"rotation": [-25, 0, 0]
				},
				"rightArm": {
					"rotation": {
						"0.0": [0, 80, 115],
						"0.5167": [-80, 0, 0]
					}
				},
				"rightArm2": {
					"rotation": [-40, 0, 0]
				},
				"leftArm": {
					"rotation": {
						"0.0": [0, -95, -120],
						"0.5167": [-80, 0, 0],
						"0.7667": [-80, 0, 0]
					}
				},
				"leftArm2": {
					"rotation": [-40, 0, 0]
				}
			}
		},
		"animation.summoner.moving": {
			"loop": true,
			"anim_time_update": "query.modified_distance_moved",
			"bones": {
				"rightArm": {
					"rotation": [5, 0, "5+Math.sin(query.life_time * 180.0) * -5"]
				},
				"leftArm": {
					"rotation": [10, 0, "-5+Math.sin(query.life_time * 180.0) * 5"]
				},
				"rightLeg": {
					"rotation": [20, 0, "5+Math.sin(query.life_time * 180.0) * -5"]
				},
				"leftLeg": {
					"rotation": [15, 0, "-5+Math.sin(query.life_time * 180.0) * 5"]
				},
				"body2": {
					"rotation": [15, 0, 0]
				}
			}
		}
	}
}