{
	"format_version": "1.8.0",
	"animations": {
		"animation.scp0192.moving": {
			"loop": true,
			"anim_time_update": "query.modified_distance_moved",
			"bones": {
				"rightArm": {
					"rotation": ["Math.cos(query.anim_time * 40 + 40) *50.0", 0, 0]
				},
				"rightArm2": {
					"rotation": ["Math.cos(query.anim_time * 40 + 40) *-40.0", 0, 0]
				},
				"leftArm": {
					"rotation": ["Math.cos(query.anim_time * 40 + 40) *-50.0", 0, 0]
				},
				"leftArm2": {
					"rotation": ["Math.cos(query.anim_time * 40 + 40) *40.0", 0, 0]
				},
				"rightLeg": {
					"rotation": ["Math.cos(query.anim_time * 40 + 40) *-50.0", 0, 0]
				},
				"rightLeg2": {
					"rotation": ["Math.cos(query.anim_time * 40 + 40) *-30.0", 0, 0]
				},
				"leftLeg": {
					"rotation": ["Math.cos(query.anim_time * 40 + 40) *50.0", 0, 0]
				},
				"leftLeg2": {
					"rotation": ["Math.cos(query.anim_time * 40 + 40) *30.0", 0, 0]
				}
			}
		},
		"animation.scp0192.general": {
			"loop": true,
			"bones": {
				"head": {
					"rotation": ["Math.cos(query.anim_time * 40 + 40) *-2.0", 0, 0]
				},
				"rightArm": {
					"rotation": ["Math.cos(query.anim_time * 40 + 40) *-5.0", 0, 0]
				},
				"leftArm": {
					"rotation": ["Math.cos(query.anim_time * 40 + 40) *-5.0", 0, 0]
				},
				"rightLeg": {
					"rotation": ["Math.cos(query.anim_time * 40 + 40) *-5.0", 0, 0]
				},
				"leftLeg": {
					"rotation": ["Math.cos(query.anim_time * 40 + 40) *-5.0", 0, 0]
				}
			}
		},
		"animation.scp0192.attacking": {
			"loop": true,
			"bones": {
				"rightArm": {
					"rotation": ["Math.cos(query.anim_time * 40 + 40) *-5.0", 0, 0]
				},
				"leftArm": {
					"rotation": ["Math.cos(query.anim_time * 40 + 40) *-5.0", 0, 0]
				},
				"rightLeg": {
					"rotation": [0, 0, 0]
				}
			}
		}
	}
}