{
	"format_version" : "1.8.0",
	"animations" : {
		"animation.fox.baby_transform" : {
			"loop" : true,
			"bones" : {
				"head" : {
					"position" : [ 0.0, "query.is_baby ? 4.0 : 0.0", "query.is_baby ? 4.0 : 0.0" ],
					"scale" : "query.is_baby ? 1.3 : 1.0"
				}
			}
		},
		"animation.fox.crouch" : {
			"loop" : true,
			"bones" : {
				"body" : {
					"position" : [ 0.0, -1.8, 0.0 ],
					"rotation" : [ 0.0, 0.0, 0.0 ]
				},
				"head" : {
					"position" : [ 0.0, -0.8, 0.0 ],
					"rotation" : [ 0.0, 0.0, 0.0 ]
				},
				"leg0" : {
					"position" : [ 0.0, 1.6, 0.0 ],
					"rotation" : [ 0.0, 0.0, 0.0 ]
				},
				"leg1" : {
					"position" : [ 0.0, 1.6, 0.0 ],
					"rotation" : [ 0.0, 0.0, 0.0 ]
				},
				"leg2" : {
					"position" : [ 0.0, 1.6, 0.0 ],
					"rotation" : [ 0.0, 0.0, 0.0 ]
				},
				"leg3" : {
					"position" : [ 0.0, 1.6, 0.0 ],
					"rotation" : [ 0.0, 0.0, 0.0 ]
				}
			}
		},
		"animation.fox.pounce" : {
			"loop" : true,
			"bones" : {
				"body" : {
					"position" : [ 0.0, 0.0, 0.0 ],
					"rotation" : [ "query.vertical_speed * -7.0", 0.0, 0.0 ]
				},
				"head" : {
					"position" : [ 0.0, 0.0, 0.0 ],
					"rotation" : [ "query.vertical_speed * -7.0", 0.0, 0.0 ]
				}
			}
		},
		"animation.fox.setup" : {
			"loop" : true,
			"bones" : {
				"body" : {
					"rotation" : [ "-this", 0.0, 0.0 ]
				}
			}
		},
		"animation.fox.sit" : {
			"loop" : true,
			"bones" : {
				"body" : {
					"position" : [ 0.0, 1.0, 0.0 ],
					"rotation" : [ -60.0, 0.0, 0.0 ]
				},
				"head" : {
					"position" : [ 0.0, 3.0, -3.0 ],
					"rotation" : [ 60.0, 0.0, 0.0 ]
				},
				"leg0" : {
					"position" : [ 0.0, 4.0, 2.5 ],
					"rotation" : [ -15.0, 0.0, 0.0 ]
				},
				"leg1" : {
					"position" : [ 0.0, 4.0, 2.5 ],
					"rotation" : [ -15.0, 0.0, 0.0 ]
				},
				"leg2" : {
					"position" : [ 0.0, 0.75, 3.5 ],
					"rotation" : [ 40.0, 0.0, 0.0 ]
				},
				"leg3" : {
					"position" : [ 0.0, 0.75, 3.5 ],
					"rotation" : [ 40.0, 0.0, 0.0 ]
				},
				"tail" : {
					"position" : [ 0.0, -0.075, -0.15 ],
					"rotation" : [ 60.0, 0.0, 0.0 ]
				}
			}
		},
		"animation.fox.sleep" : {
			"loop" : true,
			"bones" : {
				"body" : {
					"position" : [ 0.0, -4.8, 0.0 ],
					"rotation" : [ 0.0, 0.0, -90.0 ]
				},
				"head" : {
					"position" : [ 1.8, -0.4, -2.0 ],
					"rotation" : [ 0.0, -115.0, "math.cos(query.anim_time * 160.0) + 90 -this" ]
				},
				"tail" : {
					"position" : [ 0.0, 0.0, 1.5 ],
					"rotation" : [ -125.0, 0.0, 0.0 ]
				}
			}
		},
		"animation.fox.stuck" : {
			"loop" : true,
			"bones" : {
				"body" : {
					"position" : [ 0.0, -0.3, 0.0 ],
					"rotation" : [ 60.0, 0.0, 0.0 ]
				}
			}
		},
		"animation.fox.wiggle" : {
			"loop" : true,
			"bones" : {
				"body" : {
					"position" : [ 0.0, -1.8, 0.0 ],
					"rotation" : [ 0.0, "math.cos(query.life_time * 20.0 * 53.7) * 5.0 -this", 0.0 ]
				},
				"head" : {
					"position" : [ 0.0, -0.8, 0.0 ],
					"rotation" : [ "math.clamp(-5.0 * (query.anim_time / 2.0), -5.0, 0)", 0.0, "math.clamp(25.0 * (query.anim_time / 2.0), 0, 25.0)" ]
				},
				"leg0" : {
					"position" : [ 0.0, 1.6, 0.0 ],
					"rotation" : [ 0.0, 0.0, 0.0 ]
				},
				"leg1" : {
					"position" : [ 0.0, 1.6, 0.0 ],
					"rotation" : [ 0.0, 0.0, 0.0 ]
				},
				"leg2" : {
					"position" : [ 0.0, 1.6, 0.0 ],
					"rotation" : [ 0.0, 0.0, 0.0 ]
				},
				"leg3" : {
					"position" : [ 0.0, 1.6, 0.0 ],
					"rotation" : [ 0.0, 0.0, 0.0 ]
				},
				"tail" : {
					"rotation" : [ 0.0, "math.cos(query.life_time * 20.0 * 53.7) * 10.0 -this", 0.0 ]
				}
			}
		}
	}
}
