{
	"format_version": "1.8.0",
	"animations": {
		"animation.scp111.general": {
			"loop": true,
			"bones": {
				"neck": {
					"rotation": ["Math.sin(query.life_time * 180.0) * 3", 0, 0]
				},
				"head": {
					"rotation": ["Math.sin(query.life_time * 180.0) * -3", 0, 0]
				},
				"jaw2": {
					"rotation": ["5+Math.sin(query.life_time * 180.0) * 3", 0, 0]
				},
				"neck2": {
					"rotation": ["Math.sin(query.life_time * 180.0) * 3", 0, 0]
				}
			}
		},
		"animation.scp111.moving": {
			"loop": true,
			"animation_length": 1,
			"anim_time_update": "query.modified_distance_moved * 0.5",
			"bones": {
				"body": {
					"rotation": {
						"0.0": [0, 0, 0],
						"1.0": [0, 0, 0]
					},
					"scale": {
						"0.0": [1, 1, 1],
						"0.5167": [1, 1, 0.8],
						"1.0": [1, 1, 1]
					}
				},
				"neck": {
					"rotation": {
						"0.0": [10, 0, 0],
						"0.4833": [0, 0, 0],
						"1.0": [10, 0, 0]
					}
				},
				"head": {
					"rotation": {
						"0.0": [-10, 0, 0],
						"0.4833": [0, 0, 0],
						"1.0": [-10, 0, 0]
					}
				},
				"neck2": {
					"rotation": {
						"0.0": [5, 0, 0],
						"0.4833": [0, 0, 0],
						"1.0": [5, 0, 0]
					}
				}
			}
		}
	}
}