{
	"format_version": "1.8.0",
	"animations": {
		"animation.galodan.idling": {
			"loop": true,
			"bones": {
				"head": {
					"rotation": ["Math.sin(query.anim_time * 20 * 4) * 1.6", 0, 0]
				},
				"lower_mouth": {
					"rotation": ["5+ Math.sin(query.anim_time * -40) * 5", 0, 0]
				},
				"arms": {
					"rotation": ["1 + Math.sin(query.anim_time * 20 * 3) * 2", 0, 0]
				},
				"subbody": {
					"scale": [1, 1, "1 + Math.sin(query.anim_time * 20 * -3) * 0.04"]
				},
				"leftarm" : {
					"scale" : "query.has_target ? 1.0 : 0.0"
				},
				"rightarm" : {
					"scale" : "query.has_target ? 1.0 : 0.0"
				}
			}
		},
		"animation.galodan.moving": {
			"loop": true,
			"anim_time_update": "query.modified_distance_moved",
			"bones": {
				"leg2": {
					"rotation": ["1 + Math.sin(query.anim_time * -10 * 4) * -45", 0, 0]
				},
				"leg1": {
					"rotation": ["1 + Math.sin(query.anim_time * 10 * 4) * -45", 0, 0]
				},
				"rightArm": {
					"rotation": ["1 + Math.sin(query.anim_time * -10 * 4) * -45", 0, 0]
				},
				"leftArm": {
					"rotation": ["1 + Math.sin(query.anim_time * 10 * 4) * -45", 0, 0]
				},
				"tail": {
					"rotation": ["1 + Math.sin(query.anim_time * -10 * 4) * -10", "1 + Math.sin(query.anim_time * -10 * 4) * -8", 0]
				}
			}
		},
		"animation.galodan.attacking": {
			"animation_length": 0.3,
			"bones": {
				"rightArm": {
					"rotation": ["Math.sin(query.anim_time * 700) * -100", 0, "Math.sin(query.anim_time * 700) * 40"]
				}
			}
		},
		"animation.galodan.sleeping": {
			"loop": true,
			"override_previous_animation": true,
			"bones": {
				"head": {
					"rotation": ["10+Math.sin(query.anim_time * 20 * 4) * 1.6", 0, 0]
				},
				"body": {
					"rotation": [-90, 0, 0],
					"position": [0, -21, 8]
				},
				"eyelid_left": {
					"position": [0.017, 0, 0]
				},
				"eyelid_right": {
					"position": [-0.016, 0, 0]
				},
				"lower_mouth": {
					"rotation": ["14 + Math.sin(query.anim_time * -10 * 4) * -10", 0, 0]
				},
				"leg1": {
					"rotation": [5, 0, 0]
				},
				"feet": {
					"rotation": [10, 0, 0]
				},
				"leg2": {
					"rotation": [5, 0, 0]
				},
				"feet2": {
					"rotation": [10, 0, 0]
				},
				"rightArm": {
					"rotation": [0, 0, 10]
				},
				"rightItem" : {
					"scale" : [0, 0, 0]
				},
				"leftArm": {
					"rotation": [0, 0, -10]
				}
			}
		},
		"animation.mahoss.looking_at_target": {
			"loop": true
		}
	}
}