{
	"format_version": "1.8.0",
	"animations": {
		"animation.scp303.general": {
			"loop": true,
			"bones": {
				"body": {
					"rotation": ["20+Math.sin(query.life_time * 180.0) * 3", 0, 0]
				},
				"rightarm2": {
					"rotation": [0, "45+Math.sin(query.life_time * 180.0) * 3", -25]
				},
				"rightarm4": {
					"rotation": [-25, 0, 0]
				},
				"rightarm6": {
					"rotation": [0, "-45+Math.sin(query.life_time * 180.0) * -3", 25]
				},
				"rightarm8": {
					"rotation": [-15, 0, 0]
				},
				"head": {
					"rotation": ["-20+Math.sin(query.life_time * 180.0) * 3", 0, 0]
				},
				"rightleg": {
					"rotation": ["Math.sin(query.life_time * 180.0) * 3", -35, 0]
				},
				"rightleg2": {
					"rotation": ["Math.sin(query.life_time * 180.0) * -3", 0, 0],
					"position": [0, "Math.sin(query.life_time * 180.0) * 0.2", 0]
				},
				"leftleg": {
					"rotation": ["Math.sin(query.life_time * 180.0) * 3", 35, 0]
				},
				"leftleg2": {
					"rotation": ["Math.sin(query.life_time * 180.0) * -3", 0, 0],
					"position": [0, "Math.sin(query.life_time * 180.0) * 0.2", 0]
				}
			}
		},
		"animation.scp303.moving": {
			"loop": true,
			"anim_time_update": "query.modified_distance_moved",
			"bones": {
				"rightarm2": {
					"rotation": ["-35+Math.cos(query.anim_time * 40 + 40) *-5.0", 0, 0]
				},
				"rightarm6": {
					"rotation": ["-35+Math.cos(query.anim_time * 40 + 40) *-5.0", 0, 0]
				},
				"head": {
					"rotation": ["Math.cos(query.anim_time * 40 + 40) *-3.0", 0, 0]
				},
				"rightleg": {
					"rotation": ["Math.cos(query.anim_time * 40 + 40) *-50.0", 0, 0]
				},
				"rightleg2": {
					"rotation": ["35+Math.cos(query.anim_time * 40 + 40) *-32.0", 0, 0]
				},
				"rightleg3": {
					"rotation": ["30+Math.cos(query.anim_time * 40 + 40) *-50.0", 0, 0]
				},
				"leftleg": {
					"rotation": ["Math.cos(query.anim_time * 40 + 40) *50.0", 0, 0]
				},
				"leftleg2": {
					"rotation": ["35+Math.cos(query.anim_time * 40 + 40) *32.0", 0, 0]
				},
				"leftleg3": {
					"rotation": ["30+Math.cos(query.anim_time * 40 + 40) *50.0", 0, 0]
				}
			}
		}
	}
}