{
	"format_version": "1.8.0",
	"animations": {
		"animation.snom.ground_idle": {
			"loop": true,
			"bones": {
				"torso": {
					"rotation": ["0+math.sin(q.anim_time*90*2)*0.5", 0, 0]
				},
				"mouth_left": {
					"rotation": [0, "0+math.sin(q.anim_time*90*2+60)*1", 0]
				},
				"mouth_right": {
					"rotation": [0, "0-math.sin(q.anim_time*90*2+60)*1", 0]
				}
			}
		},
		"animation.snom.ground_walk": {
			"loop": true,
			"bones": {
				"torso": {
					"rotation": ["0+math.sin(q.anim_time*90*4)*1", 0, 0],
					"position": [0, 0, "0+math.clamp(math.sin(q.anim_time*90*4-60)*0.2,-0.2, 0.175)"]
				},
				"mouth_left": {
					"rotation": ["0-math.sin(q.anim_time*90*4+90)*1.5", "0+math.sin(q.anim_time*90*2+60)*1", 0]
				},
				"mouth_right": {
					"rotation": ["0-math.sin(q.anim_time*90*4+90)*1.5", "0-math.sin(q.anim_time*90*2+60)*1", 0]
				}
			}
		},
		"animation.snom.sleep": {
			"loop": true,
			"bones": {
				"torso": {
					"rotation": ["0+math.sin(q.anim_time*90*2)*0.25", 0, 0]
				},
				"mouth_left": {
					"rotation": [0, "0+math.sin(q.anim_time*90*2+60)*0.5", 0]
				},
				"mouth_right": {
					"rotation": [0, "0-math.sin(q.anim_time*90*2+60)*0.5", 0]
				},
				"eyelid_right": {
					"position": [0.1, 0, 0]
				},
				"eyelid_left": {
					"position": [-0.1, 0, 0]
				}
			}
		},
		"animation.snom.blink": {
			"animation_length": 0.16667,
			"bones": {
				"eyelid_right": {
					"position": {
						"0.0": [0.1, 0, 0],
						"0.125": [0.1, 0, 0],
						"0.1667": [0, 0, 0]
					}
				},
				"eye_left": {
					"position": [0, 0, 0]
				},
				"eyelid_left": {
					"position": {
						"0.0": [-0.1, 0, 0],
						"0.125": [-0.1, 0, 0],
						"0.1667": [0, 0, 0]
					}
				}
			}
		},
		"animation.snom.new": {
			"loop": true
		}
	},
	"geckolib_format_version": 2
}