first commit
This commit is contained in:
		| @ -0,0 +1,45 @@ | ||||
| { | ||||
| 	"format_version": "1.10.0", | ||||
| 	"particle_effect": { | ||||
| 		"description": { | ||||
| 			"identifier": "cobblemon:fire_beam", | ||||
| 			"basic_render_parameters": { | ||||
| 				"material": "particles_alpha", | ||||
| 				"texture": "textures/particles/fire_beam" | ||||
| 			} | ||||
| 		}, | ||||
| 		"components": { | ||||
| 			"minecraft:emitter_rate_steady": { | ||||
| 				"spawn_rate": "Math.random(12, 15)", | ||||
| 				"max_particles": 1000 | ||||
| 			}, | ||||
| 			"minecraft:emitter_lifetime_once": { | ||||
| 				"active_time": 2 | ||||
| 			}, | ||||
| 			"minecraft:emitter_shape_sphere": { | ||||
| 				"radius": 0.3, | ||||
| 				"direction": [0, 0, -3] | ||||
| 			}, | ||||
| 			"minecraft:particle_lifetime_expression": { | ||||
| 				"max_lifetime": "Math.random(0.5, 0.6)" | ||||
| 			}, | ||||
| 			"minecraft:particle_initial_speed": 5, | ||||
| 			"minecraft:particle_motion_dynamic": {}, | ||||
| 			"minecraft:particle_appearance_billboard": { | ||||
| 				"size": [0.4, 0.4], | ||||
| 				"facing_camera_mode": "lookat_xyz", | ||||
| 				"uv": { | ||||
| 					"texture_width": 16, | ||||
| 					"texture_height": 512, | ||||
| 					"flipbook": { | ||||
| 						"base_UV": [0, 0], | ||||
| 						"size_UV": [16, 16], | ||||
| 						"step_UV": [0, 16], | ||||
| 						"max_frame": 32, | ||||
| 						"stretch_to_lifetime": true | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,45 @@ | ||||
| { | ||||
| 	"format_version": "1.10.0", | ||||
| 	"particle_effect": { | ||||
| 		"description": { | ||||
| 			"identifier": "cobblemon:fire_beam_old", | ||||
| 			"basic_render_parameters": { | ||||
| 				"material": "particles_alpha", | ||||
| 				"texture": "textures/particles/fire_beam" | ||||
| 			} | ||||
| 		}, | ||||
| 		"components": { | ||||
| 			"minecraft:emitter_rate_steady": { | ||||
| 				"spawn_rate": "Math.random(12, 15)", | ||||
| 				"max_particles": 1000 | ||||
| 			}, | ||||
| 			"minecraft:emitter_lifetime_once": { | ||||
| 				"active_time": 3 | ||||
| 			}, | ||||
| 			"minecraft:emitter_shape_sphere": { | ||||
| 				"radius": 0.3, | ||||
| 				"direction": [0, 0, -4] | ||||
| 			}, | ||||
| 			"minecraft:particle_lifetime_expression": { | ||||
| 				"max_lifetime": "Math.random(0.8, 1.2)" | ||||
| 			}, | ||||
| 			"minecraft:particle_initial_speed": 5, | ||||
| 			"minecraft:particle_motion_dynamic": {}, | ||||
| 			"minecraft:particle_appearance_billboard": { | ||||
| 				"size": [0.4, 0.4], | ||||
| 				"facing_camera_mode": "lookat_xyz", | ||||
| 				"uv": { | ||||
| 					"texture_width": 16, | ||||
| 					"texture_height": 512, | ||||
| 					"flipbook": { | ||||
| 						"base_UV": [0, 0], | ||||
| 						"size_UV": [16, 16], | ||||
| 						"step_UV": [0, 16], | ||||
| 						"max_frame": 32, | ||||
| 						"stretch_to_lifetime": true | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,616 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.houndour.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 4, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": ["0+math.sin(query.anim_time*90*2)", 0, 0] | ||||
| 				}, | ||||
| 				"leg": { | ||||
| 					"rotation": ["0+math.sin(query.anim_time*90*2)*1", -10, 0], | ||||
| 					"position": [0, "0-math.sin(query.anim_time*90*2)*0.2", 0] | ||||
| 				}, | ||||
| 				"leg2": { | ||||
| 					"rotation": ["0+math.sin(query.anim_time*90*2)-2", 12.5, 0], | ||||
| 					"position": [0, "0-math.sin(query.anim_time*90*2)*0.2", 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["32.5+math.sin(query.anim_time*90*2-30)*5", "0+math.sin(query.anim_time*90*4-60)*5", 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["2.5+math.sin(query.anim_time*90*2-30)*2", "0+math.sin(query.anim_time*90*2-60)", 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [0, 0, 0] | ||||
| 				}, | ||||
| 				"jaw": { | ||||
| 					"rotation": ["2.5+math.sin(query.anim_time*90*2-60)*5", 0, 0] | ||||
| 				}, | ||||
| 				"ear": { | ||||
| 					"rotation": ["0+math.sin(query.anim_time*90*2-90)*5", "0-math.sin(query.anim_time*90*2-90)*5", 0] | ||||
| 				}, | ||||
| 				"ear2": { | ||||
| 					"rotation": ["0+math.sin(query.anim_time*90*2-90)*5", "0+math.sin(query.anim_time*90*2-90)*5", 0] | ||||
| 				}, | ||||
| 				"knee2": { | ||||
| 					"rotation": ["0-math.sin(query.anim_time*90*2)*2", 0, 0] | ||||
| 				}, | ||||
| 				"knee": { | ||||
| 					"rotation": ["0-math.sin(query.anim_time*90*2)*2", 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.houndour.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 1, | ||||
| 			"bones": { | ||||
| 				"leg": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-10, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [10, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [-12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [-10, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, -1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [0, 3, -0.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, -1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [-11.25, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [-12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 3, -0.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, -1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg4": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-10, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [10, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [-10, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [-10, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [0, 2, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg3": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [22.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [22.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 3, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"position": [0, "0+math.sin(query.anim_time*90*8)*0.2", 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["30+math.sin(query.anim_time*90*8-120)*5", 0, 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["0+math.sin(query.anim_time*90*8-30)*2", "0+math.sin(query.anim_time*90*8-60)*0.2", 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["-15+math.sin(query.anim_time*90*8-90)*1", 0, 0], | ||||
| 					"position": [0, 0, -1] | ||||
| 				}, | ||||
| 				"ear": { | ||||
| 					"rotation": ["0 +math.sin(query.anim_time*90*8-120)*5", 0, 0] | ||||
| 				}, | ||||
| 				"ear2": { | ||||
| 					"rotation": ["0+math.sin(query.anim_time*90*8-120)*5", 0, 0] | ||||
| 				}, | ||||
| 				"knee": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [-22.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4583": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"knee2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4167": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.6667": { | ||||
| 							"post": [-22.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.875": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"foot": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.375": [-5, 0, 0], | ||||
| 						"0.5417": [5, 0, 0], | ||||
| 						"0.6667": [37.5, 0, 0], | ||||
| 						"0.8333": [-10, 0, 0], | ||||
| 						"1.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"foot2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.125": [42.5, 0, 0], | ||||
| 						"0.2083": [47.5, 0, 0], | ||||
| 						"0.4167": [-6.76462, -0.90004, -8.83158], | ||||
| 						"0.625": [9.35401, -2.13343, -1.43095], | ||||
| 						"1.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"knee3": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.1667": [25, 0, 0], | ||||
| 						"0.375": [5, 0, 0], | ||||
| 						"0.75": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"knee4": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.375": [-2.5, 0, 0], | ||||
| 						"0.7083": [20, 0, 0], | ||||
| 						"0.9167": [-5, 0, 0], | ||||
| 						"1.0": [0, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.houndour.cry": { | ||||
| 			"animation_length": 1.08333, | ||||
| 			"bones": { | ||||
| 				"neck": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.125": { | ||||
| 							"post": [-2.81721, 19.75921, 4.37647], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [40.1466, -8.5175, 1.8504], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [17.6466, -8.5175, 1.8504], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0833": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.375": { | ||||
| 							"post": [-37.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.6667": { | ||||
| 							"post": [-42.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0833": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.375": { | ||||
| 							"post": [0, 0, -1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.875": { | ||||
| 							"post": [0, 0, -1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0833": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"jaw": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.1667": { | ||||
| 							"post": [-10, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2917": { | ||||
| 							"post": [60, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.375": { | ||||
| 							"post": [47.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4167": { | ||||
| 							"post": [60, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4583": { | ||||
| 							"post": [50, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [57.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5417": { | ||||
| 							"post": [50, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5833": { | ||||
| 							"post": [57.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.625": { | ||||
| 							"post": [50, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.6667": { | ||||
| 							"post": [57.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7083": { | ||||
| 							"post": [50, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [57.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7917": { | ||||
| 							"post": [50, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [57.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0833": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"ear": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.125": { | ||||
| 							"post": [62.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2917": { | ||||
| 							"post": [-22.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [-22.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0833": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"ear2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.125": { | ||||
| 							"post": [47.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2917": { | ||||
| 							"post": [-27.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [-27.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0833": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			}, | ||||
| 			"sound_effects": { | ||||
| 				"0.0": { | ||||
| 					"effect": "pokemon.houndour.cry" | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.houndour.blink": { | ||||
| 			"animation_length": 0.16667, | ||||
| 			"bones": { | ||||
| 				"eye": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.0417": [-1, 0, 0], | ||||
| 						"0.125": [-1, 0, 0], | ||||
| 						"0.1667": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"eye2": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.0417": [1, 0, 0], | ||||
| 						"0.125": [1, 0, 0], | ||||
| 						"0.1667": [0, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.houndour.sleep": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"houndour": { | ||||
| 					"position": [0, -11, 0] | ||||
| 				}, | ||||
| 				"leg": { | ||||
| 					"rotation": [20, 0, 0] | ||||
| 				}, | ||||
| 				"leg2": { | ||||
| 					"rotation": [32.5, 0, 0] | ||||
| 				}, | ||||
| 				"leg4": { | ||||
| 					"rotation": [42.5, 0, 0] | ||||
| 				}, | ||||
| 				"leg3": { | ||||
| 					"rotation": [60, 0, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["27.5+math.sin(query.anim_time*90*1)*1", 0, 0] | ||||
| 				}, | ||||
| 				"ear": { | ||||
| 					"rotation": ["0+math.sin(query.anim_time*90*1-30)*5", 0, 0] | ||||
| 				}, | ||||
| 				"ear2": { | ||||
| 					"rotation": ["0+math.sin(query.anim_time*90*1-30)*5", 0, 0] | ||||
| 				}, | ||||
| 				"knee": { | ||||
| 					"rotation": [-95, 0, 0] | ||||
| 				}, | ||||
| 				"knee2": { | ||||
| 					"rotation": [-80, 0, 0] | ||||
| 				}, | ||||
| 				"knee3": { | ||||
| 					"rotation": [32.5, 0, 0] | ||||
| 				}, | ||||
| 				"knee4": { | ||||
| 					"rotation": [405, 0, 0] | ||||
| 				}, | ||||
| 				"eye": { | ||||
| 					"position": [-1, 0, 0] | ||||
| 				}, | ||||
| 				"eye2": { | ||||
| 					"position": [1, 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.houndour.battle_idle": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 4, | ||||
| 			"bones": { | ||||
| 				"leg": { | ||||
| 					"rotation": ["25+math.sin(query.anim_time*90*4)*2", 0, 0], | ||||
| 					"position": [0, "-3-math.sin(query.anim_time*90*4)*0.3", 0] | ||||
| 				}, | ||||
| 				"leg2": { | ||||
| 					"rotation": ["20+math.sin(query.anim_time*90*4)*1", 0, 0], | ||||
| 					"position": [0, "-2-math.sin(query.anim_time*90*4)*0.1", 0] | ||||
| 				}, | ||||
| 				"leg4": { | ||||
| 					"rotation": ["20-math.sin(query.anim_time*90*4)*1", 0, 0] | ||||
| 				}, | ||||
| 				"leg3": { | ||||
| 					"rotation": ["0-math.sin(query.anim_time*90*4)*2", 0, 0], | ||||
| 					"position": [0, "0-math.sin(query.anim_time*90*4)*0.2", "0+math.sin(query.anim_time*90*4)*0.2"] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": ["12.5+math.sin(query.anim_time*90*4)*1", 0, 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["42.5+math.sin(query.anim_time*90*4-120)*10", "0+math.sin(query.anim_time*90*2)*10", 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["12.5+math.sin(query.anim_time*90*4-60)*1", 0, 0], | ||||
| 					"position": [0, 0, -1] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["-17.5+math.sin(query.anim_time*90*4-90)*3", 0, 0], | ||||
| 					"position": [0, 0, -1] | ||||
| 				}, | ||||
| 				"jaw": { | ||||
| 					"rotation": ["22.5+math.sin(query.anim_time*90*16)*5", 0, 0] | ||||
| 				}, | ||||
| 				"ear": { | ||||
| 					"rotation": ["0+math.sin(query.anim_time*90*4-120)*5", 0, 0] | ||||
| 				}, | ||||
| 				"ear2": { | ||||
| 					"rotation": ["2.5+math.sin(query.anim_time*90*4-120)*5", 0, 0] | ||||
| 				}, | ||||
| 				"knee": { | ||||
| 					"rotation": ["-25-math.sin(query.anim_time*90*4)*2", 0, 0] | ||||
| 				}, | ||||
| 				"knee2": { | ||||
| 					"rotation": ["-30-math.sin(query.anim_time*90*4)*2", 0, 0] | ||||
| 				}, | ||||
| 				"knee3": { | ||||
| 					"rotation": ["0+math.sin(query.anim_time*90*4)*2", -15, 0] | ||||
| 				}, | ||||
| 				"knee4": { | ||||
| 					"rotation": ["0+math.sin(query.anim_time*90*4)*2", 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,705 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.houndoom.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 4, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": ["-10+math.sin(query.anim_time*90*1)", 0, 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["2.5+math.sin(query.anim_time*90*1-30)*5", 0, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["12.5+math.sin(query.anim_time*90*1-90)", 0, 0] | ||||
| 				}, | ||||
| 				"jaw": { | ||||
| 					"rotation": ["5+math.sin(query.anim_time*90*1-90)*5", 0, 0] | ||||
| 				}, | ||||
| 				"leg": { | ||||
| 					"rotation": ["1.8169+math.sin(query.anim_time*90*1)", -19.92066, -5.3191] | ||||
| 				}, | ||||
| 				"leg2": { | ||||
| 					"rotation": ["0+math.sin(query.anim_time*90*1)", 0, 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["-15+math.sin(query.anim_time*90*2-30)*5", "0+math.sin(query.anim_time*90*1-60)*10", 0] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": ["17.5+math.sin(query.anim_time*90*2-60)*15", "0+math.sin(query.anim_time*90*1-30)*10", 0] | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": ["12.5+math.sin(query.anim_time*90*2-90)*5", 0, 0] | ||||
| 				}, | ||||
| 				"tail4": { | ||||
| 					"rotation": ["27.5+math.sin(query.anim_time*90*2-120)*5 ", 0, 0] | ||||
| 				}, | ||||
| 				"tail5": { | ||||
| 					"rotation": ["22.5+math.sin(query.anim_time*90*2-150)*15", "0+math.sin(query.anim_time*90*1-30)*10", 0] | ||||
| 				}, | ||||
| 				"tail6": { | ||||
| 					"rotation": ["-7.5+math.sin(query.anim_time*90*2-180)*15", 0, 0] | ||||
| 				}, | ||||
| 				"tail7": { | ||||
| 					"rotation": ["-12.5+math.sin(query.anim_time*90*2-210)*20", "0+math.sin(query.anim_time*90*1-150)*10", 0] | ||||
| 				}, | ||||
| 				"tail8": { | ||||
| 					"rotation": ["-15+math.sin(query.anim_time*90*2-300)*25", 0, 0] | ||||
| 				}, | ||||
| 				"tail9": { | ||||
| 					"rotation": ["-27.5+math.sin(query.anim_time*90*2-230)*30", 0, 0] | ||||
| 				}, | ||||
| 				"knee": { | ||||
| 					"rotation": ["0-math.sin(query.anim_time*90*1)*2", 0, 5] | ||||
| 				}, | ||||
| 				"knee2": { | ||||
| 					"rotation": ["0-math.sin(query.anim_time*90*1)*2", 0, 0] | ||||
| 				}, | ||||
| 				"eyelids": { | ||||
| 					"scale": [0.5, 1, 0.5] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.houndoom.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 0.5, | ||||
| 			"bones": { | ||||
| 				"houndoom": { | ||||
| 					"rotation": ["0-math.sin(query.anim_time*90*8)*5", 0, 0], | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.125": { | ||||
| 							"post": [0, 3, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["32.5+math.sin(query.anim_time*90*8-30)*5", 0, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["-37.5+math.sin(query.anim_time*90*8-90)*3", 0, 0], | ||||
| 					"position": [0, 0, -3] | ||||
| 				}, | ||||
| 				"jaw": { | ||||
| 					"rotation": ["22.5+math.sin(query.anim_time*90*8-90 )*5", 0, 0] | ||||
| 				}, | ||||
| 				"leg": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2917": { | ||||
| 							"post": [-42.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2083": { | ||||
| 							"post": [-43.75, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg3": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-5.12318, 1.10852, -1.01548], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [59.7029, 2.71154, -1.99407], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [-5.12318, 1.10852, -1.01548], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg4": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-7.42022, -0.70779, 0.87843], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2917": { | ||||
| 							"post": [62.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [-7.42022, -0.70779, 0.87843], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["math.sin(query.anim_time*90*8-30)*10", 0, 0] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.125": { | ||||
| 							"post": [-15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.375": { | ||||
| 							"post": [12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.125": { | ||||
| 							"post": [-10, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2083": { | ||||
| 							"post": [-15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.375": { | ||||
| 							"post": [10, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"tail4": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2083": { | ||||
| 							"post": [-12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4583": { | ||||
| 							"post": [12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"tail5": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.125": { | ||||
| 							"post": [17.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [-20, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [-25, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4167": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"tail6": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [17.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.125": { | ||||
| 							"post": [22.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2917": { | ||||
| 							"post": [-22.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4167": { | ||||
| 							"post": [-32.80638, 1.69729, -0.75119], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [17.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"tail7": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.125": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [20, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.375": { | ||||
| 							"post": [-17.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"tail8": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-35, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.125": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [20, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.375": { | ||||
| 							"post": [-30, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [-35, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"tail9": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-27.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.0833": { | ||||
| 							"post": [-40, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.1667": { | ||||
| 							"post": [27.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [35, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4167": { | ||||
| 							"post": [-47.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [-27.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"knee": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.1667": { | ||||
| 							"post": [-32.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"knee2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.125": { | ||||
| 							"post": [-57.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"paw": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.1667": { | ||||
| 							"post": [27.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2917": { | ||||
| 							"post": [-22.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4167": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"paw2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.1667": { | ||||
| 							"post": [27.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2917": { | ||||
| 							"post": [-22.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4167": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"knee4": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.125": [42.18461, -5.11939, -4.35915], | ||||
| 						"0.375": [44.68461, -5.11939, -4.35915], | ||||
| 						"0.5": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"knee3": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.2083": [47.5, 0, 0], | ||||
| 						"0.5": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"eyelids": { | ||||
| 					"scale": [0.1, 1, 0.4] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.houndoom.sleep": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"houndoom": { | ||||
| 					"rotation": [-15, 0, 0], | ||||
| 					"position": [0, -15, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [27.5, 0, 0] | ||||
| 				}, | ||||
| 				"leg": { | ||||
| 					"rotation": [-17.5, 0, 0] | ||||
| 				}, | ||||
| 				"leg2": { | ||||
| 					"rotation": [-17.5, 0, 0] | ||||
| 				}, | ||||
| 				"leg3": { | ||||
| 					"rotation": [-95.3191, 19.92066, -1.81693] | ||||
| 				}, | ||||
| 				"leg4": { | ||||
| 					"rotation": [-99.91272, -14.55392, 14.36862] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": [-5, 0, 0] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": [-17.5, 27.5, 0] | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": [0, 30, 0] | ||||
| 				}, | ||||
| 				"tail4": { | ||||
| 					"rotation": [16.36452, 34.22348, 27.56928] | ||||
| 				}, | ||||
| 				"tail5": { | ||||
| 					"rotation": [0, 27.5, 0] | ||||
| 				}, | ||||
| 				"tail6": { | ||||
| 					"rotation": [-15, 35, 0] | ||||
| 				}, | ||||
| 				"tail7": { | ||||
| 					"rotation": [0, 30, 0] | ||||
| 				}, | ||||
| 				"tail8": { | ||||
| 					"rotation": [0, 15, 0] | ||||
| 				}, | ||||
| 				"knee": { | ||||
| 					"rotation": [-82.5, 0, 0] | ||||
| 				}, | ||||
| 				"knee2": { | ||||
| 					"rotation": [-80, 0, 0] | ||||
| 				}, | ||||
| 				"paw": { | ||||
| 					"rotation": [17.5, 0, 0] | ||||
| 				}, | ||||
| 				"paw2": { | ||||
| 					"rotation": [32.5, 0, 0] | ||||
| 				}, | ||||
| 				"knee3": { | ||||
| 					"rotation": [52.5, 0, 0] | ||||
| 				}, | ||||
| 				"knee4": { | ||||
| 					"rotation": [56.2576, 14.6914, -9.61518] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.houndoom.blink": { | ||||
| 			"animation_length": 0.25, | ||||
| 			"bones": { | ||||
| 				"eyelids": { | ||||
| 					"scale": { | ||||
| 						"0.0": [0.7, 1, 0.8], | ||||
| 						"0.0417": [1, 1, 1], | ||||
| 						"0.2083": [1, 1, 1], | ||||
| 						"0.25": [0.7, 1, 0.8] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.houndoom.cry": { | ||||
| 			"animation_length": 1.125, | ||||
| 			"bones": { | ||||
| 				"neck": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.125": { | ||||
| 							"post": [30, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.6667": { | ||||
| 							"post": [-17.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.9167": { | ||||
| 							"post": [-17.53959, 6.27095, 3.26408], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.125": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.125": { | ||||
| 							"post": [23.10172, -21.28088, -9.51044], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.6667": { | ||||
| 							"post": [-18.0435, -2.31798, -16.03846], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.9167": { | ||||
| 							"post": [-18.03928, 2.35171, -1.77989], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.125": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"jaw": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.1667": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.6667": { | ||||
| 							"post": [60, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.9167": { | ||||
| 							"post": [60, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.125": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"eyelids": { | ||||
| 					"scale": { | ||||
| 						"0.0": { | ||||
| 							"post": [0.8, 1, 0.2], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.125": { | ||||
| 							"post": [0.8, 1, 0.2], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			}, | ||||
| 			"sound_effects": { | ||||
| 				"0.0": { | ||||
| 					"effect": "pokemon.houndoom.cry" | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.houndoom.battle_idle": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 4, | ||||
| 			"bones": { | ||||
| 				"leg3": { | ||||
| 					"rotation": ["17.5-math.sin(query.anim_time*90*2)", 0, 0] | ||||
| 				}, | ||||
| 				"knee3": { | ||||
| 					"rotation": ["-12.5+math.sin(query.anim_time*90*2)", 0, 0] | ||||
| 				}, | ||||
| 				"leg": { | ||||
| 					"rotation": ["0+math.sin(query.anim_time*90*2)", 0, 0], | ||||
| 					"position": [0, -3, 0] | ||||
| 				}, | ||||
| 				"knee": { | ||||
| 					"rotation": ["-32.5-math.sin(query.anim_time*90*2)*2", 0, 0] | ||||
| 				}, | ||||
| 				"paw2": { | ||||
| 					"rotation": [30, 0, 0] | ||||
| 				}, | ||||
| 				"leg4": { | ||||
| 					"rotation": ["-5-math.sin(query.anim_time*90*2)", 0, 0] | ||||
| 				}, | ||||
| 				"knee4": { | ||||
| 					"rotation": ["-5+math.sin(query.anim_time*90*2)", 0, 0] | ||||
| 				}, | ||||
| 				"leg2": { | ||||
| 					"rotation": ["22.5+math.sin(query.anim_time*90*2)", 0, 0], | ||||
| 					"position": [0, -3, 0] | ||||
| 				}, | ||||
| 				"knee2": { | ||||
| 					"rotation": ["-20-math.sin(query.anim_time*90*2)*2", 0, 0] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": ["10+math.sin(query.anim_time*90*2)*2", 0, 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["-2.5+math.sin(query.anim_time*90*2-60)*5", 0, "0+math.sin(query.anim_time*90*4-90)*5"] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": ["17.5+math.sin(query.anim_time*90*2-90)*10", 0, 0] | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": ["20+math.sin(query.anim_time*90*2-120)*15", 0, 0] | ||||
| 				}, | ||||
| 				"tail4": { | ||||
| 					"rotation": ["12.5+math.sin(query.anim_time*90*2-150)*20", 0, 0] | ||||
| 				}, | ||||
| 				"tail5": { | ||||
| 					"rotation": ["20+math.sin(query.anim_time*90*2-180)*25", 0, 0] | ||||
| 				}, | ||||
| 				"tail6": { | ||||
| 					"rotation": ["10+math.sin(query.anim_time*90*2-210)*30", 0, 0] | ||||
| 				}, | ||||
| 				"tail7": { | ||||
| 					"rotation": ["25+math.sin(query.anim_time*90*2-240)*35", 0, 0] | ||||
| 				}, | ||||
| 				"tail8": { | ||||
| 					"rotation": ["32.5+math.sin(query.anim_time*90*2-270)*40", 0, 0] | ||||
| 				}, | ||||
| 				"tail9": { | ||||
| 					"rotation": ["-5+math.sin(query.anim_time*90*2-300)*50", 0, 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["22.5+math.sin(query.anim_time*90*2-30)*5", 0, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["-27.5+math.sin(query.anim_time*90*2-60)*5", 0, 0] | ||||
| 				}, | ||||
| 				"jaw": { | ||||
| 					"rotation": [35, 0, 0] | ||||
| 				}, | ||||
| 				"eyelids": { | ||||
| 					"scale": [0.3, 1, 0.5] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,423 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.ducklett.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 4, | ||||
| 			"bones": { | ||||
| 				"torso": { | ||||
| 					"rotation": ["2.5+math.sin(query.anim_time*90*4-60)*1", "0+math.sin(query.anim_time*90*2)*2", 0] | ||||
| 				}, | ||||
| 				"legleft": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"2.875": [0, -17.5, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"legright": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"2.875": [0, 30, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"kneeleft": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, -25, 0], | ||||
| 						"2.875": [0, 2.5, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"kneeright": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 45, 0], | ||||
| 						"2.875": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["0-math.sin(query.anim_time*90*4-30)*3", "0+math.sin(query.anim_time*90*2-90)*3", 0] | ||||
| 				}, | ||||
| 				"neck2": { | ||||
| 					"rotation": [0, 0, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [0, 0, "0-math.sin(query.anim_time*90*2-120)*5"] | ||||
| 				}, | ||||
| 				"feathers": { | ||||
| 					"rotation": ["7.4891-math.sin(query.anim_time*90*4-120)*5", -0.51237, "2.447-math.sin(query.anim_time*90*2-120)*10"] | ||||
| 				}, | ||||
| 				"wingleft": { | ||||
| 					"rotation": [0, "0+math.sin(query.anim_time*90*4-90)*5", "0+math.sin(query.anim_time*90*4-90)*3"] | ||||
| 				}, | ||||
| 				"wingright": { | ||||
| 					"rotation": [0, "0-math.sin(query.anim_time*90*4-90)*3", "0-math.sin(query.anim_time*90*4-90)*3"] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["0-math.sin(query.anim_time*90*4-120)*5", "0-math.sin(query.anim_time*90*2-120)*5", 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.ducklett.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 1, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 12.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 5, -2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, -7.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [0, 0, 2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 12.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 0.3, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [0, 0.3, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"legleft": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [27.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [1.13292, 0.52824, -24.99478], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [-25, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [27.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 3, -1.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, -3], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"legright": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [40, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [10.29284, -7.13136, 34.3569], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [-15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, -3], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, 1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [0, 2, -1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, -3], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leftfoot": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.1667": { | ||||
| 							"post": [8.09, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [-9.55, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [27.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7917": { | ||||
| 							"post": [-3.04, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [-15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"rightfoot": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.1667": { | ||||
| 							"post": [-6.44, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [-27.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7083": { | ||||
| 							"post": [15.1, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [-24.94, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, -10, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, -2.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 15, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, -10, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["0+math.sin(query.anim_time*90*8-60)*3", 0, "0-math.sin(query.anim_time*90*4-60)*5"] | ||||
| 				}, | ||||
| 				"feathers": { | ||||
| 					"rotation": ["0+math.sin(query.anim_time*90*8-1200)*10", 0, "2.5-math.sin(query.anim_time*90*4-120)*10"] | ||||
| 				}, | ||||
| 				"wingleft": { | ||||
| 					"rotation": [0, "0+math.sin(query.anim_time*90*4-60)*3", 0] | ||||
| 				}, | ||||
| 				"wingright": { | ||||
| 					"rotation": ["0+math.sin(query.anim_time*90*4-60)*3", 0, 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": [0, "0-math.sin(query.anim_time*90*4-120)*10", 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.ducklett.cry": { | ||||
| 			"animation_length": 0.75, | ||||
| 			"bones": { | ||||
| 				"neck": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.125": [15, 0, 0], | ||||
| 						"0.25": [2.5, 0, 0], | ||||
| 						"0.4167": [10, 0, 0], | ||||
| 						"0.75": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.0833": [-12.5, 0, 0], | ||||
| 						"0.2083": [0, 0, 0], | ||||
| 						"0.3333": [-12.5, 0, 0], | ||||
| 						"0.4167": [-5, 0, 0], | ||||
| 						"0.75": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"beak": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.125": [52.5, 0, 0], | ||||
| 						"0.2917": [17.5, 0, 0], | ||||
| 						"0.4167": [57.5, 0, 0], | ||||
| 						"0.5833": [17.5, 0, 0], | ||||
| 						"0.75": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"feathers": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.125": [-30, 0, 0], | ||||
| 						"0.25": [42.5, 0, 0], | ||||
| 						"0.4167": [-12.5, 0, 0], | ||||
| 						"0.5417": [7.5, 0, 0], | ||||
| 						"0.6667": [0, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			}, | ||||
| 			"sound_effects": { | ||||
| 				"0.0": { | ||||
| 					"effect": "pokemon.ducklett.cry" | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.ducklett.blink": { | ||||
| 			"animation_length": 0.375, | ||||
| 			"bones": { | ||||
| 				"pupils": { | ||||
| 					"scale": { | ||||
| 						"0.0": [1, 1, 1], | ||||
| 						"0.125": [1, 0.3, 1], | ||||
| 						"0.25": [1, 0.3, 1], | ||||
| 						"0.375": [1, 1, 1] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.ducklett.water_idle": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 4, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"position": [0, "0+math.sin(query.anim_time*90*1)*0.5", 0] | ||||
| 				}, | ||||
| 				"legleft": { | ||||
| 					"rotation": ["-25+math.sin(query.anim_time*90*1-60)*5", 0, 0] | ||||
| 				}, | ||||
| 				"legright": { | ||||
| 					"rotation": ["-27.5-math.sin(query.anim_time*90*1-60)*5", 0, 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["0-math.sin(query.anim_time*90*1-60)*5", 0, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [0, 0, "0+math.sin(query.anim_time*90*1-90)*5"] | ||||
| 				}, | ||||
| 				"feathers": { | ||||
| 					"rotation": ["5-math.sin(query.anim_time*90*1-120)*10", 0, 0] | ||||
| 				}, | ||||
| 				"wingleft": { | ||||
| 					"rotation": [0, "12.5+math.sin(query.anim_time*90*2-60)*5", 0] | ||||
| 				}, | ||||
| 				"wingright": { | ||||
| 					"rotation": [0, "-10-math.sin(query.anim_time*90*2-60)*5", 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.ducklett.water_swim": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 4, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": ["40-math.sin(query.anim_time*90*4-60)*3", 0, 0], | ||||
| 					"position": [0, "0-math.sin(query.anim_time*90*4)*0.5", 0] | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": [-22.5, 0, 0] | ||||
| 				}, | ||||
| 				"legleft": { | ||||
| 					"rotation": ["30+math.sin(query.anim_time*90*4-60)*30", 0, 0] | ||||
| 				}, | ||||
| 				"legright": { | ||||
| 					"rotation": ["27.5-math.sin(query.anim_time*90*4-60)*20", 0, 0] | ||||
| 				}, | ||||
| 				"kneeleft": { | ||||
| 					"rotation": ["0+math.sin(query.anim_time*90*4-120)*10", 0, 0] | ||||
| 				}, | ||||
| 				"kneeright": { | ||||
| 					"rotation": ["0-math.sin(query.anim_time*90*4-120)*10", 0, 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["-5-math.sin(query.anim_time*90*4-120)*5", 0, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [-10, 0, 0] | ||||
| 				}, | ||||
| 				"beak": { | ||||
| 					"rotation": [52.5, 0, 0] | ||||
| 				}, | ||||
| 				"feathers": { | ||||
| 					"rotation": ["-10-math.sin(query.anim_time*90*4-180)*10", 0, 0] | ||||
| 				}, | ||||
| 				"wingleft": { | ||||
| 					"rotation": [0, "10-math.sin(query.anim_time*90*4-120)*10", 0] | ||||
| 				}, | ||||
| 				"wingright": { | ||||
| 					"rotation": [0, "-10+math.sin(query.anim_time*90*4-120)*10", 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["2.5-math.sin(query.anim_time*90*4-120)*10", 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.ducklett.sleep": { | ||||
| 			"loop": true | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,531 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.swanna.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 4, | ||||
| 			"bones": { | ||||
| 				"torso": { | ||||
| 					"rotation": ["0+math.sin(query.anim_time*90*1)*2", 0, 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["-2.5+math.sin(query.anim_time*90*1-60)*6", 0, 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["0+math.sin(query.anim_time*90*1-60)*5", 0, 0] | ||||
| 				}, | ||||
| 				"neck4": { | ||||
| 					"rotation": ["2.5+math.sin(query.anim_time*90*1-90)*6", 0, 0] | ||||
| 				}, | ||||
| 				"wingclosed": { | ||||
| 					"rotation": [0, 0, "0+math.sin(query.anim_time*90*1-60)*5"] | ||||
| 				}, | ||||
| 				"closedwing": { | ||||
| 					"rotation": [0, 0, "0-math.sin(query.anim_time*90*1-60)*5"] | ||||
| 				}, | ||||
| 				"leftwing": { | ||||
| 					"position": { | ||||
| 						"0.0": [-6, -6, 0], | ||||
| 						"4.0": [0, 0, 0] | ||||
| 					}, | ||||
| 					"scale": { | ||||
| 						"0.0": [0, -1, 0.1], | ||||
| 						"4.0": [0, -1, -1] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leftwing12": { | ||||
| 					"position": { | ||||
| 						"0.0": [5, -5, 0], | ||||
| 						"4.0": [5, -5, 0] | ||||
| 					}, | ||||
| 					"scale": { | ||||
| 						"0.0": [0, 1, 1], | ||||
| 						"4.0": [0, 1, 1] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leftwing13": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"3.9583": [-4, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leftwing22": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"3.9583": [-3, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"rightwing": { | ||||
| 					"position": [4, -5, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.swanna.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 1, | ||||
| 			"bones": { | ||||
| 				"leftleg": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.5": [0, 0, 0], | ||||
| 						"0.9167": [-17.5, 0, 0], | ||||
| 						"1.0": [0, 0, 0] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, -4], | ||||
| 						"0.5": [0, 0, 1], | ||||
| 						"0.75": [0, 2, -1.5], | ||||
| 						"1.0": [0, 0, -4] | ||||
| 					} | ||||
| 				}, | ||||
| 				"rightleg": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.375": [-15, 0, 0], | ||||
| 						"0.5": [0, 0, 0] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 1], | ||||
| 						"0.25": [0, 2, -1.5], | ||||
| 						"0.5": [0, 0, -4], | ||||
| 						"1.0": [0, 0, 1] | ||||
| 					} | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": ["math.sin(query.anim_time*90*8)*2", "math.sin(query.anim_time*90*4)*2", 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": [0, "0+math.sin(query.anim_time*90*4)*10", 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["25+math.sin(query.anim_time*90*8 )*3", 0, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["-30-math.sin(query.anim_time*90*4)*2", 0, 0] | ||||
| 				}, | ||||
| 				"wingclosed": { | ||||
| 					"rotation": [0, 0, "0+math.sin(query.anim_time*90*8)*2"] | ||||
| 				}, | ||||
| 				"closedwing": { | ||||
| 					"rotation": [0, 0, "0-math.sin(query.anim_time*90*8)*2"] | ||||
| 				}, | ||||
| 				"leftwing": { | ||||
| 					"position": { | ||||
| 						"0.0": [-5, -5, 0], | ||||
| 						"1.0": [-5, -5, 0] | ||||
| 					}, | ||||
| 					"scale": { | ||||
| 						"0.0": [0, -1, 0], | ||||
| 						"1.0": [0, -1, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leftwing12": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"1.0": [0, 0, 0] | ||||
| 					}, | ||||
| 					"scale": { | ||||
| 						"0.0": [0, 1, 1], | ||||
| 						"1.0": [0, 1, 1] | ||||
| 					} | ||||
| 				}, | ||||
| 				"rightwing": { | ||||
| 					"position": [4, -5, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.swanna.cry": { | ||||
| 			"animation_length": 1.125, | ||||
| 			"bones": { | ||||
| 				"neck": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.125": { | ||||
| 							"post": [7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2083": { | ||||
| 							"post": [-2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.375": { | ||||
| 							"post": [7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5417": { | ||||
| 							"post": [17.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.125": { | ||||
| 							"post": [-17.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2917": { | ||||
| 							"post": [10, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5833": { | ||||
| 							"post": [-40, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7917": { | ||||
| 							"post": [-45, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.125": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"beak": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.125": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.375": { | ||||
| 							"post": [37.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7917": { | ||||
| 							"post": [57.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.125": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			}, | ||||
| 			"sound_effects": { | ||||
| 				"0.0": { | ||||
| 					"effect": "pokemon.swanna.cry" | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.swanna.air_idle": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 4, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": ["-2.5-math.sin(query.anim_time*90*3-60)*5", 0, 0], | ||||
| 					"position": [0, "0+math.sin(query.anim_time*90*3)", 0] | ||||
| 				}, | ||||
| 				"leftleg": { | ||||
| 					"rotation": ["37.5-math.sin(query.anim_time*90*3)*10", 0, 0] | ||||
| 				}, | ||||
| 				"leftfoot": { | ||||
| 					"rotation": [35, 0, 0] | ||||
| 				}, | ||||
| 				"rightleg": { | ||||
| 					"rotation": ["32.5-math.sin(query.anim_time*90*3-150)*10", 0, 0] | ||||
| 				}, | ||||
| 				"rightfoot": { | ||||
| 					"rotation": [37.5, 0, 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["2.5-math.sin(query.anim_time*90*3-150)*5", 0, 0] | ||||
| 				}, | ||||
| 				"wingclosed": { | ||||
| 					"position": [2, -1, 0], | ||||
| 					"scale": [-0.1, 0, 1] | ||||
| 				}, | ||||
| 				"closedwing": { | ||||
| 					"position": [-1, -1, 0], | ||||
| 					"scale": [0, 0, 1] | ||||
| 				}, | ||||
| 				"leftwing": { | ||||
| 					"rotation": [0, 0, "0-math.sin(query.anim_time*90*3-90)*40"] | ||||
| 				}, | ||||
| 				"leftwing2": { | ||||
| 					"rotation": [0, 0, "2.5+math.sin(query.anim_time*90*3)*40"] | ||||
| 				}, | ||||
| 				"leftwing5": { | ||||
| 					"rotation": [0, 0, "7.5-math.sin(query.anim_time*90*3-150)*40"] | ||||
| 				}, | ||||
| 				"leftwing7": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"2.125": [0, 2.5, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leftwing9": { | ||||
| 					"rotation": [0, 0, "0-math.sin(query.anim_time*90*3-210)*40"] | ||||
| 				}, | ||||
| 				"leftwing12": { | ||||
| 					"rotation": [0, 0, "0+math.sin(query.anim_time*90*3-90)*40"] | ||||
| 				}, | ||||
| 				"leftwing13": { | ||||
| 					"rotation": [0, 0, "-10-math.sin(query.anim_time*90*3)*40"] | ||||
| 				}, | ||||
| 				"leftwing17": { | ||||
| 					"rotation": [0, 0, "-10+math.sin(query.anim_time*90*3-150)*40"] | ||||
| 				}, | ||||
| 				"leftwing21": { | ||||
| 					"rotation": [0, 0, "-7.5+math.sin(query.anim_time*90*3+210)*40"] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.swanna.air_fly": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 8, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [22.5, 0, "0+math.sin(query.anim_time*90*1)*2"], | ||||
| 						"3.0": [22.5, 0, "0+math.sin(query.anim_time*90*1)*2"], | ||||
| 						"3.4167": ["22.5-math.sin(query.anim_time*90*4)*5", 0, 0], | ||||
| 						"3.75": [22.5, 0, "0+math.sin(query.anim_time*90*1)*2"] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [0, "0+math.sin(query.anim_time*90*2)*0.5", 0], | ||||
| 						"3.75": [0, "0+math.sin(query.anim_time*90*2)*0.5", 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leftleg": { | ||||
| 					"rotation": ["-2.5+math.sin(query.anim_time*90*2-120)*5", 0, 0] | ||||
| 				}, | ||||
| 				"leftfoot": { | ||||
| 					"rotation": [77.5, 0, 0] | ||||
| 				}, | ||||
| 				"rightleg": { | ||||
| 					"rotation": ["-2.5+math.sin(query.anim_time*90*2-90)*5", 0, 0] | ||||
| 				}, | ||||
| 				"rightfoot": { | ||||
| 					"rotation": [80, 0, 0] | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": [-12.5, 0, 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["2.5+math.sin(query.anim_time*90*16)*3", 0, 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [45, 0, 0], | ||||
| 						"2.9583": [45, 0, 0], | ||||
| 						"3.2917": [70, 0, "0+math.sin(query.anim_time*90*1)*2"], | ||||
| 						"3.5": [42.5, 0, "math.sin(query.anim_time*90*1)*2"], | ||||
| 						"3.7917": [45, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"neck2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [27.5, 0, 0], | ||||
| 						"3.0": [27.5, 0, 0], | ||||
| 						"3.2917": [17.5, 0, "0+math.sin(query.anim_time*90*1)*2"], | ||||
| 						"3.5": [35, 0, "0+math.sin(query.anim_time*90*1)*2"], | ||||
| 						"3.75": [27.5, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"neck3": { | ||||
| 					"rotation": [10, 0, 0] | ||||
| 				}, | ||||
| 				"neck4": { | ||||
| 					"rotation": [-22.5, 0, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["-65+math.sin(query.anim_time*90*16-90)*1", 0, 0] | ||||
| 				}, | ||||
| 				"wingclosed": { | ||||
| 					"position": [2, -2, 0], | ||||
| 					"scale": [0.2, -0.1, 1] | ||||
| 				}, | ||||
| 				"closedwing": { | ||||
| 					"position": [-1, -1, 0], | ||||
| 					"scale": [0, 0, 1] | ||||
| 				}, | ||||
| 				"leftwing": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, "0+math.sin(query.anim_time*90*8)*2"], | ||||
| 						"3.125": [0, 0, "0+math.sin(query.anim_time*90*8)*2"], | ||||
| 						"3.25": [0, 0, "0+math.sin(query.anim_time*90*4)*40"], | ||||
| 						"4.0": [0, 0, "0+math.sin(query.anim_time*90*8)*2"] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leftwing3": { | ||||
| 					"rotation": { | ||||
| 						"3.125": [0, 0, 0], | ||||
| 						"3.25": [0, 0, "0+math.sin(query.anim_time*90*4-90)*40"], | ||||
| 						"3.4583": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leftwing12": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, "0-math.sin(query.anim_time*90*8)*2"], | ||||
| 						"3.125": [0, 0, "0-math.sin(query.anim_time*90*8)*2"], | ||||
| 						"3.25": [0, 0, "0-math.sin(query.anim_time*90*4)*40"], | ||||
| 						"4.0": [0, 0, "0-math.sin(query.anim_time*90*8)*2"] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leftwing13": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"3.125": [0, 0, "0-math.sin(query.anim_time*90*8)*2"], | ||||
| 						"3.25": [0, 0, "0-math.sin(query.anim_time*90*4-90)*40"], | ||||
| 						"3.4583": [0, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.swanna.water_idle": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 4, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"position": [0, "0+math.sin(query.anim_time*90*2)*0.5", 0] | ||||
| 				}, | ||||
| 				"leftleg": { | ||||
| 					"rotation": ["2.5+math.sin(query.anim_time*90*1-60)*5", 0, 0] | ||||
| 				}, | ||||
| 				"leftfoot": { | ||||
| 					"rotation": ["60+math.sin(query.anim_time*90*1-150)*5", 0, 0] | ||||
| 				}, | ||||
| 				"rightleg": { | ||||
| 					"rotation": ["2.5+math.sin(query.anim_time*90*1-30)*5", 0, 0] | ||||
| 				}, | ||||
| 				"rightfoot": { | ||||
| 					"rotation": ["45+math.sin(query.anim_time*90*1-90)*5", 0, 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["2.5+math.sin(query.anim_time*90*2-60)*5", 0, 0] | ||||
| 				}, | ||||
| 				"neck4": { | ||||
| 					"rotation": ["2.5+math.sin(query.anim_time*90*2-120)*5", 0, 0] | ||||
| 				}, | ||||
| 				"wingclosed": { | ||||
| 					"rotation": [0, 0, "0-math.sin(query.anim_time*90*1-30)*5"] | ||||
| 				}, | ||||
| 				"closedwing": { | ||||
| 					"rotation": [2, 0, "-5+math.sin(query.anim_time*90*1-30)*5"] | ||||
| 				}, | ||||
| 				"leftwing": { | ||||
| 					"position": [-1, -1, 0], | ||||
| 					"scale": [0, 0.4, 1] | ||||
| 				}, | ||||
| 				"leftwing12": { | ||||
| 					"position": [1, -1, 0], | ||||
| 					"scale": [0, 0, 1] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.swanna.water_swim": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 4, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": ["0+math.sin(query.anim_time*90*4-90)*2", 0, 0], | ||||
| 					"position": [0, "0+math.sin(query.anim_time*90*4)", 0] | ||||
| 				}, | ||||
| 				"leftleg": { | ||||
| 					"rotation": ["7.5+math.sin(query.anim_time*90*4)*20", 0, 0] | ||||
| 				}, | ||||
| 				"leftfoot": { | ||||
| 					"rotation": ["25+math.sin(query.anim_time*90*4-60)*30", 0, 0] | ||||
| 				}, | ||||
| 				"rightleg": { | ||||
| 					"rotation": ["0-math.sin(query.anim_time*90*4)*20", 0, 0] | ||||
| 				}, | ||||
| 				"rightfoot": { | ||||
| 					"rotation": ["30-math.sin(query.anim_time*90*4-60)*30", 0, 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["-5+math.sin(query.anim_time*90*4-90)*5", 0, 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["12.5+math.sin(query.anim_time*90*4)*3", 0, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["-12.5+math.sin(query.anim_time*90*4-150)*5", 0, 0] | ||||
| 				}, | ||||
| 				"wingclosed": { | ||||
| 					"rotation": [0, 0, "0+math.sin(query.anim_time*90*4)*3"] | ||||
| 				}, | ||||
| 				"closedwing": { | ||||
| 					"rotation": [0, 0, "0-math.sin(query.anim_time*90*4)*3"] | ||||
| 				}, | ||||
| 				"leftwing": { | ||||
| 					"position": [-1, -1, 0], | ||||
| 					"scale": [0, 0.6, 1] | ||||
| 				}, | ||||
| 				"leftwing12": { | ||||
| 					"position": [2, 0, 0], | ||||
| 					"scale": [0, 0.8, 1] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.swanna.blink": { | ||||
| 			"animation_length": 0.4167, | ||||
| 			"bones": { | ||||
| 				"eyes": { | ||||
| 					"scale": { | ||||
| 						"0.0": [1, 1, 1], | ||||
| 						"0.125": [1, 1, 1], | ||||
| 						"0.1667": [0.9, 1, 1], | ||||
| 						"0.2917": [0.9, 1, 1], | ||||
| 						"0.3333": [1, 1, 1] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.swanna.sleep": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"torso": { | ||||
| 					"position": [0, -5, 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": [0, 37.5, 0] | ||||
| 				}, | ||||
| 				"neck2": { | ||||
| 					"rotation": [-24.25045, 22.32924, -49.856] | ||||
| 				}, | ||||
| 				"neck3": { | ||||
| 					"rotation": [-16.10211, 25.65891, -33.69007] | ||||
| 				}, | ||||
| 				"neck4": { | ||||
| 					"rotation": [0, 35, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [-27.5, 0, 0] | ||||
| 				}, | ||||
| 				"leftwing": { | ||||
| 					"position": [-1, -1, 0], | ||||
| 					"scale": [0, 0, 1] | ||||
| 				}, | ||||
| 				"leftwing12": { | ||||
| 					"position": [1, -1, 0], | ||||
| 					"scale": [0, 0, 1] | ||||
| 				}, | ||||
| 				"eyes": { | ||||
| 					"scale": [0.9, 1, 1] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -0,0 +1,735 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.toxapex.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 4, | ||||
| 			"bones": { | ||||
| 				"toxapex": { | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, -0.4, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"4.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [2.5, 0, 0.04], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.0": { | ||||
| 							"post": [0, 0, -2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.5833": { | ||||
| 							"post": [-2.5, 0, -1.045], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"4.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg25": { | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 0.3, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"4.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"body2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, -5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7083": { | ||||
| 							"post": [0, 0, -5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.1667": { | ||||
| 							"post": [2.5, 0, 2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.625": { | ||||
| 							"post": [0, 0, 10], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.1667": { | ||||
| 							"post": [-2.5, 0, 0.30105], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"4.0": { | ||||
| 							"post": [0, 0, -5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg28": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, -2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.0": { | ||||
| 							"post": [0, 0, 5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"4.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"scale": [1.3, 1.6, 1] | ||||
| 				}, | ||||
| 				"leg35": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7917": { | ||||
| 							"post": [0, 0, 5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.75": { | ||||
| 							"post": [0, 0, -5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"4.0": { | ||||
| 							"post": [0, 0, 5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg37": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.0": { | ||||
| 							"post": [0, 0, -2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"4.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"scale": [1.3, 1.6, 1] | ||||
| 				}, | ||||
| 				"leg44": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, -10], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7083": { | ||||
| 							"post": [0, 0, -7.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.875": { | ||||
| 							"post": [0, 0, 5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"4.0": { | ||||
| 							"post": [0, 0, -10], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.toxapex.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 1, | ||||
| 			"bones": { | ||||
| 				"toxapex": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, -7.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [-0.55404, 12.48791, -2.56062], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, -7.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2917": { | ||||
| 							"post": [0, 0, -10], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7083": { | ||||
| 							"post": [0, 0, 10], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg16": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [6.73275, 18.95924, -10.4175], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4167": { | ||||
| 							"post": [3.07308, 19.46865, -3.81533], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.625": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg24": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.1667": { | ||||
| 							"post": [0, 0, 17.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, -22.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7917": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg13": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.1667": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [-2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [8.75, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg15": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2917": { | ||||
| 							"post": [17.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5417": { | ||||
| 							"post": [-12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7917": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [-12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg7": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, -27.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [-0.43439, -2.462, 10.00933], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 10, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [-1.908, -8.54102, 12.64249], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, -27.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg9": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4583": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.6667": { | ||||
| 							"post": [0, 0, -25], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.9167": { | ||||
| 							"post": [0, 0, 25], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg10": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, -25, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.375": { | ||||
| 							"post": [14.56561, -2.462, 10.00933], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7917": { | ||||
| 							"post": [-0.36546, 2.44554, 4.99678], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, -25, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg25": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, -17.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [-3.86032, 9.23186, -22.81179], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.625": { | ||||
| 							"post": [0, 37.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, -17.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg27": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.1667": { | ||||
| 							"post": [0, 0, 30], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [0, 0, -2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg19": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, -7.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [-4.11937, 8.66731, -25.03139], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 27.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, -7.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg21": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.125": { | ||||
| 							"post": [0, 0, 17.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2917": { | ||||
| 							"post": [0, 0, -30], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5417": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg4": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, -27.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.375": { | ||||
| 							"post": [0, 20, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5833": { | ||||
| 							"post": [-0.91719, 9.95425, 12.21588], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [0, -27.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg6": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.375": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5417": { | ||||
| 							"post": [0, 0, -30], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7917": { | ||||
| 							"post": [0, 0, 20], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"jaw": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"body2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 10], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5417": { | ||||
| 							"post": [0, 0, -22.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7917": { | ||||
| 							"post": [0, 0, 22.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 10], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, -27.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.375": { | ||||
| 							"post": [0, 20, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5833": { | ||||
| 							"post": [-0.91719, 9.95425, 12.21588], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [0, -27.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg36": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.375": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5417": { | ||||
| 							"post": [0, 0, -30], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7917": { | ||||
| 							"post": [0, 0, 20], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg37": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, -15], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, 17.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, -15], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"scale": [1.3, 1.6, 1] | ||||
| 				}, | ||||
| 				"leg28": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, -15], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [-0.19164, 1.07096, 9.87848], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, -15], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"scale": [1.3, 1.6, 1] | ||||
| 				}, | ||||
| 				"leg34": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2917": { | ||||
| 							"post": [0, 0, -15], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [0, 0, 15], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg35": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 15], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4583": { | ||||
| 							"post": [0, 0, -15], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7083": { | ||||
| 							"post": [0, 0, 15], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 15], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg44": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 17.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 0, -20], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5417": { | ||||
| 							"post": [0, 0, 15], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 17.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, -17.5, 0], | ||||
| 						"0.2083": [-15.26569, 16.7708, -19.42559], | ||||
| 						"0.5": [0, 32.5, 0], | ||||
| 						"0.75": [0, 30, 0], | ||||
| 						"1.0": [0, -17.5, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.toxapex.sleep": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 1.125, | ||||
| 			"bones": { | ||||
| 				"head": { | ||||
| 					"rotation": [22.5, 0, 0] | ||||
| 				}, | ||||
| 				"eyelid": { | ||||
| 					"scale": [1.1, 3.3, 1.1] | ||||
| 				}, | ||||
| 				"body2": { | ||||
| 					"rotation": [-47.5, 0, 0] | ||||
| 				}, | ||||
| 				"leg28": { | ||||
| 					"rotation": [32.5, 0, 0], | ||||
| 					"scale": [1.3, 1.6, 1] | ||||
| 				}, | ||||
| 				"leg33": { | ||||
| 					"rotation": [82.5, 0, 0] | ||||
| 				}, | ||||
| 				"leg34": { | ||||
| 					"rotation": [24.78568, -3.54819, 6.60461] | ||||
| 				}, | ||||
| 				"leg35": { | ||||
| 					"rotation": [42.5, 0, 0] | ||||
| 				}, | ||||
| 				"leg37": { | ||||
| 					"rotation": [45.73209, -13.73143, -18.3793], | ||||
| 					"scale": [1.3, 1.6, 1] | ||||
| 				}, | ||||
| 				"leg42": { | ||||
| 					"rotation": [70.03852, -9.99038, -0.44067] | ||||
| 				}, | ||||
| 				"leg43": { | ||||
| 					"rotation": [32.5, 0, 0] | ||||
| 				}, | ||||
| 				"leg44": { | ||||
| 					"rotation": [40, 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.toxapex.blink": { | ||||
| 			"animation_length": 0.54167, | ||||
| 			"bones": { | ||||
| 				"eyelid": { | ||||
| 					"scale": { | ||||
| 						"0.0": [1, 1, 1], | ||||
| 						"0.2083": [1, 2.6, 1.1], | ||||
| 						"0.5417": [1, 1, 1] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,580 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.toxel.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 3.75, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.75": { | ||||
| 							"post": [0, 0, 5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, -0.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [-0.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.75": { | ||||
| 							"post": [0, -0.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.75": { | ||||
| 							"post": [0.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.75": { | ||||
| 							"post": [0, -0.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg2": { | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, -2], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg4": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 62.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0.47717, -0.27423, 2.4685], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4583": { | ||||
| 							"post": [0, 0, 2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.1667": { | ||||
| 							"post": [0, 0, -2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0833": { | ||||
| 							"post": [0, 0, -2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.9583": { | ||||
| 							"post": [0.47717, -0.27423, 2.4685], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.75": { | ||||
| 							"post": [0.47717, -0.27423, 2.4685], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 15, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, -12.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.75": { | ||||
| 							"post": [0, 15, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, -15, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5417": { | ||||
| 							"post": [0, 12.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.4167": { | ||||
| 							"post": [0, 15, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.4167": { | ||||
| 							"post": [3.86032, -9.23186, -22.81179], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.2083": { | ||||
| 							"post": [0, -12.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.75": { | ||||
| 							"post": [0, -15, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [0, 0, 15], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.4167": { | ||||
| 							"post": [0, 0, 25], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.9583": { | ||||
| 							"post": [0, 0, 27.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.9167": { | ||||
| 							"post": [0, 0, -17.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.75": { | ||||
| 							"post": [0, 0, 5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"eletric": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, -20], | ||||
| 						"0.25": [0, 0, 30], | ||||
| 						"0.5": [0, 0, -20], | ||||
| 						"0.75": [0, 0, 30], | ||||
| 						"1.0": [0, 0, -20], | ||||
| 						"1.25": [0, 0, 30], | ||||
| 						"1.5": [0, 0, -20], | ||||
| 						"1.75": [0, 0, 30], | ||||
| 						"2.0": [0, 0, -20], | ||||
| 						"2.25": [0, 0, 30], | ||||
| 						"2.5": [0, 0, -20], | ||||
| 						"2.7917": [0, 0, 30], | ||||
| 						"3.1667": [0, 0, -20], | ||||
| 						"3.4583": [0, 0, 30], | ||||
| 						"3.75": [0, 0, -20] | ||||
| 					}, | ||||
| 					"scale": { | ||||
| 						"0.0": [1, 1, 1], | ||||
| 						"0.0833": [1, 0.6, 1], | ||||
| 						"0.1667": [1, 1, 1], | ||||
| 						"0.25": [1, 0.6, 1], | ||||
| 						"0.3333": [1, 1, 1], | ||||
| 						"0.4167": [1, 0.6, 1], | ||||
| 						"0.5": [1, 1, 1], | ||||
| 						"0.5833": [1, 0.6, 1], | ||||
| 						"0.6667": [1, 1, 1], | ||||
| 						"0.75": [1, 0.6, 1], | ||||
| 						"0.8333": [1, 1, 1], | ||||
| 						"0.9167": [1, 0.6, 1], | ||||
| 						"1.0": [1, 1, 1], | ||||
| 						"1.0833": [1, 0.6, 1], | ||||
| 						"1.1667": [1, 1, 1], | ||||
| 						"1.25": [1, 0.6, 1], | ||||
| 						"1.3333": [1, 1, 1], | ||||
| 						"1.4167": [1, 0.6, 1], | ||||
| 						"1.5": [1, 1, 1], | ||||
| 						"1.5833": [1, 0.6, 1], | ||||
| 						"1.6667": [1, 1, 1], | ||||
| 						"1.75": [1, 0.6, 1], | ||||
| 						"1.8333": [1, 1, 1], | ||||
| 						"1.9167": [1, 0.6, 1], | ||||
| 						"2.0": [1, 1, 1], | ||||
| 						"2.0833": [1, 0.6, 1], | ||||
| 						"2.1667": [1, 1, 1], | ||||
| 						"2.25": [1, 0.6, 1], | ||||
| 						"2.3333": [1, 1, 1], | ||||
| 						"2.4167": [1, 0.6, 1], | ||||
| 						"2.5": [1, 1, 1], | ||||
| 						"2.5833": [1, 0.6, 1], | ||||
| 						"2.6667": [1, 1, 1], | ||||
| 						"2.75": [1, 0.6, 1], | ||||
| 						"2.8333": [1, 1, 1], | ||||
| 						"2.9167": [1, 0.6, 1], | ||||
| 						"3.0": [1, 1, 1], | ||||
| 						"3.0833": [1, 0.6, 1], | ||||
| 						"3.1667": [1, 1, 1], | ||||
| 						"3.25": [1, 0.6, 1], | ||||
| 						"3.3333": [1, 1, 1], | ||||
| 						"3.4167": [1, 0.6, 1], | ||||
| 						"3.5": [1, 1, 1], | ||||
| 						"3.625": [1, 0.6, 1], | ||||
| 						"3.75": [1, 1, 1] | ||||
| 					} | ||||
| 				}, | ||||
| 				"legfixed": { | ||||
| 					"rotation": [0, -40, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.toxel.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 1, | ||||
| 			"bones": { | ||||
| 				"leg4": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [27.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, -2], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [0, 2, -1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, -2], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [-17.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 2, -1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, -3], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [-15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, -2], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, 1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [0, 2, -0.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, -2], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [-2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 0.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [0, 0.6, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [-8.18089, 10.58773, 5.16674], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [-8.99904, 11.09296, -12.88972], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [-7.5, -12.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, -0.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [0, -0.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, -30, 0], | ||||
| 						"0.1667": [0, -17.5, 0], | ||||
| 						"0.4167": [0, 17.5, 0], | ||||
| 						"0.75": [0, -25, 0], | ||||
| 						"1.0": [0, -30, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, -22.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [-28.59211, -13.13017, -20.00368], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.375": { | ||||
| 							"post": [-29.0625, -1.40625, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5417": { | ||||
| 							"post": [0, 25, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7917": { | ||||
| 							"post": [0, -22.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, -22.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [10, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5417": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"eletric": { | ||||
| 					"scale": { | ||||
| 						"0.0": [1, 1, 1], | ||||
| 						"0.0833": [1, 0.6, 1], | ||||
| 						"0.1667": [1, 1, 1], | ||||
| 						"0.25": [1, 0.6, 1], | ||||
| 						"0.3333": [1, 1, 1], | ||||
| 						"0.4167": [1, 0.6, 1], | ||||
| 						"0.5": [1, 1, 1], | ||||
| 						"0.5833": [1, 0.6, 1], | ||||
| 						"0.6667": [1, 1, 1], | ||||
| 						"0.75": [1, 0.6, 1], | ||||
| 						"0.8333": [1, 1, 1], | ||||
| 						"0.9167": [1, 0.6, 1], | ||||
| 						"1.0": [1, 1, 1] | ||||
| 					} | ||||
| 				}, | ||||
| 				"legfixed": { | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 2, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, -2], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.toxel.blink": { | ||||
| 			"animation_length": 0.375, | ||||
| 			"bones": { | ||||
| 				"eyelids": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.2083": [0, -1, 0], | ||||
| 						"0.375": [0, 0, 0] | ||||
| 					}, | ||||
| 					"scale": { | ||||
| 						"0.0": [1, 1, 1], | ||||
| 						"0.2083": [1, 1.8, 1], | ||||
| 						"0.375": [1, 1, 1] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.toxel.sleep": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"Toxel": { | ||||
| 					"position": [0, -6, 0] | ||||
| 				}, | ||||
| 				"leg4": { | ||||
| 					"rotation": [97.5, 0, 0] | ||||
| 				}, | ||||
| 				"leg": { | ||||
| 					"rotation": [-93.38905, 42.45005, -2.28888] | ||||
| 				}, | ||||
| 				"leg2": { | ||||
| 					"rotation": [-83.23267, -42.30053, -4.56615] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": [-37.5, 0, 0] | ||||
| 				}, | ||||
| 				"eyelids": { | ||||
| 					"position": [0, -1, 0], | ||||
| 					"scale": [1.04, 1.7, 1] | ||||
| 				}, | ||||
| 				"legfixed": { | ||||
| 					"rotation": [99.46573, -9.52903, -21.94653] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -0,0 +1,11 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.glastrier.ground_idle": { | ||||
| 			"loop": true | ||||
| 		}, | ||||
| 		"animation.glastrier.ground_walk": { | ||||
| 			"loop": true | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,11 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.spectrier.ground_idle": { | ||||
| 			"loop": true | ||||
| 		}, | ||||
| 		"animation.spectrier.ground_walk": { | ||||
| 			"loop": true | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,11 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.calyrex.ground_walk": { | ||||
| 			"loop": true | ||||
| 		}, | ||||
| 		"animation.calyrex.ground_idle": { | ||||
| 			"loop": true | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -0,0 +1,943 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.ironmoth.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 1.5, | ||||
| 			"bones": { | ||||
| 				"iron_moth": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [22.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"troso": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2917": { | ||||
| 							"post": [3.42346, -2.4837, -0.15026], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.125": { | ||||
| 							"post": [-5.00474, 2.49048, -0.21803], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [0, 2, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bottom_body": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [3.12956, 4.86898, 0.26182], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.9167": { | ||||
| 							"post": [-3.14465, 6.99741, -0.1663], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"left_upper_wing": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, -22.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [0, -22.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 17.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [0, 17.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2917": { | ||||
| 							"post": [0, -2, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 3, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"left_middel_wing": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, -20, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, -20, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 25, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [0, 25, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, -20, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5417": { | ||||
| 							"post": [0, 3, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0417": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.3333": { | ||||
| 							"post": [0, -1, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"left_bottom_wing": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 30, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 30, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 7.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [0, 7.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, -25, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [0, -25, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 30, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, -3, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 3, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"right_upper_wing": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 17.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [0, 17.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, -22.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [0, -22.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2917": { | ||||
| 							"post": [0, -2, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 2, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"right_middel_wing": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 32.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.125": { | ||||
| 							"post": [0.13754, 35.82054, 0.25689], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 32.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, -27.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [0, -27.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, -2.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [0, -2.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 32.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5417": { | ||||
| 							"post": [0, 2, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0417": { | ||||
| 							"post": [0, -1, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.3333": { | ||||
| 							"post": [0, -1.36, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"right_bottom_wing": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, -32.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, -32.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, -2.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [0, -2.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 32.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [0, 32.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, -32.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, -3, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.2083": { | ||||
| 							"post": [0, 1, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2083": { | ||||
| 							"post": [5.28539, 2.24628, 0.19823], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4583": { | ||||
| 							"post": [7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.875": { | ||||
| 							"post": [-0.47208, -4.98651, 0.0394], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.ironmoth.ground_run": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 1, | ||||
| 			"bones": { | ||||
| 				"iron_moth": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [72.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 15, 31], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 9, 31], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 15, 31], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"troso": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2917": { | ||||
| 							"post": [20, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.625": { | ||||
| 							"post": [2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bottom_body": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.125": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5833": { | ||||
| 							"post": [10, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.875": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"left_upper_wing": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, -32.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.375": { | ||||
| 							"post": [0, 22.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.625": { | ||||
| 							"post": [0, 22.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, -25, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [9, 3, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [9, 3, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"left_middel_wing": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 32.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [0, 32.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [0, -35, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 32.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [9, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [9, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [-1, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [-1, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [9, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"left_bottom_wing": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 37.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.375": { | ||||
| 							"post": [0, -40, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.625": { | ||||
| 							"post": [0, -40, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.875": { | ||||
| 							"post": [0, 37.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 37.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [12, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [4, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [4, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [12, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [12, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"right_upper_wing": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 30, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [0, -32.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.625": { | ||||
| 							"post": [0, -32.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 30, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [-8, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [-8, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"right_middel_wing": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, -32.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [0, -32.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.875": { | ||||
| 							"post": [0, 35, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, -32.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [-9, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [-9, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [1, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [1, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [-9, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"right_bottom_wing": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, -42.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.375": { | ||||
| 							"post": [0, 30, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5833": { | ||||
| 							"post": [0, 30, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [0, -32.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, -32.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [-10, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [-3, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [-3, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [-10, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [-10, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.375": { | ||||
| 							"post": [-35, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7083": { | ||||
| 							"post": [-37.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [-15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.ironmoth.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 2, | ||||
| 			"bones": { | ||||
| 				"bottom_body": { | ||||
| 					"rotation": ["math.sin(query.anim_time*90*2+60)*4", 0, 0] | ||||
| 				}, | ||||
| 				"left_upper_wing": { | ||||
| 					"rotation": { | ||||
| 						"0.75": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.75": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [5, 5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"scale": { | ||||
| 						"0.75": { | ||||
| 							"pre": [1, 1, 1], | ||||
| 							"post": [1, 1, 1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [1, 1, 1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"left_bottom_wing": { | ||||
| 					"position": { | ||||
| 						"0.75": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [5, -5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.75": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"left_middel_wing": { | ||||
| 					"position": { | ||||
| 						"0.75": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["math.sin(query.anim_time*90*2+60)*4", 0, 0] | ||||
| 				}, | ||||
| 				"right_upper_wing": { | ||||
| 					"rotation": { | ||||
| 						"0.75": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.75": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [-5, 5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"scale": { | ||||
| 						"0.75": { | ||||
| 							"pre": [1, 1, 1], | ||||
| 							"post": [1, 1, 1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [1, 1, 1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"right_middel_wing": { | ||||
| 					"position": { | ||||
| 						"0.75": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"right_bottom_wing": { | ||||
| 					"position": { | ||||
| 						"0.75": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [-5, -5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.75": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"iron_moth": { | ||||
| 					"rotation": ["math.sin(query.anim_time*90*2+60)*2", 0, 0], | ||||
| 					"position": [0, "math.sin(query.anim_time*90*2+60)*2", 0] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -0,0 +1,284 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.altaria.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"altaria": { | ||||
| 					"position": [0, 6, 0] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*1.75)*1", "0+math.sin(q.anim_time*90*0.875-90)*0.5", "0+math.sin(q.anim_time*90*0.875-90)*1"], | ||||
| 					"position": ["0+math.sin(q.anim_time*90*0.875-60)*0.5", "0+math.sin(q.anim_time*90*1.75-60)*1.5", 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*1.75-30)*1", 0, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [0, 0, 0] | ||||
| 				}, | ||||
| 				"hair_left": { | ||||
| 					"rotation": [52.14231, "4.9182+math.sin(q.anim_time*90*1.75+120)*7.5", -51.31448] | ||||
| 				}, | ||||
| 				"hair_left2": { | ||||
| 					"rotation": [0, "0+math.sin(q.anim_time*90*1.75+60)*5", 0] | ||||
| 				}, | ||||
| 				"hair_left3": { | ||||
| 					"rotation": [0, "0+math.sin(q.anim_time*90*1.75+120)*5", 0] | ||||
| 				}, | ||||
| 				"hair_left4": { | ||||
| 					"rotation": [0, "0+math.sin(q.anim_time*90*1.75+150)*5", 0] | ||||
| 				}, | ||||
| 				"hair_left5": { | ||||
| 					"rotation": [0, "0+math.sin(q.anim_time*90*1.75+180)*7.5", 0] | ||||
| 				}, | ||||
| 				"hair_left6": { | ||||
| 					"rotation": [0, "0+math.sin(q.anim_time*90*1.75+120)*7.5", 0] | ||||
| 				}, | ||||
| 				"hair_right": { | ||||
| 					"rotation": [52.14231, "-4.9182-math.sin(q.anim_time*90*1.75+60)*7.5", 51.31448] | ||||
| 				}, | ||||
| 				"hair_right8": { | ||||
| 					"rotation": [0, "0-math.sin(q.anim_time*90*1.75)*5", 0] | ||||
| 				}, | ||||
| 				"hair_right9": { | ||||
| 					"rotation": [0, "0-math.sin(q.anim_time*90*1.75+60)*5", 0] | ||||
| 				}, | ||||
| 				"hair_right10": { | ||||
| 					"rotation": [0, "0-math.sin(q.anim_time*90*1.75+90)*5", 0] | ||||
| 				}, | ||||
| 				"hair_right11": { | ||||
| 					"rotation": [0, "0-math.sin(q.anim_time*90*1.75+120)*7.5", 0] | ||||
| 				}, | ||||
| 				"hair_right1": { | ||||
| 					"rotation": [0, "0-math.sin(q.anim_time*90*1.75+60)*7.5", 0] | ||||
| 				}, | ||||
| 				"wing_left": { | ||||
| 					"rotation": [0, 0, "0-math.sin(q.anim_time*90*1.75)*25"], | ||||
| 					"position": [1, 0, 0] | ||||
| 				}, | ||||
| 				"wing_left2": { | ||||
| 					"rotation": [0, 0, "0-math.sin(q.anim_time*90*1.75-15)*10"], | ||||
| 					"position": [0.25, 0, 0] | ||||
| 				}, | ||||
| 				"wing_left3": { | ||||
| 					"rotation": [0, 0, "0-math.sin(q.anim_time*90*1.75-30)*15"] | ||||
| 				}, | ||||
| 				"wing_right": { | ||||
| 					"rotation": [0, 0, "0+math.sin(q.anim_time*90*1.75)*25"], | ||||
| 					"position": [-1, 0, 0] | ||||
| 				}, | ||||
| 				"wing_right2": { | ||||
| 					"rotation": [0, 0, "0+math.sin(q.anim_time*90*1.75-15)*10"] | ||||
| 				}, | ||||
| 				"wing_right3": { | ||||
| 					"rotation": [0, 0, "0+math.sin(q.anim_time*90*1.75-30)*15"] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*1.75-30)*7.5", 0, 0] | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*1.75-30)*7.5", 0, "0+math.sin(q.anim_time*90*0.875-30)*7.5"] | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*1.75-30)*7.5", 0, "0+math.sin(q.anim_time*90*0.875-30)*7.5"] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.altaria.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"altaria": { | ||||
| 					"rotation": [5, 0, 0], | ||||
| 					"position": [0, 6, 0] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*1.75*1.5)*1", "0+math.sin(q.anim_time*90*0.875*1.5-90)*0.5", "0+math.sin(q.anim_time*90*0.875*1.5-90)*1"], | ||||
| 					"position": ["0+math.sin(q.anim_time*90*0.875*1.5-60)*0.5", "0+math.sin(q.anim_time*90*1.75*1.5-60)*1.5", 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["30+math.sin(q.anim_time*90*1.75*1.5-30)*3", 0, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["-25+math.sin(q.anim_time*90*1.75*1.5-30)*2", 0, 0] | ||||
| 				}, | ||||
| 				"hair_left": { | ||||
| 					"rotation": [43.21225, "12.0747+math.sin(q.anim_time*90*1.75*1.5+120)*7.5", -42.59923] | ||||
| 				}, | ||||
| 				"hair_left2": { | ||||
| 					"rotation": [0, "0+math.sin(q.anim_time*90*1.75*1.5+60)*5", 0] | ||||
| 				}, | ||||
| 				"hair_left3": { | ||||
| 					"rotation": [0, "0+math.sin(q.anim_time*90*1.75*1.5+120)*5", 0] | ||||
| 				}, | ||||
| 				"hair_left4": { | ||||
| 					"rotation": [0, "0+math.sin(q.anim_time*90*1.75*1.5+150)*5", 0] | ||||
| 				}, | ||||
| 				"hair_left5": { | ||||
| 					"rotation": [0, "0+math.sin(q.anim_time*90*1.75*1.5+180)*7.5", 0] | ||||
| 				}, | ||||
| 				"hair_left6": { | ||||
| 					"rotation": [0, "0+math.sin(q.anim_time*90*1.75*1.5+120)*7.5", 0] | ||||
| 				}, | ||||
| 				"hair_right": { | ||||
| 					"rotation": [43.96314, "-12.1301-math.sin(q.anim_time*90*1.75*1.5+60)*7.5", 43.46939] | ||||
| 				}, | ||||
| 				"hair_right8": { | ||||
| 					"rotation": [0, "0-math.sin(q.anim_time*90*1.75*1.5)*5", 0] | ||||
| 				}, | ||||
| 				"hair_right9": { | ||||
| 					"rotation": [0, "0-math.sin(q.anim_time*90*1.75*1.5+60)*5", 0] | ||||
| 				}, | ||||
| 				"hair_right10": { | ||||
| 					"rotation": [0, "0-math.sin(q.anim_time*90*1.75*1.5+90)*5", 0] | ||||
| 				}, | ||||
| 				"hair_right11": { | ||||
| 					"rotation": [0, "0-math.sin(q.anim_time*90*1.75*1.5+120)*7.5", 0] | ||||
| 				}, | ||||
| 				"hair_right1": { | ||||
| 					"rotation": [0, "0-math.sin(q.anim_time*90*1.75*1.5+60)*7.5", 0] | ||||
| 				}, | ||||
| 				"wing_left": { | ||||
| 					"rotation": [0, 0, "0-math.sin(q.anim_time*90*1.75*1.5)*25"], | ||||
| 					"position": [1, 0, 0] | ||||
| 				}, | ||||
| 				"wing_left2": { | ||||
| 					"rotation": [0, 0, "0-math.sin(q.anim_time*90*1.75*1.5-15)*10"], | ||||
| 					"position": [0.25, 0, 0] | ||||
| 				}, | ||||
| 				"wing_left3": { | ||||
| 					"rotation": [0, 0, "0-math.sin(q.anim_time*90*1.75*1.5-30)*15"] | ||||
| 				}, | ||||
| 				"wing_right": { | ||||
| 					"rotation": [0, 0, "0+math.sin(q.anim_time*90*1.75*1.5)*25"], | ||||
| 					"position": [-1, 0, 0] | ||||
| 				}, | ||||
| 				"wing_right2": { | ||||
| 					"rotation": [0, 0, "0+math.sin(q.anim_time*90*1.75*1.5-15)*10"] | ||||
| 				}, | ||||
| 				"wing_right3": { | ||||
| 					"rotation": [0, 0, "0+math.sin(q.anim_time*90*1.75*1.5-30)*15"] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*1.75*1.5-30)*7.5", 0, 0] | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": ["14.9488-math.sin(q.anim_time*90*1.75*1.5-30)*7.5", 1.24502, "0.0318+math.sin(q.anim_time*90*0.875*1.75-30)*7.5"] | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": ["14.9488-math.sin(q.anim_time*90*1.75*1.5-30)*7.5", 1.24502, "0.0318+math.sin(q.anim_time*90*0.875*1.75-30)*7.5"] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.altaria.sleep": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"position": ["0+math.sin(q.anim_time*90*0.875-60)*0.08", "1+math.sin(q.anim_time*90*1.75-60)*0.25", 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["-5+math.sin(q.anim_time*90*1.75-30)*0.16", 0, 0], | ||||
| 					"position": [0, 0, 1] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [5, 0, 0] | ||||
| 				}, | ||||
| 				"hair_left": { | ||||
| 					"rotation": [52.14231, "4.9182+math.sin(q.anim_time*90*1.75+120)*1.25", -51.31448] | ||||
| 				}, | ||||
| 				"hair_left2": { | ||||
| 					"rotation": [0, "0+math.sin(q.anim_time*90*1.75+60)*0.8", 0] | ||||
| 				}, | ||||
| 				"hair_left3": { | ||||
| 					"rotation": [0, "0+math.sin(q.anim_time*90*1.75+120)*0.8", 0] | ||||
| 				}, | ||||
| 				"hair_left4": { | ||||
| 					"rotation": [0, "0+math.sin(q.anim_time*90*1.75+150)*0.8", 0] | ||||
| 				}, | ||||
| 				"hair_left5": { | ||||
| 					"rotation": [0, "0+math.sin(q.anim_time*90*1.75+180)*1.25", 0] | ||||
| 				}, | ||||
| 				"hair_left6": { | ||||
| 					"rotation": [0, "0+math.sin(q.anim_time*90*1.75+120)*1.25", 0] | ||||
| 				}, | ||||
| 				"hair_right": { | ||||
| 					"rotation": [52.14231, "-4.9182-math.sin(q.anim_time*90*1.75+60)*1.25", 51.31448] | ||||
| 				}, | ||||
| 				"hair_right8": { | ||||
| 					"rotation": [0, "0-math.sin(q.anim_time*90*1.75)*0.8", 0] | ||||
| 				}, | ||||
| 				"hair_right9": { | ||||
| 					"rotation": [0, "0-math.sin(q.anim_time*90*1.75+60)*0.8", 0] | ||||
| 				}, | ||||
| 				"hair_right10": { | ||||
| 					"rotation": [0, "0-math.sin(q.anim_time*90*1.75+90)*0.8", 0] | ||||
| 				}, | ||||
| 				"hair_right11": { | ||||
| 					"rotation": [0, "0-math.sin(q.anim_time*90*1.75+120)*1.25", 0] | ||||
| 				}, | ||||
| 				"hair_right1": { | ||||
| 					"rotation": [0, "0-math.sin(q.anim_time*90*1.75+60)*1.25", 0] | ||||
| 				}, | ||||
| 				"eyelid_right": { | ||||
| 					"position": [0, 0, -0.1] | ||||
| 				}, | ||||
| 				"eyelid_left": { | ||||
| 					"position": [0, 0, -0.1] | ||||
| 				}, | ||||
| 				"wing_left": { | ||||
| 					"rotation": [6.48887, 39.79981, "4.601-math.sin(q.anim_time*90*1.75)*1"], | ||||
| 					"position": [3, 0, -3] | ||||
| 				}, | ||||
| 				"wing_left2": { | ||||
| 					"rotation": [7.46389, 44.73798, "4.9491-math.sin(q.anim_time*90*1.75-15)*1.5"], | ||||
| 					"position": [2.8204, 0.2615, -1.4061] | ||||
| 				}, | ||||
| 				"wing_left3": { | ||||
| 					"rotation": [3.71649, 24.67881, "0.8862-math.sin(q.anim_time*90*1.75-30)*2"], | ||||
| 					"position": [1.9255, 0.3347, -0.656] | ||||
| 				}, | ||||
| 				"wing_right": { | ||||
| 					"rotation": [6.48887, -39.79981, "-4.601+math.sin(q.anim_time*90*1.75)*1"], | ||||
| 					"position": [-3, 0, -3] | ||||
| 				}, | ||||
| 				"wing_right2": { | ||||
| 					"rotation": [7.46385, -44.73798, "-4.949+math.sin(q.anim_time*90*1.75-15)*1.5"], | ||||
| 					"position": [-2.82035, 0.26147, -1.40614] | ||||
| 				}, | ||||
| 				"wing_right3": { | ||||
| 					"rotation": [3.54683, -24.70228, "0.9711+math.sin(q.anim_time*90*1.75-30)*2"], | ||||
| 					"position": [-1.92552, 0.33468, -0.65603] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*1.75-30)*1.25", 0, 0] | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": ["-30-math.sin(q.anim_time*90*1.75-30)*1.25", -10, "0+math.sin(q.anim_time*90*0.875-30)*1.25"] | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": ["-30-math.sin(q.anim_time*90*1.75-30)*1.25", 10, "0+math.sin(q.anim_time*90*0.875-30)*1.25"] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.altaria.blink": { | ||||
| 			"animation_length": 0.16667, | ||||
| 			"bones": { | ||||
| 				"eyelid_right": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, -0.1], | ||||
| 						"0.125": [0, 0, -0.1], | ||||
| 						"0.1667": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"eyelid_left": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, -0.1], | ||||
| 						"0.125": [0, 0, -0.1], | ||||
| 						"0.1667": [0, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	}, | ||||
| 	"geckolib_format_version": 2 | ||||
| } | ||||
| @ -0,0 +1,80 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.amoonguss.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"body_bot": { | ||||
| 					"rotation": ["2.5*math.sin(q.anim_time*90*2)*0.5", 0, "2.5*math.sin(q.anim_time*90*2+90)*0.5"] | ||||
| 				}, | ||||
| 				"body_top": { | ||||
| 					"rotation": ["1*math.sin(q.anim_time*90*2)*0.5", 0, "1*math.sin(q.anim_time*90*2+90)*0.5"] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [28.0634, "21.0759- math.cos(query.anim_time * 90 * 2 - 90) * 12", 21.50238] | ||||
| 				}, | ||||
| 				"aime_bone_1": { | ||||
| 					"rotation": [0, 0, "-55- math.cos(query.anim_time * 90 * 2 - 180) * 5"] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [11.9366, "-21.0759- math.cos(query.anim_time * 90 * 2 - 90) * 12", -21.5024] | ||||
| 				}, | ||||
| 				"aime_bone_2": { | ||||
| 					"rotation": [0, 0, "55- math.cos(query.anim_time * 90 * 2 - 180) * 5"] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.amoonguss.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"body_bot": { | ||||
| 					"rotation": [0, "6*math.sin(q.anim_time*90*4)", "4*math.sin(q.anim_time*4*90-90)"], | ||||
| 					"position": [0, "math.abs(0.15*math.sin(q.anim_time*4*90-90))", 0] | ||||
| 				}, | ||||
| 				"body_top": { | ||||
| 					"rotation": [0, "6*math.sin(q.anim_time*90*4)*0.2", "4*math.sin(q.anim_time*4*90-90)*0.2"], | ||||
| 					"position": [0, "math.abs(0.15*math.sin(q.anim_time*4*90-90))", 0] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [0, "6*math.sin(q.anim_time*90*4-30)*2", -35] | ||||
| 				}, | ||||
| 				"aime_bone_2": { | ||||
| 					"rotation": [0, "-6*math.sin(q.anim_time*90*4+90)*1", 0] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [0, "6*math.sin(q.anim_time*90*4-30)*2", 35] | ||||
| 				}, | ||||
| 				"aime_bone_1": { | ||||
| 					"rotation": [0, "-6*math.sin(q.anim_time*90*4+90)*1", 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.amoonguss.blink": { | ||||
| 			"animation_length": 0.625, | ||||
| 			"bones": { | ||||
| 				"eye_right": { | ||||
| 					"scale": { | ||||
| 						"0.0": [1, 1, 1], | ||||
| 						"0.2083": [1, 1, 1], | ||||
| 						"0.2917": [1, 0, 1], | ||||
| 						"0.375": [1, 0, 1], | ||||
| 						"0.4583": [1, 1.1, 1], | ||||
| 						"0.5": [1, 1, 1], | ||||
| 						"0.625": [1, 1, 1] | ||||
| 					} | ||||
| 				}, | ||||
| 				"eye_left": { | ||||
| 					"scale": { | ||||
| 						"0.0": [1, 1, 1], | ||||
| 						"0.2083": [1, 1, 1], | ||||
| 						"0.2917": [1, 0, 1], | ||||
| 						"0.375": [1, 0, 1], | ||||
| 						"0.4583": [1, 1.1, 1], | ||||
| 						"0.5": [1, 1, 1], | ||||
| 						"0.625": [1, 1, 1] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,259 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.appletun.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*1)*0.5", "0-math.sin(q.anim_time*90*1)*1", "0-math.cos(q.anim_time*90*1)*1"], | ||||
| 					"position": [0, "math.sin(q.anim_time*90*2)*0.2", 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["0+math.cos(q.anim_time*90*2)*-1", "0-math.sin(q.anim_time*90*1-30)*-2", 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["0+math.cos(q.anim_time*90*2)*-1", "0-math.sin(q.anim_time*90*1-30)*-2", 0] | ||||
| 				}, | ||||
| 				"right_ear": { | ||||
| 					"rotation": [0, 0, "5-math.cos(q.anim_time*90*1-60)*4"] | ||||
| 				}, | ||||
| 				"left_ear": { | ||||
| 					"rotation": [0, 0, "-5-math.cos(q.anim_time*90*1-60)*4"] | ||||
| 				}, | ||||
| 				"head_cap": { | ||||
| 					"rotation": [0, "0-math.sin(q.anim_time*90*1-30)*-2", 0] | ||||
| 				}, | ||||
| 				"appleleave_right": { | ||||
| 					"rotation": [0, 0, "0-math.cos(q.anim_time*90*1-60)*-4"] | ||||
| 				}, | ||||
| 				"appleleave_left": { | ||||
| 					"rotation": [0, 0, "0-math.cos(q.anim_time*90*1-60)*4"] | ||||
| 				}, | ||||
| 				"tails": { | ||||
| 					"rotation": ["-15.5+math.sin(q.anim_time*90*2-60)*1", "0-math.sin(q.anim_time*90*1-30)*3", 0] | ||||
| 				}, | ||||
| 				"tails2": { | ||||
| 					"rotation": ["15+math.sin(q.anim_time*90*2-90)*2", "-math.sin(q.anim_time*90*1-60)*4", 0] | ||||
| 				}, | ||||
| 				"leg_front_right": { | ||||
| 					"rotation": [0, 0, 10] | ||||
| 				}, | ||||
| 				"foot_front_right": { | ||||
| 					"rotation": [0, 0, -10] | ||||
| 				}, | ||||
| 				"leg_front_left": { | ||||
| 					"rotation": [0, 0, -10] | ||||
| 				}, | ||||
| 				"foot_front_left": { | ||||
| 					"rotation": [0, 0, 10] | ||||
| 				}, | ||||
| 				"leg_back_right": { | ||||
| 					"rotation": [0, 0, 10] | ||||
| 				}, | ||||
| 				"foot_back_right": { | ||||
| 					"rotation": [0, 0, -10] | ||||
| 				}, | ||||
| 				"leg_back_left": { | ||||
| 					"rotation": [0, 0, -10] | ||||
| 				}, | ||||
| 				"foot_back_left": { | ||||
| 					"rotation": [0, 0, 10] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.appletun.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 1.3333, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*3*2)*1", "0-math.cos(q.anim_time*90*3)*3", "0+math.sin(q.anim_time*90*3)*2"], | ||||
| 					"position": { | ||||
| 						"0.0": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"0.2917": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"0.3333": [0, "-0.4+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"0.4167": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"0.5417": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"0.5833": [0, "-0.2+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"0.6667": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"0.9583": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"1.0": [0, "-0.4+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"1.0833": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"1.2083": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"1.25": [0, "-0.2+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"1.3333": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": [3, "0-math.sin(q.anim_time*90*3+30)*-2", "0+math.sin(q.anim_time*90*3+30)*2"] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [-3, "0-math.sin(q.anim_time*90*3+30)*-2", "0+math.sin(q.anim_time*90*3+30)*2"] | ||||
| 				}, | ||||
| 				"right_ear": { | ||||
| 					"rotation": ["-0.0005+math.cos(q.anim_time*90*3*2-60)*1", -0.02181, "2.4999+math.sin(q.anim_time*90*3-60)*6"] | ||||
| 				}, | ||||
| 				"left_ear": { | ||||
| 					"rotation": ["-0.0005+math.cos(q.anim_time*90*3*2-60)*1", 0.02181, "-2.4999+math.sin(q.anim_time*90*3-60)*6"] | ||||
| 				}, | ||||
| 				"head_cap": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*3*2)*1", "0-math.cos(q.anim_time*90*3)*3", "0+math.sin(q.anim_time*90*3)*2"] | ||||
| 				}, | ||||
| 				"appleleave_right": { | ||||
| 					"rotation": ["0+math.cos(q.anim_time*90*3*2-60)*1", 0, "0+math.sin(q.anim_time*90*3-60)*6"], | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.3333": [0, 0, 0], | ||||
| 						"0.375": [0, 0.3, 0], | ||||
| 						"0.4167": [0, -0.26, 0], | ||||
| 						"0.5": [0, 0, 0], | ||||
| 						"0.9583": [0, 0, 0], | ||||
| 						"1.0": [0, 0.3, 0], | ||||
| 						"1.0417": [0, -0.26, 0], | ||||
| 						"1.125": [0, 0, 0], | ||||
| 						"1.3333": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"appleleave_left": { | ||||
| 					"rotation": ["0+math.cos(q.anim_time*90*3*2-60)*1", 0, "0+math.sin(q.anim_time*90*3-60)*6"], | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.2917": [0, 0, 0], | ||||
| 						"0.3333": [0, 0.3, 0], | ||||
| 						"0.375": [0, -0.26, 0], | ||||
| 						"0.4583": [0, 0, 0], | ||||
| 						"1.0": [0, 0, 0], | ||||
| 						"1.0417": [0, 0.3, 0], | ||||
| 						"1.0833": [0, -0.26, 0], | ||||
| 						"1.1667": [0, 0, 0], | ||||
| 						"1.3333": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"tails": { | ||||
| 					"rotation": ["-15+math.sin(q.anim_time*90*3*2-30)*1", "math.cos(q.anim_time*90*3-30)*-1", 0] | ||||
| 				}, | ||||
| 				"tails2": { | ||||
| 					"rotation": ["8.5+math.sin(q.anim_time*90*3*2-60)*2", "math.cos(q.anim_time*90*3-60)*-4", 0] | ||||
| 				}, | ||||
| 				"leg_front_right": { | ||||
| 					"rotation": ["6-math.sin(q.anim_time*90*3)*15", "0+math.sin(q.anim_time*90*3)*6", 10], | ||||
| 					"position": ["-0.3+math.cos(q.anim_time*90*3)*0.3", "-0.2+math.clamp(math.cos(q.anim_time*90*3)*1,0,2)", "-math.sin(q.anim_time*90*3)*0.5"] | ||||
| 				}, | ||||
| 				"foot_front_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": ["math.clamp(math.sin(q.anim_time*90*3+90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+270)*1 ,0,20)", 0, -10], | ||||
| 						"0.3333": ["8+math.clamp(math.sin(q.anim_time*90*3+90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+270)*1 ,0,20)", 0, -10], | ||||
| 						"0.5": ["2+math.clamp(math.sin(q.anim_time*90*3+90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+270)*1 ,0,20)", 0, -10], | ||||
| 						"0.6667": ["-7+math.clamp(math.sin(q.anim_time*90*3+90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+270)*1 ,0,20)", 0, -10], | ||||
| 						"0.9167": [-5.29289, 0, -10], | ||||
| 						"1.0": ["0+math.clamp(math.sin(q.anim_time*90*3+90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+270)*1 ,0,20)", 0, -10], | ||||
| 						"1.3333": ["math.clamp(math.sin(q.anim_time*90*3+90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+270)*1 ,0,20)", 0, -10] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.6667": [0, 0.1, 0], | ||||
| 						"0.9167": [0, 0.5, 0], | ||||
| 						"1.0833": [0, 0.5, 0], | ||||
| 						"1.3333": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_front_left": { | ||||
| 					"rotation": ["6-math.sin(q.anim_time*90*3-180)*15", "0+math.sin(q.anim_time*90*3-180)*6", -10], | ||||
| 					"position": ["0.3+math.cos(q.anim_time*90*3-180)*-0.3", "-0.2+math.clamp(math.cos(q.anim_time*90*3-180)*1,0,2)", "-math.sin(q.anim_time*90*3-180)*0.5"] | ||||
| 				}, | ||||
| 				"foot_front_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": ["-7+math.clamp(math.sin(q.anim_time*90*3-90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+90)*1 ,0,20)", 0, 10], | ||||
| 						"0.25": [-5.29289, 0, 10], | ||||
| 						"0.3333": ["0+math.clamp(math.sin(q.anim_time*90*3-90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+90)*1 ,0,20)", 0, 10], | ||||
| 						"1.0": ["8+math.clamp(math.sin(q.anim_time*90*3-90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+90)*1 ,0,20)", 0, 10], | ||||
| 						"1.1667": ["2+math.clamp(math.sin(q.anim_time*90*3-90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+90)*1 ,0,20)", 0, 10], | ||||
| 						"1.3333": ["-7+math.clamp(math.sin(q.anim_time*90*3-90)*20,0,20)+math.clamp(math.sin(q.anim_time*90*3+90)*1 ,0,20)", 0, 10] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0.1, 0], | ||||
| 						"0.25": [0, 0.5, 0], | ||||
| 						"0.4167": [0, 0.5, 0], | ||||
| 						"0.6667": [0, 0, 0], | ||||
| 						"1.3333": [0, 0.1, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_back_right": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*3-240)*6", "0-math.sin(q.anim_time*90*3-240)*6", 10], | ||||
| 					"position": ["0-math.cos(q.anim_time*90*3-240)*0.2", "-0.2+math.clamp(math.cos(q.anim_time*90*3-240)*1,0,2)", "0-math.sin(q.anim_time*90*3-240)*0.8"] | ||||
| 				}, | ||||
| 				"foot_back_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": ["0+math.clamp(math.sin(q.anim_time*90*3-150)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+150)*2,-2,20)", 0, -10], | ||||
| 						"0.5": ["0+math.clamp(math.sin(q.anim_time*90*3-150)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+150)*2,-2,20)", 0, -10], | ||||
| 						"0.5833": ["2.5+math.clamp(math.sin(q.anim_time*90*3-150)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+150)*2,-2,20)", 0, -10], | ||||
| 						"0.9583": ["math.clamp(math.sin(q.anim_time*90*3-150)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+150)*2,-2,20)", 0, -10], | ||||
| 						"1.1667": ["-2.5+math.clamp(math.sin(q.anim_time*90*3-150)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+150)*2,-2,20)", 0, -10], | ||||
| 						"1.3333": ["0+math.clamp(math.sin(q.anim_time*90*3-150)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+150)*2,-2,20)", 0, -10] | ||||
| 					}, | ||||
| 					"position": [0, 0.2, 0] | ||||
| 				}, | ||||
| 				"leg_back_left": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*3-60)*6", "0+math.sin(q.anim_time*90*3-60)*6", -10], | ||||
| 					"position": ["0+math.cos(q.anim_time*90*3-60)*0.2", "-0.2+math.clamp(math.cos(q.anim_time*90*3-60)*1,0,2)", "0-math.sin(q.anim_time*90*3-60)*0.7"] | ||||
| 				}, | ||||
| 				"foot_back_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": ["0+math.clamp(math.sin(q.anim_time*90*3+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+210)*2,-2,20)", 0, 10], | ||||
| 						"0.5": ["0+math.clamp(math.sin(q.anim_time*90*3+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+210)*2,-2,20)", 0, 10], | ||||
| 						"0.5833": ["2.5+math.clamp(math.sin(q.anim_time*90*3+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+210)*2,-2,20)", 0, 10], | ||||
| 						"0.9583": ["math.clamp(math.sin(q.anim_time*90*3+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+210)*2,-2,20)", 0, 10], | ||||
| 						"1.1667": ["-2.5+math.clamp(math.sin(q.anim_time*90*3+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+210)*2,-2,20)", 0, 10], | ||||
| 						"1.3333": ["0+math.clamp(math.sin(q.anim_time*90*3+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*3+210)*2,-2,20)", 0, 10] | ||||
| 					}, | ||||
| 					"position": [0, 0.2, 0] | ||||
| 				}, | ||||
| 				"bone": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*3*2)*0.5", "0-math.cos(q.anim_time*90*3)*1.5", "0+math.sin(q.anim_time*90*3)*1"] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.appletun.cry": { | ||||
| 			"animation_length": 1.4167, | ||||
| 			"bones": { | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.0417": [0.83, 0, 0], | ||||
| 						"0.125": [4.89, 0, 0], | ||||
| 						"0.1667": [6.25, 0, 0], | ||||
| 						"0.25": [5.71, 0, 0], | ||||
| 						"0.4583": [3.75, 0, 0], | ||||
| 						"0.5833": [-8.28, 0, 0.32], | ||||
| 						"0.625": [-10.69, 0, 0.69], | ||||
| 						"0.75": [-12.5, 0, "0+math.sin(q.anim_time*90*20-30)*3"], | ||||
| 						"1.2917": [-0.87, 0, -0.12], | ||||
| 						"1.4167": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"jaw": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.125": { | ||||
| 							"pre": [25, 0, 0], | ||||
| 							"post": [25, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [19.77, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4583": { | ||||
| 							"post": [37.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.625": { | ||||
| 							"post": [25, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.9167": [0, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,49 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.applin.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"tail_1": { | ||||
| 					"rotation": [0, "math.sin(q.anim_time*90*2+125)*6", 0] | ||||
| 				}, | ||||
| 				"tail_2": { | ||||
| 					"rotation": [0, "math.sin(q.anim_time*90*2+125)*6", 0] | ||||
| 				}, | ||||
| 				"eye": { | ||||
| 					"rotation": ["-2.25+math.sin(q.anim_time*90*2-60)*3", 0, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["-math.sin(q.anim_time*90*2+90)*2", 0, "math.sin(q.anim_time*90*2)*1"] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.applin.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"tail_1": { | ||||
| 					"rotation": ["-math.clamp(math.sin(-q.anim_time*90*4-120)*20,0,20)+math.clamp(math.sin(-q.anim_time*90*4+60)*4,0,20)", 0, 0], | ||||
| 					"position": [ | ||||
| 						0, | ||||
| 						"0.25+math.clamp(math.sin(q.anim_time*90*4-45)*1,0,20)-math.clamp(math.sin(q.anim_time*90*4-45+180)*1,0,10)", | ||||
| 						"-math.clamp(math.sin(q.anim_time*90*4-30)*0.5,0,50)" | ||||
| 					] | ||||
| 				}, | ||||
| 				"tail_2": { | ||||
| 					"rotation": ["-8.5+(math.sin(q.anim_time*90*4)*1+1)*5+math.clamp(math.sin(q.anim_time*90*4-30)*5,0,20)", 0, 0], | ||||
| 					"position": [0, "math.clamp(math.sin(q.anim_time*90*4-30)*0.5,0,50)", "-math.clamp(math.sin(q.anim_time*90*4-30)*1,0,50)"] | ||||
| 				}, | ||||
| 				"eye": { | ||||
| 					"rotation": ["-2.25+math.sin(q.anim_time*90*4-60)*4", 0, 0] | ||||
| 				}, | ||||
| 				"bone2": { | ||||
| 					"rotation": ["-1.25+math.sin(q.anim_time*90*4-90)*1", 0, 0], | ||||
| 					"position": [0, "0+math.sin(q.anim_time*90*4+30)*0.1", 0] | ||||
| 				}, | ||||
| 				"bone": { | ||||
| 					"position": [0, 0, "-math.clamp(math.sin(q.anim_time*90*4)*1,0,1)-math.clamp(math.sin(-q.anim_time*90*1)*1,0,1)"] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -0,0 +1,801 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.arcanine_hisuian.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"position": [0, -0.5, 0] | ||||
| 				}, | ||||
| 				"upper_torso": { | ||||
| 					"rotation": [-2.5, 0, 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": [5, 0, 0] | ||||
| 				}, | ||||
| 				"left_thigh": { | ||||
| 					"rotation": [-5, 0, 0] | ||||
| 				}, | ||||
| 				"left_knee": { | ||||
| 					"rotation": [5, 0, 0] | ||||
| 				}, | ||||
| 				"right_thigh": { | ||||
| 					"rotation": [-5, 0, 0] | ||||
| 				}, | ||||
| 				"right_knee": { | ||||
| 					"rotation": [5, 0, 0] | ||||
| 				}, | ||||
| 				"left_shoulder": { | ||||
| 					"rotation": [5, 0, 0] | ||||
| 				}, | ||||
| 				"left_elbow": { | ||||
| 					"rotation": [-10, 0, 0] | ||||
| 				}, | ||||
| 				"left_frontpaw": { | ||||
| 					"rotation": [5, 0, 0] | ||||
| 				}, | ||||
| 				"right_shoulder": { | ||||
| 					"rotation": [5, 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.arcanine_hisuian.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 1, | ||||
| 			"bones": { | ||||
| 				"chest": { | ||||
| 					"rotation": ["-2.5+Math.cos((query.anim_time) * 90 * 4*2) * 2", 0, "0+Math.cos((query.anim_time) * 90 * 4) * -6"], | ||||
| 					"position": [0, 0.3, 0] | ||||
| 				}, | ||||
| 				"leg_front_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [-21, 0, 0], | ||||
| 						"0.0833": [-18.08, 0, 0], | ||||
| 						"0.4167": [26.21, 0, 0], | ||||
| 						"0.5": [30, 0, 0], | ||||
| 						"0.6667": [26.21, 0, 0], | ||||
| 						"0.9167": [-18.08, 0, 0], | ||||
| 						"1.0": [-21, 0, 0] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.2083": [0, 1.25, 0], | ||||
| 						"0.4167": [0, 0, 0], | ||||
| 						"0.625": { | ||||
| 							"pre": [0, 1.25, 0], | ||||
| 							"post": [0, 1.25, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7083": { | ||||
| 							"post": [0, 1.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7917": { | ||||
| 							"post": [0, 1.25, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.9167": { | ||||
| 							"post": [0, 0.21, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_front_left2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [-12.5, 0, 0], | ||||
| 						"0.2083": [-3.12, 0, 0], | ||||
| 						"0.5": [-17, 0, 0], | ||||
| 						"0.5833": [-18.75, 0, 0], | ||||
| 						"0.7917": [-40, 0, 0], | ||||
| 						"1.0": [-12.5, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"foot_front_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [22.5, 0, 0], | ||||
| 						"0.0417": [35, 0, 0], | ||||
| 						"0.2083": [10, 0, 0], | ||||
| 						"0.375": [-5, 0, 0], | ||||
| 						"0.5417": [7.5, 0, 0], | ||||
| 						"0.75": [55, 0, 0], | ||||
| 						"0.9167": [15.42, 0, 0], | ||||
| 						"1.0": [22.5, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_front_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [30, 0, 0], | ||||
| 						"0.1667": [26.21, 0, 0], | ||||
| 						"0.4167": [-18.08, 0, 0], | ||||
| 						"0.5": [-21, 0, 0], | ||||
| 						"0.5833": [-18.08, 0, 0], | ||||
| 						"0.9167": [26.21, 0, 0], | ||||
| 						"1.0": [30, 0, 0] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0.21, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.125": { | ||||
| 							"post": [0, 1.25, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2083": { | ||||
| 							"post": [0, 1.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2917": { | ||||
| 							"post": [0, 1.25, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4167": { | ||||
| 							"post": [0, 0.21, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": [0, 0, 0], | ||||
| 						"0.7083": [0, 1.25, 0], | ||||
| 						"0.9167": [0, 0, 0], | ||||
| 						"1.0": [0, 0.21, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_front_right2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [-17, 0, 0], | ||||
| 						"0.0833": [-18.75, 0, 0], | ||||
| 						"0.2917": [-40, 0, 0], | ||||
| 						"0.5": [-12.5, 0, 0], | ||||
| 						"0.7083": [-3.12, 0, 0], | ||||
| 						"1.0": [-17, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"foot_front_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [4.38, 0, 0], | ||||
| 						"0.0417": [7.5, 0, 0], | ||||
| 						"0.25": [55, 0, 0], | ||||
| 						"0.5": [22.5, 0, 0], | ||||
| 						"0.5417": [35, 0, 0], | ||||
| 						"0.7083": [10, 0, 0], | ||||
| 						"0.875": [-5, 0, 0], | ||||
| 						"1.0": [4.38, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"ear_left": { | ||||
| 					"rotation": ["15+Math.cos((query.anim_time) * 90 * 4*2) * 4", 12.5, 0] | ||||
| 				}, | ||||
| 				"ear_right": { | ||||
| 					"rotation": ["15+Math.cos((query.anim_time) * 90 * 4*2) * 4", -12.5, 0] | ||||
| 				}, | ||||
| 				"body_fur_left": { | ||||
| 					"rotation": [15, 0, 0] | ||||
| 				}, | ||||
| 				"body_fur_right": { | ||||
| 					"rotation": [15, 0, 0] | ||||
| 				}, | ||||
| 				"leg_back_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [26.5, 0, 0], | ||||
| 						"0.1667": [22.71, 0, 0], | ||||
| 						"0.4167": [-15.08, 0, 0], | ||||
| 						"0.5": [-18, 0, 0], | ||||
| 						"0.5833": [-15.08, 0, 0], | ||||
| 						"0.9167": [22.71, 0, 0], | ||||
| 						"1.0": [26.5, 0, 0] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0.21, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.125": { | ||||
| 							"post": [0, 0.55, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2083": { | ||||
| 							"post": [0, 0.6, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2917": { | ||||
| 							"post": [0, 0.75, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4167": { | ||||
| 							"post": [0, 0.21, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": [0, 0, 0], | ||||
| 						"0.7083": [0, 0.2, 0], | ||||
| 						"0.9167": [0, 0, 0], | ||||
| 						"1.0": [0, 0.21, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_back_left2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-9.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.125": { | ||||
| 							"post": [-35.75, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": [-48.75, 0, 0], | ||||
| 						"0.4167": [-21, 0, 0], | ||||
| 						"0.5": [-12.5, 0, 0], | ||||
| 						"0.7083": [-15.62, 0, 0], | ||||
| 						"1.0": [-9.5, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"foot_back_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [4.38, 0, 0], | ||||
| 						"0.0417": [7.5, 0, 0], | ||||
| 						"0.25": [55, 0, 0], | ||||
| 						"0.375": [13.75, 0, 0], | ||||
| 						"0.5": [35, 0, 0], | ||||
| 						"0.7083": [10, 0, 0], | ||||
| 						"0.875": [-5, 0, 0], | ||||
| 						"1.0": [4.38, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_back_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [-18, 0, 0], | ||||
| 						"0.0833": [-15.08, 0, 0], | ||||
| 						"0.4167": [22.71, 0, 0], | ||||
| 						"0.5": [26.5, 0, 0], | ||||
| 						"0.6667": [22.71, 0, 0], | ||||
| 						"0.9167": [-15.08, 0, 0], | ||||
| 						"1.0": [-18, 0, 0] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.4167": [0, 0, 0], | ||||
| 						"0.5": { | ||||
| 							"pre": [0, 0.21, 0], | ||||
| 							"post": [0, 0.21, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.625": { | ||||
| 							"post": [0, 0.65, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7083": { | ||||
| 							"post": [0, 0.6, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7917": { | ||||
| 							"post": [0, 0.65, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.9167": { | ||||
| 							"post": [0, 0.21, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_back_right2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [-12.5, 0, 0], | ||||
| 						"0.2083": [-15.62, 0, 0], | ||||
| 						"0.5": { | ||||
| 							"pre": [-9.5, 0, 0], | ||||
| 							"post": [-9.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.625": { | ||||
| 							"post": [-35.75, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": [-48.75, 0, 0], | ||||
| 						"0.9167": [-21, 0, 0], | ||||
| 						"1.0": [-12.5, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"foot_back_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [35, 0, 0], | ||||
| 						"0.2083": [10, 0, 0], | ||||
| 						"0.375": [-5, 0, 0], | ||||
| 						"0.5417": [7.5, 0, 0], | ||||
| 						"0.75": [55, 0, 0], | ||||
| 						"0.875": [13.75, 0, 0], | ||||
| 						"1.0": [35, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"position": [0, -0.75, 0] | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": ["2.5+Math.cos((query.anim_time) * 90 * 4*2 - 90) * 2", 0, 0], | ||||
| 					"position": [0, "0+Math.cos((query.anim_time) * 90 * 4*2) * 0.5", 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["27.5+Math.cos((query.anim_time) * 90 * 4*2) * -5", 0, "Math.cos((query.anim_time) * 90 * 4 - 30) * 2"], | ||||
| 					"position": [0, -0.6, -0.5] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["-20+Math.cos((query.anim_time) * 90 * 4*2) * 2", 0, 0] | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": ["30+Math.cos((query.anim_time) * 90 * 4*2 - 60) * -15", "0+Math.cos((query.anim_time) * 90 * 4 - 150) * 15", 0] | ||||
| 				}, | ||||
| 				"tail4": { | ||||
| 					"rotation": ["20+Math.cos((query.anim_time) * 90 * 4*2 - 120) * -5", "0+Math.cos((query.anim_time) * 90 * 4 - 210) * 30", 0] | ||||
| 				}, | ||||
| 				"left_thigh": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [26.5, 0, 0], | ||||
| 						"0.1667": [22.71, 0, 0], | ||||
| 						"0.4167": [-15.08, 0, 0], | ||||
| 						"0.5": [-18, 0, 0], | ||||
| 						"0.5833": [-15.08, 0, 0], | ||||
| 						"0.9167": [22.71, 0, 0], | ||||
| 						"1.0": [26.5, 0, 0] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 2.21, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.125": { | ||||
| 							"post": [0, 0.55, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2083": { | ||||
| 							"post": [0, 0.6, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2917": { | ||||
| 							"post": [0, 0.75, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4167": { | ||||
| 							"post": [0, 0.21, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": [0, 0, 0], | ||||
| 						"0.7083": [0, 0.2, 0], | ||||
| 						"0.9167": { | ||||
| 							"pre": [0, 2.21, 0], | ||||
| 							"post": [0, 2.21, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 2.21, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"left_backpaw": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [4.38, 0, 0], | ||||
| 						"0.0417": [7.5, 0, 0], | ||||
| 						"0.25": [55, 0, 0], | ||||
| 						"0.375": [13.75, 0, 0], | ||||
| 						"0.5": [35, 0, 0], | ||||
| 						"0.7083": [10, 0, 0], | ||||
| 						"0.875": [-5, 0, 0], | ||||
| 						"1.0": [4.38, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"right_thigh": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [-18, 0, 0], | ||||
| 						"0.0833": [-15.08, 0, 0], | ||||
| 						"0.4167": [22.71, 0, 0], | ||||
| 						"0.5": [26.5, 0, 0], | ||||
| 						"0.6667": [22.71, 0, 0], | ||||
| 						"0.9167": [-15.08, 0, 0], | ||||
| 						"1.0": [-18, 0, 0] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [0, 2, 0], | ||||
| 						"0.4167": [0, 0, 0], | ||||
| 						"0.5": { | ||||
| 							"pre": [0, 0.21, 0], | ||||
| 							"post": [0, 0.21, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.625": { | ||||
| 							"post": [0, 0.65, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7083": { | ||||
| 							"post": [0, 0.6, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7917": { | ||||
| 							"post": [0, 0.65, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.9167": [0, 2, 0], | ||||
| 						"1.0": [0, 2, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"right_backpaw": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [35, 0, 0], | ||||
| 						"0.2083": [10, 0, 0], | ||||
| 						"0.375": [-5, 0, 0], | ||||
| 						"0.5417": [7.5, 0, 0], | ||||
| 						"0.75": [55, 0, 0], | ||||
| 						"0.875": [13.75, 0, 0], | ||||
| 						"1.0": [35, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"left_shoulder": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [-21, 0, 0], | ||||
| 						"0.0833": [-18.08, 0, 0], | ||||
| 						"0.4167": [26.21, 0, 0], | ||||
| 						"0.5": [30, 0, 0], | ||||
| 						"0.6667": [26.21, 0, 0], | ||||
| 						"0.9167": [-18.08, 0, 0], | ||||
| 						"1.0": [-21, 0, 0] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [0, -1, 0], | ||||
| 						"0.2083": [0, 0.25, 0], | ||||
| 						"0.4167": [0, -1, 0], | ||||
| 						"0.625": { | ||||
| 							"pre": [0, 0.25, 0], | ||||
| 							"post": [0, 0.25, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7083": { | ||||
| 							"post": [0, 0.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7917": { | ||||
| 							"post": [0, 0.25, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.9167": { | ||||
| 							"post": [0, -0.79, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": [0, -1, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"left_elbow": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [-12.5, 0, 0], | ||||
| 						"0.2083": [-3.12, 0, 0], | ||||
| 						"0.5": [-17, 0, 0], | ||||
| 						"0.5833": [-18.75, 0, 0], | ||||
| 						"0.7917": [-40, 0, 0], | ||||
| 						"1.0": [-12.5, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"left_frontpaw": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [22.5, 0, 0], | ||||
| 						"0.0417": [35, 0, 0], | ||||
| 						"0.2083": [10, 0, 0], | ||||
| 						"0.375": [-5, 0, 0], | ||||
| 						"0.5417": [7.5, 0, 0], | ||||
| 						"0.75": [55, 0, 0], | ||||
| 						"0.9167": [15.42, 0, 0], | ||||
| 						"1.0": [22.5, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"right_shoulder": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [30, 0, 0], | ||||
| 						"0.1667": [26.21, 0, 0], | ||||
| 						"0.4167": [-18.08, 0, 0], | ||||
| 						"0.5": [-21, 0, 0], | ||||
| 						"0.5833": [-18.08, 0, 0], | ||||
| 						"0.9167": [26.21, 0, 0], | ||||
| 						"1.0": [30, 0, 0] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, -0.79, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.125": { | ||||
| 							"post": [0, 0.25, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2083": { | ||||
| 							"post": [0, 0.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2917": { | ||||
| 							"post": [0, 0.25, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4167": { | ||||
| 							"post": [0, -0.79, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": [0, -1, 0], | ||||
| 						"0.7083": [0, 0.25, 0], | ||||
| 						"0.9167": [0, -1, 0], | ||||
| 						"1.0": { | ||||
| 							"pre": [0, -0.79, 0], | ||||
| 							"post": [0, -0.79, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"right_elbow": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [-17, 0, 0], | ||||
| 						"0.0833": [-18.75, 0, 0], | ||||
| 						"0.2917": [-40, 0, 0], | ||||
| 						"0.5": [-12.5, 0, 0], | ||||
| 						"0.7083": [-3.12, 0, 0], | ||||
| 						"1.0": [-17, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"right_frontpaw": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [4.38, 0, 0], | ||||
| 						"0.0417": [7.5, 0, 0], | ||||
| 						"0.25": [55, 0, 0], | ||||
| 						"0.5": [22.5, 0, 0], | ||||
| 						"0.5417": [35, 0, 0], | ||||
| 						"0.7083": [10, 0, 0], | ||||
| 						"0.875": [-5, 0, 0], | ||||
| 						"1.0": [4.38, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.arcanine.test": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"torso": { | ||||
| 					"rotation": [-12.5, 0, 0] | ||||
| 				}, | ||||
| 				"upper_torso": { | ||||
| 					"rotation": [10, 0, 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": [5, 0, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [-7.5, 0, 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": [7.5, 0, 0] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": [20.09446, 0.60545, -0.32419] | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": [-7.5, 0, 0] | ||||
| 				}, | ||||
| 				"left_thigh": { | ||||
| 					"rotation": [34.79265, 6.34507, -4.72436] | ||||
| 				}, | ||||
| 				"left_knee": { | ||||
| 					"rotation": [-2.52718, -1.84293, 1.68956] | ||||
| 				}, | ||||
| 				"left_ankle": { | ||||
| 					"rotation": [10, 0, 0] | ||||
| 				}, | ||||
| 				"left_backpaw": { | ||||
| 					"rotation": [97.5, 0, 0] | ||||
| 				}, | ||||
| 				"left_ankle_fluff": { | ||||
| 					"rotation": [-17.5, 0, 0] | ||||
| 				}, | ||||
| 				"left_ankle_fluff2": { | ||||
| 					"rotation": [-17.5, 5, 0] | ||||
| 				}, | ||||
| 				"left_shoulder": { | ||||
| 					"rotation": [-15.14917, -5.52716, 0.82869], | ||||
| 					"position": [0, 1, 0.5] | ||||
| 				}, | ||||
| 				"left_elbow": { | ||||
| 					"rotation": [-57.5, 0, 0] | ||||
| 				}, | ||||
| 				"left_elbow_fluff": { | ||||
| 					"rotation": [17.5, -5, 0] | ||||
| 				}, | ||||
| 				"left_frontpaw": { | ||||
| 					"rotation": [112.5, 0, 0] | ||||
| 				}, | ||||
| 				"tail4": { | ||||
| 					"rotation": [12.5, 0, 0] | ||||
| 				}, | ||||
| 				"left_ankle_fluff9": { | ||||
| 					"rotation": [0, 7.5, 0] | ||||
| 				}, | ||||
| 				"left_elbow_fluff2": { | ||||
| 					"rotation": [7.5, 0, 0] | ||||
| 				}, | ||||
| 				"right_shoulder": { | ||||
| 					"rotation": [-35.14917, 5.52716, -0.82869], | ||||
| 					"position": [0, 1, 0.5] | ||||
| 				}, | ||||
| 				"tail_fluff": { | ||||
| 					"rotation": [5, 0, 0] | ||||
| 				}, | ||||
| 				"tail_fluff5": { | ||||
| 					"rotation": [0, 0, 0] | ||||
| 				}, | ||||
| 				"right_thigh": { | ||||
| 					"rotation": [27.29265, -6.34507, 4.72436] | ||||
| 				}, | ||||
| 				"right_knee": { | ||||
| 					"rotation": [4.97282, 1.84293, -1.68956] | ||||
| 				}, | ||||
| 				"right_ankle": { | ||||
| 					"rotation": [-7.5, 0, 0] | ||||
| 				}, | ||||
| 				"right_backpaw": { | ||||
| 					"rotation": [107.5, 0, 0] | ||||
| 				}, | ||||
| 				"right_ankle_fluff2": { | ||||
| 					"rotation": [-22.5, -5, 0] | ||||
| 				}, | ||||
| 				"right_ankle_fluff9": { | ||||
| 					"rotation": [0, -7.5, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.arcanine.test2": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"torso": { | ||||
| 					"rotation": [17.5, 0, 0], | ||||
| 					"position": [0, 0, 0] | ||||
| 				}, | ||||
| 				"upper_torso": { | ||||
| 					"rotation": [-10, 0, 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": [40, 0, 0], | ||||
| 					"position": [0, -1, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [-35.30843, 3.81024, -9.25249], | ||||
| 					"position": [0, 0.5, 0.5] | ||||
| 				}, | ||||
| 				"jaw": { | ||||
| 					"rotation": [72.5, 0, 0], | ||||
| 					"position": [0, -0.5, 0] | ||||
| 				}, | ||||
| 				"head_fluff_top2": { | ||||
| 					"rotation": [5.00474, -2.49048, -0.21803] | ||||
| 				}, | ||||
| 				"head_fluff_left": { | ||||
| 					"rotation": [-12.16438, 15.56824, -19.67933] | ||||
| 				}, | ||||
| 				"head_fluff_right": { | ||||
| 					"rotation": [-12.16438, -15.56824, 19.67933] | ||||
| 				}, | ||||
| 				"head_fluff_left2": { | ||||
| 					"rotation": [0, 7.5, 0] | ||||
| 				}, | ||||
| 				"head_fluff_right2": { | ||||
| 					"rotation": [0, -7.5, 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": [-14.76786, -9.45044, -4.13116] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": [-11.00881, -17.89908, -0.1179] | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": [4.32185, 9.54385, -8.11019] | ||||
| 				}, | ||||
| 				"tail4": { | ||||
| 					"rotation": [12.08681, 3.21132, -14.65993] | ||||
| 				}, | ||||
| 				"left_thigh": { | ||||
| 					"rotation": [0.65426, -4.95712, -7.52832], | ||||
| 					"position": [0, 0, -1] | ||||
| 				}, | ||||
| 				"left_knee": { | ||||
| 					"rotation": [0.25081, -1.32789, 3.20266] | ||||
| 				}, | ||||
| 				"left_ankle": { | ||||
| 					"rotation": [0, 0, 0] | ||||
| 				}, | ||||
| 				"left_backpaw": { | ||||
| 					"rotation": [0, -7.5, 4] | ||||
| 				}, | ||||
| 				"left_ankle_fluff": { | ||||
| 					"rotation": [0, -5, 0] | ||||
| 				}, | ||||
| 				"left_ankle_fluff9": { | ||||
| 					"rotation": [0, 12.5, 0] | ||||
| 				}, | ||||
| 				"left_shoulder": { | ||||
| 					"rotation": [34.89743, 2.86544, -4.09918], | ||||
| 					"position": [0, -4.5, 1] | ||||
| 				}, | ||||
| 				"left_elbow": { | ||||
| 					"rotation": [-62.5, 0, 0] | ||||
| 				}, | ||||
| 				"left_elbow_fluff": { | ||||
| 					"rotation": [8.16086, 6.81641, 2.60927] | ||||
| 				}, | ||||
| 				"left_elbow_fluff2": { | ||||
| 					"rotation": [2.5, 5, 0] | ||||
| 				}, | ||||
| 				"left_frontpaw": { | ||||
| 					"rotation": [27.54601, -4.06319, 2.39383] | ||||
| 				}, | ||||
| 				"chin_fluff": { | ||||
| 					"rotation": [50, 0, 0], | ||||
| 					"position": [0, 0, 0] | ||||
| 				}, | ||||
| 				"right_shoulder": { | ||||
| 					"rotation": [-44.97272, 1.76749, 1.76833], | ||||
| 					"position": [0, -4.75, 1] | ||||
| 				}, | ||||
| 				"left_ankle_fluff2": { | ||||
| 					"rotation": [0, 10, 0] | ||||
| 				}, | ||||
| 				"tail_fluff": { | ||||
| 					"rotation": [2.5, 0, 0] | ||||
| 				}, | ||||
| 				"tail_fluff3": { | ||||
| 					"rotation": [2.5, 0, 0] | ||||
| 				}, | ||||
| 				"tail_fluff5": { | ||||
| 					"rotation": [0, 0, -12.5] | ||||
| 				}, | ||||
| 				"right_thigh": { | ||||
| 					"rotation": [0.65426, 4.95712, 7.52832] | ||||
| 				}, | ||||
| 				"right_knee": { | ||||
| 					"rotation": [0.25081, 1.32789, -3.20266] | ||||
| 				}, | ||||
| 				"right_backpaw": { | ||||
| 					"rotation": [0, 7.5, -4] | ||||
| 				}, | ||||
| 				"right_ankle_fluff": { | ||||
| 					"rotation": [0, 5, 0] | ||||
| 				}, | ||||
| 				"right_ankle_fluff2": { | ||||
| 					"rotation": [0, -10, 0] | ||||
| 				}, | ||||
| 				"right_ankle_fluff9": { | ||||
| 					"rotation": [0, -12.5, 0] | ||||
| 				}, | ||||
| 				"head_fluff_top_left": { | ||||
| 					"rotation": [0, 0, -2.5] | ||||
| 				}, | ||||
| 				"head_fluff_top_right": { | ||||
| 					"rotation": [0, 0, -2.5] | ||||
| 				}, | ||||
| 				"chest_fluff": { | ||||
| 					"position": [0, -1, 0] | ||||
| 				}, | ||||
| 				"right_frontpaw": { | ||||
| 					"rotation": [44.97272, -1.76749, -0.73167] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.arcanine.blink": { | ||||
| 			"animation_length": 0.16667, | ||||
| 			"bones": { | ||||
| 				"left_eyelid": { | ||||
| 					"position": { | ||||
| 						"0.0": [0.1, 0, -0.1], | ||||
| 						"0.125": [0.1, 0, -0.1], | ||||
| 						"0.1667": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"right_eyelid": { | ||||
| 					"position": { | ||||
| 						"0.0": [-0.1, 0, -0.1], | ||||
| 						"0.125": [-0.1, 0, -0.1], | ||||
| 						"0.1667": [0, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -0,0 +1,128 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.arctibax.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"torso": { | ||||
| 					"rotation": ["0-Math.cos((query.anim_time - 0.2) * 90) * 2", 0, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["0-Math.cos((query.anim_time - 0.8) * 90) * 2", 0, 0] | ||||
| 				}, | ||||
| 				"jaw": { | ||||
| 					"rotation": ["0-Math.cos((query.anim_time - 0.5) * 90) * 2", 0, 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["0-Math.cos((query.anim_time - 0.5) * 90) * 2", 0, 0] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": ["0-Math.cos((query.anim_time - 0.8) * 90) * 2", 0, 0] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [3.82591, "9.8386+Math.cos((query.anim_time - 0.5) * 90) * 2", 61.9507], | ||||
| 					"position": [0, 0, 1] | ||||
| 				}, | ||||
| 				"arm_left2": { | ||||
| 					"rotation": [0, 47.5, 0], | ||||
| 					"position": [-0.5, 0, 0.75] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [3.82591, "-9.8386-Math.cos((query.anim_time - 0.5) * 90) * 2", -61.9507], | ||||
| 					"position": [0, 0, 1] | ||||
| 				}, | ||||
| 				"arm_right2": { | ||||
| 					"rotation": [0, -47.5, 0], | ||||
| 					"position": [0.5, 0, 0.75] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["0-Math.cos((query.anim_time - 0.5) * 90) * 2", 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.arctibax.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"wing_left": { | ||||
| 					"rotation": [0, -10, 0] | ||||
| 				}, | ||||
| 				"forearm_left": { | ||||
| 					"rotation": [0, "5-math.sin(query.anim_time*90*3*1.5)*6", 0] | ||||
| 				}, | ||||
| 				"hand_left": { | ||||
| 					"rotation": [0, 0, 15] | ||||
| 				}, | ||||
| 				"fire": { | ||||
| 					"rotation": [-20, 0, 0] | ||||
| 				}, | ||||
| 				"forearm_right": { | ||||
| 					"rotation": [0, "-5-math.sin(query.anim_time*90*3*1.5+30)*6", 0] | ||||
| 				}, | ||||
| 				"hand_right": { | ||||
| 					"rotation": [0, 0, -15] | ||||
| 				}, | ||||
| 				"wing_right": { | ||||
| 					"rotation": [0, 10, 0] | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": [ | ||||
| 						"-math.clamp(math.sin(query.anim_time*90*3*1.5+45)*20,-15,14)-math.clamp(math.sin(query.anim_time*90*3*1.5+45)*20,0,20)+math.clamp(-math.sin(query.anim_time*90*3*1.5+180)*15,5,15)-5", | ||||
| 						0, | ||||
| 						0 | ||||
| 					], | ||||
| 					"position": [ | ||||
| 						0, | ||||
| 						"-math.clamp(math.sin(query.anim_time*90*3*1.5+25)*0.2,0,0.2)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25)*0.4,0,0.3)+math.clamp(-math.sin(query.anim_time*90*3*1.5+25)*0.8,0.5,0.8)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180)*0.8,0.5,0.8)", | ||||
| 						"-math.clamp(math.sin(query.anim_time*90*3*1.5)*0.5,-0.25,1)-math.clamp(math.sin(query.anim_time*90*3*1.5)*0.25,-0.8,0)" | ||||
| 					] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["math.clamp(math.sin(query.anim_time*180*3*1.5/2+20)*1,0.2,0.9)+math.clamp(-math.sin(query.anim_time*180*3*1.5/2)*1,0.2,0.9)-0.8", 0, 0] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": ["math.clamp(math.sin(query.anim_time*180*3*1.5/2+20)*1,0.2,0.9)+math.clamp(-math.sin(query.anim_time*180*3*1.5/2)*1,0.2,0.9)-0.8", 0, 0] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [0, "-math.sin(query.anim_time*90*3*1.5)*10", "35+2*(math.sin(q.anim_time*90*9)*1+1)"] | ||||
| 				}, | ||||
| 				"arm_left2": { | ||||
| 					"rotation": [0, 47.5, 0], | ||||
| 					"position": [-0.5, 0, 0.75] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [0, "-math.sin(query.anim_time*90*3*1.5+30)*10", "-35-2*(math.sin(q.anim_time*90*9)*1+1)"] | ||||
| 				}, | ||||
| 				"arm_right2": { | ||||
| 					"rotation": [0, -47.5, 0], | ||||
| 					"position": [0.5, 0, 0.75] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": ["math.clamp(math.sin(query.anim_time*180*3*1.5/2+20)*1,0.2,0.9)+math.clamp(-math.sin(query.anim_time*180*3*1.5/2)*1,0.2,0.9)-0.8", 0, 0], | ||||
| 					"position": [ | ||||
| 						0, | ||||
| 						"-math.clamp(math.sin(-query.anim_time*90*3*1.5-90+45/2)*0.5,0,1)-math.clamp(math.sin(-query.anim_time*90*3*1.5-90+45/2+180)*0.5,0,1)+0.3", | ||||
| 						"-math.clamp(math.sin(query.anim_time*90*3*1.5+90)*0.2,0,0.2)-math.clamp(math.sin(-query.anim_time*90*3*1.5-90)*0.2,0,0.2)" | ||||
| 					] | ||||
| 				}, | ||||
| 				"foot_left": { | ||||
| 					"rotation": ["math.clamp(math.sin(query.anim_time*90*3*1.5+45)*15,-14,14)+math.clamp(math.sin(query.anim_time*90*3*1.5+45)*15,0,8)", 0, 0] | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": [ | ||||
| 						"-math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*20,-15,14)-math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*20,0,20)+math.clamp(-math.sin(query.anim_time*90*3*1.5+180*2)*15,5,15)-5", | ||||
| 						0, | ||||
| 						0 | ||||
| 					], | ||||
| 					"position": [ | ||||
| 						0, | ||||
| 						"0.2-math.clamp(math.sin(query.anim_time*90*3*1.5+25+180)*0.2,0,0.2)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180)*0.4,0,0.3)+math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180)*0.8,0.5,0.8)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180*2)*0.8,0.5,0.8)", | ||||
| 						"-math.clamp(math.sin(query.anim_time*90*3*1.5+180)*0.5,-0.25,1)-math.clamp(math.sin(query.anim_time*90*3*1.5+180)*0.25,-0.8,0)" | ||||
| 					] | ||||
| 				}, | ||||
| 				"foot_right": { | ||||
| 					"rotation": ["math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*15,-14,14)+math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*15,0,8)", 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,603 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.articuno2.render": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"tail": { | ||||
| 					"rotation": [27.22644, 22.52101, 11.14843] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": [-3.26822, 26.06465, -44.31081] | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": [-28.76765, -7.52076, -18.58597] | ||||
| 				}, | ||||
| 				"tail4": { | ||||
| 					"rotation": [-64.47761, -5.24826, -11.36081] | ||||
| 				}, | ||||
| 				"tail6": { | ||||
| 					"rotation": [-52.73749, 4.55749, -5.96275] | ||||
| 				}, | ||||
| 				"tail7": { | ||||
| 					"rotation": [-15, 0, 0] | ||||
| 				}, | ||||
| 				"tail8": { | ||||
| 					"rotation": [7.5, 0, 0] | ||||
| 				}, | ||||
| 				"tail9": { | ||||
| 					"rotation": [25, 0, 0] | ||||
| 				}, | ||||
| 				"wing_open_left": { | ||||
| 					"rotation": [-90, -25, -25], | ||||
| 					"position": [-1, 0, 2] | ||||
| 				}, | ||||
| 				"wing_open_left2": { | ||||
| 					"rotation": [0, 80, 0], | ||||
| 					"position": [-2, 0, 3] | ||||
| 				}, | ||||
| 				"wing_open_left3": { | ||||
| 					"rotation": [0, -62.5, 0], | ||||
| 					"position": [-1, 0, 0] | ||||
| 				}, | ||||
| 				"wing_open_right": { | ||||
| 					"rotation": [-90, 25, 25], | ||||
| 					"position": [1, 0, 2] | ||||
| 				}, | ||||
| 				"wing_open_right2": { | ||||
| 					"rotation": [0, -80, 0], | ||||
| 					"position": [2, 0, 3] | ||||
| 				}, | ||||
| 				"wing_open_right3": { | ||||
| 					"rotation": [0, 62.5, 0], | ||||
| 					"position": [1, 0, 0] | ||||
| 				}, | ||||
| 				"wing_closed_left": { | ||||
| 					"scale": 0 | ||||
| 				}, | ||||
| 				"wing_closed_right": { | ||||
| 					"scale": 0 | ||||
| 				}, | ||||
| 				"bone8": { | ||||
| 					"rotation": [52.5, 0, 0] | ||||
| 				}, | ||||
| 				"foot_right": { | ||||
| 					"rotation": [32.5, 0, 0] | ||||
| 				}, | ||||
| 				"toe_middle_right2": { | ||||
| 					"rotation": [17.5, 0, 0] | ||||
| 				}, | ||||
| 				"toe_back_right": { | ||||
| 					"rotation": [-30, 0, 0] | ||||
| 				}, | ||||
| 				"toe_back_right2": { | ||||
| 					"rotation": [-12.5, 0, 0] | ||||
| 				}, | ||||
| 				"toe_outer_right2": { | ||||
| 					"rotation": [17.5, 0, 0] | ||||
| 				}, | ||||
| 				"toe_inner_right5": { | ||||
| 					"rotation": [25, 0, 0] | ||||
| 				}, | ||||
| 				"foot_left": { | ||||
| 					"rotation": [32.5, 0, 0] | ||||
| 				}, | ||||
| 				"toe_middle_left2": { | ||||
| 					"rotation": [27.5, 0, 0] | ||||
| 				}, | ||||
| 				"toe_back_left": { | ||||
| 					"rotation": [-30, 0, 0] | ||||
| 				}, | ||||
| 				"toe_back_left2": { | ||||
| 					"rotation": [-17.5, 0, 0] | ||||
| 				}, | ||||
| 				"toe_outer_left2": { | ||||
| 					"rotation": [32.5, 0, 0] | ||||
| 				}, | ||||
| 				"toe_inner_left5": { | ||||
| 					"rotation": [30, 0, 0] | ||||
| 				}, | ||||
| 				"bone": { | ||||
| 					"rotation": [0, 50, 0], | ||||
| 					"position": [-10, 0, -20] | ||||
| 				}, | ||||
| 				"bone6": { | ||||
| 					"rotation": [0, -50, 0], | ||||
| 					"position": [9, 0, -21] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.articuno2.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"torso": { | ||||
| 					"rotation": [7.5, 0, 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["-26.157+Math.cos((query.anim_time - 0.2) * 90) * 2", -29.76212, 13.70122] | ||||
| 				}, | ||||
| 				"tail6": { | ||||
| 					"rotation": ["35+Math.cos((query.anim_time - 1.4) * 90) * 2", -17.5, 0] | ||||
| 				}, | ||||
| 				"chest": { | ||||
| 					"rotation": [-15, 0, 0] | ||||
| 				}, | ||||
| 				"wing_open_left": { | ||||
| 					"scale": 0 | ||||
| 				}, | ||||
| 				"wing_closed_left2": { | ||||
| 					"rotation": [2.5, 0, 0] | ||||
| 				}, | ||||
| 				"wing_closed_left": { | ||||
| 					"rotation": [16.71463, -1.51595, 5.78711] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": ["-12.5+Math.cos((query.anim_time - 0.5) * 90) * 2", -37.5, 0] | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": ["-5.4937+Math.cos((query.anim_time - 0.8) * 90) * 2", -24.91806, 1.88358] | ||||
| 				}, | ||||
| 				"tail4": { | ||||
| 					"rotation": ["23.9046+Math.cos((query.anim_time - 1.1) * 90) * 2", -38.75807, -7.57883] | ||||
| 				}, | ||||
| 				"tail7": { | ||||
| 					"rotation": ["10+Math.cos((query.anim_time - 1.7) * 90) * 2", -15, 0] | ||||
| 				}, | ||||
| 				"tail8": { | ||||
| 					"rotation": ["-30+Math.cos((query.anim_time - 2) * 90) * 2", -17.5, 0] | ||||
| 				}, | ||||
| 				"tail9": { | ||||
| 					"rotation": ["-17.5+Math.cos((query.anim_time - 2.3) * 90) * 2", -15, 0] | ||||
| 				}, | ||||
| 				"wing_open_right": { | ||||
| 					"scale": 0 | ||||
| 				}, | ||||
| 				"bone10": { | ||||
| 					"position": [0, 0, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [12.5, 0, 0] | ||||
| 				}, | ||||
| 				"wing_closed_right": { | ||||
| 					"rotation": [16.71463, 1.51595, -5.78711] | ||||
| 				}, | ||||
| 				"wing_closed_right2": { | ||||
| 					"rotation": [2.5, 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.articuno2.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"tail_left": { | ||||
| 					"rotation": ["2.5+math.sin(q.anim_time*90*6-25+180)*2", "math.sin(q.anim_time*90*3-20+180)*0.75", 0] | ||||
| 				}, | ||||
| 				"tail_left2": { | ||||
| 					"rotation": ["2.5+math.sin(q.anim_time*90*6-50+180)*3", "math.sin(q.anim_time*90*3-40+180)*1", 0] | ||||
| 				}, | ||||
| 				"tail_right": { | ||||
| 					"rotation": ["2.5+math.sin(q.anim_time*90*6-25+180)*2", "math.sin(q.anim_time*90*3-20+180)*0.75", 0] | ||||
| 				}, | ||||
| 				"tail_right2": { | ||||
| 					"rotation": ["2.5+math.sin(q.anim_time*90*6-50+180)*3", "math.sin(q.anim_time*90*3-40+180)*1", 0] | ||||
| 				}, | ||||
| 				"hair": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*6-95+180)*3", 0, 0] | ||||
| 				}, | ||||
| 				"hair_left": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*6-90+180)*4", 0, 0] | ||||
| 				}, | ||||
| 				"hair_right": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*6-90+180)*4", 0, 0] | ||||
| 				}, | ||||
| 				"hair_left2": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*6-85+180)*3", 0, 0] | ||||
| 				}, | ||||
| 				"hair_right2": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*6-85+180)*3", 0, 0] | ||||
| 				}, | ||||
| 				"wing_left2": { | ||||
| 					"rotation": [0, -107.5, 0], | ||||
| 					"position": [0, -0.01, 0] | ||||
| 				}, | ||||
| 				"wing_left3": { | ||||
| 					"rotation": [0, -62.5, 0], | ||||
| 					"position": [-1, -0.01, -2] | ||||
| 				}, | ||||
| 				"wing_right3": { | ||||
| 					"rotation": [0, 62.5, 0], | ||||
| 					"position": [1, -0.01, -1] | ||||
| 				}, | ||||
| 				"claw_middle_left": { | ||||
| 					"rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] | ||||
| 				}, | ||||
| 				"claw_back_left": { | ||||
| 					"rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-12.5,0)", 0, 0] | ||||
| 				}, | ||||
| 				"claw_outer_left": { | ||||
| 					"rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] | ||||
| 				}, | ||||
| 				"claw_inner_left": { | ||||
| 					"rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] | ||||
| 				}, | ||||
| 				"claw_middle_right": { | ||||
| 					"rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] | ||||
| 				}, | ||||
| 				"claw_back_right": { | ||||
| 					"rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-12.5,0)", 0, 0] | ||||
| 				}, | ||||
| 				"claw_inner_right": { | ||||
| 					"rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] | ||||
| 				}, | ||||
| 				"claw_outer_right": { | ||||
| 					"rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] | ||||
| 				}, | ||||
| 				"toe_right_middle": { | ||||
| 					"rotation": [ | ||||
| 						"0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", | ||||
| 						0, | ||||
| 						0 | ||||
| 					] | ||||
| 				}, | ||||
| 				"toe_right_inner": { | ||||
| 					"rotation": [ | ||||
| 						"-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", | ||||
| 						-2.79056, | ||||
| 						4.67594 | ||||
| 					] | ||||
| 				}, | ||||
| 				"toe_right_outer": { | ||||
| 					"rotation": [ | ||||
| 						"-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", | ||||
| 						2.79056, | ||||
| 						-4.67594 | ||||
| 					] | ||||
| 				}, | ||||
| 				"toe_right_back": { | ||||
| 					"rotation": ["math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*22.5,-20,0)", 0, 0] | ||||
| 				}, | ||||
| 				"toe_left_middle": { | ||||
| 					"rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 0, 0] | ||||
| 				}, | ||||
| 				"toe_left_inner": { | ||||
| 					"rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 7.13182, -4.77156] | ||||
| 				}, | ||||
| 				"toe_left_outer": { | ||||
| 					"rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", -7.13182, 4.77156] | ||||
| 				}, | ||||
| 				"toe_left_back": { | ||||
| 					"rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*22.5,-20,0)", 0, 0] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"position": [0, "0+math.clamp(math.sin(query.anim_time*90*6*-1-30)*1,-0,1)+math.clamp(math.sin(query.anim_time*90*6*-1-30)*1,-0.9,0)", 0] | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": ["math.sin(q.anim_time*90*6+0+180)*2", "0+math.sin(q.anim_time*90*3-60+180)*2.5", "0+math.sin(q.anim_time*90*3+0)*2.5"] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["-26.157+Math.cos((query.anim_time - 0.2) * 90) * 2", -29.76212, 13.70122] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": ["-12.5+Math.cos((query.anim_time - 0.5) * 90) * 2", -37.5, 0] | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": ["-5.4937+Math.cos((query.anim_time - 0.8) * 90) * 2", -24.91806, 1.88358] | ||||
| 				}, | ||||
| 				"tail4": { | ||||
| 					"rotation": ["23.9046+Math.cos((query.anim_time - 1.1) * 90) * 2", -38.75807, -7.57883] | ||||
| 				}, | ||||
| 				"tail6": { | ||||
| 					"rotation": ["35+Math.cos((query.anim_time - 1.4) * 90) * 2", -17.5, 0] | ||||
| 				}, | ||||
| 				"tail7": { | ||||
| 					"rotation": ["10+Math.cos((query.anim_time - 1.7) * 90) * 2", 0, 0] | ||||
| 				}, | ||||
| 				"tail8": { | ||||
| 					"rotation": ["-30+Math.cos((query.anim_time - 2) * 90) * 2", 0, 0], | ||||
| 					"position": [0, 0, 0] | ||||
| 				}, | ||||
| 				"tail9": { | ||||
| 					"rotation": ["-17.5+Math.cos((query.anim_time - 2.3) * 90) * 2", 0, 0], | ||||
| 					"position": [0.2, 0, 0] | ||||
| 				}, | ||||
| 				"wing_open_left": { | ||||
| 					"scale": 0 | ||||
| 				}, | ||||
| 				"wing_open_right": { | ||||
| 					"scale": 0 | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["2.5+math.sin(q.anim_time*90*6-40)*3", 0, "math.sin(q.anim_time*90*3-50)*0.25"] | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": [ | ||||
| 						"0+math.clamp(math.sin(query.anim_time*90*3*-1-50+180)*17.5,-17.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-50+180)*22.5,-0,20)", | ||||
| 						0, | ||||
| 						0 | ||||
| 					], | ||||
| 					"position": [0, "-1+math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "1-math.sin(q.anim_time*90*3-80)*2"] | ||||
| 				}, | ||||
| 				"leg_right2": { | ||||
| 					"rotation": [ | ||||
| 						"0+math.clamp(math.sin(query.anim_time*90*3*-1-150+180)*35.5,-32.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-150+180)*17.5,-0,15)", | ||||
| 						0, | ||||
| 						0 | ||||
| 					] | ||||
| 				}, | ||||
| 				"foot_right": { | ||||
| 					"rotation": [ | ||||
| 						"-7.5+math.clamp(math.sin(query.anim_time*90*3*-1-175+180)*7.5,-7.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-175+180)*22.5,-0,20)", | ||||
| 						0, | ||||
| 						0 | ||||
| 					] | ||||
| 				}, | ||||
| 				"toe_middle_right": { | ||||
| 					"rotation": [ | ||||
| 						"0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", | ||||
| 						0, | ||||
| 						0 | ||||
| 					] | ||||
| 				}, | ||||
| 				"toe_back_right": { | ||||
| 					"rotation": [ | ||||
| 						"0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*22.5,-20,0)", | ||||
| 						0, | ||||
| 						0 | ||||
| 					] | ||||
| 				}, | ||||
| 				"toe_outer_right": { | ||||
| 					"rotation": [ | ||||
| 						"-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", | ||||
| 						2.79056, | ||||
| 						-4.67594 | ||||
| 					] | ||||
| 				}, | ||||
| 				"toe_inner_right": { | ||||
| 					"rotation": [ | ||||
| 						"-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", | ||||
| 						-2.79056, | ||||
| 						4.67594 | ||||
| 					] | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-50)*17.5,-17.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-50)*22.5,-0,20)", 0, 0], | ||||
| 					"position": [0, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60)*1,0.3,1)", "1+math.sin(q.anim_time*90*3-80)*2"] | ||||
| 				}, | ||||
| 				"leg_left2": { | ||||
| 					"rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-150)*35.5,-32.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-150)*17.5,-0,15)", 0, 0] | ||||
| 				}, | ||||
| 				"foot_left": { | ||||
| 					"rotation": ["-7.5+math.clamp(math.sin(query.anim_time*90*3*-1-175)*7.5,-7.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-175)*22.5,-0,20)", 0, 0] | ||||
| 				}, | ||||
| 				"toe_middle_left": { | ||||
| 					"rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 0, 0] | ||||
| 				}, | ||||
| 				"toe_back_left": { | ||||
| 					"rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*22.5,-20,0)", 0, 0] | ||||
| 				}, | ||||
| 				"toe_outer_left": { | ||||
| 					"rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", -7.13182, 4.77156] | ||||
| 				}, | ||||
| 				"toe_inner_left": { | ||||
| 					"rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 7.13182, -4.77156] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.articuno2.air_idle": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 1.33333, | ||||
| 			"bones": { | ||||
| 				"tail_left": { | ||||
| 					"rotation": [8.0352, -0.67621, 4.9829] | ||||
| 				}, | ||||
| 				"tail_right": { | ||||
| 					"rotation": [8.27991, 1.031, -7.46967] | ||||
| 				}, | ||||
| 				"tail_left2": { | ||||
| 					"rotation": [12.64619, -1.47498, 22.81474] | ||||
| 				}, | ||||
| 				"tail_right2": { | ||||
| 					"rotation": [12.64619, 1.47498, -22.81474] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["30+math.sin(q.anim_time*90*3-70)*-5", 0, 0] | ||||
| 				}, | ||||
| 				"hair4": { | ||||
| 					"rotation": ["5+math.sin(q.anim_time*90*3-150)*25", 0, 0] | ||||
| 				}, | ||||
| 				"hair2": { | ||||
| 					"rotation": ["math.sin(q.anim_time*90*3-90)*1", 0, 0] | ||||
| 				}, | ||||
| 				"hair3": { | ||||
| 					"rotation": ["math.sin(q.anim_time*90*3-90)*5+4", 0, 0] | ||||
| 				}, | ||||
| 				"hair5": { | ||||
| 					"rotation": ["math.sin(q.anim_time*90*3-210)*20-20", 0, 0] | ||||
| 				}, | ||||
| 				"hair6": { | ||||
| 					"rotation": ["math.sin(q.anim_time*90*3-300)*50+2.5", 0, 0] | ||||
| 				}, | ||||
| 				"claw_back_right": { | ||||
| 					"rotation": [-23.06545, 0.03421, 1.5838] | ||||
| 				}, | ||||
| 				"claw_inner_right": { | ||||
| 					"rotation": [25, 0, 0] | ||||
| 				}, | ||||
| 				"claw_middle_right": { | ||||
| 					"rotation": [20, 0, 0] | ||||
| 				}, | ||||
| 				"claw_outer_right": { | ||||
| 					"rotation": [20, 0, 0] | ||||
| 				}, | ||||
| 				"claw_back_left": { | ||||
| 					"rotation": [-23.06545, -0.03421, -1.5838] | ||||
| 				}, | ||||
| 				"claw_inner_left": { | ||||
| 					"rotation": [25, 0, 0] | ||||
| 				}, | ||||
| 				"claw_middle_left": { | ||||
| 					"rotation": [20, 0, 0] | ||||
| 				}, | ||||
| 				"claw_outer_left": { | ||||
| 					"rotation": [20, 0, 0] | ||||
| 				}, | ||||
| 				"wing_open_right4": { | ||||
| 					"rotation": [0, 0, "math.sin(q.anim_time*90*3-140)*40"] | ||||
| 				}, | ||||
| 				"wing_open_left4": { | ||||
| 					"rotation": [0, 0, "-(math.sin(q.anim_time*90*3-140)*40)"] | ||||
| 				}, | ||||
| 				"wing_open_left_top2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0.30106, 4.51902, "7.2048+math.sin(q.anim_time*90*3-70)*-40"], | ||||
| 						"0.5833": [-0.30338, 7.01873, "2.2637+math.sin(q.anim_time*90*3-70)*-40"], | ||||
| 						"0.75": [-0.91696, 6.96545, "-2.7735+math.sin(q.anim_time*90*3-70)*-40"] | ||||
| 					} | ||||
| 				}, | ||||
| 				"wing_open_right_top2": { | ||||
| 					"rotation": [0.30031, 2.01906, "7.1917-math.sin(q.anim_time*90*3-70)*-40"] | ||||
| 				}, | ||||
| 				"wing_open_right_top": { | ||||
| 					"rotation": [0, -2.5, 0] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": ["-10+math.sin(q.anim_time*90*3-60)*-1", 0, 0], | ||||
| 					"position": [0, "math.sin(q.anim_time*90*3-30)*-2", "math.sin(q.anim_time*90*3-30)*-0.5"] | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": ["math.sin(q.anim_time*90*3-60)+7", 0, 0], | ||||
| 					"position": [0, -3, 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["-22.6819+Math.cos((query.anim_time - 0.2) * 90) * 2", 0.27764, 0.69256] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": ["-12.5+Math.cos((query.anim_time - 0.5) * 90) * 2", -37.5, 0] | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": ["-5.4937+Math.cos((query.anim_time - 0.8) * 90) * 2", -24.91806, 1.88358] | ||||
| 				}, | ||||
| 				"tail4": { | ||||
| 					"rotation": ["23.9046+Math.cos((query.anim_time - 1.1) * 90) * 2", -38.75807, -7.57883] | ||||
| 				}, | ||||
| 				"tail6": { | ||||
| 					"rotation": { | ||||
| 						"0.0": ["35+Math.cos((query.anim_time - 1.4) * 90) * 2", -17.5, 0], | ||||
| 						"1.3333": ["27.5+Math.cos((query.anim_time - 1.4) * 90) * 2", -17.5, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"tail7": { | ||||
| 					"rotation": { | ||||
| 						"0.0": ["10+Math.cos((query.anim_time - 1.7) * 90) * 2", -15, 0], | ||||
| 						"1.3333": ["5+Math.cos((query.anim_time - 1.7) * 90) * 2", -15, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"tail8": { | ||||
| 					"rotation": ["-30+Math.cos((query.anim_time - 2) * 90) * 2", -17.5, 0] | ||||
| 				}, | ||||
| 				"tail9": { | ||||
| 					"rotation": ["-17.5+Math.cos((query.anim_time - 2.3) * 90) * 2", -15, 0] | ||||
| 				}, | ||||
| 				"chest": { | ||||
| 					"rotation": [-10, 0, 0], | ||||
| 					"position": [0, 0, 0] | ||||
| 				}, | ||||
| 				"wing_open_left": { | ||||
| 					"rotation": [-10, 5, "5+math.sin(q.anim_time*90*3)*-60"], | ||||
| 					"position": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] | ||||
| 				}, | ||||
| 				"wing_open_left2": { | ||||
| 					"rotation": [0.30239, 7.01899, "7.218+math.sin(q.anim_time*90*3-70)*-40"], | ||||
| 					"position": [-1, 0, 0] | ||||
| 				}, | ||||
| 				"wing_open_left3": { | ||||
| 					"rotation": [0, 0, "-(math.sin(q.anim_time*90*3-120)*30)"], | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.625": [-1, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"wing_open_right": { | ||||
| 					"rotation": [-10, -5, "-5+math.sin(q.anim_time*90*3)*60"], | ||||
| 					"position": [0, "math.sin(q.anim_time*90*3)*-0.5", 0] | ||||
| 				}, | ||||
| 				"wing_open_right2": { | ||||
| 					"rotation": [0.3024, -7.01899, "-7.218+math.sin(q.anim_time*90*3-70)*40"], | ||||
| 					"position": [1, 0, 0] | ||||
| 				}, | ||||
| 				"wing_open_right3": { | ||||
| 					"rotation": [0, 0, "math.sin(q.anim_time*90*3-120)*30"] | ||||
| 				}, | ||||
| 				"wing_closed_left": { | ||||
| 					"scale": 0 | ||||
| 				}, | ||||
| 				"wing_closed_right": { | ||||
| 					"scale": 0 | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["15-math.sin(q.anim_time*90*3-70)*10", 0, 0], | ||||
| 					"position": [0, 0, 0] | ||||
| 				}, | ||||
| 				"chest_feathers": { | ||||
| 					"position": [0, 0, 1] | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": ["math.sin(q.anim_time*90*3-90)*-10", 0, 0], | ||||
| 					"position": [0, -3, 0] | ||||
| 				}, | ||||
| 				"leg_right2": { | ||||
| 					"rotation": ["math.sin(q.anim_time*90*3-120)*15", 0, 0] | ||||
| 				}, | ||||
| 				"foot_right": { | ||||
| 					"rotation": ["-20+math.sin(q.anim_time*90*3-150)*5", 0, -7.5] | ||||
| 				}, | ||||
| 				"toe_middle_right": { | ||||
| 					"rotation": [35, 0, 0] | ||||
| 				}, | ||||
| 				"toe_middle_right2": { | ||||
| 					"rotation": [17.5, 0, 0] | ||||
| 				}, | ||||
| 				"toe_back_right": { | ||||
| 					"rotation": [-40, 0, 0] | ||||
| 				}, | ||||
| 				"toe_back_right2": { | ||||
| 					"rotation": [-12.5, 0, 0] | ||||
| 				}, | ||||
| 				"toe_outer_right": { | ||||
| 					"rotation": [58.51614, 5.49409, 9.06696] | ||||
| 				}, | ||||
| 				"toe_outer_right2": { | ||||
| 					"rotation": [27.5, 0, 0] | ||||
| 				}, | ||||
| 				"toe_inner_right": { | ||||
| 					"rotation": [39.47824, -5.87457, -5.06653] | ||||
| 				}, | ||||
| 				"toe_inner_right5": { | ||||
| 					"rotation": [17.5, 0, 0] | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": ["math.sin(q.anim_time*90*3-90)*-10", 0, 0], | ||||
| 					"position": [0, -3, 0] | ||||
| 				}, | ||||
| 				"leg_left2": { | ||||
| 					"rotation": ["math.sin(q.anim_time*90*3-120)*15", 0, 0] | ||||
| 				}, | ||||
| 				"foot_left": { | ||||
| 					"rotation": ["-20+math.sin(q.anim_time*90*3-150)*5", 0, 7.5] | ||||
| 				}, | ||||
| 				"toe_middle_left": { | ||||
| 					"rotation": [35, 0, 0] | ||||
| 				}, | ||||
| 				"toe_back_left": { | ||||
| 					"rotation": [-60, 0, 0] | ||||
| 				}, | ||||
| 				"toe_outer_left": { | ||||
| 					"rotation": [58.51614, -5.49409, -9.06696] | ||||
| 				}, | ||||
| 				"toe_inner_left": { | ||||
| 					"rotation": [39.47824, 5.87457, 5.06653] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,224 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.articunogalar.air_idle": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 1.33333, | ||||
| 			"bones": { | ||||
| 				"tail_left": { | ||||
| 					"rotation": [8.0352, -0.67621, 4.9829] | ||||
| 				}, | ||||
| 				"tail_right": { | ||||
| 					"rotation": [8.27991, 1.031, -7.46967] | ||||
| 				}, | ||||
| 				"tail_left2": { | ||||
| 					"rotation": [12.64619, -1.47498, 22.81474] | ||||
| 				}, | ||||
| 				"tail_right2": { | ||||
| 					"rotation": [12.64619, 1.47498, -22.81474] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["30+math.sin(q.anim_time*90*3-70)*-5", 0, 0] | ||||
| 				}, | ||||
| 				"hair4": { | ||||
| 					"rotation": ["5+math.sin(q.anim_time*90*3-150)*25", 0, 0] | ||||
| 				}, | ||||
| 				"hair2": { | ||||
| 					"rotation": ["math.sin(q.anim_time*90*3-90)*1", 0, 0] | ||||
| 				}, | ||||
| 				"hair3": { | ||||
| 					"rotation": ["math.sin(q.anim_time*90*3-90)*5+4", 0, 0] | ||||
| 				}, | ||||
| 				"hair5": { | ||||
| 					"rotation": ["math.sin(q.anim_time*90*3-210)*20-20", 0, 0] | ||||
| 				}, | ||||
| 				"hair6": { | ||||
| 					"rotation": ["math.sin(q.anim_time*90*3-300)*50+2.5", 0, 0] | ||||
| 				}, | ||||
| 				"claw_back_right": { | ||||
| 					"rotation": [-23.06545, 0.03421, 1.5838] | ||||
| 				}, | ||||
| 				"claw_inner_right": { | ||||
| 					"rotation": [25, 0, 0] | ||||
| 				}, | ||||
| 				"claw_middle_right": { | ||||
| 					"rotation": [20, 0, 0] | ||||
| 				}, | ||||
| 				"claw_outer_right": { | ||||
| 					"rotation": [20, 0, 0] | ||||
| 				}, | ||||
| 				"claw_back_left": { | ||||
| 					"rotation": [-23.06545, -0.03421, -1.5838] | ||||
| 				}, | ||||
| 				"claw_inner_left": { | ||||
| 					"rotation": [25, 0, 0] | ||||
| 				}, | ||||
| 				"claw_middle_left": { | ||||
| 					"rotation": [20, 0, 0] | ||||
| 				}, | ||||
| 				"claw_outer_left": { | ||||
| 					"rotation": [20, 0, 0] | ||||
| 				}, | ||||
| 				"wing_open_right4": { | ||||
| 					"rotation": [0, 0, "math.sin(q.anim_time*90*3-140)*40"] | ||||
| 				}, | ||||
| 				"wing_open_left4": { | ||||
| 					"rotation": [0, 0, "-(math.sin(q.anim_time*90*3-140)*40)"] | ||||
| 				}, | ||||
| 				"wing_open_left_top2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0.30106, 4.51902, "7.2048+math.sin(q.anim_time*90*3-70)*-40"], | ||||
| 						"0.5833": [-0.30338, 7.01873, "2.2637+math.sin(q.anim_time*90*3-70)*-40"], | ||||
| 						"0.75": [-0.91696, 6.96545, "-2.7735+math.sin(q.anim_time*90*3-70)*-40"] | ||||
| 					} | ||||
| 				}, | ||||
| 				"wing_open_right_top2": { | ||||
| 					"rotation": [0.30031, 2.01906, "7.1917-math.sin(q.anim_time*90*3-70)*-40"] | ||||
| 				}, | ||||
| 				"wing_open_right_top": { | ||||
| 					"rotation": [0, -2.5, 0] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": ["-10+math.sin(q.anim_time*45*1.5-30)*0.1", 0, 0], | ||||
| 					"position": [0, "math.sin(q.anim_time*90*3-30)+16", 0] | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": ["math.sin(q.anim_time*90*3-60)+7", 0, 0], | ||||
| 					"position": [0, -3, 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": [-16.8256, -47.4901, 25.70213] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": [-16.8256, -35.04518, -0.58697] | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": [-16.8256, -39.85464, 3.52564] | ||||
| 				}, | ||||
| 				"tail4": { | ||||
| 					"rotation": [-16.8256, -38.75807, -7.57883] | ||||
| 				}, | ||||
| 				"tail6": { | ||||
| 					"rotation": [-16.8256, -37.49504, 0.5067] | ||||
| 				}, | ||||
| 				"tail7": { | ||||
| 					"rotation": [-16.8256, -15, 0] | ||||
| 				}, | ||||
| 				"tail8": { | ||||
| 					"rotation": [-16.8256, -17.5, 0] | ||||
| 				}, | ||||
| 				"tail9": { | ||||
| 					"rotation": [-16.8256, 1.56585, -5.70092] | ||||
| 				}, | ||||
| 				"chest": { | ||||
| 					"rotation": [-10, 0, 0], | ||||
| 					"position": [0, 0, 0] | ||||
| 				}, | ||||
| 				"wing_open_left": { | ||||
| 					"rotation": [-23.73545, 50.16411, 45.49799], | ||||
| 					"position": [0, 0, 3] | ||||
| 				}, | ||||
| 				"wing_open_left2": { | ||||
| 					"rotation": [34.02007, 40.43687, 118.91183], | ||||
| 					"position": [-1, 0, 1] | ||||
| 				}, | ||||
| 				"wing_open_left3": { | ||||
| 					"rotation": [-67.5, -82.5, 65], | ||||
| 					"position": [0, 0, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [17.5, 0, 0], | ||||
| 					"position": [0, 0, 0] | ||||
| 				}, | ||||
| 				"chest_feathers": { | ||||
| 					"position": [0, 0, 1] | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"position": [0, -3, 0] | ||||
| 				}, | ||||
| 				"foot_right": { | ||||
| 					"rotation": ["16.0421+math.sin(q.anim_time*90*3-150)*5", 13.27491, -5.91245] | ||||
| 				}, | ||||
| 				"toe_middle_right": { | ||||
| 					"rotation": [35, 0, 0] | ||||
| 				}, | ||||
| 				"toe_middle_right2": { | ||||
| 					"rotation": [17.5, 0, 0] | ||||
| 				}, | ||||
| 				"toe_back_right": { | ||||
| 					"rotation": [-40, 0, 0] | ||||
| 				}, | ||||
| 				"toe_back_right2": { | ||||
| 					"rotation": [-12.5, 0, 0] | ||||
| 				}, | ||||
| 				"toe_outer_right": { | ||||
| 					"rotation": [58.51614, 5.49409, 9.06696] | ||||
| 				}, | ||||
| 				"toe_outer_right2": { | ||||
| 					"rotation": [27.5, 0, 0] | ||||
| 				}, | ||||
| 				"toe_inner_right": { | ||||
| 					"rotation": [39.47824, -5.87457, -5.06653] | ||||
| 				}, | ||||
| 				"toe_inner_right5": { | ||||
| 					"rotation": [17.5, 0, 0] | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"position": [0, -3, 0] | ||||
| 				}, | ||||
| 				"foot_left": { | ||||
| 					"rotation": ["35.626+math.sin(q.anim_time*90*3-150)*5", -10.51794, 0.70714] | ||||
| 				}, | ||||
| 				"toe_middle_left": { | ||||
| 					"rotation": [35, 0, 0] | ||||
| 				}, | ||||
| 				"toe_back_left": { | ||||
| 					"rotation": [-60, 0, 0] | ||||
| 				}, | ||||
| 				"toe_outer_left": { | ||||
| 					"rotation": [58.51614, -5.49409, -9.06696] | ||||
| 				}, | ||||
| 				"toe_inner_left": { | ||||
| 					"rotation": [39.47824, 5.87457, 5.06653] | ||||
| 				}, | ||||
| 				"bone": { | ||||
| 					"rotation": [0, 17.5, 0], | ||||
| 					"position": [-7, 0, 0] | ||||
| 				}, | ||||
| 				"bone12": { | ||||
| 					"scale": 0 | ||||
| 				}, | ||||
| 				"bone17": { | ||||
| 					"rotation": [23.47603, -16.1299, -54.38003], | ||||
| 					"position": [32, -14, 3] | ||||
| 				}, | ||||
| 				"bone18": { | ||||
| 					"rotation": [0, 0, 10], | ||||
| 					"position": [-7, 6, -2] | ||||
| 				}, | ||||
| 				"bone22": { | ||||
| 					"rotation": [28.23, -22.22, -50.77], | ||||
| 					"position": [27, -5, 2] | ||||
| 				}, | ||||
| 				"wing_open_right": { | ||||
| 					"rotation": [-90, 0, -27.5], | ||||
| 					"position": [5, 0, 4] | ||||
| 				}, | ||||
| 				"wing_open_right2": { | ||||
| 					"rotation": [10.02978, 8.68575, -131.08441], | ||||
| 					"scale": 1.01 | ||||
| 				}, | ||||
| 				"wing_open_right3": { | ||||
| 					"rotation": [-44.42035, 67.46507, -91.91932], | ||||
| 					"position": [0, -1, 0] | ||||
| 				}, | ||||
| 				"bone21": { | ||||
| 					"scale": 0 | ||||
| 				}, | ||||
| 				"bone23": { | ||||
| 					"position": [6, 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -0,0 +1,959 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.azumarill.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 4, | ||||
| 			"bones": { | ||||
| 				"bone": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-2.5, 2.5, -5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [-2.5, -2.5, 5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [-2.5, 2.5, -5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.0": { | ||||
| 							"post": [-2.5, -2.5, 5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"4.0": { | ||||
| 							"post": [-2.5, 2.5, -5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 0.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.0": { | ||||
| 							"post": [0, 0.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"4.0": { | ||||
| 							"post": [0, 0.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leftArm": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-3.33, 0, -20], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.1667": { | ||||
| 							"post": [-5, 0, -30], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.6667": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.1667": { | ||||
| 							"post": [-5, 0, -30], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.6667": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.1667": { | ||||
| 							"post": [-5, 0, -30], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.6667": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.1667": { | ||||
| 							"post": [-5, 0, -30], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.6667": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"4.0": { | ||||
| 							"post": [-3.33, 0, -20], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"rightArm": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-3.33, 0, 20], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.1667": { | ||||
| 							"post": [-5, 0, 30], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.6667": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.1667": { | ||||
| 							"post": [-5, 0, 30], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.6667": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.1667": { | ||||
| 							"post": [-5, 0, 30], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.6667": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.1667": { | ||||
| 							"post": [-5, 0, 30], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.6667": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"4.0": { | ||||
| 							"post": [-3.33, 0, 20], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leftEar": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0.36, 0.03, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.0833": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5833": { | ||||
| 							"post": [2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0833": { | ||||
| 							"post": [-2.5, -2.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5833": { | ||||
| 							"post": [2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0833": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.5833": { | ||||
| 							"post": [2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.0833": { | ||||
| 							"post": [-2.5, -2.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.5833": { | ||||
| 							"post": [2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"4.0": { | ||||
| 							"post": [0.36, 0.03, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"rightEar": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-4.04, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.0833": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5833": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0833": { | ||||
| 							"post": [-2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5833": { | ||||
| 							"post": [2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0833": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.5833": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.0833": { | ||||
| 							"post": [-2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.5833": { | ||||
| 							"post": [2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"4.0": { | ||||
| 							"post": [-4.04, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-2.33, 5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.1667": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.6667": { | ||||
| 							"post": [3, -15, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.1667": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.6667": { | ||||
| 							"post": [3, 15, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.1667": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.6667": { | ||||
| 							"post": [3, -15, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.1667": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.6667": { | ||||
| 							"post": [3, 15, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"4.0": { | ||||
| 							"post": [-2.33, 5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leftFoot": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [8.77058, -0.98496, 0.62572], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [8.77058, -0.98496, 0.62572], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.0": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"4.0": { | ||||
| 							"post": [8.77058, -0.98496, 0.62572], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0.6, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0.3, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 0.6, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.0": { | ||||
| 							"post": [0, 0.3, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"4.0": { | ||||
| 							"post": [0, 0.6, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"rightFoot": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [8.77058, 0.98496, -0.62572], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.0": { | ||||
| 							"post": [8.77058, 0.98496, -0.62572], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"4.0": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0.3, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0.6, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 0.3, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.0": { | ||||
| 							"post": [0, 0.6, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"4.0": { | ||||
| 							"post": [0, 0.3, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [20, 10, 5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [20, -10, -5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [20, 10, 5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.0": { | ||||
| 							"post": [20, -10, -5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"4.0": { | ||||
| 							"post": [20, 10, 5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.azumarill.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 2, | ||||
| 			"bones": { | ||||
| 				"bone": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 5, -2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, -5, 2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 5, -2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, -5, 2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 5, -2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.125": { | ||||
| 							"post": [0, 0.17, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 1, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.625": { | ||||
| 							"post": [0, 0.13, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [0, 1, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.125": { | ||||
| 							"post": [0, 0.13, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [0, 1, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.625": { | ||||
| 							"post": [0, 0.13, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.75": { | ||||
| 							"post": [0, 1, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leftEar": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.75": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"rightEar": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [-2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [-2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [-2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.75": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [-2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leftArm": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 30, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, -20, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [-5, 10, -15], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 30, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, -20, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.75": { | ||||
| 							"post": [-5, 10, -15], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 30, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"rightArm": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 30, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [-5, 10, 15], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, -20, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 30, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [-5, 10, 15], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, -20, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 30, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, -2.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 20, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [0, -20, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [0, 20, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.75": { | ||||
| 							"post": [0, -20, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, -2.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 2.5, 1.31], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 2.5, -10.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [0, 2.5, 10.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [0, 2.5, -10.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.75": { | ||||
| 							"post": [0, 2.5, 10.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 2.5, 1.31], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leftFoot": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.375": { | ||||
| 							"post": [-20, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [5.5, 0, 1.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.375": { | ||||
| 							"post": [-20, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.75": { | ||||
| 							"post": [5.5, 0, 1.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0.8, 3], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 0.5, -0.25], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, -2], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0.8, 3], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [0, 0.5, -0.25], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, -2], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 0.8, 3], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"rightFoot": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [5.5, 0, 1.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.875": { | ||||
| 							"post": [-20, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [5.5, 0, 1.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.875": { | ||||
| 							"post": [-20, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, -2], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0.8, 3], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [0, 0.5, -0.25], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, -2], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0.8, 3], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.75": { | ||||
| 							"post": [0, 0.5, -0.25], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 0, -2], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.azumarill.faint": { | ||||
| 			"loop": true | ||||
| 		}, | ||||
| 		"animation.azumarill.blink": { | ||||
| 			"animation_length": 0.625, | ||||
| 			"bones": { | ||||
| 				"eye1": { | ||||
| 					"scale": { | ||||
| 						"0.0": [1, 1, 1], | ||||
| 						"0.2083": [1, 1, 1], | ||||
| 						"0.2917": [1, 0, 1], | ||||
| 						"0.375": [1, 0, 1], | ||||
| 						"0.4583": [1, 1.1, 1], | ||||
| 						"0.5": [1, 1, 1], | ||||
| 						"0.625": [1, 1, 1] | ||||
| 					} | ||||
| 				}, | ||||
| 				"eye2": { | ||||
| 					"scale": { | ||||
| 						"0.0": [1, 1, 1], | ||||
| 						"0.2083": [1, 1, 1], | ||||
| 						"0.2917": [1, 0, 1], | ||||
| 						"0.375": [1, 0, 1], | ||||
| 						"0.4583": [1, 1.1, 1], | ||||
| 						"0.5": [1, 1, 1], | ||||
| 						"0.625": [1, 1, 1] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,585 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.azurill.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 2, | ||||
| 			"bones": { | ||||
| 				"tail": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [-1, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [-1, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [1, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [1, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone3": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [1, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [1, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, -2.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [1, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 2.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [1, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, -2.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0.03421, 0.13722], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0.03421, 0.13722], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"rightEar": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0.31, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [-2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [-2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.75": { | ||||
| 							"post": [2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0.31, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leftEar": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0.31, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [-2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [-2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.75": { | ||||
| 							"post": [2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0.31, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"rightFoot": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-0.78, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.75": { | ||||
| 							"post": [2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [-0.78, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leftFoot": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-0.78, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.75": { | ||||
| 							"post": [2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [-0.78, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.azurill.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 2, | ||||
| 			"bones": { | ||||
| 				"tail": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7083": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.7083": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone3": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [-1, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [-1, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, -2.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [-1, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 2.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [-1, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, -2.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0.03421, 0.13722], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0.03421, 0.13722], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"rightEar": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0.63, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.75": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0.63, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leftEar": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0.63, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.75": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0.63, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"rightFoot": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-1.87, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.75": { | ||||
| 							"post": [2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [-1.87, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leftFoot": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-1.87, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.75": { | ||||
| 							"post": [2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [-1.87, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"tailball": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.375": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [-1, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.375": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.75": { | ||||
| 							"post": [-1, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.375": { | ||||
| 							"post": [0, 3, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.375": { | ||||
| 							"post": [0, 3, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.azurill.blink": { | ||||
| 			"animation_length": 0.625, | ||||
| 			"bones": { | ||||
| 				"RightEye": { | ||||
| 					"scale": { | ||||
| 						"0.0": [1, 1, 1], | ||||
| 						"0.2083": [1, 1, 1], | ||||
| 						"0.2917": [1, 0, 1], | ||||
| 						"0.375": [1, 0, 1], | ||||
| 						"0.4583": [1, 1.1, 1], | ||||
| 						"0.5": [1, 1, 1], | ||||
| 						"0.625": [1, 1, 1] | ||||
| 					} | ||||
| 				}, | ||||
| 				"LeftEye": { | ||||
| 					"scale": { | ||||
| 						"0.0": [1, 1, 1], | ||||
| 						"0.2083": [1, 1, 1], | ||||
| 						"0.2917": [1, 0, 1], | ||||
| 						"0.375": [1, 0, 1], | ||||
| 						"0.4583": [1, 1.1, 1], | ||||
| 						"0.5": [1, 1, 1], | ||||
| 						"0.625": [1, 1, 1] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.azurill.faint": { | ||||
| 			"loop": "hold_on_last_frame" | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,263 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.banette.pose": { | ||||
| 			"loop": "hold_on_last_frame", | ||||
| 			"bones": { | ||||
| 				"hair2": { | ||||
| 					"rotation": [-31.0319, -5.63464, -1.36257], | ||||
| 					"position": [0.45568, 0.76917, -0.91483] | ||||
| 				}, | ||||
| 				"hair3": { | ||||
| 					"rotation": [45, 0, 0] | ||||
| 				}, | ||||
| 				"hair4": { | ||||
| 					"rotation": [-75, 0, 0] | ||||
| 				}, | ||||
| 				"hair5": { | ||||
| 					"rotation": [0, 50, 0], | ||||
| 					"position": [-0.85, 0, -0.75] | ||||
| 				}, | ||||
| 				"hair6": { | ||||
| 					"rotation": [0, -90, 0], | ||||
| 					"position": [0.5, 0, -1] | ||||
| 				}, | ||||
| 				"hair7": { | ||||
| 					"rotation": [0, 80, 0], | ||||
| 					"position": [-0.6, 0, -0.5] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [0, 60, 0], | ||||
| 					"position": [-1.5, 0, 0] | ||||
| 				}, | ||||
| 				"arm_right2": { | ||||
| 					"rotation": [0, 0, 70] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [0, -60, 0], | ||||
| 					"position": [1.5, 0, 0] | ||||
| 				}, | ||||
| 				"arm_left2": { | ||||
| 					"rotation": [0, 0, -70] | ||||
| 				}, | ||||
| 				"hair8": { | ||||
| 					"rotation": [-27.5, 35, -12.5], | ||||
| 					"position": [1, 0, -2] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [0, 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.banette.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"hair2": { | ||||
| 					"rotation": ["-31.0319+math.sin(q.anim_time*90*4-30)*5", -5.6346, -1.36257], | ||||
| 					"position": [0.45568, 0.76917, -0.91483] | ||||
| 				}, | ||||
| 				"hair3": { | ||||
| 					"rotation": ["45+math.sin(q.anim_time*90*4-60)*2.5", 0, 0] | ||||
| 				}, | ||||
| 				"hair4": { | ||||
| 					"rotation": ["-75+math.sin(q.anim_time*90*4-30)*2.5", 0, 0] | ||||
| 				}, | ||||
| 				"hair5": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*4-0)*2.5", 50, 0], | ||||
| 					"position": [-0.85, 0, -0.75] | ||||
| 				}, | ||||
| 				"hair6": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*4+30)*2.5", -90, 0], | ||||
| 					"position": [0.5, 0, -1] | ||||
| 				}, | ||||
| 				"hair7": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*4+60)*5", 80, 0], | ||||
| 					"position": [-0.6, 0, -0.5] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [0, 60, "0-math.sin(q.anim_time*90*4-60)*10"], | ||||
| 					"position": [-1.5, 0, 0] | ||||
| 				}, | ||||
| 				"arm_right2": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*4+15)*10", "0+math.sin(q.anim_time*90*4+60)*10", 70] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [0, "-60+math.sin(q.anim_time*90*4+35)*5", "0+math.sin(q.anim_time*90*2+15)*5"], | ||||
| 					"position": [1.5, 0, 0] | ||||
| 				}, | ||||
| 				"arm_left2": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*4+15)*10", "0+math.sin(q.anim_time*90*4+60)*10", "-70+math.sin(q.anim_time*90*4+30)*2.5"] | ||||
| 				}, | ||||
| 				"hair8": { | ||||
| 					"rotation": [-27.5, "35-math.sin(q.anim_time*90*2+230)*10", -12.5], | ||||
| 					"position": [1, 0, -2] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*4)*7.5", "0-math.sin(q.anim_time*90*2)*5", "0+math.sin(q.anim_time*90*2)*7.5"], | ||||
| 					"position": [0, -0.25, 0] | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*4-60)*2", "0-math.sin(q.anim_time*90*2-60)*5", "0-math.sin(q.anim_time*90*2-60)*2"] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*4+60)*10", "0+math.sin(q.anim_time*90*2+30)*15", 0] | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": [0, 0, "0-math.sin(q.anim_time*90*2-30)*1"] | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": [0, 0, "0-math.sin(q.anim_time*90*2-30)*1"] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.banette.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"hair2": { | ||||
| 					"rotation": ["-31.0319+math.sin(q.anim_time*90*4-30)*5", -5.6346, -1.36257], | ||||
| 					"position": [0.45568, 0.76917, -0.91483] | ||||
| 				}, | ||||
| 				"hair3": { | ||||
| 					"rotation": ["45+math.sin(q.anim_time*90*4-60)*2.5", 0, 0] | ||||
| 				}, | ||||
| 				"hair4": { | ||||
| 					"rotation": ["-75+math.sin(q.anim_time*90*4-30)*2.5", 0, 0] | ||||
| 				}, | ||||
| 				"hair5": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*4-0)*2.5", 50, 0], | ||||
| 					"position": [-0.85, 0, -0.75] | ||||
| 				}, | ||||
| 				"hair6": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*4+30)*2.5", -90, 0], | ||||
| 					"position": [0.5, 0, -1] | ||||
| 				}, | ||||
| 				"hair7": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*4+60)*5", 80, 0], | ||||
| 					"position": [-0.6, 0, -0.5] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [0, 60, "0-math.sin(q.anim_time*90*4-60)*10"], | ||||
| 					"position": [-1.5, 0, 0] | ||||
| 				}, | ||||
| 				"arm_right2": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*4+15)*10", "0+math.sin(q.anim_time*90*4+60)*10", 70] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [0, "-60+math.sin(q.anim_time*90*4+35)*5", "0+math.sin(q.anim_time*90*2+15)*5"], | ||||
| 					"position": [1.5, 0, 0] | ||||
| 				}, | ||||
| 				"arm_left2": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*4+15)*10", "0+math.sin(q.anim_time*90*4+60)*10", "-70+math.sin(q.anim_time*90*4+30)*2.5"] | ||||
| 				}, | ||||
| 				"hair8": { | ||||
| 					"rotation": [-27.5, "35-math.sin(q.anim_time*90*2+230)*10", -12.5], | ||||
| 					"position": [1, 0, -2] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*4)*7.5", "0-math.sin(q.anim_time*90*2)*5", "0+math.sin(q.anim_time*90*2)*7.5"], | ||||
| 					"position": [0, -0.25, 0] | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": ["7.5-math.sin(q.anim_time*90*4-60)*2", "-math.sin(q.anim_time*90*2-60)*5", "-math.sin(q.anim_time*90*2-60)*2"], | ||||
| 					"position": [0, 0, -0.25] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*4+60)*10", "0+math.sin(q.anim_time*90*2+30)*15", 0] | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*4)*10", 0, "0-math.sin(q.anim_time*90*2-30)*1"], | ||||
| 					"position": [0, "0+math.clamp(math.sin(q.anim_time*90*4+60)*0.5, -0.2, 0.5)", "0-math.sin(q.anim_time*90*4)*0.75"] | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*4)*10", 0, "0-math.sin(q.anim_time*90*2-30)*1"], | ||||
| 					"position": [0, "0-math.clamp(math.sin(q.anim_time*90*4+60)*0.5, -0.5, 0.2)", "0+math.sin(q.anim_time*90*4)*0.75"] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.banette.sleep": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"hair2": { | ||||
| 					"rotation": [-31.0319, -5.63464, -1.36257], | ||||
| 					"position": [0.45568, 0.76917, -0.91483] | ||||
| 				}, | ||||
| 				"hair3": { | ||||
| 					"rotation": ["45-math.sin(q.anim_time*90*1+60)*2", 0, 0] | ||||
| 				}, | ||||
| 				"hair4": { | ||||
| 					"rotation": ["-75-math.sin(q.anim_time*90*1+90)*2.5", 0, 0] | ||||
| 				}, | ||||
| 				"hair5": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*1+90)*2.5", 50, 0], | ||||
| 					"position": [-0.85, 0, -0.75] | ||||
| 				}, | ||||
| 				"hair6": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*1+90)*2.5", -90, 0], | ||||
| 					"position": [0.5, 0, -1] | ||||
| 				}, | ||||
| 				"hair7": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*1+90)*3", 80, 0], | ||||
| 					"position": [-0.6, 0, -0.5] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [0, 60, "0-math.sin(q.anim_time*90*1+60)*1.5"], | ||||
| 					"position": [-1.5, 0, 0] | ||||
| 				}, | ||||
| 				"arm_right2": { | ||||
| 					"rotation": [0, 0, "70-math.sin(q.anim_time*90*2+90)*1.5"] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [0, -60, "0+math.sin(q.anim_time*90*1+60)*1.5"], | ||||
| 					"position": [1.5, 0, 0] | ||||
| 				}, | ||||
| 				"arm_left2": { | ||||
| 					"rotation": [0, 0, "-70-math.sin(q.anim_time*90*2+60)*1.5"] | ||||
| 				}, | ||||
| 				"hair8": { | ||||
| 					"rotation": ["-60-math.sin(q.anim_time*90*1+30)*1.5", 35, -12.5], | ||||
| 					"position": [1, 0, -2] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["5-math.sin(q.anim_time*90*1+30)*1.5", 0, 0] | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": ["17.5-math.sin(q.anim_time*90*1)*1", 0, 0], | ||||
| 					"position": [0, -0.5, -1] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": [12.5, 0, 0], | ||||
| 					"position": [0, -0.25, 0] | ||||
| 				}, | ||||
| 				"eyelid_right": { | ||||
| 					"position": [0, 0, -0.0875] | ||||
| 				}, | ||||
| 				"eyelid_left": { | ||||
| 					"position": [0, 0, -0.0875] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["-40+math.sin(q.anim_time*90*2+60)*2", 0, 0], | ||||
| 					"position": [0, 0, -0.25] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.banette.blink": { | ||||
| 			"animation_length": 0.16667, | ||||
| 			"bones": { | ||||
| 				"eyelid_right": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, -0.0875], | ||||
| 						"0.125": [0, 0, -0.0875], | ||||
| 						"0.1667": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"eyelid_left": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, -0.0875], | ||||
| 						"0.125": [0, 0, -0.0875], | ||||
| 						"0.1667": [0, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -0,0 +1,124 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.baxcalibur.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"arm_left": { | ||||
| 					"rotation": [0, "0-Math.cos((query.anim_time - 0.5) * 90) * 2", 35] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["-15-Math.cos((query.anim_time - 0.8) * 90) * 2", 0, 0] | ||||
| 				}, | ||||
| 				"bone11": { | ||||
| 					"rotation": ["5-Math.cos((query.anim_time - 0.8) * 90) * 2", 0, 0], | ||||
| 					"position": [0, 0, 0.25] | ||||
| 				}, | ||||
| 				"arm_left2": { | ||||
| 					"rotation": [0, "67.5-Math.cos((query.anim_time - 0.8) * 90) * 2", 0], | ||||
| 					"position": [-2, 0, 2] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [0, "0+Math.cos((query.anim_time - 0.5) * 90) * 2", -35] | ||||
| 				}, | ||||
| 				"arm_right2": { | ||||
| 					"rotation": [0, "-67.5+Math.cos((query.anim_time - 0.8) * 90) * 2", 0], | ||||
| 					"position": [2, 0, 2] | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": ["7.5-Math.cos((query.anim_time - 0.2) * 90) * 2", "-Math.cos((query.anim_time - 0.2) * 90) * 2", 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["5-Math.cos((query.anim_time - 0.5) * 90) * 2", 0, 0] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": [0, 0, 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": [0, "0-Math.cos((query.anim_time - 0.5) * 90) * 2", 0] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": [0, "0-Math.cos((query.anim_time - 0.8) * 90) * 2", 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.baxcalibur.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"wing_left": { | ||||
| 					"rotation": [0, -10, 0] | ||||
| 				}, | ||||
| 				"forearm_left": { | ||||
| 					"rotation": [0, "5-math.sin(query.anim_time*90*3*1.5)*6", 0] | ||||
| 				}, | ||||
| 				"hand_left": { | ||||
| 					"rotation": [0, 0, 15] | ||||
| 				}, | ||||
| 				"fire": { | ||||
| 					"rotation": [-20, 0, 0] | ||||
| 				}, | ||||
| 				"forearm_right": { | ||||
| 					"rotation": [0, "-5-math.sin(query.anim_time*90*3*1.5+30)*6", 0] | ||||
| 				}, | ||||
| 				"hand_right": { | ||||
| 					"rotation": [0, 0, -15] | ||||
| 				}, | ||||
| 				"wing_right": { | ||||
| 					"rotation": [0, 10, 0] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": ["math.clamp(math.sin(query.anim_time*180*3*1.5/2+20)*1,0.2,0.9)+math.clamp(-math.sin(query.anim_time*180*3*1.5/2)*1,0.2,0.9)-0.8", 0, 0], | ||||
| 					"position": [ | ||||
| 						0, | ||||
| 						"-math.clamp(math.sin(-query.anim_time*90*3*1.5-90+45/2)*0.5,0,1)-math.clamp(math.sin(-query.anim_time*90*3*1.5-90+45/2+180)*0.5,0,1)+0.3", | ||||
| 						"-math.clamp(math.sin(query.anim_time*90*3*1.5+90)*0.2,0,0.2)-math.clamp(math.sin(-query.anim_time*90*3*1.5-90)*0.2,0,0.2)" | ||||
| 					] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [0, "-math.sin(query.anim_time*90*3*1.5)*10", "35+2*(math.sin(q.anim_time*90*9)*1+1)"] | ||||
| 				}, | ||||
| 				"arm_left2": { | ||||
| 					"rotation": [0, 67.5, 0], | ||||
| 					"position": [-2, 0, 2] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [0, "-math.sin(query.anim_time*90*3*1.5+30)*10", "-35-2*(math.sin(q.anim_time*90*9)*1+1)"] | ||||
| 				}, | ||||
| 				"arm_right2": { | ||||
| 					"rotation": [0, -67.5, 0], | ||||
| 					"position": [2, 0, 2] | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": [ | ||||
| 						"-math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*20,-15,14)-math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*20,0,20)+math.clamp(-math.sin(query.anim_time*90*3*1.5+180*2)*15,5,15)-5", | ||||
| 						0, | ||||
| 						0 | ||||
| 					], | ||||
| 					"position": [ | ||||
| 						0, | ||||
| 						"0.2-math.clamp(math.sin(query.anim_time*90*3*1.5+25+180)*0.2,0,0.2)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180)*0.4,0,0.3)+math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180)*0.8,0.5,0.8)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180*2)*0.8,0.5,0.8)", | ||||
| 						"-math.clamp(math.sin(query.anim_time*90*3*1.5+180)*0.5,-0.25,1)-math.clamp(math.sin(query.anim_time*90*3*1.5+180)*0.25,-0.8,0)" | ||||
| 					] | ||||
| 				}, | ||||
| 				"foot_right": { | ||||
| 					"rotation": ["math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*15,-14,14)+math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*15,0,8)", 0, 0] | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": [ | ||||
| 						"-math.clamp(math.sin(query.anim_time*90*3*1.5+45)*20,-15,14)-math.clamp(math.sin(query.anim_time*90*3*1.5+45)*20,0,20)+math.clamp(-math.sin(query.anim_time*90*3*1.5+180)*15,5,15)-5", | ||||
| 						0, | ||||
| 						0 | ||||
| 					], | ||||
| 					"position": [ | ||||
| 						0, | ||||
| 						"-math.clamp(math.sin(query.anim_time*90*3*1.5+25)*0.2,0,0.2)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25)*0.4,0,0.3)+math.clamp(-math.sin(query.anim_time*90*3*1.5+25)*0.8,0.5,0.8)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180)*0.8,0.5,0.8)", | ||||
| 						"-math.clamp(math.sin(query.anim_time*90*3*1.5)*0.5,-0.25,1)-math.clamp(math.sin(query.anim_time*90*3*1.5)*0.25,-0.8,0)" | ||||
| 					] | ||||
| 				}, | ||||
| 				"foot_left": { | ||||
| 					"rotation": ["math.clamp(math.sin(query.anim_time*90*3*1.5+45)*15,-14,14)+math.clamp(math.sin(query.anim_time*90*3*1.5+45)*15,0,8)", 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,99 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.bellibolt.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 1.3333, | ||||
| 			"bones": { | ||||
| 				"left_leg": { | ||||
| 					"rotation": [ | ||||
| 						"math.clamp(math.sin(query.anim_time*90*3*1+180)*22.5,-22,0)+math.clamp(math.sin(query.anim_time*90*3*1+180)*22.5,0,22)", | ||||
| 						0, | ||||
| 						"-(math.clamp(math.sin(query.anim_time*90*3*1+190)*20.5,-20,0))" | ||||
| 					], | ||||
| 					"position": [0, "math.clamp(math.sin(query.anim_time*90*3*1+200+180)*1.25,-0.1,1.25)", "0+math.sin(q.anim_time*90*3-75+180)*1"] | ||||
| 				}, | ||||
| 				"left_leg2": { | ||||
| 					"rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*1-90+180)*12.5,-0,12)+math.clamp(math.sin(query.anim_time*90*3*1-190+180)*17.5,-17,0)", 0, 0] | ||||
| 				}, | ||||
| 				"right_leg": { | ||||
| 					"rotation": [ | ||||
| 						"math.clamp(math.sin(query.anim_time*90*3*1+0)*22.5,-22,0)+math.clamp(math.sin(query.anim_time*90*3*1+0)*22.5,0,22)", | ||||
| 						0, | ||||
| 						"math.clamp(math.sin(query.anim_time*90*3*1+10)*20.5,-20,0)" | ||||
| 					], | ||||
| 					"position": [0, "math.clamp(math.sin(query.anim_time*90*3*1+200)*1.25,-0.1,1.25)", "0+math.sin(q.anim_time*90*3-75)*1"] | ||||
| 				}, | ||||
| 				"right_leg2": { | ||||
| 					"rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*1-90)*12.5,-0,12)+math.clamp(math.sin(query.anim_time*90*3*1-190)*17.5,-17,0)", 0, 0] | ||||
| 				}, | ||||
| 				"torso_bot": { | ||||
| 					"rotation": ["5+math.sin(q.anim_time*90*6-120+180)*2", "0+math.sin(q.anim_time*90*3-75+180)*7", "0+math.sin(q.anim_time*90*3+15)*7.5"], | ||||
| 					"position": { | ||||
| 						"0.0": [0, "0+math.sin(q.anim_time*90*6-120)*0.75", 0], | ||||
| 						"0.0417": [0, "-0.4+math.sin(q.anim_time*90*6-120)*0.75", 0], | ||||
| 						"0.125": [0, "0+math.sin(q.anim_time*90*6-120)*0.75", 0], | ||||
| 						"0.6667": [0, "0+math.sin(q.anim_time*90*6-120)*0.75", 0], | ||||
| 						"0.7083": [0, "-0.4+math.sin(q.anim_time*90*6-120)*0.75", 0], | ||||
| 						"0.7917": [0, "0+math.sin(q.anim_time*90*6-120)*0.75", 0], | ||||
| 						"1.3333": [0, "0+math.sin(q.anim_time*90*6-120)*0.75", 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["-2+math.sin(q.anim_time*90*6-140)*1.5", "0+math.sin(q.anim_time*90*3-105)*3.5", "0+math.sin(q.anim_time*90*3-25+180)*4"], | ||||
| 					"position": [0, 0, 0.35] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [0, "math.sin(q.anim_time*90*3-0)*17.5", "-20+math.sin(q.anim_time*90*6-130)*7.5"] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [0, "math.sin(q.anim_time*90*3-0)*17.5", "20 +math.sin(q.anim_time*90*6-130+180)*7.5"] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.bellibolt.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"torso_bot": { | ||||
| 					"rotation": ["5+math.sin(q.anim_time*90*2-0)*-1.5", 0, "0+math.sin(q.anim_time*90*1-90)*-1"] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["math.sin(q.anim_time*90*2+30+90)*-2", 0, "math.sin(q.anim_time*90*1-110+180)*-3"] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [0, 0, "-37.5+math.sin(q.anim_time*90*2+60)*-2.5"] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [0, 0, "37.5+math.sin(q.anim_time*90*2+60+180)*-2.5"] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.bellibolt.blink": { | ||||
| 			"animation_length": 0.625, | ||||
| 			"bones": { | ||||
| 				"eye_left2": { | ||||
| 					"scale": { | ||||
| 						"0.0": [1, 1, 1], | ||||
| 						"0.2083": [1, 1, 1], | ||||
| 						"0.2917": [1, 0, 1], | ||||
| 						"0.375": [1, 0, 1], | ||||
| 						"0.4583": [1, 1.1, 1], | ||||
| 						"0.5": [1, 1, 1], | ||||
| 						"0.625": [1, 1, 1] | ||||
| 					} | ||||
| 				}, | ||||
| 				"eye_right2": { | ||||
| 					"scale": { | ||||
| 						"0.0": [1, 1, 1], | ||||
| 						"0.2083": [1, 1, 1], | ||||
| 						"0.2917": [1, 0, 1], | ||||
| 						"0.375": [1, 0, 1], | ||||
| 						"0.4583": [1, 1.1, 1], | ||||
| 						"0.5": [1, 1, 1], | ||||
| 						"0.625": [1, 1, 1] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -0,0 +1,339 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.blacephalon.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 2, | ||||
| 			"bones": { | ||||
| 				"torso_bot": { | ||||
| 					"rotation": ["1+math.sin(q.anim_time*90*8-60)*2", "math.sin(q.anim_time*90*4+60)*20", "-math.sin(q.anim_time*90*4)*2"], | ||||
| 					"position": [0, "0-(8/11+(8*0.1))+math.abs(math.sin(((query.anim_time)-(1.1/8))*90*4)*(4/11+(4*0.1)))", "0.5+math.sin(q.anim_time*90*8)*0.5"] | ||||
| 				}, | ||||
| 				"left_leg": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [2.1153, -20.38198, -13.4154], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [-9.91615, 1.29876, 7.38733], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [2.46492, 4.12025, 7.48385], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [15.08385, 1.29876, 7.38733], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [2.1153, -20.38198, -13.4154], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [-9.91615, 1.29876, 7.38733], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [2.46492, 4.12025, 7.48385], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.75": { | ||||
| 							"post": [15.08385, 1.29876, 7.38733], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [2.1153, -20.38198, -13.4154], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": ["0.5-math.cos(q.anim_time*90*4)*0.5", "math.clamp(math.cos(q.anim_time*90*4)*2,0,2)", "-math.sin(q.anim_time*90*4)*1"] | ||||
| 				}, | ||||
| 				"leg_1_r2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [45, 0, 0], | ||||
| 						"0.125": [37.5, 0, 0], | ||||
| 						"0.25": [0, 0, 0], | ||||
| 						"0.75": [0, 0, 0], | ||||
| 						"0.9167": [50, 0, 0], | ||||
| 						"1.0": [45, 0, 0], | ||||
| 						"1.125": [37.5, 0, 0], | ||||
| 						"1.25": [0, 0, 0], | ||||
| 						"1.75": [0, 0, 0], | ||||
| 						"1.9167": [50, 0, 0], | ||||
| 						"2.0": [45, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_2_r2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-27.22, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.125": { | ||||
| 							"post": [-35, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [-27.22, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.125": { | ||||
| 							"post": [-35, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.75": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [-27.22, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"feet_r2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [41.2862, 13.35421, 2.13332], | ||||
| 						"0.2083": [-17.66257, 3.83873, -5.6822], | ||||
| 						"0.25": [0.04768, 1.93564, -7.2453], | ||||
| 						"0.75": [0.32128, -3.41295, -8.85062], | ||||
| 						"1.0": [41.2862, 13.35421, 2.13332], | ||||
| 						"1.2083": [-17.66257, 3.83873, -5.6822], | ||||
| 						"1.25": [0.04768, 1.93564, -7.2453], | ||||
| 						"1.75": [0.32128, -3.41295, -8.85062], | ||||
| 						"2.0": [41.2862, 13.35421, 2.13332] | ||||
| 					} | ||||
| 				}, | ||||
| 				"toe_r2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [-35, 0, 0], | ||||
| 						"0.25": [-7.5, 0, 0], | ||||
| 						"0.75": [-27.5, 0, 0], | ||||
| 						"1.0": [-35, 0, 0], | ||||
| 						"1.25": [-7.5, 0, 0], | ||||
| 						"1.75": [-27.5, 0, 0], | ||||
| 						"2.0": [-35, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"right_leg": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [2.64, -4.01, -9.99], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [15.08385, -1.29876, -7.38733], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [2.1153, 20.38198, 13.4154], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [-9.91615, -1.29876, -7.38733], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [15.08385, -1.29876, -7.38733], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [2.1153, 20.38198, 13.4154], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.75": { | ||||
| 							"post": [-9.91615, -1.29876, -7.38733], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [2.64, -4.01, -9.99], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": ["-0.5-math.cos(q.anim_time*90*4)*0.5", "math.clamp(-math.cos(q.anim_time*90*4)*2,0,2)", "math.sin(q.anim_time*90*4)*1"] | ||||
| 				}, | ||||
| 				"leg_1_r": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [0, 0, 0], | ||||
| 						"0.4167": [50, 0, 0], | ||||
| 						"0.625": [37.5, 0, 0], | ||||
| 						"0.75": [0, 0, 0], | ||||
| 						"1.25": [0, 0, 0], | ||||
| 						"1.4167": [50, 0, 0], | ||||
| 						"1.625": [37.5, 0, 0], | ||||
| 						"1.75": [0, 0, 0], | ||||
| 						"2.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_2_r": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [3.89, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [-27.22, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.625": { | ||||
| 							"post": [-35, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [-27.22, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.625": { | ||||
| 							"post": [-35, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.75": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [3.89, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"feet_r": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0.18, 0.74, 8.05], | ||||
| 						"0.25": [0.32128, 3.41295, 8.85062], | ||||
| 						"0.5": [43.7862, -13.35421, -2.13332], | ||||
| 						"0.7083": [-13.34682, -3.56686, 5.9055], | ||||
| 						"0.75": [0.04768, -1.93564, 7.2453], | ||||
| 						"1.25": [0.32128, 3.41295, 8.85062], | ||||
| 						"1.5": [43.7862, -13.35421, -2.13332], | ||||
| 						"1.7083": [-13.34682, -3.56686, 5.9055], | ||||
| 						"1.75": [0.04768, -1.93564, 7.2453], | ||||
| 						"2.0": [0.18, 0.74, 8.05] | ||||
| 					} | ||||
| 				}, | ||||
| 				"toe_r": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [-17.5, 0, 0], | ||||
| 						"0.25": [-27.5, 0, 0], | ||||
| 						"0.5": [-35, 0, 0], | ||||
| 						"0.75": [-7.5, 0, 0], | ||||
| 						"1.25": [-27.5, 0, 0], | ||||
| 						"1.5": [-35, 0, 0], | ||||
| 						"1.75": [-7.5, 0, 0], | ||||
| 						"2.0": [-17.5, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"torso_bot2": { | ||||
| 					"rotation": ["-1-math.sin(q.anim_time*90*8)*1", "-math.sin(q.anim_time*90*4+85)*15", "math.sin(q.anim_time*90*4+50)*9"] | ||||
| 				}, | ||||
| 				"torso_top": { | ||||
| 					"rotation": ["-5-math.sin(q.anim_time*90*8)*2", 0, 0] | ||||
| 				}, | ||||
| 				"head_ball": { | ||||
| 					"rotation": ["-1-math.sin(q.anim_time*90*8-90)*4", 0, 0] | ||||
| 				}, | ||||
| 				"arm_left_1": { | ||||
| 					"rotation": ["13.0704-math.sin(q.anim_time*90*4)*12", "-16.7465-math.sin(q.anim_time*90*4)*30", "30-math.sin(q.anim_time*90*8-45)*2"] | ||||
| 				}, | ||||
| 				"arm_left_3": { | ||||
| 					"rotation": [-2.40081, "16.2463-math.sin(q.anim_time*90*4-90)*12", "-20-math.sin(q.anim_time*90*8+90)*1"] | ||||
| 				}, | ||||
| 				"hand_left": { | ||||
| 					"rotation": [2.57366, 12.94466, "-17.7124-math.sin(q.anim_time*90*4+45)*2"] | ||||
| 				}, | ||||
| 				"arm_right_1": { | ||||
| 					"rotation": ["13.0704+math.sin(q.anim_time*90*4)*12", "16.7465-math.sin(q.anim_time*90*4)*30", "-30+math.sin(q.anim_time*90*8-45)*2"] | ||||
| 				}, | ||||
| 				"arm_right_3": { | ||||
| 					"rotation": [-2.40081, "-16.2463-math.sin(q.anim_time*90*4-90)*12", "20-math.sin(q.anim_time*90*8+90)*1"] | ||||
| 				}, | ||||
| 				"hand_right": { | ||||
| 					"rotation": [2.57366, -12.9447, "17.7124-math.sin(q.anim_time*90*4+45)*2"] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.blacephalon.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"torso_bot": { | ||||
| 					"rotation": ["2.5+Math.cos((query.anim_time) * 90 * 2 - 90) * 2", 5, "0+Math.cos((query.anim_time) * 90 * 1) * 2"], | ||||
| 					"position": [0, "0.7+Math.cos((query.anim_time) * 90 * 2) * 0.1", 0] | ||||
| 				}, | ||||
| 				"torso_bot2": { | ||||
| 					"rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-60)*2"] | ||||
| 				}, | ||||
| 				"torso_top": { | ||||
| 					"rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-60)*6"] | ||||
| 				}, | ||||
| 				"head_ball": { | ||||
| 					"rotation": ["10+2.5*math.sin(q.anim_time*90*2)*0.75", 0, "2.5*math.sin(q.anim_time*90*2+90)*0.75"], | ||||
| 					"position": [0, "2+math.sin(q.anim_time*90*4)*0.75", 0] | ||||
| 				}, | ||||
| 				"cone_flat_test2": { | ||||
| 					"rotation": ["5+2.5*math.sin(q.anim_time*90*2)*0.5", 0, "2.5*math.sin(q.anim_time*90*2+90)*0.5"], | ||||
| 					"position": [0, "math.sin(q.anim_time*90*2)*0.1", 0] | ||||
| 				}, | ||||
| 				"arm_left_1": { | ||||
| 					"rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-210)*4"] | ||||
| 				}, | ||||
| 				"arm_left_2": { | ||||
| 					"rotation": ["1.0448-math.cos(q.anim_time*90*3/2-130)*1", -0.92232, "60.9719+math.cos(q.anim_time*90*3/2-160)*8"] | ||||
| 				}, | ||||
| 				"arm_left_3": { | ||||
| 					"rotation": ["0-math.cos(q.anim_time*90*3/2-210)*1", 0, "-101-math.cos(q.anim_time*90*3/2-210)*10"] | ||||
| 				}, | ||||
| 				"hand_mid_r2": { | ||||
| 					"rotation": [0, 0, "37.5-math.cos(q.anim_time*90*3/2-210)*4"] | ||||
| 				}, | ||||
| 				"arm_right_1": { | ||||
| 					"rotation": [0, 0, "0-math.cos(q.anim_time*90*3/2-210)*4"] | ||||
| 				}, | ||||
| 				"arm_right_2": { | ||||
| 					"rotation": ["1.0448-math.cos(q.anim_time*90*3/2-130)*1", -0.92232, "-67.9719+math.cos(q.anim_time*90*3/2-160)*8"] | ||||
| 				}, | ||||
| 				"arm_right_3": { | ||||
| 					"rotation": ["0-math.cos(q.anim_time*90*3/2-210)*1", 0, "101-math.cos(q.anim_time*90*3/2-210)*10"] | ||||
| 				}, | ||||
| 				"hand_mid_r": { | ||||
| 					"rotation": [0, 0, "-37.5-math.cos(q.anim_time*90*3/2-210)*4"] | ||||
| 				}, | ||||
| 				"leg_1_r2": { | ||||
| 					"rotation": [0, -10, 0] | ||||
| 				}, | ||||
| 				"leg_1_r": { | ||||
| 					"rotation": [0, 12.5, 0] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"position": [0, "-0.8+Math.cos((query.anim_time) * 90 * 2) * 0.19", "0+Math.cos((query.anim_time) * 90 * 2) * -0.1"] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,146 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.blipbug.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"torso": { | ||||
| 					"rotation": [25, 0, "-1*(math.sin(q.anim_time*90+4)*2)-2*(math.sin(q.anim_time*90+4)*2)"] | ||||
| 				}, | ||||
| 				"frontrightleg": { | ||||
| 					"rotation": [20, 0, 0] | ||||
| 				}, | ||||
| 				"frontleftleg": { | ||||
| 					"rotation": [40, 0, 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["+1*(math.cos(q.anim_time*90+4)*1)", "0+1*(math.cos(q.anim_time*90+4)*6)", 0], | ||||
| 					"position": [0, -8.5, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [ | ||||
| 						"0-1*(math.sin(q.anim_time*90+2)*12)+1*(math.sin(q.anim_time*90+2)*12)", | ||||
| 						"0-0.5*(math.sin(q.anim_time*90+2)*12)", | ||||
| 						"0-2*(math.sin(q.anim_time*90+2)*12)" | ||||
| 					], | ||||
| 					"position": [0, -0.5, 0] | ||||
| 				}, | ||||
| 				"leftear": { | ||||
| 					"rotation": [0, "-32.5+1*(math.cos(q.anim_time*90+2)*4)", 0] | ||||
| 				}, | ||||
| 				"rightear": { | ||||
| 					"rotation": [0, "32.5-1*(math.cos(q.anim_time*90+2)*4)", 0] | ||||
| 				}, | ||||
| 				"antennae": { | ||||
| 					"rotation": ["-32.5+1*(math.cos(q.anim_time*90+5)*7)", 0, 0] | ||||
| 				}, | ||||
| 				"bow": { | ||||
| 					"rotation": [0, 0, 0] | ||||
| 				}, | ||||
| 				"bowleft": { | ||||
| 					"rotation": [0, 0, 20] | ||||
| 				}, | ||||
| 				"bowright": { | ||||
| 					"rotation": [0, 0, -12.5] | ||||
| 				}, | ||||
| 				"torso2": { | ||||
| 					"rotation": ["30+1*(math.sin(q.anim_time*90+4)*1)", 0, "-2*(math.cos(q.anim_time*90+4)*4)-2*(math.sin(q.anim_time*90+4)*4)"], | ||||
| 					"position": [0, 0, 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["25-1*(math.cos(q.anim_time*90+4)*1)", 0, "0-1*(math.cos(q.anim_time*90+4)*4)-2*(math.sin(q.anim_time*90+4)*4)"] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": [-49.87704, -1.36262, -0.66161] | ||||
| 				}, | ||||
| 				"backleftleg": { | ||||
| 					"rotation": ["30-1*(math.sin(q.anim_time*90+4)*12)", "0-1*(math.sin(q.anim_time*90+4)*12)", 0] | ||||
| 				}, | ||||
| 				"backrightleg": { | ||||
| 					"rotation": ["30+1*(math.sin(q.anim_time*120+4)*12)", "0+1*(math.sin(q.anim_time*90+4)*12)", 0] | ||||
| 				}, | ||||
| 				"root": { | ||||
| 					"rotation": [0, 0, "0+1*(math.sin(q.anim_time*90+4)*6)"], | ||||
| 					"position": [0, 0, 0] | ||||
| 				}, | ||||
| 				"eyes": { | ||||
| 					"position": [0, 0, 0] | ||||
| 				}, | ||||
| 				"eyesclosed": { | ||||
| 					"position": [0, 0, 1] | ||||
| 				}, | ||||
| 				"eyesattack": { | ||||
| 					"position": [0, 0, 1] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.blipbug.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"torso": { | ||||
| 					"rotation": ["22.5-1*(math.cos(q.anim_time*90+2)*4)", 0, 0] | ||||
| 				}, | ||||
| 				"frontrightleg": { | ||||
| 					"rotation": ["30-4*(math.cos(q.anim_time*90+2)*1.5)", 0, 0] | ||||
| 				}, | ||||
| 				"frontleftleg": { | ||||
| 					"rotation": ["30-4*(math.cos(q.anim_time*90+2)*1.5)", 0, 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["7.5+1*(math.cos(q.anim_time*90+2)*4)", 0, 0], | ||||
| 					"position": [0, -9, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [0, 0, "0-1*(math.sin(q.anim_time*90+5)*5)"], | ||||
| 					"position": [0, -0.5, 0] | ||||
| 				}, | ||||
| 				"leftear": { | ||||
| 					"rotation": [0, "-32.5+1*(math.cos(q.anim_time*90+2)*4)", 0] | ||||
| 				}, | ||||
| 				"rightear": { | ||||
| 					"rotation": [0, "32.5-1*(math.cos(q.anim_time*90+2)*4)", 0] | ||||
| 				}, | ||||
| 				"antennae": { | ||||
| 					"rotation": ["-32.5+1*(math.cos(q.anim_time*90+5)*7)", 0, 0] | ||||
| 				}, | ||||
| 				"bow": { | ||||
| 					"rotation": [0, 0, 0] | ||||
| 				}, | ||||
| 				"bowleft": { | ||||
| 					"rotation": [0, 0, 20] | ||||
| 				}, | ||||
| 				"bowright": { | ||||
| 					"rotation": [0, 0, -12.5] | ||||
| 				}, | ||||
| 				"torso2": { | ||||
| 					"rotation": ["30-1*(math.sin(q.anim_time*90+4)*0.5)", 0, 0], | ||||
| 					"position": [0, 0, 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["20-1*(math.cos(q.anim_time*90+2)*4)", 0, "0-1*(math.sin(q.anim_time*90+5)*5)"] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": [-49.87704, -1.36262, -0.66161] | ||||
| 				}, | ||||
| 				"backleftleg": { | ||||
| 					"rotation": ["30-4*(math.cos(q.anim_time*90+2)*1.5)", 0, 0] | ||||
| 				}, | ||||
| 				"backrightleg": { | ||||
| 					"rotation": ["30-4*(math.cos(q.anim_time*90+2)*1.5)", 0, "0-4*(math.cos(q.anim_time*90+2)*1)"] | ||||
| 				}, | ||||
| 				"root": { | ||||
| 					"position": [0, 0, 0] | ||||
| 				}, | ||||
| 				"eyes": { | ||||
| 					"position": [0, 0, 0] | ||||
| 				}, | ||||
| 				"eyesclosed": { | ||||
| 					"position": [0, 0, 1] | ||||
| 				}, | ||||
| 				"eyesattack": { | ||||
| 					"position": [0, 0, 1] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,83 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.brutebonnet.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"amoongus": { | ||||
| 					"position": [0, -0.25, 0] | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": [0, 0, "math.sin(q.anim_time*90)*2.5"], | ||||
| 					"position": [0, "math.sin(q.anim_time*90)*0.1", 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": [0, "math.sin(q.anim_time*90)*12.5", 0] | ||||
| 				}, | ||||
| 				"leg_right_front": { | ||||
| 					"rotation": [0, 0, 5] | ||||
| 				}, | ||||
| 				"leg_right_back": { | ||||
| 					"rotation": [0, 0, 5] | ||||
| 				}, | ||||
| 				"leg_left_front": { | ||||
| 					"rotation": [0, 0, -5] | ||||
| 				}, | ||||
| 				"leg_left_back": { | ||||
| 					"rotation": [0, 0, -5] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [-10, 0, 0] | ||||
| 				}, | ||||
| 				"jaw": { | ||||
| 					"rotation": ["12.5+math.sin(q.anim_time*90)*5", 0, 0] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [0, 0, "-22.5+math.cos(q.anim_time*90)*5"] | ||||
| 				}, | ||||
| 				"arm_left2": { | ||||
| 					"rotation": [0, -45, 0] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [0, 0, "22.5+math.cos(q.anim_time*90)*5"] | ||||
| 				}, | ||||
| 				"arm_right2": { | ||||
| 					"rotation": [0, 45, 0] | ||||
| 				}, | ||||
| 				"cap": { | ||||
| 					"rotation": [-5, 0, 0] | ||||
| 				}, | ||||
| 				"hair_right_front": { | ||||
| 					"rotation": [0, 0, 0] | ||||
| 				}, | ||||
| 				"hair_right_back": { | ||||
| 					"rotation": [5, 0, "5+math.sin(q.anim_time*180)*2.5"] | ||||
| 				}, | ||||
| 				"hair_left_back": { | ||||
| 					"rotation": [5, 0, "-5+math.sin(q.anim_time*180)*2.5"] | ||||
| 				}, | ||||
| 				"hair_back_right": { | ||||
| 					"rotation": ["10+math.sin(q.anim_time*90)*5", 0, 0] | ||||
| 				}, | ||||
| 				"hair_back_left": { | ||||
| 					"rotation": ["10+math.sin(q.anim_time*90)*5", 0, 0] | ||||
| 				}, | ||||
| 				"hair_back": { | ||||
| 					"rotation": ["17.5+math.sin(q.anim_time*180)*5", 0, 0] | ||||
| 				}, | ||||
| 				"hair_right": { | ||||
| 					"rotation": [0, 0, "5+math.sin(q.anim_time*90)*10"] | ||||
| 				}, | ||||
| 				"hair_left": { | ||||
| 					"rotation": [0, 0, "-5+math.sin(q.anim_time*90)*10"] | ||||
| 				}, | ||||
| 				"hair_front_right": { | ||||
| 					"rotation": ["-5+math.sin(q.anim_time*90)*5", 0, 5] | ||||
| 				}, | ||||
| 				"hair_front_left": { | ||||
| 					"rotation": ["-5+math.sin(q.anim_time*90)*5", 0, -5] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,503 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.capsakid.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 0.96, | ||||
| 			"bones": { | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.48": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.96": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [0, 0, 22.5] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [0, 0, -22.5] | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.24": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.48": { | ||||
| 							"post": [7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.72": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.96": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.24": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.48": { | ||||
| 							"post": [7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.72": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.96": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"all": { | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0.25], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.24": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.48": { | ||||
| 							"post": [0, 0, -0.25], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.72": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.96": { | ||||
| 							"post": [0, 0, 0.25], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.capsakid.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 0.64, | ||||
| 			"bones": { | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.16": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.24": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.32": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.48": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.56": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.64": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 22.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.16": { | ||||
| 							"post": [0, 0, 35], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.32": { | ||||
| 							"post": [0, 0, 22.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.48": { | ||||
| 							"post": [0, 0, 35], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.64": { | ||||
| 							"post": [0, 0, 22.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, -22.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.16": { | ||||
| 							"post": [0, 0, -35], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.32": { | ||||
| 							"post": [0, 0, -22.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.48": { | ||||
| 							"post": [0, 0, -35], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.64": { | ||||
| 							"post": [0, 0, -22.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [30, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.16": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.32": { | ||||
| 							"post": [-30, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.48": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.64": { | ||||
| 							"post": [30, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-30, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.16": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.32": { | ||||
| 							"post": [30, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.48": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.64": { | ||||
| 							"post": [-30, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"all": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.64": { | ||||
| 							"post": [7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0.25, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.16": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.32": { | ||||
| 							"post": [0, 0.25, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.48": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.64": { | ||||
| 							"post": [0, 0.25, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.capsakid.faint": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 2.886, | ||||
| 			"bones": { | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.16": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4": { | ||||
| 							"post": [-35, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.48": { | ||||
| 							"post": [-40, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.56": { | ||||
| 							"post": [-35, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.16": { | ||||
| 							"post": [7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 27.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, -27.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.24": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.44": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.24": { | ||||
| 							"post": [32.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.44": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"eyelid_left": { | ||||
| 					"position": { | ||||
| 						"0.4": [0, 0, 0], | ||||
| 						"0.44": [1, 0, -1] | ||||
| 					} | ||||
| 				}, | ||||
| 				"eyelid_right": { | ||||
| 					"position": { | ||||
| 						"0.4": [0, 0, 0], | ||||
| 						"0.44": [-1, 0, -1] | ||||
| 					} | ||||
| 				}, | ||||
| 				"all": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.16": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4": { | ||||
| 							"post": [62.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.16": { | ||||
| 							"post": [0, 0, -0.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4": { | ||||
| 							"post": [0, 0, -0.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.56": { | ||||
| 							"post": [0, 0, -0.75], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.capsakid.blink": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 0.2, | ||||
| 			"bones": { | ||||
| 				"eyelid_left": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.04": [1, 0, -1], | ||||
| 						"0.16": [1, 0, -1], | ||||
| 						"0.2": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"eyelid_right": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.04": [-1, 0, -1], | ||||
| 						"0.16": [-1, 0, -1], | ||||
| 						"0.2": [0, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.capsakid.sleep": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 1.12, | ||||
| 			"bones": { | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.56": { | ||||
| 							"post": [7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.12": { | ||||
| 							"post": [12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 32.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.56": { | ||||
| 							"post": [0, 0, 45], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.12": { | ||||
| 							"post": [0, 0, 32.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, -32.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.56": { | ||||
| 							"post": [0, 0, -45], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.12": { | ||||
| 							"post": [0, 0, -32.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": [-90, 25, 0], | ||||
| 					"position": [0, 0.5, -1] | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": [-90, -25, 0], | ||||
| 					"position": [0, 0.5, -1] | ||||
| 				}, | ||||
| 				"eyelid_left": { | ||||
| 					"position": [1, 0, -1] | ||||
| 				}, | ||||
| 				"eyelid_right": { | ||||
| 					"position": [-1, 0, -1] | ||||
| 				}, | ||||
| 				"all": { | ||||
| 					"position": [0, -1, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	}, | ||||
| 	"geckolib_format_version": 2 | ||||
| } | ||||
| @ -0,0 +1,125 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.celebi.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"celebi": { | ||||
| 					"position": [0, 3, 0] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": ["math.sin(q.anim_time*90*2+90)*-2", 0, "math.sin(q.anim_time*90*2+30)*-2"], | ||||
| 					"position": ["math.sin(q.anim_time*90*0.2)*-0.5", "math.sin(q.anim_time*90*2)*-1", 0] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [0, 0, "-35+math.sin(q.anim_time*90*2-80)*10"] | ||||
| 				}, | ||||
| 				"arm_right2": { | ||||
| 					"rotation": [0, 0, "17.5-math.sin(q.anim_time*180*2-80)*-2"] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [0, 0, "35+math.sin(q.anim_time*90*2-80)*-10"] | ||||
| 				}, | ||||
| 				"arm_left2": { | ||||
| 					"rotation": [0, 0, "-17.5+math.sin(q.anim_time*180*2-80)*-2"] | ||||
| 				}, | ||||
| 				"wing_right": { | ||||
| 					"rotation": [-1.16524, "-7.5254+Math.cos((query.anim_time) * 90 * 20) * -15", -2.75806] | ||||
| 				}, | ||||
| 				"wing_left": { | ||||
| 					"rotation": [-1.16524, "5.0254+Math.cos((query.anim_time) * 90 * 20) * 15", 2.75806] | ||||
| 				}, | ||||
| 				"lef_right": { | ||||
| 					"rotation": ["15+math.sin(q.anim_time*90*3-20)*-10", 2, 0] | ||||
| 				}, | ||||
| 				"lef_right2": { | ||||
| 					"rotation": [11, 0, 0] | ||||
| 				}, | ||||
| 				"lef_right3": { | ||||
| 					"rotation": ["10+math.sin(q.anim_time*90*3-20)*-10", 5, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["math.sin(q.anim_time*90*2+90)*-2", 0, "math.sin(q.anim_time*90*2+30)*-2"] | ||||
| 				}, | ||||
| 				"anthena_right": { | ||||
| 					"rotation": [0, "20+math.sin(q.anim_time*90*1-10)*-4", "1-(math.sin(q.anim_time*90*2-10)*4)"] | ||||
| 				}, | ||||
| 				"anthena_left": { | ||||
| 					"rotation": [0, "-20+math.sin(q.anim_time*90*1-10)*4", "-(math.sin(q.anim_time*90*2-10)*- 4)"] | ||||
| 				}, | ||||
| 				"lef_left": { | ||||
| 					"rotation": ["25+math.sin(q.anim_time*90*3-40)*-10", -5, 0] | ||||
| 				}, | ||||
| 				"lef_left2": { | ||||
| 					"rotation": ["25+math.sin(q.anim_time*90*3-40)*-10", 0, 0] | ||||
| 				}, | ||||
| 				"lef_left3": { | ||||
| 					"rotation": ["1+math.sin(q.anim_time*90*3-40)*-2", -5, 0] | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"position": [0, "math.sin(q.anim_time*90*2-20)*-0.1", 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.celebi.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"celebi": { | ||||
| 					"position": [0, 3, 0] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": ["25+math.sin(q.anim_time*90*4+80)*-3", 0, "-math.sin(q.anim_time*90*2+30)*-3"], | ||||
| 					"position": ["math.sin(q.anim_time*90*2)*-0.5", "math.sin(q.anim_time*90*4)*-1", "math.sin(q.anim_time*90*4)*0.5"] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [0, 20, "-35+math.sin(q.anim_time*90*4-40)*10"] | ||||
| 				}, | ||||
| 				"arm_right2": { | ||||
| 					"rotation": [0, 4, "15-math.sin(q.anim_time*90*4-40)*-5"] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [0, -20, "35+math.sin(q.anim_time*90*4-40)*-10"] | ||||
| 				}, | ||||
| 				"arm_left2": { | ||||
| 					"rotation": [0, -4, "-15+math.sin(q.anim_time*90*4-40)*-5"] | ||||
| 				}, | ||||
| 				"wing_right": { | ||||
| 					"rotation": [0, "0+Math.cos((query.anim_time) * 90 * 24) * 17", 0] | ||||
| 				}, | ||||
| 				"wing_left": { | ||||
| 					"rotation": [0, "0+Math.cos((query.anim_time) * 90 * 24) * -17", 0] | ||||
| 				}, | ||||
| 				"lef_right": { | ||||
| 					"rotation": ["25+math.sin(q.anim_time*90*4-30)*-15", 5, 0] | ||||
| 				}, | ||||
| 				"lef_right2": { | ||||
| 					"rotation": [22.5, 0, 0] | ||||
| 				}, | ||||
| 				"lef_right3": { | ||||
| 					"rotation": ["25+math.sin(q.anim_time*90*4-30)*-15", 5, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [-20, 0, "-math.sin(q.anim_time*90*2+30)*-3"] | ||||
| 				}, | ||||
| 				"anthena_right": { | ||||
| 					"rotation": [0, "20+math.sin(q.anim_time*90*4-10)*-4", "(math.sin(q.anim_time*90*4-10)*4)"] | ||||
| 				}, | ||||
| 				"anthena_left": { | ||||
| 					"rotation": [0, "-20+math.sin(q.anim_time*90*4-10)*4", "(math.sin(q.anim_time*90*4-10)*-4)"] | ||||
| 				}, | ||||
| 				"lef_left": { | ||||
| 					"rotation": ["15+math.sin(q.anim_time*90*4-20)*-10", -5, 0] | ||||
| 				}, | ||||
| 				"lef_left2": { | ||||
| 					"rotation": [2.5, 0, 0] | ||||
| 				}, | ||||
| 				"lef_left3": { | ||||
| 					"rotation": ["15+math.sin(q.anim_time*90*4-20)*-10", -5, 0] | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"position": [0, "math.sin(q.anim_time*90*2-20)*-0.1", 0] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,264 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.chienpao.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"tail_1": { | ||||
| 					"rotation": [-30, "math.cos((query.anim_time - 0.5) * 90) * 16", 0] | ||||
| 				}, | ||||
| 				"tail_2": { | ||||
| 					"rotation": [12.5, "0+math.cos((query.anim_time - 0.8) * 90) * 16", 0] | ||||
| 				}, | ||||
| 				"tail_3": { | ||||
| 					"rotation": [30, "0+math.cos((query.anim_time - 1.1) * 90) * 16", 0] | ||||
| 				}, | ||||
| 				"tail_4": { | ||||
| 					"rotation": [60, 0, 0] | ||||
| 				}, | ||||
| 				"tail_5": { | ||||
| 					"rotation": [62.5, 0, 0] | ||||
| 				}, | ||||
| 				"tail_6": { | ||||
| 					"rotation": [65, 0, 0] | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": ["math.cos(q.anim_time*90*2-90)*0.4", 0, "0+math.cos(q.anim_time*90*2)*0.6"], | ||||
| 					"position": [0, "math.sin(q.anim_time*90*1-90)*0.05", 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["-math.sin(q.anim_time*90*2-90)*0.6", 0, "-math.cos(q.anim_time*90*1-90)*0.5"] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["-math.sin(q.anim_time*90*1-90)*4", 0, 0], | ||||
| 					"position": [0, "-math.cos(q.anim_time*90*2-90)*0.05", 0] | ||||
| 				}, | ||||
| 				"wisker_right": { | ||||
| 					"rotation": [0, 15, 0] | ||||
| 				}, | ||||
| 				"wisker_left": { | ||||
| 					"rotation": [0, -15, 0] | ||||
| 				}, | ||||
| 				"ear_right": { | ||||
| 					"rotation": [0, 0, "-math.sin(q.anim_time*90*3-90)*3"] | ||||
| 				}, | ||||
| 				"ear_left": { | ||||
| 					"rotation": [0, 0, "math.sin(q.anim_time*90*3-90)*3"] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.chienpao.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"tail_1": { | ||||
| 					"rotation": ["-30+math.sin(q.anim_time*90*8-180-60)*2", "math.sin(q.anim_time*90*4-180-60)*4", 0] | ||||
| 				}, | ||||
| 				"tail_2": { | ||||
| 					"rotation": ["12.5+math.sin(q.anim_time*90*8-200-80)*2", "math.sin(q.anim_time*90*4-200-80)*4", 0] | ||||
| 				}, | ||||
| 				"tail_3": { | ||||
| 					"rotation": ["12.5+math.sin(q.anim_time*90*8-220-100)*2", "math.sin(q.anim_time*90*4-220-100)*4", 0] | ||||
| 				}, | ||||
| 				"tail_4": { | ||||
| 					"rotation": ["12.5+math.sin(q.anim_time*90*8-240-120)*2", "math.sin(q.anim_time*90*4-240-120)*4", 0] | ||||
| 				}, | ||||
| 				"tail_5": { | ||||
| 					"rotation": ["20+math.sin(q.anim_time*90*8-260-140)*2", "0+math.sin(q.anim_time*90*4-260-140)*4", 0] | ||||
| 				}, | ||||
| 				"tail_6": { | ||||
| 					"rotation": ["35+math.sin(q.anim_time*90*8-280-160)*2", "0+math.sin(q.anim_time*90*4-280-160)*4", 0] | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": ["math.sin(q.anim_time*90*4-90)*1+0.5", 0, 0], | ||||
| 					"position": [0, "math.sin(q.anim_time*90*8-90)*0.2", 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["12.5+math.sin(q.anim_time*90*8-260-140)*2", "math.sin(q.anim_time*90*4-260-140)*4", 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [ | ||||
| 						"-10-math.sin(q.anim_time*90*4-90)*0.5+math.sin(q.anim_time*90*4*2-45)*1", | ||||
| 						0, | ||||
| 						"-math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)-math.sin(q.anim_time*90*4-180)*1" | ||||
| 					], | ||||
| 					"position": ["math.sin(q.anim_time*90*4-45)*0.1", "math.sin(-q.anim_time*90*4*2-45)*0.1", 0] | ||||
| 				}, | ||||
| 				"wisker_right": { | ||||
| 					"rotation": [0, 17.5, "0+math.sin(q.anim_time*90*8-200)*3"] | ||||
| 				}, | ||||
| 				"wisker_left": { | ||||
| 					"rotation": [0, -17.5, "0-math.sin(q.anim_time*90*8-200)*3"] | ||||
| 				}, | ||||
| 				"ear_right": { | ||||
| 					"rotation": [0, 0, "math.sin(q.anim_time*90*8-180)*3"] | ||||
| 				}, | ||||
| 				"ear_left": { | ||||
| 					"rotation": [0, 0, "math.sin(q.anim_time*90*8)*3"] | ||||
| 				}, | ||||
| 				"leg_front_left1": { | ||||
| 					"rotation": [ | ||||
| 						"30-math.clamp(20*(math.sin(q.anim_time*90*4-90+33)*1+1),-0,60)", | ||||
| 						0, | ||||
| 						"-math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)-math.sin(q.anim_time*90*4-180)*1" | ||||
| 					], | ||||
| 					"position": [ | ||||
| 						0, | ||||
| 						"-1+1*(math.clamp(math.sin(q.anim_time*90*4-160)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4-75)*1.8,1,1.8)-1)-0.1*(math.clamp(math.sin(q.anim_time*90*4)*1.4,1,1.4)+1)-math.clamp(math.sin(q.anim_time*90*4-180)*1,0,1)", | ||||
| 						0 | ||||
| 					] | ||||
| 				}, | ||||
| 				"leg_front_left2": { | ||||
| 					"rotation": [ | ||||
| 						"-math.clamp(math.sin(q.anim_time*90*4-180*0+33)*25,0,40)-(math.clamp(math.sin(q.anim_time*90*1-90*0)*1,0.5,1)*1-0.5)*20-(math.clamp(math.sin(q.anim_time*90*1-90*2)*1,0.5,1)*1-0.5)*20", | ||||
| 						0, | ||||
| 						0 | ||||
| 					] | ||||
| 				}, | ||||
| 				"leg_front_left3": { | ||||
| 					"rotation": ["-20+math.clamp(10*(math.sin(q.anim_time*90*4-90-180*0)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4-180*0+10)*30,-5,30)", 0, 0], | ||||
| 					"position": [0, "math.clamp(math.sin(q.anim_time*90*4-120)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2-130)*1.3,0.9,1)-0.9", 0] | ||||
| 				}, | ||||
| 				"leg_front_right1": { | ||||
| 					"rotation": [ | ||||
| 						"30-math.clamp(20*(math.sin(q.anim_time*90*4-90+33+180)*1+1),-0,60)", | ||||
| 						0, | ||||
| 						"math.clamp(math.sin(q.anim_time*90*4-90+180)*1,-0.8,0.8)+math.sin(q.anim_time*90*4-180*0)*1" | ||||
| 					], | ||||
| 					"position": [ | ||||
| 						0, | ||||
| 						"-1+1*(math.clamp(math.sin(q.anim_time*90*4-165+180)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4-75+180)*1.8,1,1.8)-1)-0.1*(math.clamp(math.sin(q.anim_time*90*4+180)*1.4,1,1.4)+1)-math.clamp(math.sin(q.anim_time*90*4)*1,0,1)", | ||||
| 						0 | ||||
| 					] | ||||
| 				}, | ||||
| 				"leg_front_right2": { | ||||
| 					"rotation": [ | ||||
| 						"-math.clamp(math.sin(q.anim_time*90*4-180*1+33)*25,0,40)-(math.clamp(math.sin(q.anim_time*90*1-90*3)*1,0.5,1)*1-0.5)*20-(math.clamp(math.sin(q.anim_time*90*1-90*1)*1,0.5,1)*1-0.5)*20", | ||||
| 						0, | ||||
| 						0 | ||||
| 					] | ||||
| 				}, | ||||
| 				"leg_front_right3": { | ||||
| 					"rotation": ["20-math.clamp(10*(math.sin(q.anim_time*90*4-90-180*0)*1+1),-0,60)-math.clamp(math.sin(q.anim_time*90*4-180*0+10)*30,-5,30)", 0, 0], | ||||
| 					"position": [0, "math.clamp(math.sin(q.anim_time*90*4-120)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2-130+90)*1.3,0.9,1)-0.9", 0] | ||||
| 				}, | ||||
| 				"leg_back_right1": { | ||||
| 					"rotation": [ | ||||
| 						"-20+math.clamp(15*(math.sin(q.anim_time*90*4-90+180)*1+1),-0,60)", | ||||
| 						0, | ||||
| 						"math.clamp(math.sin(q.anim_time*90*4-90+180)*1,-0.8,0.8)+math.sin(q.anim_time*90*4-180*0)*1" | ||||
| 					], | ||||
| 					"position": [ | ||||
| 						0, | ||||
| 						"-0.8-math.clamp(-math.sin(q.anim_time*90*4+90+180*1)*0.01,0,0.01)+math.clamp(-math.sin(q.anim_time*90*4+20+180*1)*1,0.4,1)-0.4+math.clamp(math.sin(q.anim_time*90*4-130+180*1)*1.5,0.4,0.6)-0.3+(math.clamp(-math.sin(q.anim_time*90*2+70+180*1)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2+70+180*0)*1,0.5,1)+0.5)*0.5", | ||||
| 						0 | ||||
| 					] | ||||
| 				}, | ||||
| 				"leg_back_right2": { | ||||
| 					"rotation": [ | ||||
| 						"math.clamp(math.sin(q.anim_time*90*4+180)*10,0,10)-math.clamp(math.sin(q.anim_time*90*4-95+180)*10,0,45)-math.clamp(math.sin(q.anim_time*90*4+180*0)*10,0,45)", | ||||
| 						0, | ||||
| 						0 | ||||
| 					], | ||||
| 					"position": [0, "math.clamp(math.sin(q.anim_time*90*4-130+180)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40+180)*1,0.75,1)+0.25", 0] | ||||
| 				}, | ||||
| 				"leg_back_right3": { | ||||
| 					"rotation": [ | ||||
| 						"-math.clamp(math.sin(q.anim_time*90*4+180*1)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4+10+180*0)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4-90+180*1)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4-130+180*1)*00,50,100)-50", | ||||
| 						0, | ||||
| 						0 | ||||
| 					], | ||||
| 					"position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180*0)*1,0.5,1)-0.5)*0.7", 0] | ||||
| 				}, | ||||
| 				"leg_back_left1": { | ||||
| 					"rotation": [ | ||||
| 						"-20+math.clamp(15*(math.sin(q.anim_time*90*4-90)*1+1),-0,60)", | ||||
| 						0, | ||||
| 						"-math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)-math.sin(q.anim_time*90*4-180)*1" | ||||
| 					], | ||||
| 					"position": [ | ||||
| 						0, | ||||
| 						"-0.8-math.clamp(-math.sin(q.anim_time*90*4+90+180*0)*0.01,0,0.01)+math.clamp(-math.sin(q.anim_time*90*4+20+180*0)*1,0.4,1)-0.4+math.clamp(math.sin(q.anim_time*90*4-130+180*0)*1.5,0.4,0.6)-0.3+(math.clamp(-math.sin(q.anim_time*90*2+70+180*0)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2+70+180*1)*1,0.5,1)+0)*0.5", | ||||
| 						0 | ||||
| 					] | ||||
| 				}, | ||||
| 				"leg_back_left2": { | ||||
| 					"rotation": [ | ||||
| 						"math.clamp(math.sin(q.anim_time*90*4)*10,0,10)-math.clamp(math.sin(q.anim_time*90*4-95)*10,0,45)-math.clamp(math.sin(q.anim_time*90*4+180)*10,0,45)", | ||||
| 						0, | ||||
| 						0 | ||||
| 					], | ||||
| 					"position": [0, "math.clamp(math.sin(q.anim_time*90*4-130)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40)*1,0.75,1)+0.25", 0] | ||||
| 				}, | ||||
| 				"leg_back_left3": { | ||||
| 					"rotation": [ | ||||
| 						"-math.clamp(math.sin(q.anim_time*90*4+180*0)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4+10+180*1)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4-90+180*0)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4-130+180*0)*00,50,100)-50", | ||||
| 						0, | ||||
| 						0 | ||||
| 					], | ||||
| 					"position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180)*1,0.5,1)-0.5)*0.7", 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.chienpao.cry": { | ||||
| 			"animation_length": 1.5, | ||||
| 			"bones": { | ||||
| 				"neck": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2083": { | ||||
| 							"post": [10, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4583": { | ||||
| 							"post": [-15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [-15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [22.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7917": { | ||||
| 							"post": [2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"jaw": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [35, 0, 0], | ||||
| 						"1.25": [35, 0, 0], | ||||
| 						"1.5": [0, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,63 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.chiyu.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"bone3": { | ||||
| 					"rotation": [0, "0+Math.cos((query.anim_time - 0.5) * 180) * 4", 0] | ||||
| 				}, | ||||
| 				"bone5": { | ||||
| 					"rotation": [0, "0+Math.cos((query.anim_time - 0.8) * 180) * 4", 0] | ||||
| 				}, | ||||
| 				"bone6": { | ||||
| 					"rotation": [0, "0-Math.cos((query.anim_time - 0.8) * 180) * 4", 0] | ||||
| 				}, | ||||
| 				"bone10": { | ||||
| 					"rotation": ["0+Math.cos((query.anim_time - 0.2) * 180) * 2", "0+Math.cos((query.anim_time - 0.2) * 90) * 2", 0] | ||||
| 				}, | ||||
| 				"bone14": { | ||||
| 					"rotation": [0, 0, "0-Math.cos((query.anim_time - 0.8) * 180) * 4"] | ||||
| 				}, | ||||
| 				"bone13": { | ||||
| 					"rotation": [0, 0, "0+Math.cos((query.anim_time - 0.8) * 180) * 4"] | ||||
| 				}, | ||||
| 				"bone11": { | ||||
| 					"rotation": [0, "0+Math.cos((query.anim_time - 0.2) * 90) * 2", 0] | ||||
| 				}, | ||||
| 				"bone15": { | ||||
| 					"rotation": [0, "0-Math.cos((query.anim_time - 0.5) * 180) * 4", 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.chiyu.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"bone3": { | ||||
| 					"rotation": [0, "0+Math.cos((query.anim_time - 0.8) * 270) * 8", 0] | ||||
| 				}, | ||||
| 				"bone5": { | ||||
| 					"rotation": [0, "0+Math.cos((query.anim_time - 0.8) * 270) * 8", 0] | ||||
| 				}, | ||||
| 				"bone6": { | ||||
| 					"rotation": [0, "0+Math.cos((query.anim_time - 0.8) * 270) * 8", 0] | ||||
| 				}, | ||||
| 				"bone10": { | ||||
| 					"rotation": [0, "0+Math.cos((query.anim_time - 0.2) * 270) * 8", 0] | ||||
| 				}, | ||||
| 				"bone14": { | ||||
| 					"rotation": [0, 0, "0-Math.cos((query.anim_time - 0.8) * 180) * 4"] | ||||
| 				}, | ||||
| 				"bone13": { | ||||
| 					"rotation": [0, 0, "0+Math.cos((query.anim_time - 0.8) * 180) * 4"] | ||||
| 				}, | ||||
| 				"bone11": { | ||||
| 					"rotation": [0, "0+Math.cos((query.anim_time - 0.5) * 270) * 8", 0] | ||||
| 				}, | ||||
| 				"bone15": { | ||||
| 					"rotation": [0, "0+Math.cos((query.anim_time - 0.8) * 270) * 8", 0] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,288 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.cinccino.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"head": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*3-60)*2", 0, 0] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [0, "0- math.cos(query.anim_time * 90 * 3 - 90) * 12", 37.5] | ||||
| 				}, | ||||
| 				"arm_left2": { | ||||
| 					"rotation": [0, "math.clamp(math.sin(((query.anim_time) + (0.75/2)) * 90 * 2) * 4, 0, 4)", 0] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [0, "0+math.cos(query.anim_time * 90 * 3 - 90) * 12", -37.5], | ||||
| 					"position": [0, 0, 0] | ||||
| 				}, | ||||
| 				"arm_right2": { | ||||
| 					"rotation": [0, "0 - math.clamp(math.sin(((query.anim_time) - (0.75/2)) * 90 * 2) * 4, 0, 4)", 0] | ||||
| 				}, | ||||
| 				"torso2": { | ||||
| 					"rotation": [1, "0 - math.sin(((query.anim_time) - (0.5/2)) * 90 * 2) * 3", 0] | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": [ | ||||
| 						"0 -math.sin((query.anim_time) * 90 * 2) * 0", | ||||
| 						0, | ||||
| 						"0 - 0 + (math.clamp((math.sin(((query.anim_time - (1.75 / 2))) * 180 * 2) * 1) - math.clamp((math.sin(((query.anim_time - (1.75 / 2))) * 90 * 2) * 2), 0, 1), 0, 1)) * 0" | ||||
| 					], | ||||
| 					"position": [0, "math.clamp(math.sin(((query.anim_time) + (1/2)) * 90 * 2) * 0, 0, 0)", 0] | ||||
| 				}, | ||||
| 				"leg_left2": { | ||||
| 					"rotation": ["0 - math.clamp(math.sin(((query.anim_time) - (0.75/2)) * 90 * 2) * 0, -0, 0)", 0, 0] | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": [ | ||||
| 						"math.sin((query.anim_time) * 90 * 2) * 0", | ||||
| 						0, | ||||
| 						"0 - (math.clamp((math.sin(((query.anim_time + (0.25 / 2))) * 180 * 2) * 1) - math.clamp((math.sin(((query.anim_time + (0.25 / 2))) * 90 * 2) * 2), 0, 1), 0, 1)) * 0" | ||||
| 					], | ||||
| 					"position": [0, "math.clamp(math.sin(((query.anim_time) - (1/2)) * 90 * 2) * 0, 0, 0)", 0] | ||||
| 				}, | ||||
| 				"leg_right2": { | ||||
| 					"rotation": ["math.clamp(math.sin(((query.anim_time) - (0.75/2)) * 90 * 2) * 0, 0, 0)", 0, 0] | ||||
| 				}, | ||||
| 				"foot_left": { | ||||
| 					"rotation": ["0 - math.clamp(math.sin(((query.anim_time) - (0.75/2)) * 90 * 2) * 0, -0, 0)", 0, 0] | ||||
| 				}, | ||||
| 				"foot_right": { | ||||
| 					"rotation": ["math.clamp(math.sin(((query.anim_time) - (0.75/2)) * 90 * 2) * 0, 0, 0)", 0, 0] | ||||
| 				}, | ||||
| 				"hand_right": { | ||||
| 					"rotation": [0, 0, 0] | ||||
| 				}, | ||||
| 				"hand_left": { | ||||
| 					"rotation": [0, 0, 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": [0, "4*(math.sin(q.anim_time*90*3)*1)+0*(math.sin(q.anim_time*90*0/2)*1)", 0] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": [0, "6*(math.sin(q.anim_time*90*3-90)*1)+0*(math.sin(q.anim_time*90*0/2-90)*1)", 0] | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": [0, "6*(math.sin(q.anim_time*90*3-90)*1)+0*(math.sin(q.anim_time*90*0/2-90)*1)", 0] | ||||
| 				}, | ||||
| 				"leftforearm": { | ||||
| 					"rotation": [0, 70, 0] | ||||
| 				}, | ||||
| 				"rightforearm": { | ||||
| 					"rotation": [0, -70, 0] | ||||
| 				}, | ||||
| 				"body2": { | ||||
| 					"rotation": ["01+math.sin(q.anim_time*90*3)*1", 0, 0], | ||||
| 					"position": [0, "0+math.sin(q.anim_time*90*3*2)*0.1", 0] | ||||
| 				}, | ||||
| 				"hair_1_r2": { | ||||
| 					"rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 3 - 160) * 2"] | ||||
| 				}, | ||||
| 				"hair_3_r2": { | ||||
| 					"rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 3 - 130) * 5"] | ||||
| 				}, | ||||
| 				"hair_4_r2": { | ||||
| 					"rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 2 - 110) * 6"] | ||||
| 				}, | ||||
| 				"hair_1_r": { | ||||
| 					"rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 3 - 160) * -2"] | ||||
| 				}, | ||||
| 				"hair_3_r": { | ||||
| 					"rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 3 - 130) * -5"] | ||||
| 				}, | ||||
| 				"hair_4_r": { | ||||
| 					"rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 2 - 110) * -6"] | ||||
| 				}, | ||||
| 				"ear_right": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*3*1)*3", 0, 0] | ||||
| 				}, | ||||
| 				"ear_left": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*3*1)*3", 0, 0] | ||||
| 				}, | ||||
| 				"bone3": { | ||||
| 					"rotation": [0, -20, "7.5+Math.cos((query.anim_time) * 90 * 2 - 160) * -2"], | ||||
| 					"position": [0, 0.2, 0] | ||||
| 				}, | ||||
| 				"bone4": { | ||||
| 					"rotation": [0, 0, "7.50+Math.cos((query.anim_time) * 90 * 2 - 145) * -3"] | ||||
| 				}, | ||||
| 				"tail1": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*3-60)*4", 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.cinccino.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"head": { | ||||
| 					"rotation": ["-2.5-math.cos(q.anim_time*90*4-30)*2", "-math.sin(q.anim_time*90*4-30)*1", "math.cos(q.anim_time*90*4-30)*3"] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [0, "0-5*math.sin(q.anim_time*90*3.5)*5", 34.25] | ||||
| 				}, | ||||
| 				"arm_left2": { | ||||
| 					"rotation": [0, "math.clamp(math.sin(((query.anim_time) + (0.75/3)) * 90 * 3) * 6, 0, 6)", 0] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [0, "0-5*math.sin(q.anim_time*90*3.5)*5", -34.25] | ||||
| 				}, | ||||
| 				"arm_right2": { | ||||
| 					"rotation": [0, "0 - math.clamp(math.sin(((query.anim_time) - (0.75/3)) * 90 * 3) * 6, 0, 6)", 0] | ||||
| 				}, | ||||
| 				"torso2": { | ||||
| 					"rotation": [3, "0 - math.sin(((query.anim_time) - (0.5/3)) * 90 * 3) * 3", 0] | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": ["-math.sin(q.anim_time*90*4+180)*3", -7.5, 0], | ||||
| 					"position": [0, "0+math.clamp(math.cos(q.anim_time*90*4+180)*1,0,1)", "0-math.sin(q.anim_time*90*4+180)*1"] | ||||
| 				}, | ||||
| 				"leg_left2": { | ||||
| 					"rotation": ["0 - math.clamp(math.sin(((query.anim_time) - (0.75/3)) * 90 * 3) * 0, -0, 0)", 0, 0] | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": ["math.sin(q.anim_time*90*4+180)*3", 7.5, 0], | ||||
| 					"position": [0, "0+math.clamp(math.cos(q.anim_time*90*4)*1,0,1)", "0-math.sin(q.anim_time*90*4)*1"] | ||||
| 				}, | ||||
| 				"leg_right2": { | ||||
| 					"rotation": ["math.clamp(math.sin(((query.anim_time) - (0.75/3)) * 90 * 3) * 0, 0, 0)", 0, 0] | ||||
| 				}, | ||||
| 				"foot_left": { | ||||
| 					"rotation": ["0 - math.clamp(math.sin(((query.anim_time) - (0.75/3)) * 90 * 3) * 8, -8, 0)", 0, 0] | ||||
| 				}, | ||||
| 				"foot_right": { | ||||
| 					"rotation": ["math.clamp(math.sin(((query.anim_time) - (0.75/3)) * 90 * 3) * 8, 0, 8)", 0, 0] | ||||
| 				}, | ||||
| 				"hand_right": { | ||||
| 					"rotation": [0, -70, 0] | ||||
| 				}, | ||||
| 				"hand_left": { | ||||
| 					"rotation": [0, 70, 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": [0, "4*(math.sin(q.anim_time*90*3)*1)+0*(math.sin(q.anim_time*90*0/2)*1)", 0] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": [0, "math.cos(q.anim_time*90*8-30)*8", 0] | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": [0, "6*(math.sin(q.anim_time*90*3-90)*1)+0*(math.sin(q.anim_time*90*0/2-90)*1)", 0] | ||||
| 				}, | ||||
| 				"leftforearm": { | ||||
| 					"rotation": [0, 70, 0] | ||||
| 				}, | ||||
| 				"rightforearm": { | ||||
| 					"rotation": [0, -70, 0] | ||||
| 				}, | ||||
| 				"body2": { | ||||
| 					"rotation": ["5-math.cos(q.anim_time*90*4*2)*2", "0-math.sin(q.anim_time*90*4)*3", "0+math.cos(q.anim_time*90*4)*3"], | ||||
| 					"position": [0, "0.175+math.sin(q.anim_time*90*4*2)*0.2", 0] | ||||
| 				}, | ||||
| 				"hair_1_r2": { | ||||
| 					"rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 4 - 160) * 2"] | ||||
| 				}, | ||||
| 				"hair_1_r": { | ||||
| 					"rotation": [0, 0, "0+Math.cos((query.anim_time) * 90 * 4 - 160) * -2"] | ||||
| 				}, | ||||
| 				"ear_right": { | ||||
| 					"rotation": [0, 0, "math.cos(q.anim_time*90*4-30)*3"] | ||||
| 				}, | ||||
| 				"ear_left": { | ||||
| 					"rotation": [0, 0, "math.cos(q.anim_time*90*4-30)*3"] | ||||
| 				}, | ||||
| 				"tail1": { | ||||
| 					"rotation": ["-12.5+12*(math.sin(q.anim_time*90*4*2-240)*1+1)", "0+10*(math.sin(q.anim_time*90*2*2-140))", 0] | ||||
| 				}, | ||||
| 				"bone3": { | ||||
| 					"rotation": [0, "-35+Math.cos((query.anim_time) * 90 * 3 - 110) * -6", "Math.cos((query.anim_time) * 90 * 2 - 110) * -1"], | ||||
| 					"position": [0, 0.175, -0.05] | ||||
| 				}, | ||||
| 				"bone4": { | ||||
| 					"rotation": [0, "0+Math.cos((query.anim_time) * 90 * 3 - 110) * -3", "0+Math.cos((query.anim_time) * 90 * 2 - 110) * -3"] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.cinccino.blink": { | ||||
| 			"animation_length": 0.16667, | ||||
| 			"bones": { | ||||
| 				"eyelid_right": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, -0.1], | ||||
| 						"0.125": [0, 0, -0.1], | ||||
| 						"0.1667": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"eyelid_left": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, -0.1], | ||||
| 						"0.125": [0, 0, -0.1], | ||||
| 						"0.1667": [0, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"education": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"pichu": { | ||||
| 					"position": [0, 4, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [5, 0, 0] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [90, -70, -90] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [90, 70, 90] | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": [-55, 0, 0], | ||||
| 					"position": [0, 0, -2] | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": [-55, 0, 0], | ||||
| 					"position": [0, 0, -2] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"render": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"pichu": { | ||||
| 					"rotation": [0, 12.5, 0] | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": [0, 2.5, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [0, -12.5, 0] | ||||
| 				}, | ||||
| 				"eyelid_left": { | ||||
| 					"position": [0, 0, -0.1] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [0, 0, -37.5] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [0, 0, 40] | ||||
| 				}, | ||||
| 				"tail1": { | ||||
| 					"rotation": [0, 35, 0] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": [0, 0, 0] | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": [0, 17.5, 0] | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": [0, -7.5, 0] | ||||
| 				}, | ||||
| 				"openmouth": { | ||||
| 					"position": [0, 0, -0.1] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,187 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.corsola_galar.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"corsola": { | ||||
| 					"rotation": [0, 0, "(math.sin(q.anim_time*90*2)*2)"], | ||||
| 					"position": ["math.sin(q.anim_time*90*2)*0.5", "-0.2+math.abs(math.sin(q.anim_time*90*2)*0.2)", 0] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [ | ||||
| 						"1*math.sin(q.anim_time*90*2-60)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [ | ||||
| 						"1*math.sin(q.anim_time*90*2-60)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] | ||||
| 				}, | ||||
| 				"horn_mid": { | ||||
| 					"rotation": [ | ||||
| 						"2*math.sin(q.anim_time*90*2-120)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"position": [0, 0, 0], | ||||
| 					"scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] | ||||
| 				}, | ||||
| 				"rightfronthorn3": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-60)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] | ||||
| 				}, | ||||
| 				"leftfronthorn3": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-120)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] | ||||
| 				}, | ||||
| 				"leftfronthorn": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-60)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] | ||||
| 				}, | ||||
| 				"rightfronthorn": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-120)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"position": [0, 0, 0], | ||||
| 					"scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.corsola_galar.blink": { | ||||
| 			"animation_length": 0.625, | ||||
| 			"bones": { | ||||
| 				"eyes_right": { | ||||
| 					"scale": { | ||||
| 						"0.0": [1, 1, 1], | ||||
| 						"0.2083": [1, 1, 1], | ||||
| 						"0.2917": [1, 0, 1], | ||||
| 						"0.375": [1, 0, 1], | ||||
| 						"0.4583": [1, 1.1, 1], | ||||
| 						"0.5": [1, 1, 1], | ||||
| 						"0.625": [1, 1, 1] | ||||
| 					} | ||||
| 				}, | ||||
| 				"eyes_left": { | ||||
| 					"scale": { | ||||
| 						"0.0": [1, 1, 1], | ||||
| 						"0.2083": [1, 1, 1], | ||||
| 						"0.2917": [1, 0, 1], | ||||
| 						"0.375": [1, 0, 1], | ||||
| 						"0.4583": [1, 1.1, 1], | ||||
| 						"0.5": [1, 1, 1], | ||||
| 						"0.625": [1, 1, 1] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.corsola_galar.sleep": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"leftfronthorn3": { | ||||
| 					"scale": [0.1, 0.1, 0] | ||||
| 				}, | ||||
| 				"leftfronthorn": { | ||||
| 					"scale": [0.1, 0.1, 0] | ||||
| 				}, | ||||
| 				"rightfronthorn": { | ||||
| 					"scale": [0.1, 0.1, 0] | ||||
| 				}, | ||||
| 				"rightfronthorn3": { | ||||
| 					"scale": [0.1, 0.1, 0] | ||||
| 				}, | ||||
| 				"horn_mid": { | ||||
| 					"scale": [0.1, 0.1, 0] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"scale": [0.1, 0.1, 0] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"scale": [0.1, 0.1, 0] | ||||
| 				}, | ||||
| 				"eye_close": { | ||||
| 					"position": [0, 0, -0.025] | ||||
| 				}, | ||||
| 				"eye_open": { | ||||
| 					"position": [0, 0, 0.125] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.corsola_galar.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"corsola": { | ||||
| 					"position": [0, 5, 0] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": ["(math.sin(q.anim_time*90)*3)*(math.sin(q.anim_time*90-90))", "1*math.sin(q.anim_time*90*2-120)", "-(math.sin(q.anim_time*90*2-90)*3)"], | ||||
| 					"scale": [1, "1+math.sin(q.anim_time*90*4)*0.06", 1] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": ["(math.sin(q.anim_time*90)*3)*(math.sin(q.anim_time*90-90))", "1*math.sin(q.anim_time*90*2-120)", "-(math.sin(q.anim_time*90*2-90)*3)"], | ||||
| 					"scale": [1, "1+math.sin(q.anim_time*90*4)*0.06", 1] | ||||
| 				}, | ||||
| 				"horn_mid": { | ||||
| 					"rotation": ["(math.sin(q.anim_time*90)*3)*(math.sin(q.anim_time*90-90))", "5*math.sin(q.anim_time*90*2-120)", "-(math.sin(q.anim_time*90*2-90)*3)"], | ||||
| 					"scale": [1, "1+math.sin(q.anim_time*90*4)*0.06", 1] | ||||
| 				}, | ||||
| 				"rightfronthorn3": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-60)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] | ||||
| 				}, | ||||
| 				"leftfronthorn3": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-60)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] | ||||
| 				}, | ||||
| 				"leftfronthorn": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-120)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] | ||||
| 				}, | ||||
| 				"rightfronthorn": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-120)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] | ||||
| 				}, | ||||
| 				"swing": { | ||||
| 					"rotation": ["15+2.5*math.sin(q.anim_time*90*2)*0.75", 0, "2.5*math.sin(q.anim_time*90*2+90)*0.75"], | ||||
| 					"position": [0, "math.sin(q.anim_time*90*4)*0.75", 0] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,308 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.corsola.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"corsola": { | ||||
| 					"rotation": [0, 0, "(math.sin(q.anim_time*90*2)*2)"], | ||||
| 					"position": ["math.sin(q.anim_time*90*2)*0.5", "-0.2+math.abs(math.sin(q.anim_time*90*2)*0.2)", 0] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [ | ||||
| 						"1*math.sin(q.anim_time*90*2-60)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [ | ||||
| 						"1*math.sin(q.anim_time*90*2-60)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"horn_mid": { | ||||
| 					"rotation": ["2*math.sin(q.anim_time*90*2-120)", 0, 0], | ||||
| 					"position": [0, 0, 0], | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"rightfronthorn3": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-60)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"leftfronthorn3": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-120)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"leftfronthorn": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-60)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"rightfronthorn": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-120)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"position": [0, 0, 0], | ||||
| 					"scale": 1 | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.corsola.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"corsola": { | ||||
| 					"rotation": [0, 0, "(math.sin(q.anim_time*90*2)*2)"], | ||||
| 					"position": ["math.sin(q.anim_time*90*2)*0.5", "-0.2+math.abs(math.sin(q.anim_time*90*2)*0.2)", 0] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [ | ||||
| 						"1*math.sin(q.anim_time*90*2-60)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [ | ||||
| 						"1*math.sin(q.anim_time*90*2-60)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"horn_mid": { | ||||
| 					"rotation": ["2*math.sin(q.anim_time*90*2-120)", 0, 0], | ||||
| 					"position": [0, 0, 0], | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"rightfronthorn3": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-60)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"leftfronthorn3": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-120)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"leftfronthorn": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-60)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"rightfronthorn": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-120)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"position": [0, 0, 0], | ||||
| 					"scale": 1 | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.corsola.blink": { | ||||
| 			"animation_length": 0.625, | ||||
| 			"bones": { | ||||
| 				"eyes_right": { | ||||
| 					"scale": { | ||||
| 						"0.0": [1, 1, 1], | ||||
| 						"0.2083": [1, 1, 1], | ||||
| 						"0.2917": [1, 0, 1], | ||||
| 						"0.375": [1, 0, 1], | ||||
| 						"0.4583": [1, 1.1, 1], | ||||
| 						"0.5": [1, 1, 1], | ||||
| 						"0.625": [1, 1, 1] | ||||
| 					} | ||||
| 				}, | ||||
| 				"eyes_left": { | ||||
| 					"scale": { | ||||
| 						"0.0": [1, 1, 1], | ||||
| 						"0.2083": [1, 1, 1], | ||||
| 						"0.2917": [1, 0, 1], | ||||
| 						"0.375": [1, 0, 1], | ||||
| 						"0.4583": [1, 1.1, 1], | ||||
| 						"0.5": [1, 1, 1], | ||||
| 						"0.625": [1, 1, 1] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.corsola.sleep": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"leftfronthorn3": { | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"leftfronthorn": { | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"rightfronthorn": { | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"rightfronthorn3": { | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"horn_mid": { | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"eye_close": { | ||||
| 					"position": [0, 0, -0.025] | ||||
| 				}, | ||||
| 				"eye_open": { | ||||
| 					"position": [0, 0, 0.125] | ||||
| 				}, | ||||
| 				"bone4": { | ||||
| 					"position": [0, 0, 0.4] | ||||
| 				}, | ||||
| 				"bone3": { | ||||
| 					"position": [0, 0, 0.5] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.corsola.water_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"corsola": { | ||||
| 					"position": [0, 5, 0] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": ["(math.sin(q.anim_time*90)*3)*(math.sin(q.anim_time*90-90))", "1*math.sin(q.anim_time*90*2-120)", "-(math.sin(q.anim_time*90*2-90)*3)"], | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": ["(math.sin(q.anim_time*90)*3)*(math.sin(q.anim_time*90-90))", "1*math.sin(q.anim_time*90*2-120)", "-(math.sin(q.anim_time*90*2-90)*3)"], | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"horn_mid": { | ||||
| 					"rotation": ["(math.sin(q.anim_time*90)*3)*(math.sin(q.anim_time*90-90))", "5*math.sin(q.anim_time*90*2-120)", "-(math.sin(q.anim_time*90*2-90)*3)"], | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"rightfronthorn3": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-60)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"leftfronthorn3": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-60)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"leftfronthorn": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-120)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"rightfronthorn": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-120)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"swing": { | ||||
| 					"rotation": ["15+2.5*math.sin(q.anim_time*90*2)*0.75", 0, "2.5*math.sin(q.anim_time*90*2+90)*0.75"], | ||||
| 					"position": [0, "math.sin(q.anim_time*90*4)*0.75", 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.corsola.water_swim": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"corsola": { | ||||
| 					"position": [0, 5, 0] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": ["(math.sin(q.anim_time*90)*3)*(math.sin(q.anim_time*90-90))", "1*math.sin(q.anim_time*90*2-120)", "-(math.sin(q.anim_time*90*2-90)*3)"], | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": ["(math.sin(q.anim_time*90)*3)*(math.sin(q.anim_time*90-90))", "1*math.sin(q.anim_time*90*2-120)", "-(math.sin(q.anim_time*90*2-90)*3)"], | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"horn_mid": { | ||||
| 					"rotation": ["(math.sin(q.anim_time*90)*3)*(math.sin(q.anim_time*90-90))", "5*math.sin(q.anim_time*90*2-120)", "-(math.sin(q.anim_time*90*2-90)*3)"], | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"rightfronthorn3": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-60)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"leftfronthorn3": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-60)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"leftfronthorn": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-120)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"rightfronthorn": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-120)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"swing": { | ||||
| 					"rotation": ["15+2.5*math.sin(q.anim_time*90*2)*0.75", 0, "2.5*math.sin(q.anim_time*90*2+90)*0.75"], | ||||
| 					"position": [0, "math.sin(q.anim_time*90*4)*0.75", 0] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,222 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.cramorant.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"wing_left4": { | ||||
| 					"rotation": [0, "0-math.sin(q.anim_time*90*4-60)*3", "0+math.cos(q.anim_time*90*4-60)*12"] | ||||
| 				}, | ||||
| 				"wing_left": { | ||||
| 					"rotation": [40, 0, 0] | ||||
| 				}, | ||||
| 				"wing_left2": { | ||||
| 					"rotation": [0, 0, "0-math.cos(q.anim_time*90*4+120)*8"] | ||||
| 				}, | ||||
| 				"wing_right4": { | ||||
| 					"rotation": [0, "0-math.sin(q.anim_time*90*4-60)*3", "0-math.cos(q.anim_time*90*4-60)*12"] | ||||
| 				}, | ||||
| 				"wing_right": { | ||||
| 					"rotation": [40, 0, 0] | ||||
| 				}, | ||||
| 				"wing_right2": { | ||||
| 					"rotation": [0, 0, "0-math.cos(q.anim_time*90*4-120)*8"] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["0+math.cos(q.anim_time*90*4*2-30)*1", 0, 0] | ||||
| 				}, | ||||
| 				"feater_bot": { | ||||
| 					"rotation": ["0+math.cos(q.anim_time*90*4*2-30)*4", 0, 0] | ||||
| 				}, | ||||
| 				"feater_top": { | ||||
| 					"rotation": ["0+math.cos(q.anim_time*90*4*2-60)*6", 0, 0] | ||||
| 				}, | ||||
| 				"neck_bot": { | ||||
| 					"rotation": ["0+math.cos(q.anim_time*90*4*2-30)*2", 0, 0] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": ["2.5+math.cos(q.anim_time*90*4*2)*1", "math.sin(q.anim_time*90*4)*1", "math.cos(q.anim_time*90*4)*3"], | ||||
| 					"position": [0, "0+math.sin(q.anim_time*90*4*2)*0.2", 0] | ||||
| 				}, | ||||
| 				"back_feater": { | ||||
| 					"rotation": ["0+math.cos(q.anim_time*90*4*2-60)*-4", 0, 0] | ||||
| 				}, | ||||
| 				"leg_right2": { | ||||
| 					"rotation": ["0+math.cos(q.anim_time*90*4)*6", 14, 0], | ||||
| 					"position": [0.225, "0+math.clamp(math.sin(q.anim_time*90*4)*2,0,5)", "0+math.cos(q.anim_time*90*4)*1"] | ||||
| 				}, | ||||
| 				"leg_left2": { | ||||
| 					"rotation": ["0+math.cos(q.anim_time*90*4+180)*6", -14, 0], | ||||
| 					"position": [-0.25, "0+math.clamp(math.sin(q.anim_time*90*4+180)*2,0,5)", "0+math.cos(q.anim_time*90*4+180)*1"] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["0+math.cos(q.anim_time*90*4*2-30)*4", 0, 0] | ||||
| 				}, | ||||
| 				"jawbot": { | ||||
| 					"rotation": ["2.5+math.cos(q.anim_time*90*4*2)*3", 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.cramorant.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"wing_left": { | ||||
| 					"rotation": [0, 0, "0-math.sin(q.anim_time*90*2-60)*5"] | ||||
| 				}, | ||||
| 				"wing_left2": { | ||||
| 					"rotation": [0, 0, "0-math.sin(q.anim_time*90*2-120)*7"] | ||||
| 				}, | ||||
| 				"wing_right": { | ||||
| 					"rotation": [0, 0, "0-math.sin(q.anim_time*90*2-60)*-5"] | ||||
| 				}, | ||||
| 				"wing_right2": { | ||||
| 					"rotation": [0, 0, "0+math.sin(q.anim_time*90*2-120)*7"] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["-+math.sin(q.anim_time*90*2-30)*2", 0, 0] | ||||
| 				}, | ||||
| 				"feater_bot": { | ||||
| 					"rotation": ["-2.5+math.sin(q.anim_time*90*2-30)*2", 0, 0] | ||||
| 				}, | ||||
| 				"feater_top": { | ||||
| 					"rotation": ["-2.5+math.sin(q.anim_time*90*2-90)*2", 0, 0] | ||||
| 				}, | ||||
| 				"neck_bot": { | ||||
| 					"rotation": ["-2.5+math.sin(q.anim_time*90*2-30)*-3", 0, 0] | ||||
| 				}, | ||||
| 				"nek_top": { | ||||
| 					"rotation": ["2.75+math.sin(q.anim_time*90*2-30)*2", 0, 0] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": ["2.5+math.sin(q.anim_time*90*2)*1", 0, 0], | ||||
| 					"position": [0, "0+math.cos(q.anim_time*90*2)*0.3", 0] | ||||
| 				}, | ||||
| 				"back_feater": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*2-30)*-4", 0, 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["-2.5+math.sin(q.anim_time*90*2-30)*2", 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.cramorant.water_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"camorant": { | ||||
| 					"rotation": ["10-math.cos(q.anim_time*90*2)*2", 0, 0], | ||||
| 					"position": [0, "0-math.sin(q.anim_time*90*2-30)*0.4", 0] | ||||
| 				}, | ||||
| 				"wing_left": { | ||||
| 					"rotation": [-172.8737, -47.3283, 268.7771] | ||||
| 				}, | ||||
| 				"wing_right": { | ||||
| 					"rotation": [-172.87375, 47.32834, -268.77712] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["0-math.cos(q.anim_time*90*2-30)*4", 0, 0] | ||||
| 				}, | ||||
| 				"feater_bot": { | ||||
| 					"rotation": ["0-math.cos(q.anim_time*90*2-30)*2", 0, 0] | ||||
| 				}, | ||||
| 				"feater_top": { | ||||
| 					"rotation": ["0-math.cos(q.anim_time*90*2-90)*2", 0, 0] | ||||
| 				}, | ||||
| 				"neck_bot": { | ||||
| 					"rotation": ["-5-math.cos(q.anim_time*90*2-30)*-3", 0, 0] | ||||
| 				}, | ||||
| 				"nek_top": { | ||||
| 					"rotation": ["0-math.cos(q.anim_time*90*2-30)*1", 0, 0] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": [0, 0, 0] | ||||
| 				}, | ||||
| 				"back_feater": { | ||||
| 					"rotation": ["0-math.cos(q.anim_time*90*2-30)*3", 0, 0] | ||||
| 				}, | ||||
| 				"leg_right2": { | ||||
| 					"rotation": ["17.5-math.cos(q.anim_time*90*2-60)*5", 10, 0] | ||||
| 				}, | ||||
| 				"foot_right": { | ||||
| 					"rotation": ["0-math.cos(q.anim_time*90*2-120)*3", 0, 0] | ||||
| 				}, | ||||
| 				"leg_left2": { | ||||
| 					"rotation": ["17.5-math.cos(q.anim_time*90*2-60)*5", -10, 0] | ||||
| 				}, | ||||
| 				"foot_left": { | ||||
| 					"rotation": ["0-math.cos(q.anim_time*90*2-120)*3", 0, 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["0-math.cos(q.anim_time*90*2-30)*3", 0, 0] | ||||
| 				}, | ||||
| 				"bone3": { | ||||
| 					"rotation": [0, 18.75, 0] | ||||
| 				}, | ||||
| 				"bone2": { | ||||
| 					"rotation": [0, -18.75, 0] | ||||
| 				}, | ||||
| 				"jawbot": { | ||||
| 					"rotation": ["0-math.cos(q.anim_time*90*2-30)*1", 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.cramorant.water_swim": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"camorant": { | ||||
| 					"rotation": ["17.5-math.sin(q.anim_time*90*2)*3", 0, 0], | ||||
| 					"position": [ | ||||
| 						0, | ||||
| 						"math.clamp(math.sin(q.anim_time*90*4)*0.2,0,1)+math.clamp(math.sin(q.anim_time*90*4)*0.3,-1,0)", | ||||
| 						"-math.sin(q.anim_time*90*4*2+90)*0.2" | ||||
| 					] | ||||
| 				}, | ||||
| 				"wing_left": { | ||||
| 					"rotation": [-172.8737, -47.3283, 268.7771] | ||||
| 				}, | ||||
| 				"wing_right": { | ||||
| 					"rotation": [-172.87375, 47.32834, -268.77712] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["-11.75-math.cos(q.anim_time*90*4-30)*1", 0, 0] | ||||
| 				}, | ||||
| 				"feater_bot": { | ||||
| 					"rotation": ["0-math.cos(q.anim_time*90*4-30)*2", 0, 0] | ||||
| 				}, | ||||
| 				"feater_top": { | ||||
| 					"rotation": ["0-math.cos(q.anim_time*90*4-90)*2", 0, 0] | ||||
| 				}, | ||||
| 				"neck_bot": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*3*2+90)*2", 0, 0] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": [0, 0, 0] | ||||
| 				}, | ||||
| 				"back_feater": { | ||||
| 					"rotation": ["0-math.cos(q.anim_time*90*4-30)*3", 0, 0] | ||||
| 				}, | ||||
| 				"leg_right2": { | ||||
| 					"rotation": ["17.5-(math.sin(q.anim_time*90*4*3)*1-1)*20", 0, 0] | ||||
| 				}, | ||||
| 				"foot_right": { | ||||
| 					"rotation": ["0-math.cos(q.anim_time*90*2-120)*3", 0, 0] | ||||
| 				}, | ||||
| 				"leg_left2": { | ||||
| 					"rotation": ["17.5-(math.sin(q.anim_time*90*4*3+180)*1-1)*20", 0, 0], | ||||
| 					"position": [0, 0, 0] | ||||
| 				}, | ||||
| 				"foot_left": { | ||||
| 					"rotation": ["0-math.cos(q.anim_time*90*2-120)*3", 0, 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["0-math.cos(q.anim_time*90*4-30)*3", 0, 0] | ||||
| 				}, | ||||
| 				"bone3": { | ||||
| 					"rotation": [0, 18.75, 0] | ||||
| 				}, | ||||
| 				"bone2": { | ||||
| 					"rotation": [0, -18.75, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,37 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.cresselia.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"cresselia": { | ||||
| 					"position": [0, 7, 0] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": [-5, 0, 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": [-15, 0, 0] | ||||
| 				}, | ||||
| 				"neck2": { | ||||
| 					"rotation": [-7.5, 0, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [10, 0, 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": [-2.5, 0, 0], | ||||
| 					"position": [0, -1, 0] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": [12.5, 0, 0], | ||||
| 					"position": [0, -0.5, -1] | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": [15, 0, 0], | ||||
| 					"position": [0, 0, -1] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -0,0 +1,174 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.cursola.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"base_in_2": { | ||||
| 					"rotation": ["math.sin((query.anim_time)*180-20-40)*1", 0, "math.sin((query.anim_time)*90-100-40)*1"] | ||||
| 				}, | ||||
| 				"base_in_3": { | ||||
| 					"rotation": ["math.sin((query.anim_time)*180-20-40)*1", 0, "math.sin((query.anim_time)*90-100-40)*3"] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["0+math.sin((query.anim_time)*180-60-80)*2", 0, "math.sin((query.anim_time)*90-100-80)*1"] | ||||
| 				}, | ||||
| 				"head_inside": { | ||||
| 					"position": [0, "math.sin(q.anim_time*90*2+90)*0.1", "math.sin(q.anim_time*90*2+180)*0.05"] | ||||
| 				}, | ||||
| 				"base_in_1": { | ||||
| 					"rotation": ["math.sin((query.anim_time)*180-20-10)*1", "math.sin((query.anim_time)*90+20-60)*1", "math.sin((query.anim_time)*90+10-60)*2"] | ||||
| 				}, | ||||
| 				"arm_right3": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-60)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": ["1+math.sin(q.anim_time*90*2)*0.06", 1, 1] | ||||
| 				}, | ||||
| 				"arm_left3": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-60)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": ["1+math.sin(q.anim_time*90*2)*0.06", 1, 1] | ||||
| 				}, | ||||
| 				"arm_right2": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-120)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": ["1+math.sin(q.anim_time*90*2)*0.06", 1, 1] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-120)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": ["1+math.sin(q.anim_time*90*2)*0.06", 1, 1] | ||||
| 				}, | ||||
| 				"arm_left2": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-120)", | ||||
| 						"(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": ["1+math.sin(q.anim_time*90*2)*0.06", 1, 1] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-120)", | ||||
| 						"(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": ["1+math.sin(q.anim_time*90*2)*0.06", 1, 1] | ||||
| 				}, | ||||
| 				"arm_right4": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-120)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": ["1+math.sin(q.anim_time*90*2)*0.06", 1, 1] | ||||
| 				}, | ||||
| 				"arm_left4": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-120)", | ||||
| 						"(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": ["1+math.sin(q.anim_time*90*2)*0.06", 1, 1] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.cursola.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"base": { | ||||
| 					"position": [0, 2, 0] | ||||
| 				}, | ||||
| 				"base_in_2": { | ||||
| 					"rotation": ["2.5+math.sin(q.anim_time*90*4+90)*2", 0, "math.sin(q.anim_time*90*4)*0.5"] | ||||
| 				}, | ||||
| 				"base_in_3": { | ||||
| 					"rotation": ["-5+math.sin(q.anim_time*90*4)*1", 0, 0] | ||||
| 				}, | ||||
| 				"head_inside": { | ||||
| 					"position": [0, "0+math.sin(q.anim_time*90*4)*0.40", 0] | ||||
| 				}, | ||||
| 				"arm_right3": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-60)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] | ||||
| 				}, | ||||
| 				"arm_left3": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-120)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] | ||||
| 				}, | ||||
| 				"arm_right2": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-120)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-120)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] | ||||
| 				}, | ||||
| 				"arm_left2": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-60)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [ | ||||
| 						"5*math.sin(q.anim_time*90*2-60)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] | ||||
| 				}, | ||||
| 				"arm_right4": { | ||||
| 					"rotation": [ | ||||
| 						"1*math.sin(q.anim_time*90*2-60)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] | ||||
| 				}, | ||||
| 				"arm_left4": { | ||||
| 					"rotation": [ | ||||
| 						"1*math.sin(q.anim_time*90*2-60)", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))", | ||||
| 						"-(math.sin(q.anim_time*90-45)*3)*(math.sin(q.anim_time*90-90))" | ||||
| 					], | ||||
| 					"scale": ["1+math.sin(q.anim_time*90*4)*0.06", 1, 1] | ||||
| 				}, | ||||
| 				"swing": { | ||||
| 					"rotation": ["15+2.5*math.sin(q.anim_time*90*2)*0.75", 0, "2.5*math.sin(q.anim_time*90*2+90)*0.75"], | ||||
| 					"position": [0, "1+math.sin(q.anim_time*90*4)*0.75", -1] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,29 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.cyyclizar.pose": { | ||||
| 			"loop": true | ||||
| 		}, | ||||
| 		"animation.cyclizar.pose": { | ||||
| 			"loop": true | ||||
| 		}, | ||||
| 		"animation.cyclizar.loop": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 3, | ||||
| 			"bones": { | ||||
| 				"cyclizar": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"3.0": [0, -360, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.cyclizar.ground_idle": { | ||||
| 			"loop": true | ||||
| 		}, | ||||
| 		"animation.cyclizar.ground_walk": { | ||||
| 			"loop": true | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,64 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.darkrai.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"bone5": { | ||||
| 					"rotation": [0, 0, 75] | ||||
| 				}, | ||||
| 				"bone6": { | ||||
| 					"rotation": [36.25873, 58.39167, 40.73592], | ||||
| 					"position": [0, 0, -1] | ||||
| 				}, | ||||
| 				"bone27": { | ||||
| 					"rotation": [0, 0, -20] | ||||
| 				}, | ||||
| 				"bone28": { | ||||
| 					"rotation": [-27.29887, -3.45533, -4.16067] | ||||
| 				}, | ||||
| 				"bone29": { | ||||
| 					"rotation": [-22.5, 0, 0], | ||||
| 					"position": [0, 0.2, -0.2] | ||||
| 				}, | ||||
| 				"bone31": { | ||||
| 					"rotation": [27.5, 0, 0], | ||||
| 					"position": [0, 0.2, 0] | ||||
| 				}, | ||||
| 				"bone7": { | ||||
| 					"rotation": [0, 0, -75] | ||||
| 				}, | ||||
| 				"bone8": { | ||||
| 					"rotation": [24.14611, -56.77406, -28.18679], | ||||
| 					"position": [0, 0, -1] | ||||
| 				}, | ||||
| 				"bone12": { | ||||
| 					"rotation": [0, 0, 12.5] | ||||
| 				}, | ||||
| 				"bone13": { | ||||
| 					"rotation": [-27.14233, 4.59902, 8.88927] | ||||
| 				}, | ||||
| 				"bone14": { | ||||
| 					"rotation": [-30, 0, 0], | ||||
| 					"position": [0, 0.5, 0] | ||||
| 				}, | ||||
| 				"bone19": { | ||||
| 					"rotation": [22.5, 0, 0], | ||||
| 					"position": [0, 0.5, -0.25] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": [5, 0, 0] | ||||
| 				}, | ||||
| 				"bone16": { | ||||
| 					"rotation": [15, 0, 0] | ||||
| 				}, | ||||
| 				"bone22": { | ||||
| 					"rotation": [-22.5, 0, 0] | ||||
| 				}, | ||||
| 				"darkrai": { | ||||
| 					"position": [0, 3, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,369 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.delcatty.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 2, | ||||
| 			"bones": { | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [-2.5, 0, 0], | ||||
| 						"0.75": [2.5, 0, 0], | ||||
| 						"1.0": [2.5, 0, 0], | ||||
| 						"1.75": [-2.5, 0, 0], | ||||
| 						"2.0": [-2.5, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.75": [10, 0, 0], | ||||
| 						"1.0": [10, 0, 0], | ||||
| 						"1.75": [0, 0, 0], | ||||
| 						"2.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"tail_end": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [0, 0, 0], | ||||
| 						"1.0": [10, 0, 0], | ||||
| 						"1.25": [10, 0, 0], | ||||
| 						"2.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"tail_bulb": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [3.33, 0, 0], | ||||
| 						"0.25": [0, 0, 0], | ||||
| 						"0.5": [0, 0, 0], | ||||
| 						"1.25": [10, 0, 0], | ||||
| 						"1.5": [10, 0, 0], | ||||
| 						"2.0": [3.33, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.delcatty.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 2, | ||||
| 			"bones": { | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [2.5, 0, 0], | ||||
| 						"0.25": [-2.5, 0, 0], | ||||
| 						"0.5": [2.5, 0, 0], | ||||
| 						"0.75": [-2.5, 0, 0], | ||||
| 						"1.0": [2.5, 0, 0], | ||||
| 						"1.25": [-2.5, 0, 0], | ||||
| 						"1.5": [2.5, 0, 0], | ||||
| 						"1.75": [-2.5, 0, 0], | ||||
| 						"2.0": [2.5, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"foot_fr": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [-5, 0, 0], | ||||
| 						"0.5": [0, 0, 0], | ||||
| 						"0.75": [-45, 0, 0], | ||||
| 						"1.0": [0, 0, 0], | ||||
| 						"1.5": [0, 0, 0], | ||||
| 						"1.75": [-45, 0, 0], | ||||
| 						"2.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"foot_fl": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [-45, 0, 0], | ||||
| 						"0.5": [0, 0, 0], | ||||
| 						"1.0": [0, 0, 0], | ||||
| 						"1.25": [-45, 0, 0], | ||||
| 						"1.5": [0, 0, 0], | ||||
| 						"2.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"foot_br": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [-30, 0, 0], | ||||
| 						"0.5": [0, 0, 0], | ||||
| 						"0.75": [0, 0, 0], | ||||
| 						"1.0": [0, 0, 0], | ||||
| 						"1.25": [-30, 0, 0], | ||||
| 						"1.5": [0, 0, 0], | ||||
| 						"2.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"foot_bl": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.5": [0, 0, 0], | ||||
| 						"0.75": [-30, 0, 0], | ||||
| 						"1.0": [0, 0, 0], | ||||
| 						"1.25": [0, 0, 0], | ||||
| 						"1.5": [0, 0, 0], | ||||
| 						"1.75": [-30, 0, 0], | ||||
| 						"2.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [5, 0, 0], | ||||
| 						"0.25": [-5, 0, 0], | ||||
| 						"0.5": [5, 0, 0], | ||||
| 						"0.75": [-5, 0, 0], | ||||
| 						"1.0": [5, 0, 0], | ||||
| 						"1.25": [-5, 0, 0], | ||||
| 						"1.5": [5, 0, 0], | ||||
| 						"1.75": [-5, 0, 0], | ||||
| 						"2.0": [5, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"tail_end": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [2.5, 0, 0], | ||||
| 						"0.25": [-2.5, 0, 0], | ||||
| 						"0.5": [2.5, 0, 0], | ||||
| 						"0.75": [-2.5, 0, 0], | ||||
| 						"1.0": [2.5, 0, 0], | ||||
| 						"1.25": [-2.5, 0, 0], | ||||
| 						"1.5": [2.5, 0, 0], | ||||
| 						"1.75": [-2.5, 0, 0], | ||||
| 						"2.0": [2.5, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"tail_bulb": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [2.5, 0, 0], | ||||
| 						"0.25": [-2.5, 0, 0], | ||||
| 						"0.5": [2.5, 0, 0], | ||||
| 						"0.75": [-2.5, 0, 0], | ||||
| 						"1.0": [2.5, 0, 0], | ||||
| 						"1.25": [-2.5, 0, 0], | ||||
| 						"1.5": [2.5, 0, 0], | ||||
| 						"1.75": [-2.5, 0, 0], | ||||
| 						"2.0": [2.5, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, -0.25, 0], | ||||
| 						"0.125": [0, -0.5, 0], | ||||
| 						"0.375": [0, 0, 0], | ||||
| 						"0.625": [0, -0.5, 0], | ||||
| 						"0.875": [0, 0, 0], | ||||
| 						"1.125": [0, -0.5, 0], | ||||
| 						"1.375": [0, 0, 0], | ||||
| 						"1.625": [0, -0.5, 0], | ||||
| 						"1.875": [0, 0, 0], | ||||
| 						"2.0": [0, -0.25, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"thigh_fr": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [-20, 0, 0], | ||||
| 						"0.25": [5, 0, 0], | ||||
| 						"0.5": [30, 0, 0], | ||||
| 						"0.75": [0, 0, 0], | ||||
| 						"1.0": [-20, 0, 0], | ||||
| 						"1.25": [0, 0, 0], | ||||
| 						"1.5": [30, 0, 0], | ||||
| 						"1.75": [0, 0, 0], | ||||
| 						"2.0": [-20, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"thigh_fl": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [30, 0, 0], | ||||
| 						"0.25": [0, 0, 0], | ||||
| 						"0.5": [-20, 0, 0], | ||||
| 						"0.75": [0, 0, 0], | ||||
| 						"1.0": [30, 0, 0], | ||||
| 						"1.25": [0, 0, 0], | ||||
| 						"1.5": [-20, 0, 0], | ||||
| 						"1.75": [0, 0, 0], | ||||
| 						"2.0": [30, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"thigh_br": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [30, 0, 0], | ||||
| 						"0.25": [0, 0, 0], | ||||
| 						"0.5": [-25, 0, 0], | ||||
| 						"0.75": [0, 0, 0], | ||||
| 						"1.0": [30, 0, 0], | ||||
| 						"1.25": [0, 0, 0], | ||||
| 						"1.5": [-25, 0, 0], | ||||
| 						"1.75": [0, 0, 0], | ||||
| 						"2.0": [30, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"thigh_bl": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [-25, 0, 0], | ||||
| 						"0.25": [0, 0, 0], | ||||
| 						"0.5": [30, 0, 0], | ||||
| 						"0.75": [0, 0, 0], | ||||
| 						"1.0": [-25, 0, 0], | ||||
| 						"1.25": [0, 0, 0], | ||||
| 						"1.5": [30, 0, 0], | ||||
| 						"1.75": [0, 0, 0], | ||||
| 						"2.0": [-25, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.delcatty.sleep": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 4, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": [-55, 0, 0], | ||||
| 					"position": [0, 2, 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": [42.5, 0, 0], | ||||
| 					"position": [0, -2, -1] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [32.5, 0, 0], | ||||
| 						"2.0": [37.5, 0, 0], | ||||
| 						"4.0": [32.5, 0, 0] | ||||
| 					}, | ||||
| 					"position": [0, 0, 0] | ||||
| 				}, | ||||
| 				"necklace": { | ||||
| 					"rotation": [5, 0, 0], | ||||
| 					"position": [0, 0, 0] | ||||
| 				}, | ||||
| 				"thigh_fr": { | ||||
| 					"rotation": [37.5, 0, 0] | ||||
| 				}, | ||||
| 				"thigh_fl": { | ||||
| 					"rotation": [37.5, 0, 0] | ||||
| 				}, | ||||
| 				"thigh_br": { | ||||
| 					"rotation": [-34.0724, 8.53726, 12.37961] | ||||
| 				}, | ||||
| 				"thigh_bl": { | ||||
| 					"rotation": [-34.0724, -8.53726, -12.37961] | ||||
| 				}, | ||||
| 				"eye_r": { | ||||
| 					"position": [0, 0, 0.02] | ||||
| 				}, | ||||
| 				"open_r": { | ||||
| 					"position": [0, 0, -0.04] | ||||
| 				}, | ||||
| 				"eye_l": { | ||||
| 					"position": [0, 0, 0.02] | ||||
| 				}, | ||||
| 				"open_l": { | ||||
| 					"position": [0, 0, -0.04] | ||||
| 				}, | ||||
| 				"mouth": { | ||||
| 					"position": [0, 0, -0.02] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.delcatty.faint": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 4, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.4167": [25, 0, 0], | ||||
| 						"0.5": [25, 0, 10], | ||||
| 						"1.0": [25, 0, 85] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.5": [0, -2, 0], | ||||
| 						"1.0": [0, 3, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"eye_r": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.5": [0, 0, 0], | ||||
| 						"0.5417": [0, 0, 0.25] | ||||
| 					} | ||||
| 				}, | ||||
| 				"open_r": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.5": [0, 0, 0], | ||||
| 						"0.5417": [0, 0, -0.27] | ||||
| 					} | ||||
| 				}, | ||||
| 				"eye_l": { | ||||
| 					"position": { | ||||
| 						"0.5": [0, 0, 0], | ||||
| 						"0.5417": [0, 0, 0.25] | ||||
| 					} | ||||
| 				}, | ||||
| 				"open_l": { | ||||
| 					"position": { | ||||
| 						"0.5": [0, 0, 0], | ||||
| 						"0.5417": [0, 0, -0.27] | ||||
| 					} | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.9167": [0, 0, 0], | ||||
| 						"1.0": [0, 0, -5] | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.9167": [0, 0, 0], | ||||
| 						"1.0": [0, 0, -5] | ||||
| 					} | ||||
| 				}, | ||||
| 				"thigh_fr": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.4167": [30, 0, 0], | ||||
| 						"0.5": [30, 0, 0], | ||||
| 						"1.0": [0, 0, -15] | ||||
| 					} | ||||
| 				}, | ||||
| 				"foot_fr": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.4167": [-100, 0, 0], | ||||
| 						"0.5": [-100, 0, 0], | ||||
| 						"1.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"thigh_fl": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.4167": [30, 0, 0], | ||||
| 						"0.5": [30, 0, 0], | ||||
| 						"1.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"foot_fl": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.4167": [-100, 0, 0], | ||||
| 						"0.5": [-100, 0, 0], | ||||
| 						"1.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"thigh_br": { | ||||
| 					"rotation": { | ||||
| 						"0.5": [0, 0, 0], | ||||
| 						"1.0": [0, 0, -15] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,312 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.delibird.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"bag": { | ||||
| 					"rotation": [0, 20, 0] | ||||
| 				}, | ||||
| 				"bone3": { | ||||
| 					"rotation": [0, 27.5, 0] | ||||
| 				}, | ||||
| 				"bone4": { | ||||
| 					"rotation": [20, 32.5, 0] | ||||
| 				}, | ||||
| 				"bone6": { | ||||
| 					"rotation": [0, 50, 0] | ||||
| 				}, | ||||
| 				"bone7": { | ||||
| 					"rotation": [25, 30, 0], | ||||
| 					"position": [1, 1, 0] | ||||
| 				}, | ||||
| 				"bone8": { | ||||
| 					"rotation": [-11.4792, 28.52391, -16.71388], | ||||
| 					"position": [-1, 0, -2] | ||||
| 				}, | ||||
| 				"bone9": { | ||||
| 					"rotation": [0, -12.5, 0], | ||||
| 					"position": [0, 0, -3] | ||||
| 				}, | ||||
| 				"wing_left": { | ||||
| 					"rotation": [0, 7.5, 37.5], | ||||
| 					"position": [-1, 0, 0] | ||||
| 				}, | ||||
| 				"wing_right": { | ||||
| 					"rotation": [0, 0, -67.5], | ||||
| 					"position": [0.5, 0, 0] | ||||
| 				}, | ||||
| 				"bone14": { | ||||
| 					"rotation": [0, 0, 47.5] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.delibird.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 1.33333, | ||||
| 			"bones": { | ||||
| 				"tail_left": { | ||||
| 					"rotation": ["2.5+math.sin(q.anim_time*90*6-25+180)*2", "math.sin(q.anim_time*90*3-20+180)*0.75", 0] | ||||
| 				}, | ||||
| 				"tail_left2": { | ||||
| 					"rotation": ["2.5+math.sin(q.anim_time*90*6-50+180)*3", "math.sin(q.anim_time*90*3-40+180)*1", 0] | ||||
| 				}, | ||||
| 				"tail_right": { | ||||
| 					"rotation": ["2.5+math.sin(q.anim_time*90*6-25+180)*2", "math.sin(q.anim_time*90*3-20+180)*0.75", 0] | ||||
| 				}, | ||||
| 				"tail_right2": { | ||||
| 					"rotation": ["2.5+math.sin(q.anim_time*90*6-50+180)*3", "math.sin(q.anim_time*90*3-40+180)*1", 0] | ||||
| 				}, | ||||
| 				"hair": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*6-95+180)*3", 0, 0] | ||||
| 				}, | ||||
| 				"hair_left": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*6-90+180)*4", 0, 0] | ||||
| 				}, | ||||
| 				"hair_right": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*6-90+180)*4", 0, 0] | ||||
| 				}, | ||||
| 				"hair_left2": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*6-85+180)*3", 0, 0] | ||||
| 				}, | ||||
| 				"hair_right2": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*6-85+180)*3", 0, 0] | ||||
| 				}, | ||||
| 				"wing_left2": { | ||||
| 					"rotation": [0, -107.5, 0], | ||||
| 					"position": [0, -0.01, 0] | ||||
| 				}, | ||||
| 				"wing_left3": { | ||||
| 					"rotation": [0, -62.5, 0], | ||||
| 					"position": [-1, -0.01, -2] | ||||
| 				}, | ||||
| 				"wing_right3": { | ||||
| 					"rotation": [0, 62.5, 0], | ||||
| 					"position": [1, -0.01, -1] | ||||
| 				}, | ||||
| 				"claw_middle_left": { | ||||
| 					"rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] | ||||
| 				}, | ||||
| 				"claw_back_left": { | ||||
| 					"rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-12.5,0)", 0, 0] | ||||
| 				}, | ||||
| 				"claw_outer_left": { | ||||
| 					"rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] | ||||
| 				}, | ||||
| 				"claw_inner_left": { | ||||
| 					"rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330)*15,-0,12.5)", 0, 0] | ||||
| 				}, | ||||
| 				"claw_middle_right": { | ||||
| 					"rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] | ||||
| 				}, | ||||
| 				"claw_back_right": { | ||||
| 					"rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-12.5,0)", 0, 0] | ||||
| 				}, | ||||
| 				"claw_inner_right": { | ||||
| 					"rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] | ||||
| 				}, | ||||
| 				"claw_outer_right": { | ||||
| 					"rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-330+180)*15,-0,12.5)", 0, 0] | ||||
| 				}, | ||||
| 				"toe_right_middle": { | ||||
| 					"rotation": [ | ||||
| 						"0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", | ||||
| 						0, | ||||
| 						0 | ||||
| 					] | ||||
| 				}, | ||||
| 				"toe_right_inner": { | ||||
| 					"rotation": [ | ||||
| 						"-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", | ||||
| 						-2.79056, | ||||
| 						4.67594 | ||||
| 					] | ||||
| 				}, | ||||
| 				"toe_right_outer": { | ||||
| 					"rotation": [ | ||||
| 						"-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", | ||||
| 						2.79056, | ||||
| 						-4.67594 | ||||
| 					] | ||||
| 				}, | ||||
| 				"toe_right_back": { | ||||
| 					"rotation": ["math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*22.5,-20,0)", 0, 0] | ||||
| 				}, | ||||
| 				"toe_left_middle": { | ||||
| 					"rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 0, 0] | ||||
| 				}, | ||||
| 				"toe_left_inner": { | ||||
| 					"rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 7.13182, -4.77156] | ||||
| 				}, | ||||
| 				"toe_left_outer": { | ||||
| 					"rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", -7.13182, 4.77156] | ||||
| 				}, | ||||
| 				"toe_left_back": { | ||||
| 					"rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*22.5,-20,0)", 0, 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["-26.157+Math.cos((query.anim_time - 0.2) * 90) * 2", -29.76212, 13.70122] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": ["-12.5+Math.cos((query.anim_time - 0.5) * 90) * 2", -37.5, 0] | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": ["-5.4937+Math.cos((query.anim_time - 0.8) * 90) * 2", -24.91806, 1.88358] | ||||
| 				}, | ||||
| 				"tail4": { | ||||
| 					"rotation": ["23.9046+Math.cos((query.anim_time - 1.1) * 90) * 2", -38.75807, -7.57883] | ||||
| 				}, | ||||
| 				"tail6": { | ||||
| 					"rotation": ["35+Math.cos((query.anim_time - 1.4) * 90) * 2", -17.5, 0] | ||||
| 				}, | ||||
| 				"tail7": { | ||||
| 					"rotation": ["10+Math.cos((query.anim_time - 1.7) * 90) * 2", 0, 0] | ||||
| 				}, | ||||
| 				"tail8": { | ||||
| 					"rotation": ["-30+Math.cos((query.anim_time - 2) * 90) * 2", 0, 0], | ||||
| 					"position": [0, 0, 0] | ||||
| 				}, | ||||
| 				"tail9": { | ||||
| 					"rotation": ["-17.5+Math.cos((query.anim_time - 2.3) * 90) * 2", 0, 0], | ||||
| 					"position": [0.2, 0, 0] | ||||
| 				}, | ||||
| 				"wing_open_left": { | ||||
| 					"scale": 0 | ||||
| 				}, | ||||
| 				"wing_open_right": { | ||||
| 					"scale": 0 | ||||
| 				}, | ||||
| 				"leg_right2": { | ||||
| 					"rotation": [ | ||||
| 						"0+math.clamp(math.sin(query.anim_time*90*3*-1-150+180)*35.5,-32.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-150+180)*17.5,-0,15)", | ||||
| 						0, | ||||
| 						0 | ||||
| 					] | ||||
| 				}, | ||||
| 				"toe_middle_right": { | ||||
| 					"rotation": [ | ||||
| 						"0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", | ||||
| 						0, | ||||
| 						0 | ||||
| 					] | ||||
| 				}, | ||||
| 				"toe_back_right": { | ||||
| 					"rotation": [ | ||||
| 						"0+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*22.5,-20,0)", | ||||
| 						0, | ||||
| 						0 | ||||
| 					] | ||||
| 				}, | ||||
| 				"toe_outer_right": { | ||||
| 					"rotation": [ | ||||
| 						"-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", | ||||
| 						2.79056, | ||||
| 						-4.67594 | ||||
| 					] | ||||
| 				}, | ||||
| 				"toe_inner_right": { | ||||
| 					"rotation": [ | ||||
| 						"-1.3208+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300+180)*30,-0,27.5)", | ||||
| 						-2.79056, | ||||
| 						4.67594 | ||||
| 					] | ||||
| 				}, | ||||
| 				"leg_left2": { | ||||
| 					"rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-150)*35.5,-32.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-150)*17.5,-0,15)", 0, 0] | ||||
| 				}, | ||||
| 				"toe_middle_left": { | ||||
| 					"rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 0, 0] | ||||
| 				}, | ||||
| 				"toe_back_left": { | ||||
| 					"rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-300)*27.5,-0,25)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*22.5,-20,0)", 0, 0] | ||||
| 				}, | ||||
| 				"toe_outer_left": { | ||||
| 					"rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", -7.13182, 4.77156] | ||||
| 				}, | ||||
| 				"toe_inner_left": { | ||||
| 					"rotation": ["-1.5203+math.clamp(math.sin(query.anim_time*90*3*-1-300)*29.5,-27,0)+math.clamp(math.sin(query.anim_time*90*3*-1-300)*30,-0,27.5)", 7.13182, -4.77156] | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": ["0+math.clamp(math.sin(query.anim_time*90*3*-1-50)*17.5,-17.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-50)*22.5,-0,20)", 0, 0], | ||||
| 					"position": { | ||||
| 						"0.0": [0, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60)*1,0.3,1)", "2+math.sin(q.anim_time*90*3-80)*2"], | ||||
| 						"0.25": [0, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60)*1,0.3,1)", "1+math.sin(q.anim_time*90*3-80)*2"], | ||||
| 						"0.5": [0, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60)*1,0.3,1)", -0.13], | ||||
| 						"0.75": [0, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60)*1,0.3,1)", 0.02], | ||||
| 						"1.0": [0, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60)*1,0.3,1)", -0.28], | ||||
| 						"1.3333": [0, "0+math.clamp(math.sin(query.anim_time*90*3*-1-60)*1,0.3,1)", "2+math.sin(q.anim_time*90*3-80)*2"] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": [ | ||||
| 						"0+math.clamp(math.sin(query.anim_time*90*3*-1-50+180)*17.5,-17.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-50+180)*22.5,-0,20)", | ||||
| 						0, | ||||
| 						0 | ||||
| 					], | ||||
| 					"position": { | ||||
| 						"0.0": [0, "-1+math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "-2-math.sin(q.anim_time*90*3-80)*2"], | ||||
| 						"0.25": [0, "-1+math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "-1-math.sin(q.anim_time*90*3-80)*2"], | ||||
| 						"0.5": [0, "-1+math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "1-math.sin(q.anim_time*90*3-80)*2"], | ||||
| 						"0.75": [0, "math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "2-math.sin(q.anim_time*90*3-80)*2"], | ||||
| 						"1.0": [0, "math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "-math.sin(q.anim_time*90*3-80)*2"], | ||||
| 						"1.25": [0, "math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "-2-math.sin(q.anim_time*90*3-80)*2"], | ||||
| 						"1.3333": [0, "-1+math.clamp(math.sin(query.anim_time*90*3*-1-60+180)*1,0.3,1)", "-2-math.sin(q.anim_time*90*3-80)*2"] | ||||
| 					} | ||||
| 				}, | ||||
| 				"bag": { | ||||
| 					"rotation": [0, 20, 0] | ||||
| 				}, | ||||
| 				"bone3": { | ||||
| 					"rotation": [0, 27.5, 0] | ||||
| 				}, | ||||
| 				"bone4": { | ||||
| 					"rotation": [20, 32.5, 0] | ||||
| 				}, | ||||
| 				"bone6": { | ||||
| 					"rotation": [0, 50, 0] | ||||
| 				}, | ||||
| 				"bone7": { | ||||
| 					"rotation": [25, 30, 0], | ||||
| 					"position": [1, 1, 0] | ||||
| 				}, | ||||
| 				"bone8": { | ||||
| 					"rotation": [-11.4792, 28.52391, -16.71388], | ||||
| 					"position": [-1, 0, -2] | ||||
| 				}, | ||||
| 				"bone9": { | ||||
| 					"rotation": [0, -12.5, 0], | ||||
| 					"position": [0, 0, -3] | ||||
| 				}, | ||||
| 				"wing_left": { | ||||
| 					"rotation": [0, 7.5, 37.5], | ||||
| 					"position": [-1, 0, 0] | ||||
| 				}, | ||||
| 				"wing_right": { | ||||
| 					"rotation": [1.74767, "1.1137+math.sin(q.anim_time*90*6-40)*3", -65.01243] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["2.5+math.sin(q.anim_time*90*6-40)*3", 0, "math.sin(q.anim_time*90*3-50)*0.25"] | ||||
| 				}, | ||||
| 				"bone14": { | ||||
| 					"rotation": [0, 0, 47.5] | ||||
| 				}, | ||||
| 				"foot_right": { | ||||
| 					"rotation": [ | ||||
| 						"-7.5+math.clamp(math.sin(query.anim_time*90*3*-1-175+180)*7.5,-7.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-175+180)*22.5,-0,20)", | ||||
| 						0, | ||||
| 						0 | ||||
| 					] | ||||
| 				}, | ||||
| 				"foot_left": { | ||||
| 					"rotation": ["-7.5+math.clamp(math.sin(query.anim_time*90*3*-1-175)*7.5,-7.5,0)+math.clamp(math.sin(query.anim_time*90*3*-1-175)*22.5,-0,20)", 0, 0] | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": ["math.sin(q.anim_time*90*6+0+180)*2", "0+math.sin(q.anim_time*90*3-60+180)*2.5", "0+math.sin(q.anim_time*90*3+0)*2.5"] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"position": [0, "0+math.clamp(math.sin(query.anim_time*90*6*-1-30)*1,-0,1)+math.clamp(math.sin(query.anim_time*90*6*-1-30)*1,-0.9,0)", 0] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -0,0 +1,679 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.dewpider.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 0.72, | ||||
| 			"bones": { | ||||
| 				"head": { | ||||
| 					"position": { | ||||
| 						"0.28": [0, 0, 0], | ||||
| 						"0.32": [0, -0.00967, 0], | ||||
| 						"0.36": [0, -0.04633, 0], | ||||
| 						"0.4": [0, -0.10367, 0], | ||||
| 						"0.44": [0, -0.14033, 0], | ||||
| 						"0.48": [0, -0.15, 0], | ||||
| 						"0.52": [0, -0.14149, 0], | ||||
| 						"0.56": [0, -0.11506, 0], | ||||
| 						"0.64": [0, -0.03494, 0], | ||||
| 						"0.68": [0, -0.00851, 0], | ||||
| 						"0.72": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_front_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 45, 0], | ||||
| 						"0.04": [-0.42182, 44.963, -0.59956], | ||||
| 						"0.08": [-1.40912, 44.87642, -2.00287], | ||||
| 						"0.12": [-2.70864, 44.76244, -3.84996], | ||||
| 						"0.24": [-7.14243, 44.37359, -10.15198], | ||||
| 						"0.28": [-8.44196, 44.25961, -11.99907], | ||||
| 						"0.32": [-9.42925, 44.17302, -13.40238], | ||||
| 						"0.36": [-9.85108, 44.13603, -14.00194], | ||||
| 						"0.4": [-9.42925, 44.17302, -13.40238], | ||||
| 						"0.44": [-8.44196, 44.25961, -11.99907], | ||||
| 						"0.48": [-7.14243, 44.37359, -10.15198], | ||||
| 						"0.6": [-2.70864, 44.76244, -3.84996], | ||||
| 						"0.64": [-1.40912, 44.87642, -2.00287], | ||||
| 						"0.68": [-0.42182, 44.963, -0.59956], | ||||
| 						"0.72": [0, 45, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_front_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, -45, 0], | ||||
| 						"0.04": [-0.42182, -44.963, 0.59956], | ||||
| 						"0.08": [-1.40912, -44.87642, 2.00287], | ||||
| 						"0.12": [-2.70864, -44.76244, 3.84996], | ||||
| 						"0.24": [-7.14243, -44.37359, 10.15198], | ||||
| 						"0.28": [-8.44196, -44.25961, 11.99907], | ||||
| 						"0.32": [-9.42925, -44.17302, 13.40238], | ||||
| 						"0.36": [-9.85108, -44.13603, 14.00194], | ||||
| 						"0.4": [-9.42925, -44.17302, 13.40238], | ||||
| 						"0.44": [-8.44196, -44.25961, 11.99907], | ||||
| 						"0.48": [-7.14243, -44.37359, 10.15198], | ||||
| 						"0.6": [-2.70864, -44.76244, 3.84996], | ||||
| 						"0.64": [-1.40912, -44.87642, 2.00287], | ||||
| 						"0.68": [-0.42182, -44.963, 0.59956], | ||||
| 						"0.72": [0, -45, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_back_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, -45, 0], | ||||
| 						"0.04": [0.42182, -44.963, -0.59956], | ||||
| 						"0.08": [1.40912, -44.87642, -2.00287], | ||||
| 						"0.12": [2.70864, -44.76244, -3.84996], | ||||
| 						"0.24": [7.14243, -44.37359, -10.15198], | ||||
| 						"0.28": [8.44196, -44.25961, -11.99907], | ||||
| 						"0.32": [9.42925, -44.17302, -13.40238], | ||||
| 						"0.36": [9.85108, -44.13603, -14.00194], | ||||
| 						"0.4": [9.42925, -44.17302, -13.40238], | ||||
| 						"0.44": [8.44196, -44.25961, -11.99907], | ||||
| 						"0.48": [7.14243, -44.37359, -10.15198], | ||||
| 						"0.6": [2.70864, -44.76244, -3.84996], | ||||
| 						"0.64": [1.40912, -44.87642, -2.00287], | ||||
| 						"0.68": [0.42182, -44.963, -0.59956], | ||||
| 						"0.72": [0, -45, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_back_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 45, 0], | ||||
| 						"0.04": [0.42182, 44.963, 0.59956], | ||||
| 						"0.08": [1.40912, 44.87642, 2.00287], | ||||
| 						"0.12": [2.70864, 44.76244, 3.84996], | ||||
| 						"0.24": [7.14243, 44.37359, 10.15198], | ||||
| 						"0.28": [8.44196, 44.25961, 11.99907], | ||||
| 						"0.32": [9.42925, 44.17302, 13.40238], | ||||
| 						"0.36": [9.85108, 44.13603, 14.00194], | ||||
| 						"0.4": [9.42925, 44.17302, 13.40238], | ||||
| 						"0.44": [8.44196, 44.25961, 11.99907], | ||||
| 						"0.48": [7.14243, 44.37359, 10.15198], | ||||
| 						"0.6": [2.70864, 44.76244, 3.84996], | ||||
| 						"0.64": [1.40912, 44.87642, 2.00287], | ||||
| 						"0.68": [0.42182, 44.963, 0.59956], | ||||
| 						"0.72": [0, 45, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"all": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.04": [0, -0.02141, 0], | ||||
| 						"0.08": [0, -0.07152, 0], | ||||
| 						"0.24": [0, -0.36252, 0], | ||||
| 						"0.28": [0, -0.42848, 0], | ||||
| 						"0.32": [0, -0.47859, 0], | ||||
| 						"0.36": [0, -0.5, 0], | ||||
| 						"0.4": [0, -0.47859, 0], | ||||
| 						"0.44": [0, -0.42848, 0], | ||||
| 						"0.6": [0, -0.13748, 0], | ||||
| 						"0.64": [0, -0.07152, 0], | ||||
| 						"0.68": [0, -0.02141, 0], | ||||
| 						"0.72": [0, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.dewpider.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 0.4, | ||||
| 			"bones": { | ||||
| 				"head": { | ||||
| 					"rotation": [-5, 0, 0] | ||||
| 				}, | ||||
| 				"leg_front_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-24.78507, 38.84468, -36.36024], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.08": { | ||||
| 							"post": [-24.78507, 38.84468, -36.36024], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2": { | ||||
| 							"post": [0, 45, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.28": { | ||||
| 							"post": [0, 45, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4": { | ||||
| 							"post": [-24.78507, 38.84468, -36.36024], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_front_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, -45, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.08": { | ||||
| 							"post": [0, -45, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2": { | ||||
| 							"post": [-24.78507, -38.84468, 36.36024], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.28": { | ||||
| 							"post": [-24.78507, -38.84468, 36.36024], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4": { | ||||
| 							"post": [0, -45, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_back_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, -45, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.08": { | ||||
| 							"post": [0, -45, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2": { | ||||
| 							"post": [24.78507, -38.84468, -36.36024], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.28": { | ||||
| 							"post": [24.78507, -38.84468, -36.36024], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4": { | ||||
| 							"post": [0, -45, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_back_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [24.78507, 38.84468, 36.36024], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.08": { | ||||
| 							"post": [24.78507, 38.84468, 36.36024], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2": { | ||||
| 							"post": [0, 45, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.28": { | ||||
| 							"post": [0, 45, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4": { | ||||
| 							"post": [24.78507, 38.84468, 36.36024], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"all": { | ||||
| 					"rotation": [5, 0, 0], | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, -0.55, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.08": { | ||||
| 							"post": [0, -0.3, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2": { | ||||
| 							"post": [0, -0.55, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.28": { | ||||
| 							"post": [0, -0.3, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4": { | ||||
| 							"post": [0, -0.55, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.dewpider.water_idle": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 0.56, | ||||
| 			"bones": { | ||||
| 				"leg_front_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-14.51082, 43.07952, -20.75357], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.28": { | ||||
| 							"post": [-9.85108, 44.13603, -14.00194], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.56": { | ||||
| 							"post": [-14.51082, 43.07952, -20.75357], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_front_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-14.51082, -43.07952, 20.75357], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.28": { | ||||
| 							"post": [-9.85108, -44.13603, 14.00194], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.56": { | ||||
| 							"post": [-14.51082, -43.07952, 20.75357], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_back_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [14.51082, -43.07952, -20.75357], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.28": { | ||||
| 							"post": [9.85108, -44.13603, -14.00194], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.56": { | ||||
| 							"post": [14.51082, -43.07952, -20.75357], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_back_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [14.51082, 43.07952, 20.75357], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.28": { | ||||
| 							"post": [9.85108, 44.13603, 14.00194], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.56": { | ||||
| 							"post": [14.51082, 43.07952, 20.75357], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"all": { | ||||
| 					"rotation": [5, 0, 0], | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.04": [0, 0.01275, 0], | ||||
| 						"0.08": [0, 0.04763, 0], | ||||
| 						"0.2": [0, 0.20237, 0], | ||||
| 						"0.24": [0, 0.23725, 0], | ||||
| 						"0.28": [0, 0.25, 0], | ||||
| 						"0.32": [0, 0.23725, 0], | ||||
| 						"0.36": [0, 0.20237, 0], | ||||
| 						"0.48": [0, 0.04763, 0], | ||||
| 						"0.52": [0, 0.01275, 0], | ||||
| 						"0.56": [0, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.dewpider.water_swim": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 0.6, | ||||
| 			"bones": { | ||||
| 				"head": { | ||||
| 					"rotation": [-25, 0, 0] | ||||
| 				}, | ||||
| 				"leg_front_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-14.51082, 43.07952, -20.75357], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2": { | ||||
| 							"post": [32.73241, 32.79775, 49.87926], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.6": { | ||||
| 							"post": [-14.51082, 43.07952, -20.75357], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_front_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-14.51082, -43.07952, 20.75357], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2": { | ||||
| 							"post": [32.73241, -32.79775, -49.87926], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.6": { | ||||
| 							"post": [-14.51082, -43.07952, 20.75357], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_back_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [14.51082, -43.07952, -20.75357], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2": { | ||||
| 							"post": [-32.73241, -32.79775, 49.87926], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.6": { | ||||
| 							"post": [14.51082, -43.07952, -20.75357], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_back_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [14.51082, 43.07952, 20.75357], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2": { | ||||
| 							"post": [-32.73241, 32.79775, -49.87926], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.6": { | ||||
| 							"post": [14.51082, 43.07952, 20.75357], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"all": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [57.5, 0, 0], | ||||
| 						"0.6": [57.5, 0, 0] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [0, 2, 5], | ||||
| 						"0.04": [0, 2.02257, 4.97743], | ||||
| 						"0.08": [0, 2.1081, 4.8919], | ||||
| 						"0.12": [0, 2.2419, 4.7581], | ||||
| 						"0.16": [0, 2.32743, 4.67257], | ||||
| 						"0.2": [0, 2.35, 4.65], | ||||
| 						"0.24": [0, 2.33607, 4.66393], | ||||
| 						"0.48": [0, 2.08441, 4.91559], | ||||
| 						"0.56": [0, 2.01393, 4.98607], | ||||
| 						"0.6": [0, 2, 5] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.dewpider.faint": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 2.885, | ||||
| 			"bones": { | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [17.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.36": { | ||||
| 							"post": [-10, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.08": { | ||||
| 							"post": [-10, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.28": { | ||||
| 							"post": [-11.25, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.36": { | ||||
| 							"post": [20, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.44": { | ||||
| 							"post": [25, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.52": { | ||||
| 							"post": [20, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_front_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 45, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.36": { | ||||
| 							"post": [-39.32269, 23.92746, -63.659], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.6": { | ||||
| 							"post": [-42.73421, 15.69986, -73.67505], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.72": { | ||||
| 							"post": [-24.78507, 38.84468, -36.36024], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.84": { | ||||
| 							"post": [-42.73421, 15.69986, -73.67505], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.96": { | ||||
| 							"post": [-24.78507, 38.84468, -36.36024], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.08": { | ||||
| 							"post": [-42.73421, 15.69986, -73.67505], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.2": { | ||||
| 							"post": [-24.78507, 38.84468, -36.36024], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.4": { | ||||
| 							"post": [31.33144, 34.12398, 47.33883], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_front_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, -45, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.36": { | ||||
| 							"post": [-39.32269, -23.92746, 63.659], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.6": { | ||||
| 							"post": [-24.78507, -38.84468, 36.36024], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.72": { | ||||
| 							"post": [-42.73421, -15.69986, 73.67505], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.84": { | ||||
| 							"post": [-24.78507, -38.84468, 36.36024], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.96": { | ||||
| 							"post": [-42.73421, -15.69986, 73.67505], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.08": { | ||||
| 							"post": [-24.78507, -38.84468, 36.36024], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.2": { | ||||
| 							"post": [-42.73421, -15.69986, 73.67505], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.4": { | ||||
| 							"post": [65.92684, -25.49671, -61.51653], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_back_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, -45, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.72": { | ||||
| 							"post": [12.2127, -43.65747, -17.40744], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.08": { | ||||
| 							"post": [9.85108, -44.13603, -14.00194], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.4": { | ||||
| 							"post": [-7.91541, 5.39727, -6.43731], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_back_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 45, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.72": { | ||||
| 							"post": [12.2127, 43.65747, 17.40744], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.08": { | ||||
| 							"post": [9.85108, 44.13603, 14.00194], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.4": { | ||||
| 							"post": [-2.93406, -0.41957, 6.61785], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"all": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.36": { | ||||
| 							"post": [-15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.72": { | ||||
| 							"post": [-20, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.08": { | ||||
| 							"post": [-17.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.4": { | ||||
| 							"post": [-85, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.36": { | ||||
| 							"post": [0, 0.75, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.08": { | ||||
| 							"post": [0, 0.75, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.36": { | ||||
| 							"post": [0, 1.25, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.44": { | ||||
| 							"post": [0, 0.75, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.52": { | ||||
| 							"post": [0, 1.25, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.88": { | ||||
| 							"post": [0, 1.25, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.dewpider.sleep": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 1.36, | ||||
| 			"bones": { | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [25, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.84": { | ||||
| 							"post": [20, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.36": { | ||||
| 							"post": [25, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": [-20, 0, 0] | ||||
| 				}, | ||||
| 				"leg_front_left": { | ||||
| 					"rotation": [-20, 0, 0] | ||||
| 				}, | ||||
| 				"leg_front_right": { | ||||
| 					"rotation": [-20, 0, 0] | ||||
| 				}, | ||||
| 				"leg_back_left": { | ||||
| 					"rotation": [75, 0, 0] | ||||
| 				}, | ||||
| 				"leg_back_right": { | ||||
| 					"rotation": [75, 0, 0] | ||||
| 				}, | ||||
| 				"all": { | ||||
| 					"position": [0, -2, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	}, | ||||
| 	"geckolib_format_version": 2 | ||||
| } | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -0,0 +1,84 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.dipplin.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"position": [0, "0+math.sin(q.anim_time*90*1.5+30)*0.1", 0] | ||||
| 				}, | ||||
| 				"bone": { | ||||
| 					"rotation": ["-1.25+math.sin(q.anim_time*90*1.5-60)*2", 0, "-math.sin(q.anim_time*90*0.75)*3"], | ||||
| 					"position": [0, "math.sin(q.anim_time*90*1.5+30)*0.25", 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["-1.25+math.sin(q.anim_time*90*1.5-60)*1", 0, "-math.sin(q.anim_time*90*0.75)*2"], | ||||
| 					"position": [0, "-0.275-math.sin(q.anim_time*90*1.5-120)*0.1", 0] | ||||
| 				}, | ||||
| 				"anthena_1": { | ||||
| 					"rotation": ["-2.25+math.sin(q.anim_time*90*1.5-60)*2", 0, 0] | ||||
| 				}, | ||||
| 				"anthena_2": { | ||||
| 					"rotation": [-6.75, 0, 0] | ||||
| 				}, | ||||
| 				"floor": { | ||||
| 					"position": [0, 0.025, 0] | ||||
| 				}, | ||||
| 				"tail_1": { | ||||
| 					"rotation": [0, "math.sin(q.anim_time*90*2+125)*6", 0] | ||||
| 				}, | ||||
| 				"tail_2": { | ||||
| 					"rotation": [0, "math.sin(q.anim_time*90*2+105)*8", 0] | ||||
| 				}, | ||||
| 				"tail_3": { | ||||
| 					"rotation": [0, "math.sin(q.anim_time*90*2+105)*12", 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.dipplin.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": ["-1.25+math.sin(q.anim_time*90*6-90)*0.5", 0, 0], | ||||
| 					"position": [0, "0+math.sin(q.anim_time*90*6+30)*0.1", 0] | ||||
| 				}, | ||||
| 				"bone": { | ||||
| 					"rotation": ["-1.25+math.sin(q.anim_time*90*4-60)*2", 0, "-math.sin(q.anim_time*90*4)*0.5"], | ||||
| 					"position": [0, 0, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["-1.25+math.sin(q.anim_time*90*4-120)*3", 0, "-math.sin(q.anim_time*90*0.75)*3"], | ||||
| 					"position": [0, "-0.35+math.sin(q.anim_time*90*4+30)*0.1", 0] | ||||
| 				}, | ||||
| 				"anthena_1": { | ||||
| 					"rotation": ["-1.25+math.sin(q.anim_time*90*4-120)*3", 0, "-math.sin(q.anim_time*90*0.75)*3"], | ||||
| 					"position": [0, "-0.175+math.sin(q.anim_time*90*4+30)*0.1", 0] | ||||
| 				}, | ||||
| 				"anthena_2": { | ||||
| 					"rotation": [-3.5, 0, 0] | ||||
| 				}, | ||||
| 				"floor": { | ||||
| 					"position": [0, 0.05, 0] | ||||
| 				}, | ||||
| 				"tail_1": { | ||||
| 					"rotation": ["-math.clamp(math.sin(-q.anim_time*90*4-120)*20,0,20)+math.clamp(math.sin(-q.anim_time*90*4+60)*4,0,20)", 0, 0], | ||||
| 					"position": [ | ||||
| 						0, | ||||
| 						"0.25+math.clamp(math.sin(q.anim_time*90*4-45)*1,0,20)-math.clamp(math.sin(q.anim_time*90*4-45+180)*1,0,10)", | ||||
| 						"-math.clamp(math.sin(q.anim_time*90*4-30)*0.5,0,50)" | ||||
| 					] | ||||
| 				}, | ||||
| 				"tail_2": { | ||||
| 					"rotation": ["-8.5+(math.sin(q.anim_time*90*4)*1+1)*5+math.clamp(math.sin(q.anim_time*90*4-30)*5,0,20)", 0, 0], | ||||
| 					"position": [0, "math.clamp(math.sin(q.anim_time*90*4-30)*0.5,0,50)", "-math.clamp(math.sin(q.anim_time*90*4-30)*1,0,50)"] | ||||
| 				}, | ||||
| 				"tail_3": { | ||||
| 					"rotation": ["math.clamp(math.sin(q.anim_time*90*4)*10,0,50)+math.clamp(math.sin(q.anim_time*90*4)*10,-50,0)+1", 0, 0] | ||||
| 				}, | ||||
| 				"bone2": { | ||||
| 					"position": [0, 0, "-math.clamp(math.sin(q.anim_time*90*4)*1,0,1)-math.clamp(math.sin(-q.anim_time*90*1)*1,0,1)"] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,63 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.dottler.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": ["0+1*(math.sin(q.anim_time*90+2)*0.1)+0.1*(math.sin(q.anim_time*90+2)*.5)", "0+1*(math.cos(q.anim_time*90+2)*1)", 0] | ||||
| 				}, | ||||
| 				"shell": { | ||||
| 					"rotation": [0, 0, "0-1*(math.cos(q.anim_time*90+2)*1)"] | ||||
| 				}, | ||||
| 				"foot_fr": { | ||||
| 					"rotation": [0, "0-1*(math.cos(q.anim_time*90+2)*1)", 0] | ||||
| 				}, | ||||
| 				"foot_fl": { | ||||
| 					"rotation": [0, "0+1*(math.cos(q.anim_time*90+2)*1)", 0] | ||||
| 				}, | ||||
| 				"foot_br": { | ||||
| 					"rotation": [0, "0-1*(math.cos(q.anim_time*90+2)*1)", 0] | ||||
| 				}, | ||||
| 				"foot_bl": { | ||||
| 					"rotation": [0, "0-1*(math.cos(q.anim_time*90+2)*1)", 0] | ||||
| 				}, | ||||
| 				"whiskerr": { | ||||
| 					"rotation": [0, "0-1*(math.cos(q.anim_time*90+8)*6)", "0-1*(math.cos(q.anim_time*90+2)*4)"] | ||||
| 				}, | ||||
| 				"whiskerl": { | ||||
| 					"rotation": [0, "0+1*(math.cos(q.anim_time*90+8)*6)", "0+1*(math.cos(q.anim_time*90+2)*4)"] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.dottler.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": ["0+1*(math.sin(q.anim_time*90+2)*0.1)+0.1*(math.sin(q.anim_time*90+2)*.5)", "0+1*(math.cos(q.anim_time*180+2)*4)", 0] | ||||
| 				}, | ||||
| 				"shell": { | ||||
| 					"rotation": [0, 0, "0-1*(math.cos(q.anim_time*90+2)*1)"] | ||||
| 				}, | ||||
| 				"foot_fr": { | ||||
| 					"rotation": ["0-4*(math.sin(q.anim_time*180+2)*4)", "0-1*(math.cos(q.anim_time*90+2)*1)", 0] | ||||
| 				}, | ||||
| 				"foot_fl": { | ||||
| 					"rotation": ["0+4*(math.sin(q.anim_time*180+2)*4)", "0+1*(math.cos(q.anim_time*90+2)*1)", 0] | ||||
| 				}, | ||||
| 				"foot_br": { | ||||
| 					"rotation": ["0+4*(math.sin(q.anim_time*180+2)*4)", "0-1*(math.cos(q.anim_time*90+2)*1)", 0] | ||||
| 				}, | ||||
| 				"foot_bl": { | ||||
| 					"rotation": ["0-4*(math.sin(q.anim_time*180+2)*4)", "0+1*(math.cos(q.anim_time*90+2)*1)", 0] | ||||
| 				}, | ||||
| 				"whiskerr": { | ||||
| 					"rotation": [0, "0-1*(math.cos(q.anim_time*90+8)*6)", "0-1*(math.cos(q.anim_time*90+2)*4)"] | ||||
| 				}, | ||||
| 				"whiskerl": { | ||||
| 					"rotation": [0, "0+1*(math.cos(q.anim_time*90+8)*6)", "0+1*(math.cos(q.anim_time*90+2)*4)"] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -0,0 +1,562 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.drilbur.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": [-2.5, 0, "6*Math.sin((query.anim_time-0.3) * 180)"], | ||||
| 					"position": [0, "0.3*Math.sin(query.anim_time * 180)", 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [0, 0, 0] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [82.44255, "6*Math.sin(query.anim_time * 180)+3.0854", "6*Math.sin(query.anim_time * 180)+19.4357"] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [82.44255, "6*Math.sin(query.anim_time * 180)-3.0854", "6*Math.sin(query.anim_time * 180)-19.4357"] | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": [0, -17.5, 0] | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": [0, 17.5, 0] | ||||
| 				}, | ||||
| 				"claw_right_top": { | ||||
| 					"rotation": [0, -2.5, 0] | ||||
| 				}, | ||||
| 				"claw_right_middle": { | ||||
| 					"rotation": [0, -2.5, 0] | ||||
| 				}, | ||||
| 				"claw_right_bottom": { | ||||
| 					"rotation": [0, -2.5, 0] | ||||
| 				}, | ||||
| 				"claw_left_bottom": { | ||||
| 					"rotation": [0, 2.5, 0] | ||||
| 				}, | ||||
| 				"claw_left_middle": { | ||||
| 					"rotation": [0, 2.5, 0] | ||||
| 				}, | ||||
| 				"claw_left_top": { | ||||
| 					"rotation": [0, 2.5, 0] | ||||
| 				}, | ||||
| 				"foot_left": { | ||||
| 					"rotation": [0, -17.5, 0] | ||||
| 				}, | ||||
| 				"foot_right": { | ||||
| 					"rotation": [0, 17.5, 0] | ||||
| 				}, | ||||
| 				"eyelid_right": { | ||||
| 					"position": [1, 0, 1] | ||||
| 				}, | ||||
| 				"eyelid_left": { | ||||
| 					"position": [-1, 0, 1] | ||||
| 				}, | ||||
| 				"snoot": { | ||||
| 					"rotation": ["-4*Math.sin((query.anim_time-0.3) * 180)", 0, 0] | ||||
| 				}, | ||||
| 				"nose": { | ||||
| 					"rotation": ["-4*Math.sin((query.anim_time-0.6) * 180)", 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.drilbur.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"leg_right": { | ||||
| 					"rotation": ["-12*math.sin(query.anim_time * 270)", 0, 0], | ||||
| 					"position": [0, "-0.2+0.75*math.clamp(math.cos(query.anim_time * 270), 0, 3)", "-0.8*math.sin(query.anim_time * 270)"] | ||||
| 				}, | ||||
| 				"foot_right": { | ||||
| 					"rotation": ["-12*math.sin((query.anim_time+0.5) * 270)", 0, 0], | ||||
| 					"position": [0, "0.75*math.clamp(math.cos(query.anim_time * 270), 0, 3)", "-0.8*math.sin(query.anim_time * 270)"] | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": ["12*math.sin(query.anim_time * 270)", 0, 0], | ||||
| 					"position": [0, "-0.2-0.75*math.clamp(math.cos(query.anim_time * 270), -3, 0)", "0.8*math.sin(query.anim_time * 270)"] | ||||
| 				}, | ||||
| 				"foot_left": { | ||||
| 					"rotation": ["12*math.sin((query.anim_time+0.5) * 270)", 0, 0], | ||||
| 					"position": [0, "-0.75*math.clamp(math.cos(query.anim_time * 270), -3, 0)", "0.8*math.sin(query.anim_time * 270)"] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": [7.5, "-8*math.sin(query.anim_time * 270)", 0], | ||||
| 					"position": [0, "0.2* math.abs(math.cos((query.anim_time - 0.2) * 270))", 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [-7.5, "0+8*math.sin(query.anim_time * 270)", 0] | ||||
| 				}, | ||||
| 				"snoot": { | ||||
| 					"rotation": ["-2*math.sin((query.anim_time-0.2) * 540)", 0, 0] | ||||
| 				}, | ||||
| 				"nose": { | ||||
| 					"rotation": ["-2*math.sin((query.anim_time-0.4) * 540)", 0, 0] | ||||
| 				}, | ||||
| 				"eyelid_right": { | ||||
| 					"position": [1, 0, 1] | ||||
| 				}, | ||||
| 				"eyelid_left": { | ||||
| 					"position": [-1, 0, 1] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [84.73804, "(15*math.sin((query.anim_time-0.3) * 270)+1.9778)", -29.39112], | ||||
| 					"position": [0, 0, "0.75*math.sin(query.anim_time * 270)"] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [84.73804, "15*math.sin((query.anim_time-0.3) * 270)+1.9778", 29.39112], | ||||
| 					"position": [0, 0, "-0.75*math.sin(query.anim_time * 270)"] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.drilbur.sleep": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"all": { | ||||
| 					"rotation": [-87.5, 0, 0], | ||||
| 					"position": [0, 3, -5] | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": [18.88172, -6.71771, 18.88172], | ||||
| 					"position": [0, -1, 0] | ||||
| 				}, | ||||
| 				"foot_right": { | ||||
| 					"rotation": [22.5, 17.5, 0] | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": [18.88172, 6.71771, -18.88172], | ||||
| 					"position": [0, -1, 0] | ||||
| 				}, | ||||
| 				"foot_left": { | ||||
| 					"rotation": [22.5, -17.5, 0] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": ["Math.sin(query.anim_time * 90)", 0, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["-2*Math.sin(query.anim_time * 90)-7.5", 0, 0] | ||||
| 				}, | ||||
| 				"nose": { | ||||
| 					"rotation": ["-5*Math.sin(query.anim_time * 90)-7.5", 0, 0] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [179.09044, -19.98015, -177.33978], | ||||
| 					"position": [-2, -2, -2] | ||||
| 				}, | ||||
| 				"claw_right_bottom": { | ||||
| 					"rotation": [0.6574, -7.4713, -5.04292] | ||||
| 				}, | ||||
| 				"claw_right_middle": { | ||||
| 					"rotation": [0, -7.5, 0] | ||||
| 				}, | ||||
| 				"claw_right_top": { | ||||
| 					"rotation": [-0.6574, -7.4713, 5.04292] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [4.8493, "-Math.sin(query.anim_time * 90)-7.5-11.5349", -22.99008] | ||||
| 				}, | ||||
| 				"claw_left_bottom": { | ||||
| 					"rotation": [0, 5, 30], | ||||
| 					"position": [-1, 0, 0] | ||||
| 				}, | ||||
| 				"claw_left_top": { | ||||
| 					"rotation": [0, 5, -30], | ||||
| 					"position": [-1, 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.drilbur.faint": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 2.885, | ||||
| 			"bones": { | ||||
| 				"all": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.44": { | ||||
| 							"post": [-32.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.68": { | ||||
| 							"post": [-40, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2": { | ||||
| 							"post": [0, 0, 1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.44": { | ||||
| 							"post": [0, 0, 1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.68": { | ||||
| 							"post": [0, 0.5, 2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 12.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2": { | ||||
| 							"post": [-12.5, 12.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.44": { | ||||
| 							"post": [-22.5, 12.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.68": { | ||||
| 							"post": [-42.5, 12.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.84": { | ||||
| 							"post": [-32.5, 12.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.92": { | ||||
| 							"post": [-35, 12.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [-32.5, 12.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.2": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.44": { | ||||
| 							"post": [0, 0, -1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.68": { | ||||
| 							"post": [0, 0, -1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.84": { | ||||
| 							"post": [0, -0.5, -0.75], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"foot_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 15, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2": { | ||||
| 							"post": [22.5, 15, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.44": { | ||||
| 							"post": [-27.5, 15, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8": { | ||||
| 							"post": [22.5, 15, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, -0.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2": { | ||||
| 							"post": [0, -0.25, -1.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.44": { | ||||
| 							"post": [0, 0, -1.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, -12.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2": { | ||||
| 							"post": [-12.5, -12.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.44": { | ||||
| 							"post": [-22.5, -12.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.68": { | ||||
| 							"post": [-42.5, -12.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.84": { | ||||
| 							"post": [-32.5, -12.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.92": { | ||||
| 							"post": [-35, -12.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [-32.5, -12.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.2": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.44": { | ||||
| 							"post": [0, 0, -1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.68": { | ||||
| 							"post": [0, 0, -1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.84": { | ||||
| 							"post": [0, -0.5, -0.75], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"foot_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, -15, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2": { | ||||
| 							"post": [22.5, -15, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.44": { | ||||
| 							"post": [-27.5, -15, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8": { | ||||
| 							"post": [22.5, -15, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, -0.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2": { | ||||
| 							"post": [0, -0.25, -1.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.44": { | ||||
| 							"post": [0, 0, -1.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2": { | ||||
| 							"post": [7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.68": { | ||||
| 							"post": [-50, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8": { | ||||
| 							"post": [-47.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.92": { | ||||
| 							"post": [-50, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.44": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.68": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"snoot": { | ||||
| 					"rotation": { | ||||
| 						"0.08": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.28": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.52": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.76": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.12": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.2": { | ||||
| 							"post": [17.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"nose": { | ||||
| 					"rotation": { | ||||
| 						"0.16": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.36": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.6": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.84": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.2": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.28": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"eyelid_right": { | ||||
| 					"position": { | ||||
| 						"0.0": [1, 0, 1], | ||||
| 						"0.08": [1, 0, 1], | ||||
| 						"0.12": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"eyelid_left": { | ||||
| 					"position": { | ||||
| 						"0.0": [-1, 0, 1], | ||||
| 						"0.08": [-1, 0, 1], | ||||
| 						"0.12": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"mouth": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.08": [0, 0, -0.33], | ||||
| 						"0.12": [0, 0, 1] | ||||
| 					} | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [58.61073, -4.59902, -27.14233], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2": { | ||||
| 							"post": [51.99554, -18.72789, -36.32086], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.48": { | ||||
| 							"post": [23.62322, -24.28077, 13.04032], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.84": { | ||||
| 							"post": [21.46699, 3.52363, 24.62054], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.92": { | ||||
| 							"post": [21.4293, 1.19671, 23.70568], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [21.65533, 8.17417, 26.46712], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [58.61073, 4.59902, 27.14233], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2": { | ||||
| 							"post": [51.99554, 18.72789, 36.32086], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.48": { | ||||
| 							"post": [23.62322, 24.28077, -13.04032], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.84": { | ||||
| 							"post": [21.46699, -3.52363, -24.62054], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.92": { | ||||
| 							"post": [21.4293, -1.19671, -23.70568], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [21.65533, -8.17417, -26.46712], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -0,0 +1,975 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.dunsparce.pose": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"torso": { | ||||
| 					"rotation": [-10, 0, 0] | ||||
| 				}, | ||||
| 				"bone4": { | ||||
| 					"rotation": [-4.64185, -18.43747, -8.09025] | ||||
| 				}, | ||||
| 				"bone8": { | ||||
| 					"rotation": [37.5, 0, 0] | ||||
| 				}, | ||||
| 				"bone": { | ||||
| 					"rotation": [22.5, 0, 0] | ||||
| 				}, | ||||
| 				"drill": { | ||||
| 					"rotation": [20, 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.dunsparce.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 2, | ||||
| 			"bones": { | ||||
| 				"torso": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [-7.5, 0, 0], | ||||
| 						"2.0": [-7.5, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone4": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [3.78227, 7.48385, 0.49333], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [3.76428, -4.98927, -0.32784], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone8": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [6.4, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"drill": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.375": { | ||||
| 							"post": [19.69, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.375": { | ||||
| 							"post": [1.88, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone9": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.0833": [0, 0, -24.17], | ||||
| 						"0.1667": [0, 0, 0], | ||||
| 						"0.25": [0, 0, -24.17], | ||||
| 						"0.3333": [0, 0, 0], | ||||
| 						"1.0": [0, 0, -20], | ||||
| 						"2.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone6": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.0833": [0, 0, 24.69], | ||||
| 						"0.1667": [0, 0, 0], | ||||
| 						"0.25": [0, 0, 24.69], | ||||
| 						"0.3333": [0, 0, 0], | ||||
| 						"1.0": [0, 0, 22.5], | ||||
| 						"2.0": [0, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.dunsparce.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 1, | ||||
| 			"bones": { | ||||
| 				"torso": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [-2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.6667": { | ||||
| 							"post": [-10, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone4": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.6667": { | ||||
| 							"post": [22.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone8": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [-2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.6667": { | ||||
| 							"post": [2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"drill": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.6667": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone9": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.0833": [0, 0, -24.17], | ||||
| 						"0.1667": [0, 0, 0], | ||||
| 						"0.25": [0, 0, -24.17], | ||||
| 						"0.3333": [0, 0, 0], | ||||
| 						"0.4167": [0, 0, -24.17], | ||||
| 						"0.5": [0, 0, 0], | ||||
| 						"0.5833": [0, 0, -24.17], | ||||
| 						"0.6667": [0, 0, 0], | ||||
| 						"0.75": [0, 0, -24.17], | ||||
| 						"0.8333": [0, 0, 0], | ||||
| 						"0.9167": [0, 0, -24.17], | ||||
| 						"1.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone6": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.0833": [0, 0, 24.69], | ||||
| 						"0.1667": [0, 0, 0], | ||||
| 						"0.25": [0, 0, 24.69], | ||||
| 						"0.3333": [0, 0, 0], | ||||
| 						"0.4167": [0, 0, 24.69], | ||||
| 						"0.5": [0, 0, 0], | ||||
| 						"0.5833": [0, 0, 24.69], | ||||
| 						"0.6667": [0, 0, 0], | ||||
| 						"0.75": [0, 0, 24.69], | ||||
| 						"0.8333": [0, 0, 0], | ||||
| 						"0.9167": [0, 0, 24.69], | ||||
| 						"1.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0.5, -1.25], | ||||
| 						"0.4167": [0, 0, -1.25], | ||||
| 						"0.5": [0, 0, 0.25], | ||||
| 						"1.0": [0, 0.5, -1.25] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.dunsparce.physical": { | ||||
| 			"animation_length": 1.4583, | ||||
| 			"bones": { | ||||
| 				"torso": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2917": { | ||||
| 							"post": [-27.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.6667": { | ||||
| 							"post": [-27.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": [7.5, 0, 0], | ||||
| 						"1.25": [7.5, 0, 0], | ||||
| 						"1.4167": { | ||||
| 							"pre": [-7.5, 0, 0], | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2917": { | ||||
| 							"post": [0, 1.25, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.6667": { | ||||
| 							"post": [0, 1.25, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": [0, -0.25, 0], | ||||
| 						"1.25": [0, -0.25, 0], | ||||
| 						"1.4167": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone4": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.125": { | ||||
| 							"post": [19.2, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [-24.91, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": [-12.5, 0, 0], | ||||
| 						"1.0": { | ||||
| 							"pre": [-2.21, 0, 0], | ||||
| 							"post": [-2.21, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": [-12.5, 0, 0], | ||||
| 						"1.4167": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone8": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [-2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [-2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.4167": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5833": { | ||||
| 							"post": [30, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.4583": [15, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"drill": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5833": { | ||||
| 							"post": [22.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [-2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.4583": [12.5, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone9": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.0833": { | ||||
| 							"post": [0, 0, -20], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.1667": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 0, -20], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4167": { | ||||
| 							"post": [0, 0, -20], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5833": { | ||||
| 							"post": [0, 0, -20], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [2.42834, 18.63468, -3.41469], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.4167": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone6": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.0833": { | ||||
| 							"post": [0, 0, 17.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.1667": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 0, 17.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4167": { | ||||
| 							"post": [0, 0, 17.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5833": { | ||||
| 							"post": [0, 0, 17.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [3.62388, -22.66748, -1.81297], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.4167": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.dunsparce.special": { | ||||
| 			"animation_length": 1.125, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [-12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [-12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.9583": { | ||||
| 							"post": [-12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.125": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 0.75, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, -0.25, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.9583": { | ||||
| 							"post": [0, 0.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.125": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [-17.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.9583": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.125": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 0.75, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0.75, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.125": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone4": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [22.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.9583": { | ||||
| 							"post": [7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.125": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone8": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [40, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.9583": { | ||||
| 							"post": [40, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.125": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.125": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"drill": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.125": { | ||||
| 							"post": [12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone9": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.125": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone6": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.125": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.dunsparce.faint": { | ||||
| 			"animation_length": 7.1667, | ||||
| 			"bones": { | ||||
| 				"torso": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": [-30, 0, 0], | ||||
| 						"0.8333": { | ||||
| 							"pre": [-30, 0, 0], | ||||
| 							"post": [-30, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0833": { | ||||
| 							"post": [-47.81173, -2.34078, 89.88881], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.1667": { | ||||
| 							"post": [-49.03051, 4.08594, 87.96571], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [-47.81173, -2.34078, 89.88881], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": [0, 1.75, 0], | ||||
| 						"0.8333": { | ||||
| 							"pre": [0, 1.75, 0], | ||||
| 							"post": [0, 1.75, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0833": { | ||||
| 							"post": [1, 2.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [1, 2.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone4": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.125": { | ||||
| 							"post": [32.5, 3.68168, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.9583": { | ||||
| 							"post": [0, 27.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0833": { | ||||
| 							"post": [0, 12.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [0, 5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone8": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [52.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.625": { | ||||
| 							"post": [32.11, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0417": { | ||||
| 							"post": [52.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4583": { | ||||
| 							"post": [22.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.875": { | ||||
| 							"post": [22.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.1667": { | ||||
| 							"post": [23.78773, -18.42031, -7.92945], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.375": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"drill": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4583": { | ||||
| 							"post": [27.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.875": { | ||||
| 							"post": [27.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.1667": { | ||||
| 							"post": [29.87229, -22.01609, -12.15123], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.375": { | ||||
| 							"post": [12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone9": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": [0, 0, 0], | ||||
| 						"1.0833": [0, 0, 30] | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone6": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": [0, 0, 0], | ||||
| 						"1.0833": [0, 0, -27.5] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.dunsparce.recoil": { | ||||
| 			"animation_length": 0.7083, | ||||
| 			"bones": { | ||||
| 				"torso": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2083": { | ||||
| 							"post": [-25, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7083": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2083": { | ||||
| 							"post": [0, 1.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7083": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone4": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.0833": { | ||||
| 							"post": [22.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [-18.8, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7083": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone8": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7083": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7083": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"drill": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7083": { | ||||
| 							"post": [12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone9": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.0833": [0, 0, 0], | ||||
| 						"0.2083": [0, 0, -32.5], | ||||
| 						"0.7083": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone6": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.0833": [0, 0, 0], | ||||
| 						"0.2083": [0, 0, 37.5], | ||||
| 						"0.7083": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,83 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.duosion.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"position": [0, "4+math.sin(query.anim_time*90*2+90)*0.5", 0] | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": ["-15-math.sin(query.anim_time*90*2+90)*0.5", 0, "math.sin(query.anim_time*90*2/2+90)*0.5"], | ||||
| 					"position": ["math.sin(query.anim_time*90*2/2+0)*0.125", "math.sin(query.anim_time*90*2+130)*0.15", -2] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["5-math.sin(query.anim_time*90*2+45)*0.5", 0, "-math.sin(query.anim_time*90*2/2+180)*1"] | ||||
| 				}, | ||||
| 				"hat": { | ||||
| 					"rotation": [10, 0, 0], | ||||
| 					"position": [0, "-math.sin(query.anim_time*90*2+130)*0.3", -0.75] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": ["-29.4509+math.sin(query.anim_time*90*2+200)*2", "6.8697+math.sin(query.anim_time*90*2+130)*2", -18.22261] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": ["-29.4509+math.sin(query.anim_time*90*2+200)*2", "-6.8697-math.sin(query.anim_time*90*2+130)*2", 18.22261] | ||||
| 				}, | ||||
| 				"shell": { | ||||
| 					"position": ["-math.sin(query.anim_time*90*2/2+90)*0.25", 0, 0] | ||||
| 				}, | ||||
| 				"shell_left": { | ||||
| 					"position": [0, "0.2+math.sin(query.anim_time*90*2+10)*0.1", 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.duosion.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": ["12.5-math.sin(query.anim_time*90*2*1.25+90)*2", 0, 0], | ||||
| 					"position": [0, "4+math.sin(query.anim_time*90*2+90)*0.5", "-math.sin(query.anim_time*90*2+90)*0.75"] | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": ["2.5-math.sin(query.anim_time*90*2+90)*0.75", 0, "math.sin(query.anim_time*90*2/2+90)*0.5"], | ||||
| 					"position": ["math.sin(query.anim_time*90*2/2+0)*0.125", "math.sin(query.anim_time*90*2+130)*0.15", 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["-2.5-math.sin(query.anim_time*90*2+45)*0.5", 0, "0-math.sin(query.anim_time*90*2/2+180)*1"], | ||||
| 					"position": [0, -0.25, 0] | ||||
| 				}, | ||||
| 				"hat": { | ||||
| 					"rotation": [0, 0, 0], | ||||
| 					"position": [0, "-math.sin(query.anim_time*90*2+130)*0.3", 0] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": ["14.8896+math.sin(query.anim_time*90*2+200)*10", "28.785-math.sin(query.anim_time*90*2+130)*3", -12.77533] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": ["14.8896+math.sin(query.anim_time*90*2+200)*10", "-28.785-math.sin(query.anim_time*90*2+130)*3", 12.77533] | ||||
| 				}, | ||||
| 				"shell": { | ||||
| 					"position": ["-math.sin(query.anim_time*90*2/2+90)*0.25", 0, 0] | ||||
| 				}, | ||||
| 				"shell_left": { | ||||
| 					"position": [0, "0.2+math.sin(query.anim_time*90*2+10)*0.1", "0.25+math.sin(query.anim_time*90*2+10)*0.25"] | ||||
| 				}, | ||||
| 				"shell_right": { | ||||
| 					"position": [0, "0.2+math.sin(query.anim_time*90*2+10)*0.1", "0.25+math.sin(query.anim_time*90*2+10)*0.25"] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.duosion.blink": { | ||||
| 			"animation_length": 0.16667, | ||||
| 			"bones": { | ||||
| 				"eyelids": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, -1], | ||||
| 						"0.1667": {"pre": [0, 0, -1], "post": [0, 0, 0]} | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,945 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.duraludon.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": ["7.5+1*math.sin(q.anim_time*90*2-60)", "0.5*math.cos(q.anim_time*90*1)", "1*math.sin(q.anim_time*90*0.5)"], | ||||
| 					"position": [0, "-0.15*(math.sin(q.anim_time*90*2-90)*1+1)", "0.25*(math.sin(q.anim_time*90*2-90)*1+1)"] | ||||
| 				}, | ||||
| 				"hand_one_l2": { | ||||
| 					"rotation": ["15.5061-2*(math.sin(q.anim_time*90*2)*1+1)", 14.38092, -17.6631] | ||||
| 				}, | ||||
| 				"hand_two_l2": { | ||||
| 					"rotation": [0, "-51.1973+2*(math.sin(q.anim_time*90*2-60)*1+1)", 0] | ||||
| 				}, | ||||
| 				"hand_one_l3": { | ||||
| 					"rotation": ["15.5061-2*(math.sin(q.anim_time*90*2)*1+1)", -14.38092, 17.6631], | ||||
| 					"position": [0, 0, 0] | ||||
| 				}, | ||||
| 				"hand_two_l3": { | ||||
| 					"rotation": [0, "51.1973-2*(math.sin(q.anim_time*90*2-60)*1+1)", 0] | ||||
| 				}, | ||||
| 				"body_top": { | ||||
| 					"rotation": ["-1+2*math.sin(q.anim_time*90*2-160)", 0, "-2*math.sin(q.anim_time*90*0.5)"] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.duraludon.battle_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": ["7.5+1*math.sin(q.anim_time*90*2-60)", "0.5*math.cos(q.anim_time*90*1)", "1*math.sin(q.anim_time*90*0.5)"], | ||||
| 					"position": [0, "-0.15*(math.sin(q.anim_time*90*2-90)*1+1)", "0.25*(math.sin(q.anim_time*90*2-90)*1+1)"] | ||||
| 				}, | ||||
| 				"hand_one_l2": { | ||||
| 					"rotation": ["15.5061-2*(math.sin(q.anim_time*90*2)*1+1)", 14.38092, -17.6631] | ||||
| 				}, | ||||
| 				"hand_two_l2": { | ||||
| 					"rotation": [0, "-51.1973+2*(math.sin(q.anim_time*90*2-60)*1+1)", 0] | ||||
| 				}, | ||||
| 				"hand_one_l3": { | ||||
| 					"rotation": ["15.5061-2*(math.sin(q.anim_time*90*2)*1+1)", -14.38092, 17.6631], | ||||
| 					"position": [0, 0, 0] | ||||
| 				}, | ||||
| 				"hand_two_l3": { | ||||
| 					"rotation": [0, "51.1973-2*(math.sin(q.anim_time*90*2-60)*1+1)", 0] | ||||
| 				}, | ||||
| 				"body_top": { | ||||
| 					"rotation": ["-1+2*math.sin(q.anim_time*90*2-160)", 0, "-2*math.sin(q.anim_time*90*0.5)"] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.duraludon.cry": { | ||||
| 			"animation_length": 2.9167, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.1667": { | ||||
| 							"pre": [2.5, 0, 0], | ||||
| 							"post": [2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4583": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7917": { | ||||
| 							"post": [9, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0417": { | ||||
| 							"post": [10.09, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5417": { | ||||
| 							"post": [9, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.1667": { | ||||
| 							"post": [0.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.9167": [0, 0, 0] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.625": [0, 0, 0], | ||||
| 						"1.3333": [0, "-0.2*math.sin(q.anim_time*90*70)", 0], | ||||
| 						"1.7083": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.7083": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.9583": { | ||||
| 							"post": [-22.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.4167": { | ||||
| 							"post": [-22.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.7917": { | ||||
| 							"post": [2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.2083": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"body_top": { | ||||
| 					"rotation": { | ||||
| 						"0.8333": [0, 0, 0], | ||||
| 						"1.3333": ["-1*math.sin(q.anim_time*90*50)", 0, 0], | ||||
| 						"1.7083": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone5": { | ||||
| 					"rotation": { | ||||
| 						"0.7083": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.9583": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.4167": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.7917": { | ||||
| 							"post": [2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.2083": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.duraludon.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 2, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": ["7.5+4*math.sin(q.anim_time*90*4-60)", "12*math.cos(q.anim_time*90*2)", "5*math.sin(q.anim_time*90*2)"], | ||||
| 					"position": [0, "-0.1+math.clamp(1*math.sin(q.anim_time*90*4+60),0,2)", "-0.3+0.5*math.cos(q.anim_time*90*4+120)"] | ||||
| 				}, | ||||
| 				"hand_1_motion": { | ||||
| 					"rotation": [2.71994, "-19.8217+4*math.cos(q.anim_time*90*4)", -7.9753] | ||||
| 				}, | ||||
| 				"hand_two_l2": { | ||||
| 					"rotation": [0, -35, 0] | ||||
| 				}, | ||||
| 				"hand_1_l_motion": { | ||||
| 					"rotation": [2.71994, "19.8217-4*math.cos(q.anim_time*90*4)", 7.97532] | ||||
| 				}, | ||||
| 				"hand_two_l3": { | ||||
| 					"rotation": [0, 35, 0] | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": ["0-math.sin(q.anim_time*90*2)*10", "0-math.sin(q.anim_time*90*2)*8", 10], | ||||
| 						"0.4167": ["0-math.sin(q.anim_time*90*2)*10", "0-math.sin(q.anim_time*90*2)*8", 10], | ||||
| 						"0.625": ["-0.25-math.sin(q.anim_time*90*2)*10", "-math.sin(q.anim_time*90*2)*8", 10], | ||||
| 						"0.8333": ["-1-math.sin(q.anim_time*90*2)*10", "-math.sin(q.anim_time*90*2)*8", 10], | ||||
| 						"1.0": ["0-math.sin(q.anim_time*90*2)*10", "0-math.sin(q.anim_time*90*2)*8", 10] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": ["0-math.cos(q.anim_time*90*2)*0.2", "math.clamp(math.cos(q.anim_time*90*2)*1.5,0,10)", "0-math.sin(q.anim_time*90*2)*0.7"], | ||||
| 						"0.4167": ["0-math.cos(q.anim_time*90*2)*0.2", "math.clamp(math.cos(q.anim_time*90*2)*1.5,0,10)", "0-math.sin(q.anim_time*90*2)*0.7"], | ||||
| 						"0.5": ["0-math.cos(q.anim_time*90*2)*0.2", "-1+math.clamp(math.cos(q.anim_time*90*2)*1.5,0,10)", "0-math.sin(q.anim_time*90*2)*0.7"], | ||||
| 						"0.75": ["0-math.cos(q.anim_time*90*2)*0.2", "-0.75+math.clamp(math.cos(q.anim_time*90*2)*1.5,0,10)", "0-math.sin(q.anim_time*90*2)*0.7"], | ||||
| 						"1.5": ["0-math.cos(q.anim_time*90*2)*0.2", "math.clamp(math.cos(q.anim_time*90*2)*1.5,0,10)", "0-math.sin(q.anim_time*90*2)*0.7"] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*2-180)*10", "0+math.sin(q.anim_time*90*2-180)*8", -10], | ||||
| 					"position": { | ||||
| 						"0.0": ["0+math.cos(q.anim_time*90*2-180)*0.2", "-0.5+math.clamp(math.cos(q.anim_time*90*2-180)*1.5,0,10)", "0-math.sin(q.anim_time*90*2-180)*0.8"], | ||||
| 						"0.5": ["0+math.cos(q.anim_time*90*2-180)*0.2", "math.clamp(math.cos(q.anim_time*90*2-180)*1.5,0,10)", "0-math.sin(q.anim_time*90*2-180)*0.8"], | ||||
| 						"1.4583": ["0+math.cos(q.anim_time*90*2-180)*0.2", "math.clamp(math.cos(q.anim_time*90*2-180)*1.5,0,10)", "0-math.sin(q.anim_time*90*2-180)*0.8"], | ||||
| 						"1.5": ["0+math.cos(q.anim_time*90*2-180)*0.2", "-1+math.clamp(math.cos(q.anim_time*90*2-180)*1.5,0,10)", "0-math.sin(q.anim_time*90*2-180)*0.8"], | ||||
| 						"2.0": ["0+math.cos(q.anim_time*90*2-180)*0.2", "-0.5+math.clamp(math.cos(q.anim_time*90*2-180)*1.5,0,10)", "0-math.sin(q.anim_time*90*2-180)*0.8"] | ||||
| 					} | ||||
| 				}, | ||||
| 				"body_top": { | ||||
| 					"rotation": ["-1+2*math.sin(q.anim_time*90*4-160)", "-4*math.cos(q.anim_time*90*2-20)", "-6*math.sin(q.anim_time*90*2-60)"] | ||||
| 				}, | ||||
| 				"bone3": { | ||||
| 					"rotation": { | ||||
| 						"0.0": ["-0.2436+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", -2.91015, -0.42869], | ||||
| 						"0.4167": ["-0.1494+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", -1.13774, 4.95778], | ||||
| 						"0.5": ["9.2679+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", -4.24532, 9.56229], | ||||
| 						"0.75": ["12.2204+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", -1.82692, 7.40735], | ||||
| 						"1.0": ["12.2204+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", -1.82692, 7.40735], | ||||
| 						"1.25": ["-0.2436+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", -2.91015, -0.42869] | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone": { | ||||
| 					"rotation": { | ||||
| 						"0.0": ["7.5076+math.clamp(math.sin(q.anim_time*90*2-90)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+90)*2,-2,20)", -0.08682, -9.9683], | ||||
| 						"1.4167": ["-0.2025+math.clamp(math.sin(q.anim_time*90*2-90)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+90)*2,-2,20)", 1.15019, -9.96825], | ||||
| 						"1.5": ["9.408+math.clamp(math.sin(q.anim_time*90*2-90)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+90)*2,-2,20)", 3.40485, -9.9683], | ||||
| 						"1.75": ["5+math.clamp(math.sin(q.anim_time*90*2-90)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+90)*2,-2,20)", 0, -9.9683], | ||||
| 						"2.0": ["7.5076+math.clamp(math.sin(q.anim_time*90*2-90)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+90)*2,-2,20)", -0.08682, -9.9683] | ||||
| 					} | ||||
| 				}, | ||||
| 				"body_shake": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*2*2)*1", "0+math.cos(q.anim_time*90*2)*3", "0-math.sin(q.anim_time*90*2)*3"], | ||||
| 					"position": { | ||||
| 						"0.0": [0, -0.01, 0], | ||||
| 						"0.0417": [0, -0.12, 0], | ||||
| 						"0.5833": [0, "0+math.sin(q.anim_time*90*2*2)*0.6", 0], | ||||
| 						"0.625": [0, "0.4+math.sin(q.anim_time*90*2*2)*0.4", 0], | ||||
| 						"0.7083": [0, "-0.1+math.sin(q.anim_time*90*2*2)*0.4", 0], | ||||
| 						"0.7917": [0, "0.4+math.sin(q.anim_time*90*2*2)*0.4", 0], | ||||
| 						"0.875": [0, "0+math.sin(q.anim_time*90*2*2)*0.4", 0], | ||||
| 						"0.9583": [0, 0.1, 0], | ||||
| 						"1.0417": [0, -0.12, 0], | ||||
| 						"1.5833": [0, "0+math.sin(q.anim_time*90*2*2)*0.6", 0], | ||||
| 						"1.625": [0, "0.4+math.sin(q.anim_time*90*2*2)*0.4", 0], | ||||
| 						"1.7083": [0, "-0.1+math.sin(q.anim_time*90*2*2)*0.4", 0], | ||||
| 						"1.7917": [0, "0.4+math.sin(q.anim_time*90*2*2)*0.4", 0], | ||||
| 						"1.875": [0, "0+math.sin(q.anim_time*90*2*2)*0.4", 0], | ||||
| 						"1.9583": [0, 0.1, 0], | ||||
| 						"2.0": [0, -0.01, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.duraludon.physical": { | ||||
| 			"animation_length": 3, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [10.13397, 0.5, 0], | ||||
| 						"0.375": { | ||||
| 							"pre": [14.13, 0.5, 0], | ||||
| 							"post": [14.13, 0.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7083": { | ||||
| 							"post": [-2.87, 7.5, 9], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.1667": { | ||||
| 							"post": [-2.87, 7.5, 9], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [21.13, -15.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.7083": { | ||||
| 							"post": [21.13, -15.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0833": { | ||||
| 							"post": [18.41318, -3.70293, 3.40858], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.5": { | ||||
| 							"post": [10.55003, 0.86667, -1.55775], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.0": [10.13397, 0.5, 0] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0.025], | ||||
| 						"0.2083": { | ||||
| 							"pre": [0, -1.1, 0.02], | ||||
| 							"post": [0, -1.1, 0.02], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4583": { | ||||
| 							"post": [0, -1.1, 0.02], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.875": { | ||||
| 							"post": [0, 2.5, 0.02], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.1667": { | ||||
| 							"post": [0, 2.5, 0.02], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [0, 0.8, -6.58], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.7083": { | ||||
| 							"post": [0, 0.8, -6.58], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0833": { | ||||
| 							"post": [0, 0.94, -2.76], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.375": { | ||||
| 							"post": [0, 0, 0.025], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.875": [0, 0, 0.025] | ||||
| 					} | ||||
| 				}, | ||||
| 				"body_top": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [-12.5, 0, 0], | ||||
| 						"0.625": { | ||||
| 							"pre": [12.5, 0, 0], | ||||
| 							"post": [12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.1667": { | ||||
| 							"post": [-5, -5.5, -4], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [-22.5, 16, -10], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.3333": { | ||||
| 							"post": [-9.45, 17.91, -4.85], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.7083": { | ||||
| 							"post": [-8.9, 20, -0.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0417": { | ||||
| 							"post": [-15.48, 7.76, -2.12], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.375": { | ||||
| 							"post": [-12.48341, 0.64904, 0.12901], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.75": { | ||||
| 							"post": [-12.51664, -0.34031, -0.09283], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.0": [-12.5, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"hand_1_l_motion": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 16.0158, 4.19087], | ||||
| 						"0.375": { | ||||
| 							"pre": [0, -38.5158, -13.30913], | ||||
| 							"post": [0, -38.5158, -13.30913], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7917": { | ||||
| 							"post": [0, -48.52, -10.81], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.2083": { | ||||
| 							"post": [0, -24.0197, -3.88167], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.2917": { | ||||
| 							"post": [0, -54.0489, -11.5145], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.75": { | ||||
| 							"post": [0, -47.3061, -6.90658], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.375": { | ||||
| 							"post": [0, 13.8026, 4.28932], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.9583": [0, 16.0158, 4.19087] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [-0.5, 0, 0], | ||||
| 						"0.375": { | ||||
| 							"pre": [-0.5, 0, 0], | ||||
| 							"post": [-0.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.9167": { | ||||
| 							"post": [-1.4, 0, -0.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [-1.4, 0, -0.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.75": { | ||||
| 							"post": [-1.4, 0, -0.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.7917": [-0.5, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"hand_two_l3": { | ||||
| 					"rotation": [0, 37.5, 0] | ||||
| 				}, | ||||
| 				"hand_1_motion": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, -16.0158, -4.19087], | ||||
| 						"0.625": { | ||||
| 							"pre": [0, -36.02, -4.19], | ||||
| 							"post": [0, -36.02, -4.19], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.1667": { | ||||
| 							"post": [0, -11.48, -4.19], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [0, -51.02, 12.81], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.75": { | ||||
| 							"post": [0, -51.02, 12.81], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.1667": { | ||||
| 							"post": [0, -16.0158, -4.19087], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.875": [0, -16.0158, -4.19087] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [0.5, 0, 0], | ||||
| 						"0.625": { | ||||
| 							"pre": [0.5, 0, 0], | ||||
| 							"post": [0.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.1667": { | ||||
| 							"post": [0.5, 0.4, 0.8], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [0.5, 0.6, -2.1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.75": { | ||||
| 							"post": [0.5, 0.6, -2.1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.1667": { | ||||
| 							"post": [0.9, 0.6, -0.2], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.875": [0.5, 0, 0] | ||||
| 					}, | ||||
| 					"scale": { | ||||
| 						"1.1667": [1, 1, 1], | ||||
| 						"1.2083": [1.7, 1, 1], | ||||
| 						"1.25": [1, 1, 1] | ||||
| 					} | ||||
| 				}, | ||||
| 				"hand_two_l2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, -32.5, 0], | ||||
| 						"1.0833": [0, 0, 0], | ||||
| 						"1.75": [0, 0, 0], | ||||
| 						"2.1667": [0, -32.5, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [-0.26795, -37.5, 0], | ||||
| 						"0.2917": [-0.27, -37.5, 0], | ||||
| 						"0.9583": { | ||||
| 							"pre": [7.73, -37.5, 0], | ||||
| 							"post": [7.73, -37.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.1667": { | ||||
| 							"post": [7.73, -37.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [1.77554, -45.42749, 1.43797], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.9167": { | ||||
| 							"post": [6.77554, -45.42749, 1.43797], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.1667": { | ||||
| 							"post": [-0.26795, -37.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.5": [-0.26795, -37.5, 0] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [-0.0067, -0.02947, 0.01474], | ||||
| 						"0.2917": [-0.01, -0.03, 0.01], | ||||
| 						"0.9583": { | ||||
| 							"pre": [0.29, 0.87, -0.39], | ||||
| 							"post": [0.29, 0.87, -0.39], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.1667": { | ||||
| 							"post": [0.29, 0.87, -0.39], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [0.29, 0.245, -4.99], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.9167": { | ||||
| 							"post": [0.29, 0.87, -0.99], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.1667": { | ||||
| 							"post": [-0.0067, -0.02947, 0.01474], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.5": [-0.0067, -0.02947, 0.01474] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [-0.26795, 37.5, 0], | ||||
| 						"0.4167": [-0.27, 34.5, 0], | ||||
| 						"0.6667": { | ||||
| 							"pre": [7.23, 37.5, 0], | ||||
| 							"post": [7.23, 37.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.1667": { | ||||
| 							"post": [-43.77, 37.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": [-0.27, 19.5, 0], | ||||
| 						"1.8333": [-0.27, 19.5, 0], | ||||
| 						"2.0": { | ||||
| 							"pre": [-5.26932, 25.5, 0], | ||||
| 							"post": [-5.26932, 25.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.125": { | ||||
| 							"post": [-5.26932, 31.2, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.375": [-0.26795, 37.5, 0] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [0.0067, -0.02947, 0.01474], | ||||
| 						"0.4167": [0.01, -0.03, 0.01], | ||||
| 						"1.0": { | ||||
| 							"pre": [0.01, 4.97, 3.01], | ||||
| 							"post": [0.01, 4.97, 3.01], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.1667": { | ||||
| 							"post": [0.01, 4.97, 3.01], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": [0.01, -0.03, -5.99], | ||||
| 						"1.8333": [0.01, -0.03, -5.99], | ||||
| 						"2.0417": { | ||||
| 							"pre": [0.01, 2.57, -2.65], | ||||
| 							"post": [0.01, 2.57, -2.65], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.1667": { | ||||
| 							"post": [0.01, 1.4, -0.63], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.375": [0.0067, -0.02947, 0.01474] | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone": { | ||||
| 					"rotation": [0, 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.duraludon.special": { | ||||
| 			"animation_length": 3, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-0.1259, 0, -0.3472], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2083": { | ||||
| 							"post": [7.3741, 0, -0.3472], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.625": { | ||||
| 							"post": [-22.6259, 0, -0.3472], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.9167": { | ||||
| 							"post": [-22.6259, 0, -0.3472], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.3333": { | ||||
| 							"post": [27.3741, 0, -0.3472], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.75": { | ||||
| 							"post": [30.02716, 0, -0.3472], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.5": { | ||||
| 							"post": [-0.1259, 0, -0.3472], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.0": { | ||||
| 							"post": [-0.1259, 0, -0.3472], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"body_top": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [17.4068, -3.26494, 1.3558], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4583": { | ||||
| 							"post": [22.4068, -3.26494, 1.3558], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.9583": { | ||||
| 							"post": [12.4068, -3.26494, 1.3558], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.5": { | ||||
| 							"post": [17.4068, -3.26494, 1.3558], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.0": { | ||||
| 							"post": [17.4068, -3.26494, 1.3558], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [0, -0.75, 0], | ||||
| 						"1.3333": [0, -0.75, 0], | ||||
| 						"1.375": [0.00285, -0.38033, 0.33665], | ||||
| 						"1.4167": [0, -0.75, 0], | ||||
| 						"1.4583": [0.00285, -0.38033, 0.33665], | ||||
| 						"1.5": [0, -0.75, 0], | ||||
| 						"1.5417": [0.00285, -0.38033, 0.33665], | ||||
| 						"1.5833": [0, -0.75, 0], | ||||
| 						"1.625": [0.00285, -0.38033, 0.33665], | ||||
| 						"1.6667": [0, -0.75, 0], | ||||
| 						"1.7083": [0.00285, -0.38033, 0.33665], | ||||
| 						"1.75": [0, -0.75, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"hand_one_l3": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [12.82116, -0.26317, 15.82969], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [12.87364, -5.13815, 14.71701], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [3.32765, 13.71264, 33.25833], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.3333": { | ||||
| 							"post": [34.70033, -2.67342, 21.69685], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.7083": { | ||||
| 							"post": [30.07926, -11.7273, 13.82183], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [30.07926, -11.7273, 13.82183], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.4583": { | ||||
| 							"post": [12.82116, -0.26317, 15.82969], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.0": { | ||||
| 							"post": [12.82116, -0.26317, 15.82969], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [-1, 1, -0.75], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.4583": { | ||||
| 							"post": [-1, 1, -0.75], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.0": { | ||||
| 							"post": [-1, 1, -0.75], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"hand_one_l2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [12.82116, 0.26317, -15.82969], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [12.87364, 5.13815, -14.71701], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [3.32765, -13.71264, -33.25833], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.3333": { | ||||
| 							"post": [34.70033, 2.67342, -21.69685], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.7083": { | ||||
| 							"post": [30.36538, 13.88759, -12.5314], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [30.36538, 13.88759, -12.5314], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.4167": { | ||||
| 							"post": [12.82116, 0.26317, -15.82969], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.0": { | ||||
| 							"post": [12.82116, 0.26317, -15.82969], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [1, 1, -0.75], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.4167": { | ||||
| 							"post": [1, 1, -0.75], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.0": { | ||||
| 							"post": [1, 1, -0.75], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.9167": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.4167": { | ||||
| 							"post": [-45, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.625": { | ||||
| 							"post": [-52.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.875": { | ||||
| 							"post": [-45, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone": { | ||||
| 					"rotation": [0, -7.5, 0] | ||||
| 				}, | ||||
| 				"bone3": { | ||||
| 					"rotation": [0, 7.5, 0] | ||||
| 				}, | ||||
| 				"bone5": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.9167": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.4167": { | ||||
| 							"post": [-10, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.625": { | ||||
| 							"post": [-10.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.875": { | ||||
| 							"post": [-10, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.duraludon.quirk": { | ||||
| 			"animation_length": 3, | ||||
| 			"bones": { | ||||
| 				"body_top": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.1667": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.4167": { | ||||
| 							"post": [6.27243, -4.97022, -0.5456], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5833": { | ||||
| 							"post": [6.89839, 5.79838, 0.74486], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.75": { | ||||
| 							"post": [6.27243, -4.97022, -0.5456], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"hand_1_l_motion": { | ||||
| 					"rotation": { | ||||
| 						"0.25": [0, 0, 0], | ||||
| 						"0.75": { | ||||
| 							"pre": [10, 0, -2], | ||||
| 							"post": [10, 0, -2], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.2917": { | ||||
| 							"post": [-8.63, 0, -0.87], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.25": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"hand_1_motion": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.5": { | ||||
| 							"pre": [10, 0, -2], | ||||
| 							"post": [10, 0, -2], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0417": { | ||||
| 							"post": [-8.63, 0, -0.87], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": [0, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.duraludon.recoil": { | ||||
| 			"animation_length": 1.5, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": { | ||||
| 							"pre": [-8, 1, 0], | ||||
| 							"post": [-8, 1, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.6667": { | ||||
| 							"post": [1, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"body_top": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.0833": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,294 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.eelektrik.battle_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"eelektrik": { | ||||
| 					"rotation": [3, 0, 0], | ||||
| 					"position": [ | ||||
| 						"0-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)-math.sin(q.anim_time*26*4)*2-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)", | ||||
| 						"16.7-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)", | ||||
| 						"-11-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*26*4)*2)" | ||||
| 					] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [12, "-4.5-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", 0] | ||||
| 				}, | ||||
| 				"upperfin": { | ||||
| 					"rotation": ["-2.5-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", 0, 0] | ||||
| 				}, | ||||
| 				"downsyndromfin": { | ||||
| 					"rotation": ["10-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", 0, 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": [ | ||||
| 						"0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", | ||||
| 						"-4.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", | ||||
| 						0 | ||||
| 					] | ||||
| 				}, | ||||
| 				"body1": { | ||||
| 					"rotation": ["-42+math.sin(q.anim_time*80*4)*2+(math.sin(q.anim_time*80*4)*2)", "-3+math.sin(q.anim_time*40*1.6)*6+(math.sin(q.anim_time*40*1.6)*6)", 0], | ||||
| 					"position": [0, 0, -1], | ||||
| 					"scale": [0.97, 1, 1] | ||||
| 				}, | ||||
| 				"body2": { | ||||
| 					"rotation": ["-41-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", "10.5-math.sin(q.anim_time*40*4)*3-(math.sin(q.anim_time*40*4)*3)", 0], | ||||
| 					"position": [0, 0.2, 0] | ||||
| 				}, | ||||
| 				"tail1": { | ||||
| 					"rotation": ["27+math.sin(q.anim_time*80*4)*5+(math.sin(q.anim_time*80*4)*5)", "4.5+math.sin(q.anim_time*40*1.6)*3+(math.sin(q.anim_time*40*1.6)*4)", 0] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": [ | ||||
| 						"27.0631-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", | ||||
| 						"-14.0963-math.sin(q.anim_time*40*4)*3-(math.sin(q.anim_time*40*4)*3)", | ||||
| 						-2.2797 | ||||
| 					] | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": [ | ||||
| 						"22-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", | ||||
| 						"15.5-math.sin(q.anim_time*40*1.6)*8-(math.sin(q.anim_time*40*1.6)*8)", | ||||
| 						0 | ||||
| 					] | ||||
| 				}, | ||||
| 				"tailfin": { | ||||
| 					"rotation": [ | ||||
| 						"-6-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", | ||||
| 						"-4.5-math.sin(q.anim_time*40*1.6)*8-(math.sin(q.anim_time*40*1.6)*8)", | ||||
| 						0 | ||||
| 					] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.eelektrik.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"eelektrik": { | ||||
| 					"position": [ | ||||
| 						"0-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)-math.sin(q.anim_time*26*4)*2-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)", | ||||
| 						"14-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)", | ||||
| 						"-11-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*26*4)*2)" | ||||
| 					] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [0, "-4.5-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", 0] | ||||
| 				}, | ||||
| 				"upperfin": { | ||||
| 					"rotation": ["-2.5-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", 0, 0] | ||||
| 				}, | ||||
| 				"downsyndromfin": { | ||||
| 					"rotation": ["10-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", 0, 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": [ | ||||
| 						"0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", | ||||
| 						"-4.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", | ||||
| 						0 | ||||
| 					] | ||||
| 				}, | ||||
| 				"body1": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*80*4)*2+(math.sin(q.anim_time*80*4)*2)", "-3+math.sin(q.anim_time*40*1.6)*6+(math.sin(q.anim_time*40*1.6)*6)", 0] | ||||
| 				}, | ||||
| 				"body2": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", "10.5-math.sin(q.anim_time*40*4)*3-(math.sin(q.anim_time*40*4)*3)", 0] | ||||
| 				}, | ||||
| 				"tail1": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*80*4)*5+(math.sin(q.anim_time*80*4)*5)", "4.5+math.sin(q.anim_time*40*1.6)*3+(math.sin(q.anim_time*40*1.6)*4)", 0] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": [ | ||||
| 						"2.0631-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", | ||||
| 						"-14.0963-math.sin(q.anim_time*40*4)*3-(math.sin(q.anim_time*40*4)*3)", | ||||
| 						-2.2797 | ||||
| 					] | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", "15.5-math.sin(q.anim_time*40*1.6)*8-(math.sin(q.anim_time*40*1.6)*8)", 0] | ||||
| 				}, | ||||
| 				"tailfin": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", "-4.5-math.sin(q.anim_time*40*1.6)*8-(math.sin(q.anim_time*40*1.6)*8)", 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.eelektrik.water_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"eelektrik": { | ||||
| 					"position": [ | ||||
| 						"0-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)-math.sin(q.anim_time*26*4)*2-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)", | ||||
| 						"4-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)", | ||||
| 						"-11-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*26*4)*2)" | ||||
| 					] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [0, "-4.5-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", 0] | ||||
| 				}, | ||||
| 				"upperfin": { | ||||
| 					"rotation": ["-2.5-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", 0, 0] | ||||
| 				}, | ||||
| 				"downsyndromfin": { | ||||
| 					"rotation": ["10-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", 0, 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": [ | ||||
| 						"0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", | ||||
| 						"-4.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", | ||||
| 						0 | ||||
| 					] | ||||
| 				}, | ||||
| 				"body1": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*80*4)*2+(math.sin(q.anim_time*80*4)*2)", "-3+math.sin(q.anim_time*40*1.6)*6+(math.sin(q.anim_time*40*1.6)*6)", 0] | ||||
| 				}, | ||||
| 				"body2": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", "10.5-math.sin(q.anim_time*40*4)*3-(math.sin(q.anim_time*40*4)*3)", 0] | ||||
| 				}, | ||||
| 				"tail1": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*80*4)*5+(math.sin(q.anim_time*80*4)*5)", "4.5+math.sin(q.anim_time*40*1.6)*3+(math.sin(q.anim_time*40*1.6)*4)", 0] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": [ | ||||
| 						"2.0631-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", | ||||
| 						"-14.0963-math.sin(q.anim_time*40*4)*3-(math.sin(q.anim_time*40*4)*3)", | ||||
| 						-2.2797 | ||||
| 					] | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", "15.5-math.sin(q.anim_time*40*1.6)*8-(math.sin(q.anim_time*40*1.6)*8)", 0] | ||||
| 				}, | ||||
| 				"tailfin": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", "-4.5-math.sin(q.anim_time*40*1.6)*8-(math.sin(q.anim_time*40*1.6)*8)", 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.eelektrik.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"eelektrik": { | ||||
| 					"position": [ | ||||
| 						"0-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)-math.sin(q.anim_time*26*4)*2-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)", | ||||
| 						"14-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)", | ||||
| 						"-15-math.sin(q.anim_time*50*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*26*4)*2)" | ||||
| 					] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [9, "-4.5-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", 0] | ||||
| 				}, | ||||
| 				"upperfin": { | ||||
| 					"rotation": ["-2.5-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", 0, 0] | ||||
| 				}, | ||||
| 				"downsyndromfin": { | ||||
| 					"rotation": ["10-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", 0, 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": [ | ||||
| 						"0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", | ||||
| 						"-4.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", | ||||
| 						0 | ||||
| 					] | ||||
| 				}, | ||||
| 				"body1": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*80*4)*2+(math.sin(q.anim_time*80*4)*2)", "-3+math.sin(q.anim_time*40*1.6)*6+(math.sin(q.anim_time*40*1.6)*6)", 0] | ||||
| 				}, | ||||
| 				"body2": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", "10.5-math.sin(q.anim_time*40*4)*3-(math.sin(q.anim_time*40*4)*3)", 0] | ||||
| 				}, | ||||
| 				"tail1": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*80*4)*5+(math.sin(q.anim_time*80*4)*5)", "4.5+math.sin(q.anim_time*40*1.6)*3+(math.sin(q.anim_time*40*1.6)*4)", 0] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": [ | ||||
| 						"2.0631-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", | ||||
| 						"-14.0963-math.sin(q.anim_time*40*4)*3-(math.sin(q.anim_time*40*4)*3)", | ||||
| 						-2.2797 | ||||
| 					] | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", "15.5-math.sin(q.anim_time*40*1.6)*8-(math.sin(q.anim_time*40*1.6)*8)", 0] | ||||
| 				}, | ||||
| 				"tailfin": { | ||||
| 					"rotation": [ | ||||
| 						"0-math.sin(q.anim_time*120*4)*5-(math.sin(q.anim_time*120*4)*5)", | ||||
| 						"-4.5-math.sin(q.anim_time*40*1.6)*8-(math.sin(q.anim_time*40*1.6)*8)", | ||||
| 						0 | ||||
| 					] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.eelektrik.water_swim": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"eelektrik": { | ||||
| 					"position": [ | ||||
| 						"0-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)-math.sin(q.anim_time*26*4)*2-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)", | ||||
| 						"2-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)", | ||||
| 						"-15-math.sin(q.anim_time*50*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*10*4)*1)-math.sin(q.anim_time*20*4)*1-(math.sin(q.anim_time*10*4)*1)+(math.sin(q.anim_time*26*4)*2)" | ||||
| 					] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [9, "-4.5-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", 0] | ||||
| 				}, | ||||
| 				"upperfin": { | ||||
| 					"rotation": ["-2.5-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", 0, 0] | ||||
| 				}, | ||||
| 				"downsyndromfin": { | ||||
| 					"rotation": ["10-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", 0, 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": [ | ||||
| 						"0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", | ||||
| 						"-4.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", | ||||
| 						0 | ||||
| 					] | ||||
| 				}, | ||||
| 				"body1": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*80*4)*2+(math.sin(q.anim_time*80*4)*2)", "-3+math.sin(q.anim_time*40*1.6)*6+(math.sin(q.anim_time*40*1.6)*6)", 0] | ||||
| 				}, | ||||
| 				"body2": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", "10.5-math.sin(q.anim_time*40*4)*3-(math.sin(q.anim_time*40*4)*3)", 0] | ||||
| 				}, | ||||
| 				"tail1": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*80*4)*5+(math.sin(q.anim_time*80*4)*5)", "4.5+math.sin(q.anim_time*40*1.6)*3+(math.sin(q.anim_time*40*1.6)*4)", 0] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": [ | ||||
| 						"2.0631-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", | ||||
| 						"-14.0963-math.sin(q.anim_time*40*4)*3-(math.sin(q.anim_time*40*4)*3)", | ||||
| 						-2.2797 | ||||
| 					] | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*80*4)*2-(math.sin(q.anim_time*80*4)*2)", "15.5-math.sin(q.anim_time*40*1.6)*8-(math.sin(q.anim_time*40*1.6)*8)", 0] | ||||
| 				}, | ||||
| 				"tailfin": { | ||||
| 					"rotation": [ | ||||
| 						"0-math.sin(q.anim_time*120*4)*5-(math.sin(q.anim_time*120*4)*5)", | ||||
| 						"-4.5-math.sin(q.anim_time*40*1.6)*8-(math.sin(q.anim_time*40*1.6)*8)", | ||||
| 						0 | ||||
| 					] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.eelektrik.blink": { | ||||
| 			"animation_length": 0.125, | ||||
| 			"bones": { | ||||
| 				"eyes": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 1.3, 0], | ||||
| 						"0.0417": [0, 1.3, 0], | ||||
| 						"0.0833": [0, 1.3, 0], | ||||
| 						"0.125": [0, 0, 0] | ||||
| 					}, | ||||
| 					"scale": { | ||||
| 						"0.0": [1, 0, 1], | ||||
| 						"0.0417": [1, 0, 1], | ||||
| 						"0.0833": [1, 0, 1], | ||||
| 						"0.125": [1, 1, 1] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,459 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.eelektross.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"head": { | ||||
| 					"rotation": ["6.4793+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911], | ||||
| 					"position": [ | ||||
| 						"0+math.sin(q.anim_time*10*4)*2+(math.sin(q.anim_time*5*4)*2)*2-(math.sin(q.anim_time*10*4)*2):+(math.sin(q.anim_time*10*4)*4)", | ||||
| 						"23-math.sin(q.anim_time*20*4)*2-(math.sin(q.anim_time*20*4)*2)", | ||||
| 						"-7+math.sin(q.anim_time*5*1)*2+(math.sin(q.anim_time*4*1)*4)" | ||||
| 					] | ||||
| 				}, | ||||
| 				"front2": { | ||||
| 					"rotation": ["23.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], | ||||
| 					"position": [0, -0.4, 0] | ||||
| 				}, | ||||
| 				"thing1": { | ||||
| 					"rotation": ["-31.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] | ||||
| 				}, | ||||
| 				"thing2": { | ||||
| 					"rotation": ["-11.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911], | ||||
| 					"position": [0, 0, -0.4] | ||||
| 				}, | ||||
| 				"thing3": { | ||||
| 					"rotation": ["-8.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] | ||||
| 				}, | ||||
| 				"thing4": { | ||||
| 					"rotation": ["-3.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911], | ||||
| 					"position": [0, 0, -0.4] | ||||
| 				}, | ||||
| 				"thing5": { | ||||
| 					"rotation": ["-2.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] | ||||
| 				}, | ||||
| 				"thing6": { | ||||
| 					"rotation": ["-11.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] | ||||
| 				}, | ||||
| 				"thing7": { | ||||
| 					"rotation": ["-14.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] | ||||
| 				}, | ||||
| 				"head2": { | ||||
| 					"rotation": ["-2.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] | ||||
| 				}, | ||||
| 				"head3": { | ||||
| 					"rotation": [-3, 0, 0] | ||||
| 				}, | ||||
| 				"head4": { | ||||
| 					"rotation": [-2, 0, 0] | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": ["-1.5207+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": ["-7.5207+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] | ||||
| 				}, | ||||
| 				"body2": { | ||||
| 					"rotation": ["7.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] | ||||
| 				}, | ||||
| 				"body3": { | ||||
| 					"rotation": ["10.9651+math.cos((query.anim_time-0.9)*90*2)*2", "-11.9807-math.sin((query.anim_time-0.9)*90*2)*3", 0.6869] | ||||
| 				}, | ||||
| 				"body4": { | ||||
| 					"rotation": ["-11.0496+math.cos((query.anim_time-0.9)*90*2)*2", "10.4497-math.sin((query.anim_time-0.9)*90*2)*3", -4.43239] | ||||
| 				}, | ||||
| 				"body5": { | ||||
| 					"rotation": ["3.9651+math.cos((query.anim_time-0.9)*90*2)*2", "-11.9807-math.sin((query.anim_time-0.9)*90*2)*3", 0.6869] | ||||
| 				}, | ||||
| 				"body6": { | ||||
| 					"rotation": ["-3.0349+math.cos((query.anim_time-0.9)*90*2)*2", "-11.9807-math.sin((query.anim_time-0.9)*90*2)*3", 0.6869] | ||||
| 				}, | ||||
| 				"lilhand_right": { | ||||
| 					"rotation": [55, -39, 0] | ||||
| 				}, | ||||
| 				"lilhand_left": { | ||||
| 					"rotation": [15, 38, -42] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["-4.0349+math.cos((query.anim_time-0.9)*90*2)*5", "-11.9807-math.sin((query.anim_time-0.9)*90*2)*5", 0.6869], | ||||
| 					"position": [0, 0, -0.8] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": ["10.9464+math.cos((query.anim_time-0.9)*90*2)*5", "7.9046-math.sin((query.anim_time-0.9)*90*2)*5", 2.83631], | ||||
| 					"position": [0, 0, -0.9] | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": ["10.8902+math.cos((query.anim_time-0.9)*90*2)*5", "3.9277-math.sin((query.anim_time-0.9)*90*2)*5", 2.40331], | ||||
| 					"position": [0, 0.3, -0.7] | ||||
| 				}, | ||||
| 				"tail4": { | ||||
| 					"rotation": ["4.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] | ||||
| 				}, | ||||
| 				"right_arm": { | ||||
| 					"rotation": ["92.9532+math.cos((query.anim_time-0.9)*90*2)*15", "-12.66+math.cos((query.anim_time-0.9)*90*2)*15", 7.87077] | ||||
| 				}, | ||||
| 				"right_arm2": { | ||||
| 					"rotation": ["7.8373-math.cos((query.anim_time-0.3)*90*2)*5", "-6.1866-(-math.sin((query.anim_time-0.3)*90*2)*5)", 29.31963], | ||||
| 					"position": [-1, 0.1, 0] | ||||
| 				}, | ||||
| 				"right_arm3": { | ||||
| 					"rotation": ["8.0386-math.cos((query.anim_time-0.3)*90*2)*5", "8.4913-(-math.sin((query.anim_time-0.3)*90*2)*5)", 15.83844], | ||||
| 					"position": [0, 0.3, 0] | ||||
| 				}, | ||||
| 				"right_arm4": { | ||||
| 					"rotation": ["-7.5207-math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445-(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] | ||||
| 				}, | ||||
| 				"finger2": { | ||||
| 					"rotation": [1.74941, 0.96947, -28.9852] | ||||
| 				}, | ||||
| 				"finger1": { | ||||
| 					"rotation": [0, 0, -34] | ||||
| 				}, | ||||
| 				"left_arm": { | ||||
| 					"rotation": ["76.6532-math.cos((query.anim_time-0.9)*90*2)*15", "13.0052-math.cos((query.anim_time-0.9)*90*2)*15", -7.04899] | ||||
| 				}, | ||||
| 				"left_arm2": { | ||||
| 					"rotation": ["3.0362-math.cos((query.anim_time-0.3)*90*2)*5", "10.8061-(-math.sin((query.anim_time-0.3)*90*2)*5)", -32.3539], | ||||
| 					"position": [0.9, 0.3, 0] | ||||
| 				}, | ||||
| 				"left_arm3": { | ||||
| 					"rotation": ["5.6806-math.cos((query.anim_time-0.3)*90*2)*5", "10.2286-(-math.sin((query.anim_time-0.3)*90*2)*5)", -9.21155], | ||||
| 					"position": [0, 0.5, 0] | ||||
| 				}, | ||||
| 				"left_arm4": { | ||||
| 					"rotation": ["5.4624-math.cos((query.anim_time-0.3)*90*2)*5", "10.3205-(-math.sin((query.anim_time-0.3)*90*2)*5)", -11.2213] | ||||
| 				}, | ||||
| 				"left_arm5": { | ||||
| 					"rotation": ["6.1065-math.cos((query.anim_time-0.3)*90*2)*5", "10.0223-(-math.sin((query.anim_time-0.3)*90*2)*5)", -5.19425], | ||||
| 					"position": [0.4, 0, 0] | ||||
| 				}, | ||||
| 				"finger4": { | ||||
| 					"rotation": [0, 0, 34] | ||||
| 				}, | ||||
| 				"finger5": { | ||||
| 					"rotation": [0, 0, 30] | ||||
| 				}, | ||||
| 				"finger7": { | ||||
| 					"rotation": [0, 0, 45] | ||||
| 				}, | ||||
| 				"front": { | ||||
| 					"position": [0, -0.2, 0] | ||||
| 				}, | ||||
| 				"right_arm5": { | ||||
| 					"rotation": ["-9.7186-math.cos((query.anim_time-0.3)*90*2)*5", "0.8346-(-math.sin((query.anim_time-0.3)*90*2)*5)", 10.78369], | ||||
| 					"position": [-0.6, -0.2, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.eelektross.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"head": { | ||||
| 					"rotation": ["6.4793+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911], | ||||
| 					"position": [ | ||||
| 						"0+math.sin(q.anim_time*10*4)*2+(math.sin(q.anim_time*5*4)*2)*2-(math.sin(q.anim_time*10*4)*2):+(math.sin(q.anim_time*10*4)*4)", | ||||
| 						"23-math.sin(q.anim_time*20*4)*2-(math.sin(q.anim_time*20*4)*2)", | ||||
| 						"-7+math.sin(q.anim_time*5*1)*2+(math.sin(q.anim_time*4*1)*4)" | ||||
| 					] | ||||
| 				}, | ||||
| 				"front2": { | ||||
| 					"rotation": ["23.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], | ||||
| 					"position": [0, -0.4, 0] | ||||
| 				}, | ||||
| 				"thing1": { | ||||
| 					"rotation": ["-31.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] | ||||
| 				}, | ||||
| 				"thing2": { | ||||
| 					"rotation": ["-11.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911], | ||||
| 					"position": [0, 0, -0.4] | ||||
| 				}, | ||||
| 				"thing3": { | ||||
| 					"rotation": ["-8.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] | ||||
| 				}, | ||||
| 				"thing4": { | ||||
| 					"rotation": ["-3.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911], | ||||
| 					"position": [0, 0, -0.4] | ||||
| 				}, | ||||
| 				"thing5": { | ||||
| 					"rotation": ["-2.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] | ||||
| 				}, | ||||
| 				"thing6": { | ||||
| 					"rotation": ["-11.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] | ||||
| 				}, | ||||
| 				"thing7": { | ||||
| 					"rotation": ["-14.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] | ||||
| 				}, | ||||
| 				"head2": { | ||||
| 					"rotation": ["-2.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911] | ||||
| 				}, | ||||
| 				"head3": { | ||||
| 					"rotation": [-3, 0, 0] | ||||
| 				}, | ||||
| 				"head4": { | ||||
| 					"rotation": [-2, 0, 0] | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": ["-1.5207+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": ["-7.5207+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] | ||||
| 				}, | ||||
| 				"body2": { | ||||
| 					"rotation": ["7.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] | ||||
| 				}, | ||||
| 				"body3": { | ||||
| 					"rotation": ["10.9651+math.cos((query.anim_time-0.9)*90*2)*15", "-11.9807-math.sin((query.anim_time-0.9)*90*2)*10", 0.6869] | ||||
| 				}, | ||||
| 				"body4": { | ||||
| 					"rotation": ["-5.5207+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] | ||||
| 				}, | ||||
| 				"body5": { | ||||
| 					"rotation": ["1.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] | ||||
| 				}, | ||||
| 				"body6": { | ||||
| 					"rotation": ["6+math.cos((query.anim_time-0.9)*90*2)*15", "0-math.sin((query.anim_time-0.9)*90*2)*10", 0] | ||||
| 				}, | ||||
| 				"lilhand_right": { | ||||
| 					"rotation": [55, -39, 0] | ||||
| 				}, | ||||
| 				"lilhand_left": { | ||||
| 					"rotation": [15, 38, -42] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["-4.5207+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], | ||||
| 					"position": [0, 0, -0.8] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": ["-10.5207+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], | ||||
| 					"position": [0, 0, -0.9] | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": ["-9.5207+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], | ||||
| 					"position": [0, 0.3, -0.7] | ||||
| 				}, | ||||
| 				"tail4": { | ||||
| 					"rotation": ["4.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] | ||||
| 				}, | ||||
| 				"right_arm": { | ||||
| 					"rotation": ["92.9532+math.cos((query.anim_time-0.9)*90*2)*15", "-12.66+math.cos((query.anim_time-0.9)*90*2)*15", 7.87077] | ||||
| 				}, | ||||
| 				"right_arm2": { | ||||
| 					"rotation": ["7.8373-math.cos((query.anim_time-0.3)*90*2)*5", "-6.1866-(-math.sin((query.anim_time-0.3)*90*2)*5)", 29.31963], | ||||
| 					"position": [-1, 0.1, 0] | ||||
| 				}, | ||||
| 				"right_arm3": { | ||||
| 					"rotation": ["8.0386-math.cos((query.anim_time-0.3)*90*2)*5", "8.4913-(-math.sin((query.anim_time-0.3)*90*2)*5)", 15.83844], | ||||
| 					"position": [0, 0.3, 0] | ||||
| 				}, | ||||
| 				"right_arm4": { | ||||
| 					"rotation": ["-7.5207-math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445-(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] | ||||
| 				}, | ||||
| 				"finger2": { | ||||
| 					"rotation": [1.74941, 0.96947, -28.9852] | ||||
| 				}, | ||||
| 				"finger1": { | ||||
| 					"rotation": [0, 0, -34] | ||||
| 				}, | ||||
| 				"left_arm": { | ||||
| 					"rotation": ["76.6532-math.cos((query.anim_time-0.9)*90*2)*15", "13.0052-math.cos((query.anim_time-0.9)*90*2)*15", -7.04899] | ||||
| 				}, | ||||
| 				"left_arm2": { | ||||
| 					"rotation": ["3.0362-math.cos((query.anim_time-0.3)*90*2)*5", "10.8061-(-math.sin((query.anim_time-0.3)*90*2)*5)", -32.3539], | ||||
| 					"position": [0.9, 0.3, 0] | ||||
| 				}, | ||||
| 				"left_arm3": { | ||||
| 					"rotation": ["5.6806-math.cos((query.anim_time-0.3)*90*2)*5", "10.2286-(-math.sin((query.anim_time-0.3)*90*2)*5)", -9.21155], | ||||
| 					"position": [0, 0.5, 0] | ||||
| 				}, | ||||
| 				"left_arm4": { | ||||
| 					"rotation": ["5.4624-math.cos((query.anim_time-0.3)*90*2)*5", "10.3205-(-math.sin((query.anim_time-0.3)*90*2)*5)", -11.2213] | ||||
| 				}, | ||||
| 				"left_arm5": { | ||||
| 					"rotation": ["6.1065-math.cos((query.anim_time-0.3)*90*2)*5", "10.0223-(-math.sin((query.anim_time-0.3)*90*2)*5)", -5.19425], | ||||
| 					"position": [0.4, 0, 0] | ||||
| 				}, | ||||
| 				"finger4": { | ||||
| 					"rotation": [0, 0, 34] | ||||
| 				}, | ||||
| 				"finger5": { | ||||
| 					"rotation": [0, 0, 30] | ||||
| 				}, | ||||
| 				"finger7": { | ||||
| 					"rotation": [0, 0, 45] | ||||
| 				}, | ||||
| 				"front": { | ||||
| 					"position": [0, -0.2, 0] | ||||
| 				}, | ||||
| 				"right_arm5": { | ||||
| 					"rotation": ["-9.7186-math.cos((query.anim_time-0.3)*90*2)*5", "0.8346-(-math.sin((query.anim_time-0.3)*90*2)*5)", 10.78369], | ||||
| 					"position": [-0.6, -0.2, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.eelektross.battle_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"head": { | ||||
| 					"rotation": [68, 0, 0], | ||||
| 					"position": [ | ||||
| 						0, | ||||
| 						"24.5+math.clamp(math.sin(query.anim_time*90*4*1+200)*0.75,-0.0,0.75)+math.clamp(math.sin(query.anim_time*90*4*1+200)*2,-5,2)", | ||||
| 						"0+math.sin(q.anim_time*90*4-75)*0.7" | ||||
| 					] | ||||
| 				}, | ||||
| 				"front2": { | ||||
| 					"rotation": ["12.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], | ||||
| 					"position": [0, -0.4, 0] | ||||
| 				}, | ||||
| 				"thing1": { | ||||
| 					"rotation": ["-40.5207-math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445-(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] | ||||
| 				}, | ||||
| 				"thing2": { | ||||
| 					"rotation": ["-22.4908+math.cos((query.anim_time-0.3)*90*2)*5", "-2.429+(-math.sin((query.anim_time-0.3)*90*2)*5)", 0.51133], | ||||
| 					"position": [0, 0, -0.4] | ||||
| 				}, | ||||
| 				"thing3": { | ||||
| 					"rotation": ["-13.5312+math.cos((query.anim_time-0.3)*90*2)*5", "-6.4459+(-math.sin((query.anim_time-0.3)*90*2)*5)", -1.24314] | ||||
| 				}, | ||||
| 				"thing4": { | ||||
| 					"rotation": ["-0.0207+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], | ||||
| 					"position": [0, 0, -1] | ||||
| 				}, | ||||
| 				"thing5": { | ||||
| 					"rotation": ["17.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], | ||||
| 					"position": [0, 0, -0.9] | ||||
| 				}, | ||||
| 				"thing6": { | ||||
| 					"rotation": ["15.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], | ||||
| 					"position": [0, 0, -0.6] | ||||
| 				}, | ||||
| 				"thing7": { | ||||
| 					"rotation": ["19.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] | ||||
| 				}, | ||||
| 				"head2": { | ||||
| 					"rotation": [-82.90433, -2.43553, 2.84897], | ||||
| 					"position": [0, -1.6, -3] | ||||
| 				}, | ||||
| 				"head3": { | ||||
| 					"rotation": ["0.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911] | ||||
| 				}, | ||||
| 				"head4": { | ||||
| 					"rotation": [-13, 0, 0] | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": [-20, 0, 0], | ||||
| 					"position": [0, -0.1, 0] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": [-19, 0, 0] | ||||
| 				}, | ||||
| 				"body2": { | ||||
| 					"rotation": ["-11.5207+math.cos((query.anim_time-0.3)*90*2)*2", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*2)", -0.15911], | ||||
| 					"scale": [1.02, 1, 1] | ||||
| 				}, | ||||
| 				"body3": { | ||||
| 					"rotation": [15, 0, 0] | ||||
| 				}, | ||||
| 				"body4": { | ||||
| 					"rotation": ["33.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], | ||||
| 					"position": [0, -0.2, 0] | ||||
| 				}, | ||||
| 				"body5": { | ||||
| 					"rotation": [29, 0, 0], | ||||
| 					"position": [0, -0.2, 0], | ||||
| 					"scale": [0.97, 1, 1] | ||||
| 				}, | ||||
| 				"body6": { | ||||
| 					"rotation": [21.5, 0, 0], | ||||
| 					"scale": [1.1, 1, 1] | ||||
| 				}, | ||||
| 				"lilhand_right": { | ||||
| 					"rotation": [ | ||||
| 						"math.clamp(math.sin(query.anim_time*90*4*1+0)*22.5,-22,0)+math.clamp(math.sin(query.anim_time*90*4*1+0)*22.5,0,22)", | ||||
| 						0, | ||||
| 						"23+math.clamp(math.sin(query.anim_time*90*4*1+10)*17.5,-17,0)" | ||||
| 					] | ||||
| 				}, | ||||
| 				"lilhand_left": { | ||||
| 					"rotation": [ | ||||
| 						"-10.4434+math.clamp(math.sin(query.anim_time*90*4*1+0)*22.5,-22,0)+math.clamp(math.sin(query.anim_time*90*4*1+0)*22.5,0,22)", | ||||
| 						-12.18975, | ||||
| 						"-14.8818+math.clamp(math.sin(query.anim_time*90*4*1+10)*17.5,-17,0)" | ||||
| 					] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["7.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], | ||||
| 					"position": [0, 0, -0.8] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": ["7.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], | ||||
| 					"position": [0, 0, -1.9] | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": ["14.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], | ||||
| 					"position": [0, 0.3, -0.7] | ||||
| 				}, | ||||
| 				"tail4": { | ||||
| 					"rotation": ["7.4793+math.cos((query.anim_time-0.3)*90*2)*5", "-0.5445+(-math.sin((query.anim_time-0.3)*90*2)*5)", -0.15911], | ||||
| 					"position": [0, 0.1, 0] | ||||
| 				}, | ||||
| 				"right_arm": { | ||||
| 					"rotation": [25.1259, "-15.3897-math.cos((query.anim_time-0.9)*50*2)*15", "39.8307-math.cos((query.anim_time-0.9)*40*2)*15"] | ||||
| 				}, | ||||
| 				"right_arm2": { | ||||
| 					"rotation": [0, 0, 32.5], | ||||
| 					"position": [-1, 0.1, 0] | ||||
| 				}, | ||||
| 				"right_arm3": { | ||||
| 					"rotation": [-3.08568, "7.2715-math.cos((query.anim_time-0.9)*50*2)*15", "1.5884-math.cos((query.anim_time-0.9)*40*2)*15"], | ||||
| 					"position": [0.2, -0.3, 0] | ||||
| 				}, | ||||
| 				"right_arm4": { | ||||
| 					"rotation": [0, 0, -2] | ||||
| 				}, | ||||
| 				"finger2": { | ||||
| 					"rotation": [1.74941, 0.96947, -28.9852] | ||||
| 				}, | ||||
| 				"finger1": { | ||||
| 					"rotation": [0, 0, -34] | ||||
| 				}, | ||||
| 				"left_arm": { | ||||
| 					"rotation": [25.92998, "13.9213-math.cos((query.anim_time-0.9)*50*2)*15", "-16-math.cos((query.anim_time-0.9)*40*2)*15"] | ||||
| 				}, | ||||
| 				"left_arm2": { | ||||
| 					"rotation": [0, 0, "-40-(-math.sin((query.anim_time-0.3)*90*2)*5)"], | ||||
| 					"position": [0.9, 0.3, 0] | ||||
| 				}, | ||||
| 				"left_arm3": { | ||||
| 					"rotation": [-7.29519, "5.6043+math.cos((query.anim_time-0.9)*50*2)*15", "0.215+math.cos((query.anim_time-0.9)*40*2)*15"], | ||||
| 					"position": [0, -0.2, 0] | ||||
| 				}, | ||||
| 				"left_arm4": { | ||||
| 					"rotation": [0, 0, 16] | ||||
| 				}, | ||||
| 				"left_arm5": { | ||||
| 					"rotation": [0, 0, "-16-(-math.sin((query.anim_time-0.3)*90*2)*5)"], | ||||
| 					"position": [1.5, 0, 0] | ||||
| 				}, | ||||
| 				"finger4": { | ||||
| 					"rotation": [0, 0, 34] | ||||
| 				}, | ||||
| 				"finger5": { | ||||
| 					"rotation": [0, 0, 30] | ||||
| 				}, | ||||
| 				"finger7": { | ||||
| 					"rotation": [0, 0, 45] | ||||
| 				}, | ||||
| 				"front": { | ||||
| 					"rotation": [-67, 0, 0], | ||||
| 					"position": [0, -1.7, -0.5] | ||||
| 				}, | ||||
| 				"right_arm5": { | ||||
| 					"rotation": [0, 0, "13-(-math.sin((query.anim_time-0.3)*90*2)*5)"], | ||||
| 					"position": [-0.5, 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,739 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.espurr.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 2, | ||||
| 			"bones": { | ||||
| 				"arm_r": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"1.0": [0, 0, 5], | ||||
| 						"2.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"arm_l": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"1.0": [0, 0, -5], | ||||
| 						"2.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, -5, 0], | ||||
| 						"1.0": [10, 5, 0], | ||||
| 						"2.0": [0, -5, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["-math.sin((q.anim_time*90*2)+90)*1", 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.espurr.battle_idle": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 2, | ||||
| 			"bones": { | ||||
| 				"arm_r": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"1.0": [0, 0, 5], | ||||
| 						"2.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"arm_l": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"1.0": [0, 0, -5], | ||||
| 						"2.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, -5, 0], | ||||
| 						"1.0": [10, 5, 0], | ||||
| 						"2.0": [0, -5, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["-math.sin((q.anim_time*90*2)+90)*1", 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.espurr.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 0.5, | ||||
| 			"bones": { | ||||
| 				"arm_r": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [-30, 0, 0], | ||||
| 						"0.25": [30, 0, 0], | ||||
| 						"0.5": [-30, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"arm_l": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [30, 0, 0], | ||||
| 						"0.25": [-30, 0, 0], | ||||
| 						"0.5": [30, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_l": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [-30, 0, 0], | ||||
| 						"0.25": [30, 0, 0], | ||||
| 						"0.5": [-30, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_r": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [30, 0, 0], | ||||
| 						"0.25": [-30, 0, 0], | ||||
| 						"0.5": [30, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.espurr.faint": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 4, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.375": [25, 0, 0], | ||||
| 						"1.25": [25, 0, 0] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.375": [0, -1.25, 0], | ||||
| 						"1.25": [0, -1.25, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.375": [15, 0, 0], | ||||
| 						"1.25": [15, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"arm_r": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.375": [-95, 0, 0], | ||||
| 						"1.25": [-95, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"arm_l": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.375": [-95, 0, 0], | ||||
| 						"1.25": [-95, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_l": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.375": [60, 0, 0], | ||||
| 						"1.25": [60, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_r": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.375": [65, 0, 0], | ||||
| 						"1.25": [65, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.espurr.sleep": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 3, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"position": [0, -1.75, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [22.5, 0, 0], | ||||
| 						"1.5": [30, 0, 0], | ||||
| 						"3.0": [22.5, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"eye_r": { | ||||
| 					"position": [0, 0, 0.25] | ||||
| 				}, | ||||
| 				"eye_l": { | ||||
| 					"position": [0, 0, 0.25] | ||||
| 				}, | ||||
| 				"leg_l": { | ||||
| 					"rotation": [-90, -25, 0], | ||||
| 					"position": [0, 0, -1] | ||||
| 				}, | ||||
| 				"leg_r": { | ||||
| 					"rotation": [-90, 25, 0], | ||||
| 					"position": [0, 0, -1] | ||||
| 				}, | ||||
| 				"closed_r": { | ||||
| 					"position": [0, 0, -0.27] | ||||
| 				}, | ||||
| 				"closed_l": { | ||||
| 					"position": [0, 0, -0.27] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.espurr.cry": { | ||||
| 			"animation_length": 0.5, | ||||
| 			"bones": { | ||||
| 				"mouth": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.0417": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, -0.25] | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"pre": [0, 0, -0.25], | ||||
| 							"post": [0, 0, 0] | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.espurr.recoil": { | ||||
| 			"animation_length": 1.5, | ||||
| 			"bones": { | ||||
| 				"neck": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.0417": { | ||||
| 							"pre": [10, 0, 0], | ||||
| 							"post": [10, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4583": { | ||||
| 							"post": [-2.9, 1.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.1667": { | ||||
| 							"post": [-0.3, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"eye_r_closed": { | ||||
| 					"position": { | ||||
| 						"0.0": [-0.27, 0, 0], | ||||
| 						"0.25": { | ||||
| 							"pre": [-0.27, 0, 0], | ||||
| 							"post": [-0.27, 0, 0] | ||||
| 						}, | ||||
| 						"0.2917": { | ||||
| 							"pre": [-0.27, 0, 0], | ||||
| 							"post": [0, 0, 0] | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"eye_l_closed": { | ||||
| 					"position": { | ||||
| 						"0.0": [0.27, 0, 0], | ||||
| 						"0.25": { | ||||
| 							"pre": [0.27, 0, 0], | ||||
| 							"post": [0.27, 0, 0] | ||||
| 						}, | ||||
| 						"0.2917": { | ||||
| 							"pre": [0.27, 0, 0], | ||||
| 							"post": [0, 0, 0] | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"shoulder_l": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.125": { | ||||
| 							"pre": [-3, -2.5, 0], | ||||
| 							"post": [-3, -2.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"forearm_l": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.125": { | ||||
| 							"pre": [-8, 0, 0], | ||||
| 							"post": [-8, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"paw_fl": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.125": { | ||||
| 							"pre": [12, 0, 0], | ||||
| 							"post": [12, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"shoulder_r": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.125": { | ||||
| 							"pre": [-3, 2.5, 0], | ||||
| 							"post": [-3, 2.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"forearm_r": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.125": { | ||||
| 							"pre": [-8, 0, 0], | ||||
| 							"post": [-8, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"paw_fr": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.125": { | ||||
| 							"pre": [12, 0, 0], | ||||
| 							"post": [12, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"thigh_r": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.125": { | ||||
| 							"pre": [-8, 0, 0], | ||||
| 							"post": [-8, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"knee_r": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.125": { | ||||
| 							"pre": [15.5, 0, 0], | ||||
| 							"post": [15.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [-1.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"calf_r": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.125": { | ||||
| 							"pre": [-8, 0, 0], | ||||
| 							"post": [-8, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [3.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"paw_br": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.125": { | ||||
| 							"pre": [8, 0, 0], | ||||
| 							"post": [8, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [-4, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"thigh_l": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.125": { | ||||
| 							"pre": [-8, 0, 0], | ||||
| 							"post": [-8, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"knee_l": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.125": { | ||||
| 							"pre": [15.5, 0, 0], | ||||
| 							"post": [15.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [-1.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"calf_l": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.125": { | ||||
| 							"pre": [-8, 0, 0], | ||||
| 							"post": [-8, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [3.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"paw_bl": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.125": { | ||||
| 							"pre": [8, 0, 0], | ||||
| 							"post": [8, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [-4, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.125": { | ||||
| 							"pre": [-8, 1, 0], | ||||
| 							"post": [-8, 1, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [1, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.0417": { | ||||
| 							"pre": [7.5, 0, 0], | ||||
| 							"post": [7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4583": { | ||||
| 							"post": [-2.9, 1.5, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.1667": { | ||||
| 							"post": [-0.3, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"eye_r": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0.25], | ||||
| 						"0.25": { | ||||
| 							"pre": [0, 0, 0.25], | ||||
| 							"post": [0, 0, 0.25] | ||||
| 						}, | ||||
| 						"0.2917": { | ||||
| 							"pre": [0, 0, 0.25], | ||||
| 							"post": [0, 0, 0] | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"closed_r": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, -0.27], | ||||
| 						"0.25": { | ||||
| 							"pre": [0, 0, -0.27], | ||||
| 							"post": [0, 0, -0.27] | ||||
| 						}, | ||||
| 						"0.2917": { | ||||
| 							"pre": [0, 0, -0.27], | ||||
| 							"post": [0, 0, 0] | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"eye_l": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0.25], | ||||
| 						"0.25": { | ||||
| 							"pre": [0, 0, 0.25], | ||||
| 							"post": [0, 0, 0.25] | ||||
| 						}, | ||||
| 						"0.2917": { | ||||
| 							"pre": [0, 0, 0.25], | ||||
| 							"post": [0, 0, 0] | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"closed_l": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, -0.27], | ||||
| 						"0.25": { | ||||
| 							"pre": [0, 0, -0.27], | ||||
| 							"post": [0, 0, -0.27] | ||||
| 						}, | ||||
| 						"0.2917": { | ||||
| 							"pre": [0, 0, -0.27], | ||||
| 							"post": [0, 0, 0] | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.espurr.physical": { | ||||
| 			"animation_length": 1, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [0, 0, 0], | ||||
| 						"0.5": [-5, 0, 0], | ||||
| 						"0.625": [5, 0, 0], | ||||
| 						"1.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.25": [0, 0, 0], | ||||
| 						"0.5": [-5, 0, 0], | ||||
| 						"0.625": [15, 0, 0], | ||||
| 						"1.0": [0, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.espurr.special": { | ||||
| 			"animation_length": 1.5, | ||||
| 			"bones": { | ||||
| 				"espurr": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [-5, 0, 0] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [0, 3, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [-5, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"eye_r": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.125": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0.25] | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"eye_l": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.125": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0.25] | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"closed_l": { | ||||
| 					"position": [0, 0, 0] | ||||
| 				}, | ||||
| 				"ear_l": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [-5, 0, -20] | ||||
| 					} | ||||
| 				}, | ||||
| 				"ear_r": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [-5, 0, 20] | ||||
| 					} | ||||
| 				}, | ||||
| 				"arm_r": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [-50, 0, 35] | ||||
| 					} | ||||
| 				}, | ||||
| 				"arm_l": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [-50, 0, -35] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_l": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [5, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_r": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [5, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"glow_l": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.125": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, -0.5] | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"glow_r": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.125": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, -0.5] | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.espurr.status": { | ||||
| 			"animation_length": 1.25, | ||||
| 			"bones": { | ||||
| 				"espurr": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [5, 0, 0], | ||||
| 						"0.5": [5, 0, 0], | ||||
| 						"0.75": [0, 0, 0] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [0, 0, 0.25], | ||||
| 						"0.5": [0, 0, 0.25], | ||||
| 						"0.75": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [5, 0, 0], | ||||
| 						"0.5": [5, 0, 0], | ||||
| 						"0.75": [-2.5, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"arm_r": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [-122.5, 0, 0], | ||||
| 						"0.5": [-122.5, 0, 0], | ||||
| 						"0.75": [-60, 0, 0] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [0, 0, -1], | ||||
| 						"0.5": [0, 0, -1] | ||||
| 					} | ||||
| 				}, | ||||
| 				"arm_l": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [-122.5, 0, 0], | ||||
| 						"0.5": [-122.5, 0, 0], | ||||
| 						"0.75": [-60, 0, 0] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [0, 0, -1], | ||||
| 						"0.5": [0, 0, -1] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_l": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [-5, 0, 0], | ||||
| 						"0.5": [-5, 0, 0], | ||||
| 						"0.75": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_r": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [-5, 0, 0], | ||||
| 						"0.5": [-5, 0, 0], | ||||
| 						"0.75": [0, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,903 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.eternatus.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 6, | ||||
| 			"bones": { | ||||
| 				"mainbody": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [0, 0, 0], | ||||
| 						"2.75": [0, 2, 0], | ||||
| 						"3.25": [0, 2, 0], | ||||
| 						"6.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"spine": { | ||||
| 					"rotation": [0, 0, "math.sin(q.anim_time*30*2-150)*1"] | ||||
| 				}, | ||||
| 				"topspine": { | ||||
| 					"rotation": [-46.32261, -12.33509, "-49.8161+math.sin(q.anim_time*30*2-10)*3 "] | ||||
| 				}, | ||||
| 				"spineseg2": { | ||||
| 					"rotation": [0, 0, "0+math.sin(q.anim_time*30*2-12)*4"] | ||||
| 				}, | ||||
| 				"spineseg3": { | ||||
| 					"rotation": [0, 2.5, "math.sin(q.anim_time*30*2-150)*6"] | ||||
| 				}, | ||||
| 				"jaw": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"3.0": [0, 0, -12.5], | ||||
| 						"6.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"spinebackseg2": { | ||||
| 					"rotation": [0, 0, "math.sin(q.anim_time*30*2-10)*3 "] | ||||
| 				}, | ||||
| 				"lleg": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"3.0": [0, 1, 0], | ||||
| 						"6.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"rleg": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"3.0": [0, 1, 0], | ||||
| 						"6.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"spinebackseg3": { | ||||
| 					"rotation": [0, 0, "math.sin(q.anim_time*30*2-12)*5 "] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": [0, 0, "math.sin(q.anim_time*30*2-150)*7"] | ||||
| 				}, | ||||
| 				"tailseg1": { | ||||
| 					"rotation": [0, 0, "math.sin(q.anim_time*30*2-180)*9"] | ||||
| 				}, | ||||
| 				"tailseg2": { | ||||
| 					"rotation": [0, 0, "math.sin(q.anim_time*30*2-180)*11"] | ||||
| 				}, | ||||
| 				"tailtip": { | ||||
| 					"rotation": [0, 0, "math.sin(q.anim_time*30*2-180)*13"] | ||||
| 				}, | ||||
| 				"rarm": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"3.0": [-1, 1, 0], | ||||
| 						"6.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"larm": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"3.0": [0, 1, 1], | ||||
| 						"6.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"shlognr": { | ||||
| 					"rotation": ["-math.sin(q.anim_time*30*2-10)*3 ", "-math.sin(q.anim_time*30*2-10)*3 ", "-math.sin(q.anim_time*30*2-10)*3 "] | ||||
| 				}, | ||||
| 				"rseg2": { | ||||
| 					"rotation": ["-math.sin(q.anim_time*30*2-12)*5 ", "-math.sin(q.anim_time*30*2-12)*5 ", "-math.sin(q.anim_time*30*2-12)*5 "] | ||||
| 				}, | ||||
| 				"rseg3": { | ||||
| 					"rotation": ["-math.sin(q.anim_time*30*2-150)*7", "-math.sin(q.anim_time*30*2-150)*7", "-math.sin(q.anim_time*30*2-150)*7"] | ||||
| 				}, | ||||
| 				"rseg4": { | ||||
| 					"rotation": ["-math.sin(q.anim_time*30*2-180)*9", "-math.sin(q.anim_time*30*2-180)*9", "-math.sin(q.anim_time*30*2-180)*9"] | ||||
| 				}, | ||||
| 				"rseg5": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-180)*11", "-math.sin(q.anim_time*30*2-180)*11", "math.sin(q.anim_time*30*2-180)*11"] | ||||
| 				}, | ||||
| 				"rseg6": { | ||||
| 					"rotation": { | ||||
| 						"0.0": ["-math.sin(q.anim_time*30*2-180)*13", "-math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"], | ||||
| 						"2.0417": ["math.sin(q.anim_time*30*2-180)*13", "-math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"], | ||||
| 						"6.0": ["math.sin(q.anim_time*30*2-180)*13", "-math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"] | ||||
| 					} | ||||
| 				}, | ||||
| 				"rseg7": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-180)*15", "-math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15"] | ||||
| 				}, | ||||
| 				"rseg8": { | ||||
| 					"rotation": ["-math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15", "-math.sin(q.anim_time*30*2-180)*15"] | ||||
| 				}, | ||||
| 				"schlongl": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-10)*3  ", "math.sin(q.anim_time*30*2-10)*3 ", "math.sin(q.anim_time*30*2-10)*3 "] | ||||
| 				}, | ||||
| 				"lseg1": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-12)*5 ", "math.sin(q.anim_time*30*2-12)*5", "math.sin(q.anim_time*30*2-12)*5 "] | ||||
| 				}, | ||||
| 				"lsge2": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-12)*5  ", "math.sin(q.anim_time*30*2-12)*5 ", "math.sin(q.anim_time*30*2-12)*5 "] | ||||
| 				}, | ||||
| 				"lseg3": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-150)*7", "math.sin(q.anim_time*30*2-150)*7", "math.sin(q.anim_time*30*2-150)*7"] | ||||
| 				}, | ||||
| 				"lseg4": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-180)*9", "math.sin(q.anim_time*30*2-180)*9", "math.sin(q.anim_time*30*2-180)*9"] | ||||
| 				}, | ||||
| 				"lseg5": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-180)*11", "math.sin(q.anim_time*30*2-180)*11", "math.sin(q.anim_time*30*2-180)*11"] | ||||
| 				}, | ||||
| 				"lseg6": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"] | ||||
| 				}, | ||||
| 				"lseg7": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"] | ||||
| 				}, | ||||
| 				"lseg8": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15"] | ||||
| 				}, | ||||
| 				"looky": { | ||||
| 					"rotation": ["10+math.sin(q.anim_time*30*2-150)*3 ", 0, "math.sin(q.anim_time*30*2-150)*4"] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.eternatus.special_attack": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 6.0417, | ||||
| 			"bones": { | ||||
| 				"mainbody": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"1.25": [0, 0, 0], | ||||
| 						"1.5": [0, 0, 8], | ||||
| 						"1.5417": [0, 0, 6], | ||||
| 						"1.5833": [0, 0, 8], | ||||
| 						"1.625": [0, 0, 6], | ||||
| 						"1.6667": [0, 0, 8], | ||||
| 						"1.7083": [0, 0, 6], | ||||
| 						"1.75": [0, 0, 8], | ||||
| 						"1.7917": [0, 0, 6], | ||||
| 						"1.8333": [0, 0, 8], | ||||
| 						"1.875": [0, 0, 6], | ||||
| 						"1.9167": [0, 0, 8], | ||||
| 						"1.9583": [0, 0, 6], | ||||
| 						"2.0": [0, 0, 8], | ||||
| 						"2.0417": [0, 0, 6], | ||||
| 						"2.0833": [0, 0, 8], | ||||
| 						"2.125": [0, 0, 6], | ||||
| 						"2.1667": [0, 0, 8], | ||||
| 						"3.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"spine": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, -12.5], | ||||
| 						"0.5": [0, 0, -12.5], | ||||
| 						"1.0": [0, 0, -12.5], | ||||
| 						"3.0": [0, 0, -12.5], | ||||
| 						"3.5833": [0, 0, "math.sin(q.anim_time*30*2-150)*1"] | ||||
| 					} | ||||
| 				}, | ||||
| 				"topspine": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, -7.5], | ||||
| 						"0.5": [0, 0, -7.5], | ||||
| 						"1.0": [0, 0, -7.5], | ||||
| 						"3.0": [0, 0, -7.5], | ||||
| 						"3.5833": [0, 0, "math.sin(q.anim_time*30*2-10)*3 "] | ||||
| 					} | ||||
| 				}, | ||||
| 				"spineseg2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 2.5], | ||||
| 						"0.5": [0, 0, 2.5], | ||||
| 						"1.0": [0, 0, 2.5], | ||||
| 						"3.0": [0, 0, 2.5], | ||||
| 						"3.5833": [0, 0, "math.sin(q.anim_time*30*2-12)*5 "] | ||||
| 					} | ||||
| 				}, | ||||
| 				"spineseg3": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 10], | ||||
| 						"0.5": [0, 0, 10], | ||||
| 						"1.0": [0, 0, 10], | ||||
| 						"3.0": [0, 0, 10], | ||||
| 						"3.5833": [0, 0, "math.sin(q.anim_time*30*2-150)*7"] | ||||
| 					} | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [-8.316, 9.50716, 19.62639], | ||||
| 						"0.5": [-8.316, 9.50716, 19.62639], | ||||
| 						"1.0": [-8.316, 9.50716, 19.62639], | ||||
| 						"3.0": [-8.316, 9.50716, 19.62639], | ||||
| 						"3.5833": [0, 0, "math.sin(q.anim_time*30*2-150)*7"] | ||||
| 					} | ||||
| 				}, | ||||
| 				"jaw": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"1.25": [0, 0, 0], | ||||
| 						"1.5": [0, 0, -7.92], | ||||
| 						"1.5417": [0, 0, 0], | ||||
| 						"1.5833": [0, 0, -7.92], | ||||
| 						"1.625": [0, 0, 0], | ||||
| 						"1.6667": [0, 0, -7.92], | ||||
| 						"1.7083": [0, 0, 0], | ||||
| 						"1.75": [0, 0, -7.92], | ||||
| 						"1.7917": [0, 0, 0], | ||||
| 						"1.8333": [0, 0, -7.92], | ||||
| 						"1.875": [0, 0, 0], | ||||
| 						"1.9167": [0, 0, -7.92], | ||||
| 						"1.9583": [0, 0, 0], | ||||
| 						"2.0": [0, 0, -12.5], | ||||
| 						"2.0417": [0, 0, -7.92], | ||||
| 						"2.0833": [0, 0, 0], | ||||
| 						"2.125": [0, 0, -7.92], | ||||
| 						"2.1667": [0, 0, 0], | ||||
| 						"2.2083": [0, 0, -7.92], | ||||
| 						"2.25": [0, 0, 0], | ||||
| 						"2.2917": [0, 0, -7.92], | ||||
| 						"2.3333": [0, 0, 0], | ||||
| 						"3.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"spinebackseg2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, "math.sin(q.anim_time*30*2-10)*3 "], | ||||
| 						"4.5833": [0, 0, "math.sin(q.anim_time*30*2-10)*3 "] | ||||
| 					} | ||||
| 				}, | ||||
| 				"lleg": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"2.0": [0, 1, 0], | ||||
| 						"4.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"rleg": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"2.0": [0, 1, 0], | ||||
| 						"4.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"spinebackseg3": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, "math.sin(q.anim_time*30*2-12)*5 "], | ||||
| 						"1.0": [0, 0, "math.sin(q.anim_time*30*2-12)*1 "], | ||||
| 						"3.5": [0, 0, "math.sin(q.anim_time*30*2-12)*1 "], | ||||
| 						"4.0": [0, 0, "math.sin(q.anim_time*30*2-12)*5 "] | ||||
| 					} | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, "math.sin(q.anim_time*30*2-150)*7"], | ||||
| 						"1.0": [0, 0, "15+math.sin(q.anim_time*30*2-150)*2"], | ||||
| 						"1.5": [0, 0, "20+math.sin(q.anim_time*30*2-150)*7"], | ||||
| 						"4.0": [0, 0, "15+math.sin(q.anim_time*30*2-150)*2"], | ||||
| 						"4.5833": [0, 0, "math.sin(q.anim_time*30*2-150)*7"] | ||||
| 					} | ||||
| 				}, | ||||
| 				"tailseg1": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, "math.sin(q.anim_time*30*2-180)*9"], | ||||
| 						"1.0": [0, 0, "10+math.sin(q.anim_time*30*2-180)*3"], | ||||
| 						"1.5": [0, 0, "10+math.sin(q.anim_time*30*2-180)*9"], | ||||
| 						"4.0": [0, 0, "10+math.sin(q.anim_time*30*2-180)*3"], | ||||
| 						"4.5833": [0, 0, "math.sin(q.anim_time*30*2-180)*9"] | ||||
| 					} | ||||
| 				}, | ||||
| 				"tailseg2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, "math.sin(q.anim_time*30*2-180)*11"], | ||||
| 						"1.0": [0, 0, "12.5+math.sin(q.anim_time*30*2-180)*6"], | ||||
| 						"1.5": [0, 0, "12.5+math.sin(q.anim_time*30*2-180)*6"], | ||||
| 						"4.0": [0, 0, "12.5+math.sin(q.anim_time*30*2-180)*6"], | ||||
| 						"4.5833": [0, 0, "math.sin(q.anim_time*30*2-180)*11"] | ||||
| 					} | ||||
| 				}, | ||||
| 				"tailtip": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, "math.sin(q.anim_time*30*2-180)*13"], | ||||
| 						"1.0": [0, 0, "12.5+math.sin(q.anim_time*30*2-180)*5"], | ||||
| 						"1.5": [0, 0, "12.5+math.sin(q.anim_time*30*2-180)*5"], | ||||
| 						"4.0": [0, 0, "12.5+math.sin(q.anim_time*30*2-180)*5"], | ||||
| 						"4.5833": [0, 0, "math.sin(q.anim_time*30*2-180)*13"] | ||||
| 					} | ||||
| 				}, | ||||
| 				"rarm": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [-11.87183, 39.3184, -36.82891], | ||||
| 						"0.5": [-11.87183, 39.3184, -36.82891], | ||||
| 						"1.0": [-11.87183, 39.3184, -36.82891], | ||||
| 						"3.0": [-11.87183, 39.3184, -36.82891], | ||||
| 						"3.5833": [0, 0, 0] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [-1, 1, 0], | ||||
| 						"0.5": [-1, 1, 0], | ||||
| 						"1.0": [-1, 1, 0], | ||||
| 						"3.0": [-1, 1, 0], | ||||
| 						"3.5833": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"larm": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [20.99692, -18.17696, -50.89594], | ||||
| 						"0.5": [20.99692, -18.17696, -50.89594], | ||||
| 						"1.0": [20.99692, -18.17696, -50.89594], | ||||
| 						"3.0": [20.99692, -18.17696, -50.89594], | ||||
| 						"3.5833": [0, 0, 0] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [0, 1, 1], | ||||
| 						"0.5": [0, 1, 1], | ||||
| 						"1.0": [0, 1, 1], | ||||
| 						"3.0": [0, 1, 1], | ||||
| 						"3.5833": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"shlognr": { | ||||
| 					"rotation": ["-math.sin(q.anim_time*30*2-10)*3 ", "-math.sin(q.anim_time*30*2-10)*3 ", "-math.sin(q.anim_time*30*2-10)*3 "] | ||||
| 				}, | ||||
| 				"rseg2": { | ||||
| 					"rotation": ["-math.sin(q.anim_time*30*2-12)*5 ", "-math.sin(q.anim_time*30*2-12)*5 ", "-math.sin(q.anim_time*30*2-12)*5 "] | ||||
| 				}, | ||||
| 				"rseg3": { | ||||
| 					"rotation": ["-math.sin(q.anim_time*30*2-150)*7", "-math.sin(q.anim_time*30*2-150)*7", "-math.sin(q.anim_time*30*2-150)*7"] | ||||
| 				}, | ||||
| 				"rseg4": { | ||||
| 					"rotation": ["-math.sin(q.anim_time*30*2-180)*9", "-math.sin(q.anim_time*30*2-180)*9", "-math.sin(q.anim_time*30*2-180)*9"] | ||||
| 				}, | ||||
| 				"rseg5": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-180)*11", "-math.sin(q.anim_time*30*2-180)*11", "math.sin(q.anim_time*30*2-180)*11"] | ||||
| 				}, | ||||
| 				"rseg6": { | ||||
| 					"rotation": { | ||||
| 						"0.0": ["-math.sin(q.anim_time*30*2-180)*13", "-math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"], | ||||
| 						"1.0417": ["math.sin(q.anim_time*30*2-180)*13", "-math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"], | ||||
| 						"3.5833": ["math.sin(q.anim_time*30*2-180)*13", "-math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"] | ||||
| 					} | ||||
| 				}, | ||||
| 				"rseg7": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-180)*15", "-math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15"] | ||||
| 				}, | ||||
| 				"rseg8": { | ||||
| 					"rotation": ["-math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15", "-math.sin(q.anim_time*30*2-180)*15"] | ||||
| 				}, | ||||
| 				"schlongl": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-10)*3  ", "math.sin(q.anim_time*30*2-10)*3 ", "math.sin(q.anim_time*30*2-10)*3 "] | ||||
| 				}, | ||||
| 				"lseg1": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-12)*5 ", "math.sin(q.anim_time*30*2-12)*5", "math.sin(q.anim_time*30*2-12)*5 "] | ||||
| 				}, | ||||
| 				"lsge2": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-12)*5  ", "math.sin(q.anim_time*30*2-12)*5 ", "math.sin(q.anim_time*30*2-12)*5 "] | ||||
| 				}, | ||||
| 				"lseg3": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-150)*7", "math.sin(q.anim_time*30*2-150)*7", "math.sin(q.anim_time*30*2-150)*7"] | ||||
| 				}, | ||||
| 				"lseg4": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-180)*9", "math.sin(q.anim_time*30*2-180)*9", "math.sin(q.anim_time*30*2-180)*9"] | ||||
| 				}, | ||||
| 				"lseg5": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-180)*11", "math.sin(q.anim_time*30*2-180)*11", "math.sin(q.anim_time*30*2-180)*11"] | ||||
| 				}, | ||||
| 				"lseg6": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"] | ||||
| 				}, | ||||
| 				"lseg7": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"] | ||||
| 				}, | ||||
| 				"lseg8": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15"] | ||||
| 				}, | ||||
| 				"core": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 360, 0], | ||||
| 						"0.5": [0, 720, 0], | ||||
| 						"1.0": [0, 1440, 0], | ||||
| 						"1.25": [0, 2880, 0], | ||||
| 						"1.5": [0, 1440, 0], | ||||
| 						"1.75": [0, 2880, 0], | ||||
| 						"2.0": [0, 0, 0], | ||||
| 						"2.25": [0, 2880, 0], | ||||
| 						"2.5": [0, 720, 0], | ||||
| 						"3.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"rhand": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [15.03043, -44.93873, -50.75249], | ||||
| 						"0.5": [15.03043, -44.93873, -50.75249], | ||||
| 						"1.0": [15.03043, -44.93873, -50.75249], | ||||
| 						"3.0": [15.03043, -44.93873, -50.75249], | ||||
| 						"3.5833": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"lhand": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0.0547, 4.82922, 63.79717], | ||||
| 						"0.5": [0.0547, 4.82922, 63.79717], | ||||
| 						"1.0": [0.0547, 4.82922, 63.79717], | ||||
| 						"3.0": [0.0547, 4.82922, 63.79717], | ||||
| 						"3.5833": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"looky": { | ||||
| 					"rotation": ["5+math.sin(q.anim_time*30*2-150)*3 ", 0, "math.sin(q.anim_time*30*2-150)*7"] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.eternatus.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"spine": { | ||||
| 					"rotation": [0, 0, "-10+math.sin(q.anim_time*30*3-150)*1"] | ||||
| 				}, | ||||
| 				"topspine": { | ||||
| 					"rotation": [-28.40853, -2.8514, "-29.9509-math.sin(q.anim_time*15*4-10)*3"] | ||||
| 				}, | ||||
| 				"spineseg2": { | ||||
| 					"rotation": [0, 0, "10+math.sin(q.anim_time*15*8-12)*3 "] | ||||
| 				}, | ||||
| 				"spineseg3": { | ||||
| 					"rotation": [0, 0, "-2.5+math.sin(q.anim_time*15*8-10)*6 "] | ||||
| 				}, | ||||
| 				"spinebackseg2": { | ||||
| 					"rotation": [0, 0, "math.sin(q.anim_time*30*2-10)*3 "] | ||||
| 				}, | ||||
| 				"spinebackseg3": { | ||||
| 					"rotation": [0, 0, "2.5+math.sin(q.anim_time*15*10-12)*5"] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": [0, 0, "7.5+math.sin(q.anim_time*30*5-150)*7"] | ||||
| 				}, | ||||
| 				"tailseg1": { | ||||
| 					"rotation": [0, 0, "2.5+math.sin(q.anim_time*30*7-180)*4"] | ||||
| 				}, | ||||
| 				"tailseg2": { | ||||
| 					"rotation": [0, 0, "10+math.sin(q.anim_time*30*8-180)*2"] | ||||
| 				}, | ||||
| 				"tailtip": { | ||||
| 					"rotation": [0, 0, "2.5+math.sin(q.anim_time*30*9-180)*1"] | ||||
| 				}, | ||||
| 				"rarm": { | ||||
| 					"position": [2, 1, 0] | ||||
| 				}, | ||||
| 				"larm": { | ||||
| 					"position": [-1, 0, 2] | ||||
| 				}, | ||||
| 				"shlognr": { | ||||
| 					"rotation": ["-math.sin(q.anim_time*30*2-10)*3 ", "-math.sin(q.anim_time*30*2-10)*3 ", "-math.sin(q.anim_time*30*2-10)*3 "] | ||||
| 				}, | ||||
| 				"rseg2": { | ||||
| 					"rotation": ["-math.sin(q.anim_time*30*2-12)*5 ", "-math.sin(q.anim_time*30*2-12)*5 ", "-math.sin(q.anim_time*30*2-12)*5 "] | ||||
| 				}, | ||||
| 				"rseg3": { | ||||
| 					"rotation": ["-math.sin(q.anim_time*30*2-150)*7", "-math.sin(q.anim_time*30*2-150)*7", "-math.sin(q.anim_time*30*2-150)*7"] | ||||
| 				}, | ||||
| 				"rseg4": { | ||||
| 					"rotation": ["-math.sin(q.anim_time*30*2-180)*9", "-math.sin(q.anim_time*30*2-180)*9", "-math.sin(q.anim_time*30*2-180)*9"] | ||||
| 				}, | ||||
| 				"rseg5": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-180)*11", "-math.sin(q.anim_time*30*2-180)*11", "math.sin(q.anim_time*30*2-180)*11"] | ||||
| 				}, | ||||
| 				"rseg6": { | ||||
| 					"rotation": ["-math.sin(q.anim_time*30*2-180)*13", "-math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"] | ||||
| 				}, | ||||
| 				"rseg7": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-180)*15", "-math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15"] | ||||
| 				}, | ||||
| 				"rseg8": { | ||||
| 					"rotation": ["-math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15", "-math.sin(q.anim_time*30*2-180)*15"] | ||||
| 				}, | ||||
| 				"schlongl": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-10)*3  ", "math.sin(q.anim_time*30*2-10)*3 ", "math.sin(q.anim_time*30*2-10)*3 "] | ||||
| 				}, | ||||
| 				"lseg1": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-12)*5 ", "math.sin(q.anim_time*30*2-12)*5", "math.sin(q.anim_time*30*2-12)*5 "] | ||||
| 				}, | ||||
| 				"lsge2": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-12)*5  ", "math.sin(q.anim_time*30*2-12)*5 ", "math.sin(q.anim_time*30*2-12)*5 "] | ||||
| 				}, | ||||
| 				"lseg3": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-150)*7", "math.sin(q.anim_time*30*2-150)*7", "math.sin(q.anim_time*30*2-150)*7"] | ||||
| 				}, | ||||
| 				"lseg4": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-180)*9", "math.sin(q.anim_time*30*2-180)*9", "math.sin(q.anim_time*30*2-180)*9"] | ||||
| 				}, | ||||
| 				"lseg5": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-180)*11", "math.sin(q.anim_time*30*2-180)*11", "math.sin(q.anim_time*30*2-180)*11"] | ||||
| 				}, | ||||
| 				"lseg6": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"] | ||||
| 				}, | ||||
| 				"lseg7": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13", "math.sin(q.anim_time*30*2-180)*13"] | ||||
| 				}, | ||||
| 				"lseg8": { | ||||
| 					"rotation": ["math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15", "math.sin(q.anim_time*30*2-180)*15"] | ||||
| 				}, | ||||
| 				"mainbody": { | ||||
| 					"position": [0, "math.sin(q.anim_time*15*5-10)*1", 0] | ||||
| 				}, | ||||
| 				"looky": { | ||||
| 					"rotation": ["7.5-math.sin(q.anim_time*30*2-150)*3 ", 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.eternatus.cry": { | ||||
| 			"animation_length": 2.5, | ||||
| 			"bones": { | ||||
| 				"topspine": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"spineseg2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 20], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 20], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"spineseg3": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 12.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 12.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, 22.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 22.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"jaw": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"1.0": [0, 0, -35], | ||||
| 						"1.0417": [0, 0, -30], | ||||
| 						"1.0833": [0, 0, -35], | ||||
| 						"1.125": [0, 0, -30], | ||||
| 						"1.1667": [0, 0, -35], | ||||
| 						"1.2083": [0, 0, -30], | ||||
| 						"1.25": [0, 0, -35], | ||||
| 						"1.2917": [0, 0, -30], | ||||
| 						"1.3333": [0, 0, -35], | ||||
| 						"1.375": [0, 0, -30], | ||||
| 						"1.4167": [0, 0, -35], | ||||
| 						"1.4583": [0, 0, -30], | ||||
| 						"1.5": [0, 0, -35], | ||||
| 						"2.5": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"rarm": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"1.0": [7.73641, 33.41847, 21.81879], | ||||
| 						"1.25": [7.73641, 33.41847, 21.81879], | ||||
| 						"1.5": [7.73641, 33.41847, 21.81879], | ||||
| 						"2.5": [0, 0, 0] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"1.0": [0, -3, 0], | ||||
| 						"1.25": [0, -3, 0], | ||||
| 						"1.5": [0, -3, 0], | ||||
| 						"2.5": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"rhand": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"1.0": [3.72322, 1.58421, 10.95408], | ||||
| 						"1.25": [3.72322, 1.58421, 10.95408], | ||||
| 						"1.5": [3.72322, 1.58421, 10.95408], | ||||
| 						"2.5": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"larm": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"1.0": [-9.90294, -21.62656, 30.90761], | ||||
| 						"1.25": [-9.90294, -21.62656, 30.90761], | ||||
| 						"1.5": [-9.90294, -21.62656, 30.90761], | ||||
| 						"2.5": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"lhand": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"1.0": [7.40391, -10.95463, -19.83547], | ||||
| 						"1.25": [7.40391, -10.95463, -19.83547], | ||||
| 						"1.5": [7.40391, -10.95463, -19.83547], | ||||
| 						"2.5": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"looky": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [58.66698, 4.00594, 56.4949], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"spinebackseg2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, -20], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, -20], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"spinebackseg3": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, -2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, -2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, -2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, -2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"tailseg1": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0, -2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, -2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.eternatus.faint": { | ||||
| 			"animation_length": 3, | ||||
| 			"bones": { | ||||
| 				"topspine": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"1.125": [0, 0, 2.5], | ||||
| 						"2.25": [0.21865, 4.99523, 5.00954] | ||||
| 					} | ||||
| 				}, | ||||
| 				"spineseg2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"1.125": [0.00581, -4.83435, 12.5661], | ||||
| 						"2.25": [0.21865, 4.99523, 15.00954] | ||||
| 					} | ||||
| 				}, | ||||
| 				"spineseg3": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"1.125": [0.06886, -8.93531, 15.38539], | ||||
| 						"2.25": [0.88045, 9.96156, 20.07673] | ||||
| 					} | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"1.125": [0, -9.67108, 18.28414], | ||||
| 						"2.25": [0, 2.5, 32.5] | ||||
| 					} | ||||
| 				}, | ||||
| 				"jaw": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.7917": [0, 0, -30], | ||||
| 						"0.8333": [0, 0, -35], | ||||
| 						"0.875": [0, 0, -30], | ||||
| 						"0.9167": [0, 0, -35], | ||||
| 						"0.9583": [0, 0, -30], | ||||
| 						"1.0": [0, 0, -35], | ||||
| 						"1.0417": [0, 0, -30], | ||||
| 						"1.0833": [0, 0, -35], | ||||
| 						"1.125": [0, 0, -35], | ||||
| 						"1.1667": [0, 0, -35], | ||||
| 						"1.2083": [0, 0, -30], | ||||
| 						"1.25": [0, 0, -35], | ||||
| 						"1.2917": [0, 0, -30], | ||||
| 						"1.3333": [0, 0, -35], | ||||
| 						"1.375": [0, 0, -30], | ||||
| 						"1.4167": [0, 0, -35], | ||||
| 						"1.4583": [0, 0, -30], | ||||
| 						"1.5": [0, 0, -30], | ||||
| 						"1.5417": [0, 0, -35], | ||||
| 						"1.5833": [0, 0, -30], | ||||
| 						"1.625": [0, 0, -35], | ||||
| 						"1.6667": [0, 0, -30], | ||||
| 						"1.7083": [0, 0, -35], | ||||
| 						"1.75": [0, 0, -30], | ||||
| 						"1.7917": [0, 0, -35], | ||||
| 						"1.8333": [0, 0, -30], | ||||
| 						"1.875": [0, 0, -35], | ||||
| 						"1.9167": [0, 0, -30], | ||||
| 						"1.9583": [0, 0, -35], | ||||
| 						"2.0": [0, 0, -30], | ||||
| 						"2.0417": [0, 0, -35], | ||||
| 						"2.0833": [0, 0, -30], | ||||
| 						"2.125": [0, 0, -35], | ||||
| 						"2.1667": [0, 0, -30], | ||||
| 						"2.2083": [0, 0, -35], | ||||
| 						"2.25": [0, 0, -30], | ||||
| 						"3.0": [0, 0, 2.5] | ||||
| 					} | ||||
| 				}, | ||||
| 				"rarm": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"1.125": [7.73641, 33.41847, 21.81879], | ||||
| 						"2.25": [7.73641, 33.41847, 21.81879] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"1.125": [0, -3, 0], | ||||
| 						"2.25": [0, -3, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"rhand": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"1.125": [3.72322, 1.58421, 10.95408], | ||||
| 						"2.25": [3.72322, 1.58421, 10.95408] | ||||
| 					} | ||||
| 				}, | ||||
| 				"larm": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"1.125": [-9.90294, -21.62656, 30.90761], | ||||
| 						"2.25": [-9.90294, -21.62656, 30.90761] | ||||
| 					} | ||||
| 				}, | ||||
| 				"lhand": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"1.125": [7.40391, -10.95463, -19.83547], | ||||
| 						"2.25": [7.40391, -10.95463, -19.83547] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,712 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.excadrill.pose": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"leg_right": { | ||||
| 					"rotation": [-61.67841, 13.27207, 7.05309], | ||||
| 					"position": [0, 2, 0] | ||||
| 				}, | ||||
| 				"foot_right": { | ||||
| 					"rotation": [-17.56274, 4.76804, -1.50701], | ||||
| 					"position": [0, 1, 0] | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": [-61.67841, -13.27207, -7.05309], | ||||
| 					"position": [0, 2, 0] | ||||
| 				}, | ||||
| 				"foot_left": { | ||||
| 					"rotation": [-17.56274, -4.76804, 1.50701], | ||||
| 					"position": [0, 1, 0] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": [7.5, 0, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [0, 7.5, -7.5] | ||||
| 				}, | ||||
| 				"snoot": { | ||||
| 					"rotation": [-5, 0, 0] | ||||
| 				}, | ||||
| 				"horn_drill": { | ||||
| 					"rotation": [-5, 0, 0] | ||||
| 				}, | ||||
| 				"mouth": { | ||||
| 					"rotation": [15, 0, 0] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [-22.79588, 28.02432, 28.82977], | ||||
| 					"position": [0, -1, 0] | ||||
| 				}, | ||||
| 				"claw_left_front": { | ||||
| 					"rotation": [0, 0, 10] | ||||
| 				}, | ||||
| 				"claw_left_middle": { | ||||
| 					"rotation": [0, 0, 10] | ||||
| 				}, | ||||
| 				"claw_left_back": { | ||||
| 					"rotation": [0, 0, 10] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [-73.09628, 14.15051, -24.20741] | ||||
| 				}, | ||||
| 				"claw_right_front": { | ||||
| 					"rotation": [1.59176, -32.46527, -2.96346], | ||||
| 					"position": [1, 0, 0] | ||||
| 				}, | ||||
| 				"claw_right_back": { | ||||
| 					"rotation": [-1.59176, 32.46527, -2.96346], | ||||
| 					"position": [1, 0, 0] | ||||
| 				}, | ||||
| 				"eye_right": { | ||||
| 					"position": [0, 0, 0.75] | ||||
| 				}, | ||||
| 				"eye_left": { | ||||
| 					"position": [0, 0, -0.25] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.excadrill.sleep": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"all": { | ||||
| 					"position": [0, -4, 0] | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": [-98.64293, 12.27659, 12.56853], | ||||
| 					"position": [-1, 4, -2.5] | ||||
| 				}, | ||||
| 				"foot_right": { | ||||
| 					"rotation": [-45, 0, 0], | ||||
| 					"position": [0, 0.5, 0.5] | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": [-98.64293, -12.27659, -12.56853], | ||||
| 					"position": [1, 4, -2.5] | ||||
| 				}, | ||||
| 				"foot_left": { | ||||
| 					"rotation": [-45, 0, 0], | ||||
| 					"position": [0, 0.5, 0.5] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": ["-2*math.sin(query.anim_time * 60)+5", 0, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["-4*math.sin((query.anim_time-0.3) * 60)+25", 0, 0], | ||||
| 					"position": [0, 0, -1] | ||||
| 				}, | ||||
| 				"snoot": { | ||||
| 					"rotation": [5, 0, 0] | ||||
| 				}, | ||||
| 				"horn_drill": { | ||||
| 					"rotation": [7.5, 0, 0] | ||||
| 				}, | ||||
| 				"eye_right": { | ||||
| 					"rotation": [0, 0, -7.5], | ||||
| 					"position": [0.05, -1, 0] | ||||
| 				}, | ||||
| 				"eye_left": { | ||||
| 					"rotation": [0, 0, 7.5], | ||||
| 					"position": [-0.05, -1, 0] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [94.41641, 55.72014, 107.30918], | ||||
| 					"position": [0, 0, -1] | ||||
| 				}, | ||||
| 				"claw_left_front": { | ||||
| 					"rotation": [1.08992, 7.38074, 30.09395] | ||||
| 				}, | ||||
| 				"claw_left_middle": { | ||||
| 					"rotation": [0, 0, 17.5] | ||||
| 				}, | ||||
| 				"claw_left_back": { | ||||
| 					"rotation": [0, -2.5, 50] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [0, -22.5, -42.5] | ||||
| 				}, | ||||
| 				"claw_right_front": { | ||||
| 					"rotation": [0, -2.5, -12.5] | ||||
| 				}, | ||||
| 				"claw_right_back": { | ||||
| 					"rotation": [0, 10, -2.5] | ||||
| 				}, | ||||
| 				"claw_right_middle": { | ||||
| 					"rotation": [0, 5, -7.5] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.excadrill.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"nose": { | ||||
| 					"rotation": ["-2*math.sin((query.anim_time-0.4) * 540)", 0, 0] | ||||
| 				}, | ||||
| 				"eyelid_right": { | ||||
| 					"position": [1, 0, 1] | ||||
| 				}, | ||||
| 				"eyelid_left": { | ||||
| 					"position": [-1, 0, 1] | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": ["-12*math.sin(query.anim_time * 270) -45", 0, 0], | ||||
| 					"position": [0, "+1.5+0.75*math.clamp(math.cos(query.anim_time * 270), 0, 3)", "-0.8*math.sin(query.anim_time * 270)"] | ||||
| 				}, | ||||
| 				"foot_right": { | ||||
| 					"rotation": ["-12*math.sin((query.anim_time+0.5) * 270) -45", 0, 0], | ||||
| 					"position": [0, "0.8+ -0.8*math.sin(query.anim_time * 270)", "1.+ -0.4*math.sin(query.anim_time * 270)"] | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": ["12*math.sin(query.anim_time * 270) -45", 0, 0], | ||||
| 					"position": [0, "+1.5-0.75*math.clamp(math.cos(query.anim_time * 270), -3, 0)", "0.8*math.sin(query.anim_time * 270)"] | ||||
| 				}, | ||||
| 				"foot_left": { | ||||
| 					"rotation": ["12*math.sin((query.anim_time+0.5) * 270) -45", 0, 0], | ||||
| 					"position": [0, "0.8+ 0.8*math.sin(query.anim_time * 270)", "1.+ 0.4*math.sin(query.anim_time * 270)"] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": [7.5, "-8*math.sin(query.anim_time * 270)", 0], | ||||
| 					"position": [0, "0.2* math.abs(math.cos((query.anim_time - 0.2) * 270))", 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [-7.5, "0+8*math.sin(query.anim_time * 270)", 0] | ||||
| 				}, | ||||
| 				"snoot": { | ||||
| 					"rotation": ["-2*math.sin((query.anim_time-0.2) * 540)", 0, 0] | ||||
| 				}, | ||||
| 				"horn_drill": { | ||||
| 					"rotation": ["-2*math.sin((query.anim_time-0.2) * 540)", 0, 0] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [0, "15*math.sin((query.anim_time-0.3) * 270)+1.9778", 29.39112], | ||||
| 					"position": [0, 0, "-0.75*math.sin(query.anim_time * 270)"] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [0, "(15*math.sin((query.anim_time-0.3) * 270)+1.9778)", -29.39112], | ||||
| 					"position": [0, 0, "0.75*math.sin(query.anim_time * 270)"] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.excadrill.faint": { | ||||
| 			"animation_length": 2.588, | ||||
| 			"bones": { | ||||
| 				"all": { | ||||
| 					"rotation": { | ||||
| 						"0.44": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.76": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.12": { | ||||
| 							"post": [-22.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.32": { | ||||
| 							"post": [-20, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.44": { | ||||
| 							"pre": [0, 2, 0], | ||||
| 							"post": [0, 2, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.76": { | ||||
| 							"post": [0, 3, 1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.12": { | ||||
| 							"post": [0, 1, 2], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-37.26251, 4.55749, 5.96275], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.6": { | ||||
| 							"post": [-37.26251, 4.55749, 5.96275], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.96": { | ||||
| 							"post": [-154.76251, 4.55749, 5.96275], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.12": { | ||||
| 							"post": [-159.76251, 4.55749, 5.96275], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.28": { | ||||
| 							"post": [-122.26251, 4.55749, 5.96275], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.52": { | ||||
| 							"post": [-124.76251, 4.55749, 5.96275], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.6": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.96": { | ||||
| 							"post": [0, 2, -1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.28": { | ||||
| 							"post": [-0.5, 1, -1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"foot_right": { | ||||
| 					"rotation": [-52.60545, 3.04137, -3.9705], | ||||
| 					"position": [0, 0.5, 0.5] | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-37.26251, -4.55749, -5.96275], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.6": { | ||||
| 							"post": [-37.26251, -4.55749, -5.96275], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.96": { | ||||
| 							"post": [-154.76251, -4.55749, -5.96275], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.12": { | ||||
| 							"post": [-159.76251, -4.55749, -5.96275], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.28": { | ||||
| 							"post": [-122.26251, -4.55749, -5.96275], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.52": { | ||||
| 							"post": [-124.76251, -4.55749, -5.96275], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.6": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.96": { | ||||
| 							"post": [0, 2, -1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.28": { | ||||
| 							"post": [0.5, 1, -1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"foot_left": { | ||||
| 					"rotation": [-52.60545, -3.04137, 3.9705], | ||||
| 					"position": [0, 0.5, 0.5] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.36": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.84": { | ||||
| 							"post": [-60, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, -2, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.36": { | ||||
| 							"post": [12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.04": { | ||||
| 							"post": [27.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.28": { | ||||
| 							"post": [-2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.64": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"snoot": { | ||||
| 					"rotation": { | ||||
| 						"0.16": { | ||||
| 							"pre": [5, 0, 0], | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.44": { | ||||
| 							"post": [-12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.8": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"horn_drill": { | ||||
| 					"rotation": { | ||||
| 						"0.24": { | ||||
| 							"pre": [5, 0, 0], | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.08": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.52": { | ||||
| 							"post": [-12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.88": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"eye_right": { | ||||
| 					"rotation": [0, 0, -7.5], | ||||
| 					"position": [0.05, -1, 0] | ||||
| 				}, | ||||
| 				"eye_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 7.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [-0.05, -1, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"mouth": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.28": { | ||||
| 							"post": [30, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.16": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 22.5, 42.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.36": { | ||||
| 							"post": [0, 10, 42.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.84": { | ||||
| 							"post": [-72.3565, 62.22229, 10.05893], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.12": { | ||||
| 							"post": [-91.66653, 60.4383, -6.0376], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.32": { | ||||
| 							"post": [-90.88699, -22.04891, -4.25491], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.56": { | ||||
| 							"post": [-90.85991, -17.04949, -4.33577], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, -1, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"claw_left_front": { | ||||
| 					"rotation": { | ||||
| 						"1.2": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.36": { | ||||
| 							"post": [1.03509, 22.47741, 2.70569], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"1.2": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.36": { | ||||
| 							"post": [-1, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"claw_left_middle": { | ||||
| 					"rotation": { | ||||
| 						"1.2": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.36": { | ||||
| 							"post": [0, 0, -2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"1.2": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"claw_left_back": { | ||||
| 					"rotation": { | ||||
| 						"1.2": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.36": { | ||||
| 							"post": [-1.03509, -22.47741, 2.70569], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"1.2": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.36": { | ||||
| 							"post": [-1, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, -22.5, -42.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.36": { | ||||
| 							"post": [0, -10, -42.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.84": { | ||||
| 							"post": [-72.3565, -62.22229, -10.05893], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.12": { | ||||
| 							"post": [-91.66653, -60.4383, 6.0376], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.32": { | ||||
| 							"post": [-90.88699, 22.04891, 4.25491], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.56": { | ||||
| 							"post": [-90.85991, 17.04949, 4.33577], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, -1, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"claw_right_front": { | ||||
| 					"rotation": { | ||||
| 						"1.2": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.36": { | ||||
| 							"post": [1.03509, -22.47741, -2.70569], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"1.2": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.36": { | ||||
| 							"post": [1, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"claw_right_back": { | ||||
| 					"rotation": { | ||||
| 						"1.2": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.36": { | ||||
| 							"post": [-1.03509, 22.47741, -2.70569], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"1.2": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.36": { | ||||
| 							"post": [1, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"claw_right_middle": { | ||||
| 					"rotation": { | ||||
| 						"1.2": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.36": { | ||||
| 							"post": [0, 0, 2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"1.2": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.excadrill.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"leg_right": { | ||||
| 					"rotation": [-47.18821, 9.23186, 3.86032], | ||||
| 					"position": [0, 2, 0] | ||||
| 				}, | ||||
| 				"foot_right": { | ||||
| 					"rotation": [-41.69033, 10.40452, 4.08353], | ||||
| 					"position": [0, 1, 0.75] | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": [-47.18821, -9.23186, -3.86032], | ||||
| 					"position": [0, 2, 0] | ||||
| 				}, | ||||
| 				"foot_left": { | ||||
| 					"rotation": [-41.69033, -10.40452, -4.08353], | ||||
| 					"position": [0, 1, 0.75] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": ["-2*math.sin(query.anim_time * 120)+5", 0, "-4*math.sin((query.anim_time-0.3) * 60)"] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["-4*math.sin((query.anim_time-0.3) * 120)+5", 0, 0] | ||||
| 				}, | ||||
| 				"horn_drill": { | ||||
| 					"rotation": ["-2*math.sin((query.anim_time-0.6) * 120)-5", 0, 0] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [-14.37082, 29.83409, "-4*math.sin((query.anim_time-0.3) * 120)+41.3921"], | ||||
| 					"position": [0, -0.5, 0] | ||||
| 				}, | ||||
| 				"claw_left_front": { | ||||
| 					"rotation": [0, 0, 5] | ||||
| 				}, | ||||
| 				"claw_left_middle": { | ||||
| 					"rotation": [0, 0, 5] | ||||
| 				}, | ||||
| 				"claw_left_back": { | ||||
| 					"rotation": [0, 0, 5] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [-14.37082, -29.83409, "-4*math.sin((query.anim_time-0.3) * 120)-41.3921"], | ||||
| 					"position": [0, -0.5, 0] | ||||
| 				}, | ||||
| 				"claw_right_front": { | ||||
| 					"rotation": [0, 0, -5] | ||||
| 				}, | ||||
| 				"claw_right_back": { | ||||
| 					"rotation": [0, 0, -5] | ||||
| 				}, | ||||
| 				"claw_right_middle": { | ||||
| 					"rotation": [0, 0, -5] | ||||
| 				}, | ||||
| 				"snoot": { | ||||
| 					"rotation": ["-4*math.sin((query.anim_time-0.6) * 120)", 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,103 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.feebas.water_swim": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"fin_right": { | ||||
| 					"rotation": [0, "-10.5+math.sin(q.anim_time*90*4)*2+(math.sin(q.anim_time*90*4)*2)", 0] | ||||
| 				}, | ||||
| 				"fin_left": { | ||||
| 					"rotation": [0, "-10.5-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", 0] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": [0, "2.5-math.sin(q.anim_time*90*4)*6-(math.sin(q.anim_time*90*4)*6)", 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": [0, "-12.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", 0] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": [0, "10.5+math.sin(q.anim_time*40*4)*6+(math.sin(q.anim_time*40*4)*6)", 0] | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": [0, "-10.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.feebas.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"fin_right": { | ||||
| 					"rotation": [0, "-10.5+math.sin(q.anim_time*90*4)*2+(math.sin(q.anim_time*90*4)*2)", 0] | ||||
| 				}, | ||||
| 				"fin_left": { | ||||
| 					"rotation": [0, "-10.5-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", 0] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": [0, "2.5-math.sin(q.anim_time*90*4)*6-(math.sin(q.anim_time*90*4)*6)", 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": [0, "-12.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", 0] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": [0, "10.5+math.sin(q.anim_time*40*4)*6+(math.sin(q.anim_time*40*4)*6)", 0] | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": [0, "-10.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", 0] | ||||
| 				}, | ||||
| 				"root": { | ||||
| 					"position": [0, 7, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.feebas.water_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"fin_right": { | ||||
| 					"rotation": [0, "-10.5+math.sin(q.anim_time*90*4)*2+(math.sin(q.anim_time*90*4)*2)", 0] | ||||
| 				}, | ||||
| 				"fin_left": { | ||||
| 					"rotation": [0, "-10.5-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", 0] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": [0, "2.5-math.sin(q.anim_time*90*4)*6-(math.sin(q.anim_time*90*4)*6)", 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": [0, "-12.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", 0] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": [0, "10.5+math.sin(q.anim_time*40*4)*6+(math.sin(q.anim_time*40*4)*6)", 0] | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": [0, "-10.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.feebas.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"fin_right": { | ||||
| 					"rotation": [0, "-10.5+math.sin(q.anim_time*90*4)*2+(math.sin(q.anim_time*90*4)*2)", 0] | ||||
| 				}, | ||||
| 				"fin_left": { | ||||
| 					"rotation": [0, "-10.5-math.sin(q.anim_time*90*4)*2-(math.sin(q.anim_time*90*4)*2)", 0] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": [0, "2.5-math.sin(q.anim_time*90*4)*6-(math.sin(q.anim_time*90*4)*6)", 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": [0, "-12.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", 0] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": [0, "10.5+math.sin(q.anim_time*40*4)*6+(math.sin(q.anim_time*40*4)*6)", 0] | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": [0, "-10.5-math.sin(q.anim_time*40*4)*6-(math.sin(q.anim_time*40*4)*6)", 0] | ||||
| 				}, | ||||
| 				"root": { | ||||
| 					"position": [0, 5, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,356 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.palafin.water_idle": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 2, | ||||
| 			"bones": { | ||||
| 				"bone2": { | ||||
| 					"rotation": ["-math.clamp(math.sin(q.anim_time*90*2)*2,0,2)-math.clamp(math.sin(q.anim_time*90*2)*2,-2,0)", 0, 0], | ||||
| 					"position": [0, "-math.clamp(math.sin(q.anim_time*90*2-45)*0.25,0,5)-math.clamp(math.sin(q.anim_time*90*2-45)*0.5,-3,0)-0.5", 0] | ||||
| 				}, | ||||
| 				"back_tail": { | ||||
| 					"rotation": ["0+math.cos(query.anim_time*90*2)*8", 0, 0] | ||||
| 				}, | ||||
| 				"bone": { | ||||
| 					"rotation": ["-12.5+math.cos((query.anim_time)*90*2-120)*15", 0, 0] | ||||
| 				}, | ||||
| 				"fin_left": { | ||||
| 					"rotation": [ | ||||
| 						"-5.6312+math.clamp(math.sin(q.anim_time*90*1+180)*8,0,10)-math.clamp(math.sin(q.anim_time*90*1+180)*8,-10,0)+math.clamp(math.sin(q.anim_time*90*2+180)*4,-10,0)", | ||||
| 						"-18.2772+math.clamp(math.sin(q.anim_time*90*2+45+180)*10,10,20)-math.clamp(math.sin(q.anim_time*90*1)*15,0,20)-math.clamp(math.sin(q.anim_time*90*1+180)*15,0,20)", | ||||
| 						"34.4081-math.clamp(math.sin(q.anim_time*90*2-10+180)*40,0,50)+math.clamp(math.sin(q.anim_time*90*2+5)*20,-10,20)-math.clamp(math.sin(q.anim_time*90*2+180)*15,-10,0)" | ||||
| 					], | ||||
| 					"position": [-0.325, 0.075, -0.125] | ||||
| 				}, | ||||
| 				"bone4": { | ||||
| 					"rotation": [ | ||||
| 						0, | ||||
| 						0, | ||||
| 						"math.clamp(math.sin(q.anim_time*90*2-45+180)*5,0,200)+math.clamp(math.sin(q.anim_time*90*2)*10,0,8)-math.clamp(math.sin(q.anim_time*90*2-45+180)*25,-20,15)" | ||||
| 					] | ||||
| 				}, | ||||
| 				"fin_right": { | ||||
| 					"rotation": [ | ||||
| 						"math.clamp(math.sin(q.anim_time*90*1+180)*8,0,10)-math.clamp(math.sin(q.anim_time*90*1+180)*8,-10,0)+math.clamp(math.sin(q.anim_time*90*2+180)*4,-10,0)", | ||||
| 						"17.5-math.clamp(math.sin(q.anim_time*90*2+45+180)*10,10,20)+math.clamp(math.sin(q.anim_time*90*1)*15,0,20)+math.clamp(math.sin(q.anim_time*90*1+180)*15,0,20)", | ||||
| 						"-27.5+math.clamp(math.sin(q.anim_time*90*2-10+180)*40,0,200)-math.clamp(math.sin(q.anim_time*90*2+5)*20,-10,20)+math.clamp(math.sin(q.anim_time*90*2+180)*15,-10,0)" | ||||
| 					], | ||||
| 					"position": [0.55, 0.2, -0.125] | ||||
| 				}, | ||||
| 				"bone3": { | ||||
| 					"rotation": [ | ||||
| 						0, | ||||
| 						0, | ||||
| 						"-math.clamp(math.sin(q.anim_time*90*2-45+180)*5,0,200)-math.clamp(math.sin(q.anim_time*90*2)*10,0,8)+math.clamp(math.sin(q.anim_time*90*2-45+180)*25,-20,15)" | ||||
| 					] | ||||
| 				}, | ||||
| 				"bone6": { | ||||
| 					"rotation": ["0+math.cos((query.anim_time)*90*2-90)*10", 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.palafin.water_swim": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 1, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": ["math.cos(q.anim_time*90*4)*20", 0, 0], | ||||
| 					"position": [0, "math.cos(q.anim_time*90*4+90)*3", 0] | ||||
| 				}, | ||||
| 				"fin_left": { | ||||
| 					"rotation": [0, 0, "-math.cos(q.anim_time*90*4)*20"] | ||||
| 				}, | ||||
| 				"bone4": { | ||||
| 					"rotation": [0, 0, "-math.cos(q.anim_time*90*4-90)*20"] | ||||
| 				}, | ||||
| 				"fin_right": { | ||||
| 					"rotation": [0, 0, "math.cos(q.anim_time*90*4)*20"] | ||||
| 				}, | ||||
| 				"bone3": { | ||||
| 					"rotation": [0, 0, "math.cos(q.anim_time*90*4-90)*20"] | ||||
| 				}, | ||||
| 				"bone5": { | ||||
| 					"rotation": ["math.cos(q.anim_time*90*4-90)*20", 0, 0] | ||||
| 				}, | ||||
| 				"bone6": { | ||||
| 					"rotation": ["math.cos(q.anim_time*90*4-180)*25", 0, 0] | ||||
| 				}, | ||||
| 				"bone": { | ||||
| 					"rotation": ["-10+math.cos(q.anim_time*90*4-180+90)*30", 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.palafin.quirk": { | ||||
| 			"animation_length": 2, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [-37.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [360, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.1667": { | ||||
| 							"post": [380, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.375": { | ||||
| 							"post": [360, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.125": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 7, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0833": { | ||||
| 							"post": [0, 7, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.6667": { | ||||
| 							"post": [0, -1.38, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone5": { | ||||
| 					"rotation": { | ||||
| 						"0.25": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [-45, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.75": { | ||||
| 							"post": [-45, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.9167": { | ||||
| 							"post": [57.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [57.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.3333": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.75": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.9167": { | ||||
| 							"post": [0, 1, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [0, 1, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.3333": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone6": { | ||||
| 					"rotation": { | ||||
| 						"0.3333": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4167": { | ||||
| 							"post": [-45, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.9167": { | ||||
| 							"post": [-45, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.3333": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone": { | ||||
| 					"rotation": { | ||||
| 						"0.4167": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [-45, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [-45, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0833": { | ||||
| 							"post": [27.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.4167": { | ||||
| 							"post": [27.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"1.0833": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.1667": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.palafin.faint": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 3, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.0417": { | ||||
| 							"pre": [-15, 0, 0], | ||||
| 							"post": [-15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [-15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5833": { | ||||
| 							"post": [0, 0, 90], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.625": [0, 0, 90], | ||||
| 						"0.875": ["math.cos(q.anim_time*90*4*4+90)*20+q.anim_time*90*2*1", 0, 90], | ||||
| 						"1.5": ["math.cos(q.anim_time*90*4*4+90)*20+q.anim_time*90*2*1", 0, 90], | ||||
| 						"1.75": [0, 0, 90] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.0417": { | ||||
| 							"pre": [0, 2, 5], | ||||
| 							"post": [0, 2, 5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 2, 5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5833": { | ||||
| 							"post": [0, 0, 5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.875": ["math.cos(q.anim_time*90*2)*5", 0, "5+math.cos(q.anim_time*90*2+90)*5"], | ||||
| 						"1.5": ["math.cos(q.anim_time*90*2)*5", 0, "5+math.cos(q.anim_time*90*2+90)*5"], | ||||
| 						"1.75": [0, 0, 5] | ||||
| 					} | ||||
| 				}, | ||||
| 				"fin_left": { | ||||
| 					"rotation": { | ||||
| 						"0.25": [0, 0, 0], | ||||
| 						"0.375": [0, 0, -67.5], | ||||
| 						"0.625": [0, 0, 0], | ||||
| 						"0.875": [0, 0, 25], | ||||
| 						"1.5": [0, 0, 25], | ||||
| 						"1.625": [0, 0, 87.5], | ||||
| 						"1.75": [0, 0, 25] | ||||
| 					} | ||||
| 				}, | ||||
| 				"fin_right": { | ||||
| 					"rotation": { | ||||
| 						"0.25": [0, 0, 0], | ||||
| 						"0.375": [0, 0, -67.5], | ||||
| 						"0.625": [0, 0, 0], | ||||
| 						"0.875": [0, 0, -92.5] | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone3": { | ||||
| 					"rotation": { | ||||
| 						"0.875": [0, 0, 0], | ||||
| 						"0.9583": [0, 0, -60] | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone5": { | ||||
| 					"rotation": { | ||||
| 						"0.625": [0, 0, 0], | ||||
| 						"0.875": ["math.cos(q.anim_time*90*4*4)*20", 0, 0], | ||||
| 						"1.5": ["math.cos(q.anim_time*90*4*4)*20", 0, 0], | ||||
| 						"1.5417": [38.33, 0, 0], | ||||
| 						"1.75": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone6": { | ||||
| 					"rotation": { | ||||
| 						"0.625": [0, 0, 0], | ||||
| 						"0.875": ["math.cos(q.anim_time*90*4*4-90)*20", 0, 0], | ||||
| 						"1.5": ["math.cos(q.anim_time*90*4*4-90)*20", 0, 0], | ||||
| 						"1.5417": [39.43, 0, 0], | ||||
| 						"1.75": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone": { | ||||
| 					"rotation": { | ||||
| 						"0.625": [0, 0, 0], | ||||
| 						"0.875": ["math.cos(q.anim_time*90*4*4-120)*20", 0, 0], | ||||
| 						"1.5": ["math.cos(q.anim_time*90*4*4-120)*20", 0, 0], | ||||
| 						"1.5417": [38.33, 0, 0], | ||||
| 						"1.75": [0, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,171 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.flapple.cry": { | ||||
| 			"animation_length": 1.5, | ||||
| 			"bones": { | ||||
| 				"neck": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.2083": { | ||||
| 							"post": [10, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4583": { | ||||
| 							"post": [-15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [-15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [22.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.7917": { | ||||
| 							"post": [2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"jaw": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [35, 0, 0], | ||||
| 						"1.25": [35, 0, 0], | ||||
| 						"1.5": [0, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.flapple.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": ["-0+math.sin(q.anim_time*90*6.86-60)*-1", 0, 0], | ||||
| 					"position": [0, "math.sin(q.anim_time*90*6.86-30)*-1.2", "math.sin(q.anim_time*90*6.86-30)*-0.1"] | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": ["-0+math.sin(q.anim_time*90*6.86-90)*-3", 0, 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["3+math.sin(q.anim_time*90*6.86-70)*-2", 0, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["-7.5+math.sin(q.anim_time*90*6.86-70)*9", 0, 0] | ||||
| 				}, | ||||
| 				"anthena_1": { | ||||
| 					"rotation": ["math.sin(q.anim_time*90*6.86-30)*4", 0, 0] | ||||
| 				}, | ||||
| 				"anthena_2": { | ||||
| 					"rotation": ["math.sin(q.anim_time*90*6.86-90)*7", 0, 0] | ||||
| 				}, | ||||
| 				"torso_3": { | ||||
| 					"rotation": ["-10+math.sin(q.anim_time*90*6.86+30)*7", 0, 0] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [2.8828, "10-math.cos(q.anim_time*90*6.86-300)*50", 7.1392] | ||||
| 				}, | ||||
| 				"bone3": { | ||||
| 					"rotation": [0, "-(math.cos(q.anim_time*90*6.86-25)*24)", 0] | ||||
| 				}, | ||||
| 				"arm_right2": { | ||||
| 					"rotation": [0, 0, 25] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [2.8828, "-10+math.cos(q.anim_time*90*6.86-300)*50", -7.1392] | ||||
| 				}, | ||||
| 				"bone": { | ||||
| 					"rotation": [0, "math.cos(q.anim_time*90*6.86-25)*24", 0] | ||||
| 				}, | ||||
| 				"arm_left2": { | ||||
| 					"rotation": [0, 0, -25] | ||||
| 				}, | ||||
| 				"armposition_left": { | ||||
| 					"rotation": [10, -17.5, 0] | ||||
| 				}, | ||||
| 				"armposition_right": { | ||||
| 					"rotation": [10, 17.5, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.flapple.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": ["16+math.sin(q.anim_time*90*6.86-60)*-2+math.sin(q.anim_time*90*2.28+60)*-4", 0, "math.sin(q.anim_time*90*2.28)*-3"], | ||||
| 					"position": ["math.sin(q.anim_time*90*2.28)*1", "math.sin(q.anim_time*90*6.86-30)*-1.2+math.sin(q.anim_time*90*2.28+90)*-1", 0] | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": ["-15+math.sin(q.anim_time*90*6.86-90)*-3", 0, 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["2+math.sin(q.anim_time*90*6.86-70)*-2", 0, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["-2+math.sin(q.anim_time*90*6.86-70)*8", 0, 0] | ||||
| 				}, | ||||
| 				"anthena_1": { | ||||
| 					"rotation": ["math.sin(q.anim_time*90*6.86-30)*4", 0, 0] | ||||
| 				}, | ||||
| 				"anthena_2": { | ||||
| 					"rotation": ["math.sin(q.anim_time*90*6.86-90)*7+math.sin(q.anim_time*90*20.58)*2", 0, 0] | ||||
| 				}, | ||||
| 				"torso_3": { | ||||
| 					"rotation": ["1+math.sin(q.anim_time*90*6.86-60)*8", 0, 0] | ||||
| 				}, | ||||
| 				"torso_4": { | ||||
| 					"rotation": ["1+math.sin(q.anim_time*90*6.86-60)*4", 0, 0] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [2.8828, "10-math.cos(q.anim_time*90*6.86-300)*50", 7.1392] | ||||
| 				}, | ||||
| 				"bone3": { | ||||
| 					"rotation": [0, "-(math.cos(q.anim_time*90*6.86-25)*24)", 0] | ||||
| 				}, | ||||
| 				"arm_right2": { | ||||
| 					"rotation": [0, 0, 22.5] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [2.8828, "-10+math.cos(q.anim_time*90*6.86-300)*50", -7.1392] | ||||
| 				}, | ||||
| 				"bone": { | ||||
| 					"rotation": [0, "math.cos(q.anim_time*90*6.86-25)*24", 0] | ||||
| 				}, | ||||
| 				"arm_left2": { | ||||
| 					"rotation": [0, 0, -22.5] | ||||
| 				}, | ||||
| 				"armposition_right": { | ||||
| 					"rotation": [17.5, 17.5, 0] | ||||
| 				}, | ||||
| 				"armposition_left": { | ||||
| 					"rotation": [17.5, -17.5, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -0,0 +1,58 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.foongus.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"body_bot": { | ||||
| 					"rotation": [0, 0, "2.5*math.sin(q.anim_time*1.5*90)"], | ||||
| 					"position": [0, "math.abs(0.1*math.sin(q.anim_time*1.5*90))", 0] | ||||
| 				}, | ||||
| 				"body_top": { | ||||
| 					"rotation": [0, 0, "2.5*math.sin(q.anim_time*1.5*90)"] | ||||
| 				}, | ||||
| 				"left_hand": { | ||||
| 					"rotation": ["-2.7384+Math.cos((query.anim_time) * 90 * 1) * 7", -4.88577, "27.391+Math.sin((query.anim_time) * 90 * 1) * 7"] | ||||
| 				}, | ||||
| 				"right_hand": { | ||||
| 					"rotation": ["-0.9145+Math.cos((query.anim_time-1) * 90 * 1) * 7", 0.1205, "-30.0292+Math.sin((query.anim_time-1) * 90 * 1) * -7"] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.foongus.blink": { | ||||
| 			"animation_length": 0.625, | ||||
| 			"bones": { | ||||
| 				"eye": { | ||||
| 					"scale": { | ||||
| 						"0.0": [1, 1, 1], | ||||
| 						"0.2083": [1, 1, 1], | ||||
| 						"0.2917": [1, 0, 1], | ||||
| 						"0.375": [1, 0, 1], | ||||
| 						"0.4583": [1, 1.1, 1], | ||||
| 						"0.5": [1, 1, 1], | ||||
| 						"0.625": [1, 1, 1] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.foongus.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"body_bot": { | ||||
| 					"rotation": [0, "6*math.sin(q.anim_time*90*4)", "4*math.sin(q.anim_time*4*90-90)"], | ||||
| 					"position": [0, "math.abs(0.15*math.sin(q.anim_time*4*90-90))", 0] | ||||
| 				}, | ||||
| 				"body_top": { | ||||
| 					"rotation": [0, "6*math.sin(q.anim_time*90*4)", "4*math.sin(q.anim_time*4*90-90)"], | ||||
| 					"position": [0, "math.abs(0.15*math.sin(q.anim_time*4*90-90))", 0] | ||||
| 				}, | ||||
| 				"left_hand": { | ||||
| 					"rotation": [5.65205, "-16.3747+math.cos(q.anim_time*90*4)*3", "36.8368-math.sin(q.anim_time*90*4)*6"] | ||||
| 				}, | ||||
| 				"right_hand": { | ||||
| 					"rotation": [5.65205, "16.3747-math.cos(q.anim_time*90*4)*3", "-36.8368+math.sin(q.anim_time*90*4)*6"] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -0,0 +1,127 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.frigibax.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"torso": { | ||||
| 					"rotation": ["0-Math.cos((query.anim_time - 0.5) * 90) * 2", 0, 0] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [43.24298, -46.0077, -42.5592] | ||||
| 				}, | ||||
| 				"arm_right2": { | ||||
| 					"rotation": [0, -80, 0] | ||||
| 				}, | ||||
| 				"bone15": { | ||||
| 					"rotation": ["50+Math.cos((query.anim_time - 0.2) * 90) * 2", 0, 0] | ||||
| 				}, | ||||
| 				"bone16": { | ||||
| 					"rotation": ["0+Math.cos((query.anim_time - 0.8) * 90) * 2", 0, 0] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [43.24298, 46.0077, 42.5592] | ||||
| 				}, | ||||
| 				"arm_left2": { | ||||
| 					"rotation": [0, 80, 0] | ||||
| 				}, | ||||
| 				"bone3": { | ||||
| 					"rotation": ["55+Math.cos((query.anim_time - 0.8) * 90) * 2", 0, 0] | ||||
| 				}, | ||||
| 				"bone4": { | ||||
| 					"rotation": ["0+Math.cos((query.anim_time - 0.8) * 90) * 2", 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.frigibax.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"wing_left": { | ||||
| 					"rotation": [0, -10, 0] | ||||
| 				}, | ||||
| 				"forearm_left": { | ||||
| 					"rotation": [0, "5-math.sin(query.anim_time*90*3*1.5)*6", 0] | ||||
| 				}, | ||||
| 				"hand_left": { | ||||
| 					"rotation": [0, 0, 15] | ||||
| 				}, | ||||
| 				"fire": { | ||||
| 					"rotation": [-20, 0, 0] | ||||
| 				}, | ||||
| 				"forearm_right": { | ||||
| 					"rotation": [0, "-5-math.sin(query.anim_time*90*3*1.5+30)*6", 0] | ||||
| 				}, | ||||
| 				"hand_right": { | ||||
| 					"rotation": [0, 0, -15] | ||||
| 				}, | ||||
| 				"wing_right": { | ||||
| 					"rotation": [0, 10, 0] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": ["math.clamp(math.sin(query.anim_time*180*3*1.5/2+20)*1,0.2,0.9)+math.clamp(-math.sin(query.anim_time*180*3*1.5/2)*1,0.2,0.9)-0.8", 0, 0] | ||||
| 				}, | ||||
| 				"body": { | ||||
| 					"rotation": ["math.clamp(math.sin(query.anim_time*180*3*1.5/2+20)*1,0.2,0.9)+math.clamp(-math.sin(query.anim_time*180*3*1.5/2)*1,0.2,0.9)-0.8", 0, 0], | ||||
| 					"position": [ | ||||
| 						0, | ||||
| 						"-math.clamp(math.sin(-query.anim_time*90*3*1.5-90+45/2)*0.5,0,1)-math.clamp(math.sin(-query.anim_time*90*3*1.5-90+45/2+180)*0.5,0,1)+0.3", | ||||
| 						"-math.clamp(math.sin(query.anim_time*90*3*1.5+90)*0.2,0,0.2)-math.clamp(math.sin(-query.anim_time*90*3*1.5-90)*0.2,0,0.2)" | ||||
| 					] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [21.14866, "-55.5601-math.sin(query.anim_time*90*3*1.5+30)*10", "-16.0827-2*(math.sin(q.anim_time*90*9)*1+1)"] | ||||
| 				}, | ||||
| 				"arm_right2": { | ||||
| 					"rotation": [0, -17.5, 0] | ||||
| 				}, | ||||
| 				"bone15": { | ||||
| 					"rotation": [30.68206, 27.03402, -37.45372], | ||||
| 					"position": [0, 0.5, 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["math.clamp(math.sin(query.anim_time*180*3*1.5/2+20)*1,0.2,0.9)+math.clamp(-math.sin(query.anim_time*180*3*1.5/2)*1,0.2,0.9)-0.8", 0, 0] | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": [ | ||||
| 						"-math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*20,-15,14)-math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*20,0,20)+math.clamp(-math.sin(query.anim_time*90*3*1.5+180*2)*15,5,15)-5", | ||||
| 						0, | ||||
| 						0 | ||||
| 					], | ||||
| 					"position": [ | ||||
| 						0, | ||||
| 						"0.2-math.clamp(math.sin(query.anim_time*90*3*1.5+25+180)*0.2,0,0.2)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180)*0.4,0,0.3)+math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180)*0.8,0.5,0.8)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180*2)*0.8,0.5,0.8)", | ||||
| 						"-math.clamp(math.sin(query.anim_time*90*3*1.5+180)*0.5,-0.25,1)-math.clamp(math.sin(query.anim_time*90*3*1.5+180)*0.25,-0.8,0)" | ||||
| 					] | ||||
| 				}, | ||||
| 				"foot_right": { | ||||
| 					"rotation": ["math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*15,-14,14)+math.clamp(math.sin(query.anim_time*90*3*1.5+45+180)*15,0,8)", 0, 0] | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": [ | ||||
| 						"-math.clamp(math.sin(query.anim_time*90*3*1.5+45)*20,-15,14)-math.clamp(math.sin(query.anim_time*90*3*1.5+45)*20,0,20)+math.clamp(-math.sin(query.anim_time*90*3*1.5+180)*15,5,15)-5", | ||||
| 						0, | ||||
| 						0 | ||||
| 					], | ||||
| 					"position": [ | ||||
| 						0, | ||||
| 						"-math.clamp(math.sin(query.anim_time*90*3*1.5+25)*0.2,0,0.2)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25)*0.4,0,0.3)+math.clamp(-math.sin(query.anim_time*90*3*1.5+25)*0.8,0.5,0.8)-math.clamp(-math.sin(query.anim_time*90*3*1.5+25+180)*0.8,0.5,0.8)", | ||||
| 						"-math.clamp(math.sin(query.anim_time*90*3*1.5)*0.5,-0.25,1)-math.clamp(math.sin(query.anim_time*90*3*1.5)*0.25,-0.8,0)" | ||||
| 					] | ||||
| 				}, | ||||
| 				"foot_left": { | ||||
| 					"rotation": ["math.clamp(math.sin(query.anim_time*90*3*1.5+45)*15,-14,14)+math.clamp(math.sin(query.anim_time*90*3*1.5+45)*15,0,8)", 0, 0] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [21.14866, "55.5601-math.sin(query.anim_time*90*3*1.5+30)*10", "16.0827-2*(math.sin(q.anim_time*90*9)*1+1)"] | ||||
| 				}, | ||||
| 				"arm_left2": { | ||||
| 					"rotation": [0, 17.5, 0] | ||||
| 				}, | ||||
| 				"bone3": { | ||||
| 					"rotation": [30.68206, -27.034, 37.4537], | ||||
| 					"position": [0, 0.5, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -0,0 +1,219 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.frosmoth.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"torso": { | ||||
| 					"rotation": ["5-math.sin(q.anim_time*90*2-30)*2.5", 0, 0], | ||||
| 					"position": [0, "5-math.sin(q.anim_time*90*2)*1.5", 0] | ||||
| 				}, | ||||
| 				"movable_top3": { | ||||
| 					"rotation": [0, 0, "0-math.sin(q.anim_time*90*2)*5"] | ||||
| 				}, | ||||
| 				"movable_top4": { | ||||
| 					"rotation": [0, 0, "0-math.sin(q.anim_time*90*2-15)*5"] | ||||
| 				}, | ||||
| 				"movable_bot3": { | ||||
| 					"rotation": [0, 0, "0-math.sin(q.anim_time*90*2)*5"] | ||||
| 				}, | ||||
| 				"movable_bot4": { | ||||
| 					"rotation": [0, 0, "0-math.sin(q.anim_time*90*2-15)*5"] | ||||
| 				}, | ||||
| 				"movable_top": { | ||||
| 					"rotation": [0, 0, "0+math.sin(q.anim_time*90*2)*5"] | ||||
| 				}, | ||||
| 				"movable_top2": { | ||||
| 					"rotation": [0, 0, "0+math.sin(q.anim_time*90*2-15)*5"] | ||||
| 				}, | ||||
| 				"movable_bot": { | ||||
| 					"rotation": [0, 0, "0+math.sin(q.anim_time*90*2)*5"] | ||||
| 				}, | ||||
| 				"movable_bot2": { | ||||
| 					"rotation": [0, 0, "0+math.sin(q.anim_time*90*2-15)*5"] | ||||
| 				}, | ||||
| 				"antenna_right": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*2-60)*5", 0, 0] | ||||
| 				}, | ||||
| 				"antenna_right2": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*2-90)*10", 0, 0] | ||||
| 				}, | ||||
| 				"antenna_left": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*2-60)*5", 0, 0] | ||||
| 				}, | ||||
| 				"antenna_left2": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*2-90)*10", 0, 0] | ||||
| 				}, | ||||
| 				"wing_left": { | ||||
| 					"rotation": [15, "0-math.sin(q.anim_time*90*2+60)*25", "0-math.sin(q.anim_time*90*2+60)*5"] | ||||
| 				}, | ||||
| 				"wing_left4": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*2)*25", 0, 0] | ||||
| 				}, | ||||
| 				"wing_left2": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*2+30)*25", 0, 0] | ||||
| 				}, | ||||
| 				"wing_right": { | ||||
| 					"rotation": [15, "0+math.sin(q.anim_time*90*2+60)*25", "0+math.sin(q.anim_time*90*2+60)*5"] | ||||
| 				}, | ||||
| 				"wing_right2": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*2+30)*25", 0, 0] | ||||
| 				}, | ||||
| 				"wing_right4": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*2)*25", 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.frosmoth.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"torso": { | ||||
| 					"rotation": ["20-math.sin(q.anim_time*90*3-30)*2.5", 0, 0], | ||||
| 					"position": [0, "5-math.sin(q.anim_time*90*3)*1.5", 0] | ||||
| 				}, | ||||
| 				"movable_top3": { | ||||
| 					"rotation": [0, 0, "0-math.sin(q.anim_time*90*3)*5"] | ||||
| 				}, | ||||
| 				"movable_top4": { | ||||
| 					"rotation": [0, 0, "0-math.sin(q.anim_time*90*3-15)*5"] | ||||
| 				}, | ||||
| 				"movable_bot3": { | ||||
| 					"rotation": [0, 0, "0-math.sin(q.anim_time*90*3)*5"] | ||||
| 				}, | ||||
| 				"movable_bot4": { | ||||
| 					"rotation": [0, 0, "0-math.sin(q.anim_time*90*3-15)*5"] | ||||
| 				}, | ||||
| 				"movable_top": { | ||||
| 					"rotation": [0, 0, "0+math.sin(q.anim_time*90*3)*5"] | ||||
| 				}, | ||||
| 				"movable_top2": { | ||||
| 					"rotation": [0, 0, "0+math.sin(q.anim_time*90*3-15)*5"] | ||||
| 				}, | ||||
| 				"movable_bot": { | ||||
| 					"rotation": [0, 0, "0+math.sin(q.anim_time*90*3)*5"] | ||||
| 				}, | ||||
| 				"movable_bot2": { | ||||
| 					"rotation": [0, 0, "0+math.sin(q.anim_time*90*3-15)*5"] | ||||
| 				}, | ||||
| 				"antenna_right": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*3-60)*5", 0, 0] | ||||
| 				}, | ||||
| 				"antenna_right2": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*3-90)*10", 0, 0] | ||||
| 				}, | ||||
| 				"antenna_left": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*3-60)*5", 0, 0] | ||||
| 				}, | ||||
| 				"antenna_left2": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*3-90)*10", 0, 0] | ||||
| 				}, | ||||
| 				"wing_left": { | ||||
| 					"rotation": [15, "0-math.sin(q.anim_time*90*3+60)*25", "0-math.sin(q.anim_time*90*3+60)*5"] | ||||
| 				}, | ||||
| 				"wing_left4": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*3)*25", 0, 0] | ||||
| 				}, | ||||
| 				"wing_left2": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*3+30)*25", 0, 0] | ||||
| 				}, | ||||
| 				"wing_right": { | ||||
| 					"rotation": [15, "0+math.sin(q.anim_time*90*3+60)*25", "0+math.sin(q.anim_time*90*3+60)*5"] | ||||
| 				}, | ||||
| 				"wing_right2": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*3+30)*25", 0, 0] | ||||
| 				}, | ||||
| 				"wing_right4": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*3)*25", 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.frosmoth.sleep": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"torso": { | ||||
| 					"rotation": ["5-math.sin(q.anim_time*90*1-30)*2.5", 0, 0], | ||||
| 					"position": [0, "5-math.sin(q.anim_time*90*1)*1.5", 0] | ||||
| 				}, | ||||
| 				"movable_top3": { | ||||
| 					"rotation": [0, 0, "0-math.sin(q.anim_time*90*1)*5"] | ||||
| 				}, | ||||
| 				"movable_top4": { | ||||
| 					"rotation": [0, 0, "0-math.sin(q.anim_time*90*1-15)*5"] | ||||
| 				}, | ||||
| 				"movable_bot3": { | ||||
| 					"rotation": [0, 0, "0-math.sin(q.anim_time*90*1)*5"] | ||||
| 				}, | ||||
| 				"movable_bot4": { | ||||
| 					"rotation": [0, 0, "0-math.sin(q.anim_time*90*1-15)*5"] | ||||
| 				}, | ||||
| 				"movable_top": { | ||||
| 					"rotation": [0, 0, "0+math.sin(q.anim_time*90*1)*5"] | ||||
| 				}, | ||||
| 				"movable_top2": { | ||||
| 					"rotation": [0, 0, "0+math.sin(q.anim_time*90*1-15)*5"] | ||||
| 				}, | ||||
| 				"movable_bot": { | ||||
| 					"rotation": [0, 0, "0+math.sin(q.anim_time*90*1)*5"] | ||||
| 				}, | ||||
| 				"movable_bot2": { | ||||
| 					"rotation": [0, 0, "0+math.sin(q.anim_time*90*1-15)*5"] | ||||
| 				}, | ||||
| 				"antenna_right": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*1-60)*5", 0, 0] | ||||
| 				}, | ||||
| 				"antenna_right2": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*1-90)*10", 0, 0] | ||||
| 				}, | ||||
| 				"antenna_left": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*1-60)*5", 0, 0] | ||||
| 				}, | ||||
| 				"antenna_left2": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*1-90)*10", 0, 0] | ||||
| 				}, | ||||
| 				"wing_left": { | ||||
| 					"rotation": [15, "0-math.sin(q.anim_time*90*1+60)*25", "0-math.sin(q.anim_time*90*1+60)*5"] | ||||
| 				}, | ||||
| 				"wing_left4": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*1)*25", 0, 0] | ||||
| 				}, | ||||
| 				"wing_left2": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*1+30)*25", 0, 0] | ||||
| 				}, | ||||
| 				"wing_right": { | ||||
| 					"rotation": [15, "0+math.sin(q.anim_time*90*1+60)*25", "0+math.sin(q.anim_time*90*1+60)*5"] | ||||
| 				}, | ||||
| 				"wing_right2": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*1+30)*25", 0, 0] | ||||
| 				}, | ||||
| 				"wing_right4": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*1)*25", 0, 0] | ||||
| 				}, | ||||
| 				"eyelid_right": { | ||||
| 					"position": [0, 0, -0.12] | ||||
| 				}, | ||||
| 				"eyelid_left": { | ||||
| 					"position": [0, 0, -0.12] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.frosmoth.blink": { | ||||
| 			"animation_length": 0.16667, | ||||
| 			"bones": { | ||||
| 				"eyelid_right": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, -0.12], | ||||
| 						"0.125": [0, 0, -0.12], | ||||
| 						"0.1667": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"eyelid_left": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, -0.12], | ||||
| 						"0.125": [0, 0, -0.12], | ||||
| 						"0.1667": [0, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,219 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.gastrodon.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"head": { | ||||
| 					"rotation": ["4+math.sin(q.anim_time*90*2+30)*-2", "math.cos(q.anim_time*90*1)*1", 0] | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": ["math.sin(q.anim_time*90*2)*0.6", 0, "math.cos(q.anim_time*90*1)*-1"], | ||||
| 					"position": [0, "math.sin(q.anim_time*90*2)*-0.2", 0] | ||||
| 				}, | ||||
| 				"neck_1": { | ||||
| 					"rotation": [0, "0+math.cos(q.anim_time*90*1-30)*4", "0+math.sin(q.anim_time*90*1-40)*2"] | ||||
| 				}, | ||||
| 				"neck_2": { | ||||
| 					"rotation": ["math.cos(q.anim_time*90*1-60)*3", "math.cos(q.anim_time*90*1-60)*3", "math.sin(q.anim_time*90*1-60)*2"] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.gastrodon.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 2, | ||||
| 			"bones": { | ||||
| 				"leg_l_2": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*2-240)*10", "0+math.sin(q.anim_time*90*2-240)*8", 10], | ||||
| 					"position": { | ||||
| 						"0.0": [ | ||||
| 							"0-math.cos(q.anim_time*90*2-240)*0.2", | ||||
| 							"0.25+math.clamp(math.cos(q.anim_time*90*2-240)*1.5,0,10)", | ||||
| 							"0.25-math.sin(q.anim_time*90*2-240)*0.8" | ||||
| 						], | ||||
| 						"0.8333": [ | ||||
| 							"0-math.cos(q.anim_time*90*2-240)*0.2", | ||||
| 							"1+math.clamp(math.cos(q.anim_time*90*2-240)*1.5,0,10)", | ||||
| 							"-0.75-math.sin(q.anim_time*90*2-240)*0.8" | ||||
| 						], | ||||
| 						"1.7917": ["0-math.cos(q.anim_time*90*2-240)*0.2", "1+math.clamp(math.cos(q.anim_time*90*2-240)*1.5,0,10)", "0.25-math.sin(q.anim_time*90*2-240)*0.8"], | ||||
| 						"1.8333": ["0-math.cos(q.anim_time*90*2-240)*0.2", "math.clamp(math.cos(q.anim_time*90*2-240)*1.5,0,10)", "0.25-math.sin(q.anim_time*90*2-240)*0.8"], | ||||
| 						"2.0": [ | ||||
| 							"0-math.cos(q.anim_time*90*2-240)*0.2", | ||||
| 							"0.25+math.clamp(math.cos(q.anim_time*90*2-240)*1.5,0,10)", | ||||
| 							"0.25-math.sin(q.anim_time*90*2-240)*0.8" | ||||
| 						] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_l_3": { | ||||
| 					"rotation": [ | ||||
| 						"0+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", | ||||
| 						"0+math.sin(q.anim_time*90*2-60)*8", | ||||
| 						-10 | ||||
| 					], | ||||
| 					"position": { | ||||
| 						"0.0": ["0+math.cos(q.anim_time*90*2-60)*0.2", "math.clamp(math.cos(q.anim_time*90*2-60)*1.5,0,10)", "-0.75-math.sin(q.anim_time*90*2-60)*0.7"], | ||||
| 						"0.75": [ | ||||
| 							"0+math.cos(q.anim_time*90*2-60)*0.2", | ||||
| 							"0.25+math.clamp(math.cos(q.anim_time*90*2-60)*1.5,0,10)", | ||||
| 							"-0.75-math.sin(q.anim_time*90*2-60)*0.7" | ||||
| 						], | ||||
| 						"0.8333": ["0+math.cos(q.anim_time*90*2-60)*0.2", "-1+math.clamp(math.cos(q.anim_time*90*2-60)*1.5,0,10)", "-0.75-math.sin(q.anim_time*90*2-60)*0.7"], | ||||
| 						"1.8333": ["0+math.cos(q.anim_time*90*2-60)*0.2", "math.clamp(math.cos(q.anim_time*90*2-60)*1.5,0,10)", "-0.75-math.sin(q.anim_time*90*2-60)*0.7"] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_l_1": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*2-180)*10", "0+math.sin(q.anim_time*90*2-180)*8", -10], | ||||
| 					"position": { | ||||
| 						"0.0": ["0+math.cos(q.anim_time*90*2-180)*0.2", "-0.5+math.clamp(math.cos(q.anim_time*90*2-180)*1.5,0,10)", "0-math.sin(q.anim_time*90*2-180)*0.8"], | ||||
| 						"0.5": ["0+math.cos(q.anim_time*90*2-180)*0.2", "math.clamp(math.cos(q.anim_time*90*2-180)*1.5,0,10)", "0-math.sin(q.anim_time*90*2-180)*0.8"], | ||||
| 						"1.4583": ["0+math.cos(q.anim_time*90*2-180)*0.2", "math.clamp(math.cos(q.anim_time*90*2-180)*1.5,0,10)", "0-math.sin(q.anim_time*90*2-180)*0.8"], | ||||
| 						"1.5": ["0+math.cos(q.anim_time*90*2-180)*0.2", "-1+math.clamp(math.cos(q.anim_time*90*2-180)*1.5,0,10)", "0-math.sin(q.anim_time*90*2-180)*0.8"], | ||||
| 						"2.0": ["0+math.cos(q.anim_time*90*2-180)*0.2", "-0.5+math.clamp(math.cos(q.anim_time*90*2-180)*1.5,0,10)", "0-math.sin(q.anim_time*90*2-180)*0.8"] | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["5+math.cos(q.anim_time*90*2*2+30)*-1", "0-math.cos(q.anim_time*90*2)*4", "0+math.sin(q.anim_time*90*2)*2"] | ||||
| 				}, | ||||
| 				"ear_left2": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*4*2)*-1", 0, "0-math.cos(q.anim_time*90*2-30)*2"] | ||||
| 				}, | ||||
| 				"ear_left": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*4*2)*-1", 0, "0-math.cos(q.anim_time*90*2-30)*2"] | ||||
| 				}, | ||||
| 				"leg_r_3": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*2-240)*10", "0-math.sin(q.anim_time*90*2-240)*8", 10], | ||||
| 					"position": { | ||||
| 						"0.0": [ | ||||
| 							"0-math.cos(q.anim_time*90*2-240)*0.2", | ||||
| 							"-0.75+math.clamp(math.cos(q.anim_time*90*2-240)*1.5,0,10)", | ||||
| 							"-0.75-math.sin(q.anim_time*90*2-240)*0.8" | ||||
| 						], | ||||
| 						"0.8333": ["0-math.cos(q.anim_time*90*2-240)*0.2", "math.clamp(math.cos(q.anim_time*90*2-240)*1.5,0,10)", "-0.75-math.sin(q.anim_time*90*2-240)*0.8"], | ||||
| 						"1.7917": ["0-math.cos(q.anim_time*90*2-240)*0.2", "math.clamp(math.cos(q.anim_time*90*2-240)*1.5,0,10)", "-0.75-math.sin(q.anim_time*90*2-240)*0.8"], | ||||
| 						"1.8333": [ | ||||
| 							"0-math.cos(q.anim_time*90*2-240)*0.2", | ||||
| 							"-1+math.clamp(math.cos(q.anim_time*90*2-240)*1.5,0,10)", | ||||
| 							"-0.75-math.sin(q.anim_time*90*2-240)*0.8" | ||||
| 						], | ||||
| 						"2.0": [ | ||||
| 							"0-math.cos(q.anim_time*90*2-240)*0.2", | ||||
| 							"-0.75+math.clamp(math.cos(q.anim_time*90*2-240)*1.5,0,10)", | ||||
| 							"-0.75-math.sin(q.anim_time*90*2-240)*0.8" | ||||
| 						] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_r_2": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*2-60)*10", "0-math.sin(q.anim_time*90*2-60)*8", -10], | ||||
| 					"position": { | ||||
| 						"0.0": ["0+math.cos(q.anim_time*90*2-60)*0.2", "1+math.clamp(math.cos(q.anim_time*90*2-60)*1.5,0,10)", "-0.75-math.sin(q.anim_time*90*2-60)*0.7"], | ||||
| 						"0.75": [ | ||||
| 							"0+math.cos(q.anim_time*90*2-60)*0.2", | ||||
| 							"1.25+math.clamp(math.cos(q.anim_time*90*2-60)*1.5,0,10)", | ||||
| 							"-0.75-math.sin(q.anim_time*90*2-60)*0.7" | ||||
| 						], | ||||
| 						"0.8333": ["0+math.cos(q.anim_time*90*2-60)*0.2", "math.clamp(math.cos(q.anim_time*90*2-60)*1.5,0,10)", "-0.75-math.sin(q.anim_time*90*2-60)*0.7"], | ||||
| 						"1.8333": ["0+math.cos(q.anim_time*90*2-60)*0.2", "1+math.clamp(math.cos(q.anim_time*90*2-60)*1.5,0,10)", "-0.75-math.sin(q.anim_time*90*2-60)*0.7"] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_r_1": { | ||||
| 					"rotation": { | ||||
| 						"0.0": ["0-math.sin(q.anim_time*90*2)*10", "0-math.sin(q.anim_time*90*2)*8", 10], | ||||
| 						"0.4167": ["0-math.sin(q.anim_time*90*2)*10", "0-math.sin(q.anim_time*90*2)*8", 10], | ||||
| 						"0.625": ["-0.25-math.sin(q.anim_time*90*2)*10", "-math.sin(q.anim_time*90*2)*8", 10], | ||||
| 						"0.8333": ["-1-math.sin(q.anim_time*90*2)*10", "-math.sin(q.anim_time*90*2)*8", 10], | ||||
| 						"1.0": ["0-math.sin(q.anim_time*90*2)*10", "0-math.sin(q.anim_time*90*2)*8", 10] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": ["0-math.cos(q.anim_time*90*2)*0.2", "math.clamp(math.cos(q.anim_time*90*2)*1.5,0,10)", "0-math.sin(q.anim_time*90*2)*0.7"], | ||||
| 						"0.4167": ["0-math.cos(q.anim_time*90*2)*0.2", "math.clamp(math.cos(q.anim_time*90*2)*1.5,0,10)", "0-math.sin(q.anim_time*90*2)*0.7"], | ||||
| 						"0.5": ["0-math.cos(q.anim_time*90*2)*0.2", "-1+math.clamp(math.cos(q.anim_time*90*2)*1.5,0,10)", "0-math.sin(q.anim_time*90*2)*0.7"], | ||||
| 						"0.75": ["0-math.cos(q.anim_time*90*2)*0.2", "-0.75+math.clamp(math.cos(q.anim_time*90*2)*1.5,0,10)", "0-math.sin(q.anim_time*90*2)*0.7"], | ||||
| 						"1.5": ["0-math.cos(q.anim_time*90*2)*0.2", "math.clamp(math.cos(q.anim_time*90*2)*1.5,0,10)", "0-math.sin(q.anim_time*90*2)*0.7"] | ||||
| 					} | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": ["0+math.sin(q.anim_time*90*2*2)*1", "0+math.cos(q.anim_time*90*2)*3", "0-math.sin(q.anim_time*90*2)*3"], | ||||
| 					"position": { | ||||
| 						"0.0": [0, -0.01, 0], | ||||
| 						"0.0417": [0, -0.12, 0], | ||||
| 						"0.5833": [0, "0+math.sin(q.anim_time*90*2*2)*0.6", 0], | ||||
| 						"0.625": [0, "0.4+math.sin(q.anim_time*90*2*2)*0.4", 0], | ||||
| 						"0.7083": [0, "-0.1+math.sin(q.anim_time*90*2*2)*0.4", 0], | ||||
| 						"0.7917": [0, "0.4+math.sin(q.anim_time*90*2*2)*0.4", 0], | ||||
| 						"0.875": [0, "0+math.sin(q.anim_time*90*2*2)*0.4", 0], | ||||
| 						"0.9583": [0, 0.1, 0], | ||||
| 						"1.0417": [0, -0.12, 0], | ||||
| 						"1.5833": [0, "0+math.sin(q.anim_time*90*2*2)*0.6", 0], | ||||
| 						"1.625": [0, "0.4+math.sin(q.anim_time*90*2*2)*0.4", 0], | ||||
| 						"1.7083": [0, "-0.1+math.sin(q.anim_time*90*2*2)*0.4", 0], | ||||
| 						"1.7917": [0, "0.4+math.sin(q.anim_time*90*2*2)*0.4", 0], | ||||
| 						"1.875": [0, "0+math.sin(q.anim_time*90*2*2)*0.4", 0], | ||||
| 						"1.9583": [0, 0.1, 0], | ||||
| 						"2.0": [0, -0.01, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone": { | ||||
| 					"rotation": { | ||||
| 						"0.0": ["-2.5+math.clamp(math.sin(q.anim_time*90*2-90)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+90)*2,-2,20)", 0, 10], | ||||
| 						"1.4167": ["0+math.clamp(math.sin(q.anim_time*90*2-90)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+90)*2,-2,20)", 0, 10], | ||||
| 						"1.5": ["10+math.clamp(math.sin(q.anim_time*90*2-90)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+90)*2,-2,20)", 0, 10], | ||||
| 						"1.75": ["5+math.clamp(math.sin(q.anim_time*90*2-90)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+90)*2,-2,20)", 0, 10], | ||||
| 						"2.0": ["-2.5+math.clamp(math.sin(q.anim_time*90*2-90)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+90)*2,-2,20)", 0, 10] | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": ["0+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", 0, -10], | ||||
| 						"0.4167": ["0+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", 0, -10], | ||||
| 						"0.5": ["12.5+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", 0, -10], | ||||
| 						"0.75": ["7.5+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", 0, -10], | ||||
| 						"1.0": ["0+math.clamp(math.sin(q.anim_time*90*2+90)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+270)*2,-2,20)", 0, -10] | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone3": { | ||||
| 					"rotation": { | ||||
| 						"0.0": ["0+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", 0, 10], | ||||
| 						"0.75": ["0+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", 0, 10], | ||||
| 						"0.8333": ["7.5+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", 0, 10], | ||||
| 						"1.25": [3.32, 0, 10], | ||||
| 						"1.8333": ["-8.5+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", 0, 10], | ||||
| 						"2.0": ["0+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", 0, 10] | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone4": { | ||||
| 					"rotation": { | ||||
| 						"0.0": ["7.5+math.clamp(math.sin(q.anim_time*90*2-150)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+150)*2,-2,20)", 0, -10], | ||||
| 						"0.8333": ["-5+math.clamp(math.sin(q.anim_time*90*2-150)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+150)*2,-2,20)", 0, -10], | ||||
| 						"1.75": ["1.75+math.clamp(math.sin(q.anim_time*90*2-150)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+150)*2,-2,20)", 0, -10], | ||||
| 						"1.8333": ["7.5+math.clamp(math.sin(q.anim_time*90*2-150)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+150)*2,-2,20)", 0, -10] | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone5": { | ||||
| 					"rotation": { | ||||
| 						"0.0": ["7.5+math.clamp(math.sin(q.anim_time*90*2-150)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+150)*2,-2,20)", 0, -10], | ||||
| 						"0.8333": ["-5+math.clamp(math.sin(q.anim_time*90*2-150)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+150)*2,-2,20)", 0, -10], | ||||
| 						"1.75": ["1.75+math.clamp(math.sin(q.anim_time*90*2-150)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+150)*2,-2,20)", 0, -10], | ||||
| 						"1.8333": ["7.5+math.clamp(math.sin(q.anim_time*90*2-150)*15,0,20)+math.clamp(math.sin(q.anim_time*90*2+150)*2,-2,20)", 0, -10] | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone6": { | ||||
| 					"rotation": { | ||||
| 						"0.0": ["0+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", 0, 10], | ||||
| 						"0.75": ["0+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", 0, 10], | ||||
| 						"0.8333": ["7.5+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", 0, 10], | ||||
| 						"1.25": [3.32, 0, 10], | ||||
| 						"1.8333": ["-8.5+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", 0, 10], | ||||
| 						"2.0": ["0+math.clamp(math.sin(q.anim_time*90*2+30)*15,0,20)-math.clamp(math.sin(q.anim_time*90*2+210)*2,-2,20)", 0, 10] | ||||
| 					} | ||||
| 				}, | ||||
| 				"neck_1": { | ||||
| 					"rotation": [0, "math.cos(q.anim_time*90*2-30)*8", "0-math.cos(q.anim_time*90*2-30)*4"] | ||||
| 				}, | ||||
| 				"neck_2": { | ||||
| 					"rotation": [0, "0+math.cos(q.anim_time*90*2-90)*4", "0-math.cos(q.anim_time*90*2-60)*2"] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,186 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.genesect.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 1.5, | ||||
| 			"bones": { | ||||
| 				"bone9": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [25, 0, 0], | ||||
| 						"0.2083": [54.17, 0, 0], | ||||
| 						"0.375": [60.25, 0, 0], | ||||
| 						"0.4583": [56.17, 0, 0], | ||||
| 						"0.625": [18, 0, 0], | ||||
| 						"0.75": [10, 0, 0], | ||||
| 						"0.9583": [4.39, 0, 0], | ||||
| 						"1.125": [5, 0, 0], | ||||
| 						"1.5": [25, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"bone6": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [10, 0, 0], | ||||
| 						"0.2083": [4.39, 0, 0], | ||||
| 						"0.375": [5, 0, 0], | ||||
| 						"0.75": [25, 0, 0], | ||||
| 						"0.9583": [54.17, 0, 0], | ||||
| 						"1.125": [60.25, 0, 0], | ||||
| 						"1.2083": [56.17, 0, 0], | ||||
| 						"1.375": [18, 0, 0], | ||||
| 						"1.5": [10, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": ["0+Math.cos((query.anim_time-0.5) * 90 * (2+2/3)*2) * -2", 0, 0], | ||||
| 					"position": [0, "-0.5+Math.cos((query.anim_time) * 90 * (2+2/3)*2) * 0.5", 0] | ||||
| 				}, | ||||
| 				"hand_left": { | ||||
| 					"rotation": [5.7751, "Math.cos((query.anim_time) * 90 * (2+2/3)) * -8.1777", 29.58681] | ||||
| 				}, | ||||
| 				"hand_left_3": { | ||||
| 					"rotation": [0, "-20+Math.cos((query.anim_time-0.2) * 90 * (2+2/3)) * -10", 0] | ||||
| 				}, | ||||
| 				"hand_right": { | ||||
| 					"rotation": [-5.7751, "1.8223+(Math.cos((query.anim_time) * 90 * (2+2/3)) * -10)", -29.58681] | ||||
| 				}, | ||||
| 				"hand_right_3": { | ||||
| 					"rotation": [0, "20+Math.cos((query.anim_time-0.2) * 90 * (2+2/3)) * -10", 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["-10+Math.cos((query.anim_time-0.6) * 90 * (2+2/3)*2) * 4", 0, 0] | ||||
| 				}, | ||||
| 				"leg_left_rotate": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [-32.5, 0, 0], | ||||
| 						"0.1667": [-28.35, 0, 0], | ||||
| 						"0.375": [0, 0, 0], | ||||
| 						"0.5417": [21, 0, 0], | ||||
| 						"0.75": [31, 0, 0], | ||||
| 						"0.9167": [23.21, 0, 0], | ||||
| 						"1.1667": [-1.5, 0, 0], | ||||
| 						"1.3333": [-27.35, 0, 0], | ||||
| 						"1.5": [-32.5, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"right_leg_rotate": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [31, 0, 0], | ||||
| 						"0.1667": [23.21, 0, 10], | ||||
| 						"0.4167": [-1.5, 0, 10], | ||||
| 						"0.5833": [-27.35, 0, 10], | ||||
| 						"0.75": [-32.5, 0, 10], | ||||
| 						"0.9167": [-28.35, 0, 10], | ||||
| 						"1.125": [0, 0, 10], | ||||
| 						"1.2917": [21, 0, 10], | ||||
| 						"1.5": [31, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"top_sec": { | ||||
| 					"rotation": ["7.5+Math.cos((query.anim_time-0.7) * 90 * (2+2/3)*2) * -2", 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.genesect.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"torso": { | ||||
| 					"rotation": ["-1+Math.cos((query.anim_time) * 90 * 1) * 3", 0, 0] | ||||
| 				}, | ||||
| 				"hand_right": { | ||||
| 					"rotation": [-0.25903, "-1.4687+Math.cos((query.anim_time-1) * 90 * 1) * 3", -36.6009] | ||||
| 				}, | ||||
| 				"hand_right_3": { | ||||
| 					"rotation": [-0.25903, "-1.4687+Math.cos((query.anim_time-1) * 90 * 1) * 3", 0] | ||||
| 				}, | ||||
| 				"hand_left": { | ||||
| 					"rotation": [-0.25903, "-1.4687+Math.cos((query.anim_time-1) * 90 * 1) * 3", 36.60086] | ||||
| 				}, | ||||
| 				"hand_left_3": { | ||||
| 					"rotation": [-0.25903, "-1.4687+Math.cos((query.anim_time-1) * 90 * 1) * 3", 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["ๅ+Math.cos((query.anim_time+0.2) * 90 * 1) * -4", -2.56476, -0.0036] | ||||
| 				}, | ||||
| 				"top_sec": { | ||||
| 					"rotation": ["1+Math.cos((query.anim_time-0.3) * 90 * 1) * 2", 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.genesect.air_fly": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"right_leg_rotate": { | ||||
| 					"rotation": [0, 60, 0] | ||||
| 				}, | ||||
| 				"right_leg": { | ||||
| 					"rotation": [-12.5, 0, 0] | ||||
| 				}, | ||||
| 				"bone9": { | ||||
| 					"rotation": [25, 0, 0] | ||||
| 				}, | ||||
| 				"bone10": { | ||||
| 					"rotation": [90, 0, 0] | ||||
| 				}, | ||||
| 				"leg_left_rotate": { | ||||
| 					"rotation": [0, -60, 0] | ||||
| 				}, | ||||
| 				"left_leg": { | ||||
| 					"rotation": [-12.5, 0, 0] | ||||
| 				}, | ||||
| 				"bone6": { | ||||
| 					"rotation": [22.5, 0, 0] | ||||
| 				}, | ||||
| 				"bone8": { | ||||
| 					"rotation": [90, 0, 0] | ||||
| 				}, | ||||
| 				"hand_right": { | ||||
| 					"rotation": [0, -90, 0] | ||||
| 				}, | ||||
| 				"hand_right_3": { | ||||
| 					"rotation": [0, 90, 0] | ||||
| 				}, | ||||
| 				"hand_left": { | ||||
| 					"rotation": [0, 90, 0] | ||||
| 				}, | ||||
| 				"hand_left_3": { | ||||
| 					"rotation": [0, -90, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [-7.5, 0, 0], | ||||
| 					"position": [0, -2, -1] | ||||
| 				}, | ||||
| 				"cannon": { | ||||
| 					"rotation": [22.25, 0, 0], | ||||
| 					"position": [0, -2.1, -0.475] | ||||
| 				}, | ||||
| 				"top_sec": { | ||||
| 					"rotation": [-87.5, 0, 0] | ||||
| 				}, | ||||
| 				"full_cannon": { | ||||
| 					"rotation": [20, 0, 0], | ||||
| 					"position": [0, -0.1, -0.4] | ||||
| 				}, | ||||
| 				"cannon_topsie": { | ||||
| 					"position": [0, -7, 0] | ||||
| 				}, | ||||
| 				"cannontopsie_2": { | ||||
| 					"position": [0, -5, 0] | ||||
| 				}, | ||||
| 				"flight_rotation": { | ||||
| 					"rotation": [85, 0, 0] | ||||
| 				}, | ||||
| 				"flight_movement": { | ||||
| 					"rotation": ["(math.sin(q.anim_time*90*2)*2)+2.25", 0, 0], | ||||
| 					"position": [0, "math.sin(q.anim_time*90*1)*0.5+math.sin(q.anim_time*90*2)*1+0.5", "math.sin(q.anim_time*90*1)*1"] | ||||
| 				}, | ||||
| 				"right_stick": { | ||||
| 					"rotation": [0, -20, 0] | ||||
| 				}, | ||||
| 				"left_stick": { | ||||
| 					"rotation": [0, 20, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,259 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.glalie.cry": { | ||||
| 			"animation_length": 2, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.1667": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0833": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"mouth_open": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [0, 0, 0], | ||||
| 						"0.3333": [0, 0, -2], | ||||
| 						"1.0833": [0, 0, -2], | ||||
| 						"1.1667": [0, 0, 0], | ||||
| 						"2.0": [0, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.glalie.faint": { | ||||
| 			"animation_length": 3, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.125": [0, 0, 0], | ||||
| 						"0.2083": [0, "0+4*(math.sin(q.anim_time*3600)*0.5)", 0], | ||||
| 						"1.5417": [0, 0, 0], | ||||
| 						"3.0": [0, 0, 0] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.2083": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"mouth_open": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, -1], | ||||
| 						"0.2083": [0, 0, -2], | ||||
| 						"0.2917": [0, 0, -1], | ||||
| 						"0.375": [0, 0, -1], | ||||
| 						"0.4583": [0, 0, -2], | ||||
| 						"0.7083": [0, 0, -2], | ||||
| 						"1.5417": [0, 0, -1] | ||||
| 					} | ||||
| 				}, | ||||
| 				"eye_left": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.125": [0, 0, 0], | ||||
| 						"0.2083": [0, 0, 1] | ||||
| 					} | ||||
| 				}, | ||||
| 				"root": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [-22.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.875": { | ||||
| 							"post": [-15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.1667": { | ||||
| 							"post": [10, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.3333": { | ||||
| 							"post": [-1.67, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 6, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5417": { | ||||
| 							"post": [0, 10.95, 9.25], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [0, 4, 10], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 3.25, 5.25], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.1667": { | ||||
| 							"post": [0, 1.75, -3], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.3333": { | ||||
| 							"post": [0, 0.69, 1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"eye_right": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.125": [0, 0, 0], | ||||
| 						"0.2083": [0, 0, 1] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.glalie.battle_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": ["5-1*(math.sin(q.anim_time*180+40)*1)", 0, "0-2*(math.sin(q.anim_time*90)*1)"], | ||||
| 					"position": [0, "6-1*(math.sin(q.anim_time*45)*0.5)", 0] | ||||
| 				}, | ||||
| 				"pupil_left": { | ||||
| 					"position": [0.5, 0, 0] | ||||
| 				}, | ||||
| 				"eyelid_left": { | ||||
| 					"rotation": [0, 0, -7.5], | ||||
| 					"position": [0, 0, -1] | ||||
| 				}, | ||||
| 				"pupil_right": { | ||||
| 					"position": [-0.5, 0, 0] | ||||
| 				}, | ||||
| 				"eyelid_right": { | ||||
| 					"rotation": [0, 0, 7.5], | ||||
| 					"position": [0, 0, -1] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.glalie.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": ["5-1*(math.sin(q.anim_time*180+40)*1)", 0, "0-2*(math.sin(q.anim_time*90)*1)"], | ||||
| 					"position": [0, "6-1*(math.sin(q.anim_time*45)*0.5)", 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.glalie.layer_idle": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 4, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"1.0": [0, 0, 0], | ||||
| 						"2.0": ["0+0.5*(math.sin(q.anim_time*2400-90)*0.5)", "0+2*(math.sin(q.anim_time*2400)*0.5)", 0], | ||||
| 						"3.0": [0, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.glalie.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": ["10-1*(math.sin(q.anim_time*360+40)*1)", 0, "0-2*(math.sin(q.anim_time*180)*1)"], | ||||
| 					"position": [0, "6-1*(math.sin(q.anim_time*90)*1)", -1] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.glalie.ground_run": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": ["17.5-2*(math.sin(q.anim_time*720+40)*1)", 0, "-3*(math.sin(q.anim_time*360)*1)"], | ||||
| 					"position": [0, "6-1*(math.sin(q.anim_time*90)*1)", -2] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.glalie.blink": { | ||||
| 			"animation_length": 0.125, | ||||
| 			"bones": { | ||||
| 				"eye_left": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.0417": [0, 0, 1], | ||||
| 						"0.125": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"eye_right": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.0417": [0, 0, 1], | ||||
| 						"0.125": [0, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.glalie.sleep": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": ["24.8685+3*(math.sin(q.anim_time*90+40)*1)", 2.08873, "-7.2049-2*(math.sin(q.anim_time*90)*1)"], | ||||
| 					"position": [-2, "6-1*(math.sin(q.anim_time*90)*1)", -4] | ||||
| 				}, | ||||
| 				"eye_left": { | ||||
| 					"position": [0, 0, 1] | ||||
| 				}, | ||||
| 				"eye_right": { | ||||
| 					"position": [0, 0, 1] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,260 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.glameow.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 2.5, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"position": [0, 0, 0] | ||||
| 				}, | ||||
| 				"tail_base": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"1.0": [10, 0, 0], | ||||
| 						"1.25": [10, 0, 0], | ||||
| 						"2.25": [0, 0, 0], | ||||
| 						"2.5": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"glameow": { | ||||
| 					"position": [0, 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.glameow.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 1, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, -0.5, 0], | ||||
| 						"0.25": [0, 0, 0], | ||||
| 						"0.5": [0, -0.5, 0], | ||||
| 						"0.75": [0, 0, 0], | ||||
| 						"1.0": [0, -0.5, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"thigh_fr": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [-35, 0, 0], | ||||
| 						"0.25": [0, 0, 0], | ||||
| 						"0.5": [35, 0, 0], | ||||
| 						"0.75": [0, 0, 0], | ||||
| 						"1.0": [-35, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_fr": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [15, 0, 0], | ||||
| 						"0.5": [0, 0, 0], | ||||
| 						"0.75": [-30, 0, 0], | ||||
| 						"1.0": [15, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"thigh_fl": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [35, 0, 0], | ||||
| 						"0.25": [0, 0, 0], | ||||
| 						"0.5": [-35, 0, 0], | ||||
| 						"0.75": [0, 0, 0], | ||||
| 						"1.0": [35, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_fl": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [-30, 0, 0], | ||||
| 						"0.5": [15, 0, 0], | ||||
| 						"0.75": [0, 0, 0], | ||||
| 						"1.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"thigh_br": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [35, 0, 0], | ||||
| 						"0.5": [-35, 0, 0], | ||||
| 						"1.0": [35, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"thigh_bl": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [-35, 0, 0], | ||||
| 						"0.5": [35, 0, 0], | ||||
| 						"1.0": [-35, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"tail_base": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [-10, 0, 0], | ||||
| 						"0.5": [0, 0, 0], | ||||
| 						"0.75": [-10, 0, 0], | ||||
| 						"1.0": [0, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.glameow.sleep": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 3, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": [-90, 0, -90], | ||||
| 					"position": [0, 2.5, -6] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": [50, 0, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [30, 0, 0] | ||||
| 				}, | ||||
| 				"ear_l": { | ||||
| 					"rotation": [35, 0, 0] | ||||
| 				}, | ||||
| 				"ear_r": { | ||||
| 					"rotation": [35, 0, 0] | ||||
| 				}, | ||||
| 				"thigh_fr": { | ||||
| 					"rotation": [-42.5, 0, 0] | ||||
| 				}, | ||||
| 				"thigh_fl": { | ||||
| 					"rotation": [-40, 0, 12.5] | ||||
| 				}, | ||||
| 				"thigh_br": { | ||||
| 					"rotation": [20, 0, 0] | ||||
| 				}, | ||||
| 				"thigh_bl": { | ||||
| 					"rotation": [19.81197, -3.1622, 6.80423] | ||||
| 				}, | ||||
| 				"tail_base": { | ||||
| 					"rotation": [-87.5, 0, 0] | ||||
| 				}, | ||||
| 				"eyelid_l": { | ||||
| 					"position": [0, 0, -0.04] | ||||
| 				}, | ||||
| 				"eyelid_r": { | ||||
| 					"position": [0, 0, -0.04] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.glameow.blink": { | ||||
| 			"animation_length": 0.25, | ||||
| 			"bones": { | ||||
| 				"eyelid_l": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.0417": [0, 0, -0.03], | ||||
| 						"0.25": [0, 0, -0.03] | ||||
| 					} | ||||
| 				}, | ||||
| 				"eyelid_r": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.0417": [0, 0, -0.03], | ||||
| 						"0.25": [0, 0, -0.03] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.glameow.cry": { | ||||
| 			"animation_length": 1.25, | ||||
| 			"bones": { | ||||
| 				"neck": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.125": [15, 0, 0], | ||||
| 						"0.75": [-20, 0, 0], | ||||
| 						"1.25": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [0, 0, 0] | ||||
| 				}, | ||||
| 				"mouth": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [0, 0, 0], | ||||
| 						"0.75": [0, 0, -0.02] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.glameow.faint": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 4, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.5": [0, -4.5, 0], | ||||
| 						"1.0": [0, -4.5, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.5": [22.5, 0, 0], | ||||
| 						"1.0": [22.5, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.5": [22.5, 0, 0], | ||||
| 						"1.0": [22.5, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"ear_l": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.5": [40, 0, 0], | ||||
| 						"1.0": [40, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"ear_r": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.5": [40, 0, 0], | ||||
| 						"1.0": [40, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"thigh_fr": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.5": [-85, 15, 0], | ||||
| 						"1.0": [-85, 15, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"thigh_fl": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.5": [-85, -15, 0], | ||||
| 						"1.0": [-85, -15, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"thigh_br": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.5": [75, -15, 0], | ||||
| 						"1.0": [75, -15, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"thigh_bl": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.5": [75, 15, 0], | ||||
| 						"1.0": [75, 15, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"tail_base": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.5": [-37.5, 0, 0], | ||||
| 						"1.0": [-37.5, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,146 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.gogoat.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"torso": { | ||||
| 					"rotation": [0, 0, "Math.cos((query.anim_time) * 90 * 1) * 0.5"], | ||||
| 					"position": [0, "Math.cos((query.anim_time) * 90 * 2) * 0.1", 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["-2*Math.cos((query.anim_time-0.8) * 90 * 2)", "4*Math.cos((query.anim_time-0.8) * 90 * 1)", 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["Math.cos((query.anim_time-0.2) * 90 * 2) * -1", -0.4698, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["Math.cos((query.anim_time-0.2) * 90 * 2) * -1", -0.4698, 0] | ||||
| 				}, | ||||
| 				"ear_left3": { | ||||
| 					"rotation": [0, "3*Math.cos((query.anim_time+0.8) * 90 * 2)", 0] | ||||
| 				}, | ||||
| 				"ear_left2": { | ||||
| 					"rotation": [0, "-3*Math.cos((query.anim_time+0.8) * 90 * 2)", 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.gogoat.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"position": [0, "-1.75+math.clamp(math.sin(q.anim_time*90*4)*1.1,0.5,1)+math.clamp(math.sin(q.anim_time*90*4+180)*1.1,0.5,1)", 0] | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": ["math.sin(q.anim_time*90*4-90)*0.2+0.5", 0, "math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)+math.sin(q.anim_time*90*4-180)*0.5"] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["math.sin(q.anim_time*90*8-180-60)*2", "math.sin(q.anim_time*90*4-180-60)*4", 0] | ||||
| 				}, | ||||
| 				"neck_wool": { | ||||
| 					"rotation": ["-math.sin(q.anim_time*90*4-90)*2", 0, "math.cos(q.anim_time*90*-4-90)*0.2"] | ||||
| 				}, | ||||
| 				"head_angle": { | ||||
| 					"rotation": [ | ||||
| 						"-math.sin(q.anim_time*90*4-90)*0.5+math.sin(q.anim_time*90*4*2-45)*1", | ||||
| 						0, | ||||
| 						"-math.clamp(math.sin(q.anim_time*90*4-90)*1,-0.8,0.8)-math.sin(q.anim_time*90*4-180)*1" | ||||
| 					], | ||||
| 					"position": ["math.sin(q.anim_time*90*4-45)*0.1", "math.sin(-q.anim_time*90*4*2-45)*0.1", 0] | ||||
| 				}, | ||||
| 				"ear_left3": { | ||||
| 					"rotation": [0, "-5*Math.cos((query.anim_time-0.3) * 90 * 8)", 0] | ||||
| 				}, | ||||
| 				"ear_left2": { | ||||
| 					"rotation": [0, "5*Math.cos((query.anim_time-0.3) * 90 * 8)", 0] | ||||
| 				}, | ||||
| 				"leg_front_right": { | ||||
| 					"rotation": ["20-math.clamp(19*(math.sin(q.anim_time*90*4-90+33)*1+1),-0,60)", 0, 0], | ||||
| 					"position": [ | ||||
| 						0, | ||||
| 						"0.8*(math.clamp(math.sin(q.anim_time*90*4-155)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4-75)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4)*1.4,1,1.4)+1)-math.clamp(math.sin(q.anim_time*90*4-180)*1,0,0.75)", | ||||
| 						0 | ||||
| 					] | ||||
| 				}, | ||||
| 				"leg_front_right2": { | ||||
| 					"rotation": [ | ||||
| 						"math.clamp(math.sin(q.anim_time*90*4-180*0+33)*40,0,40)+(math.clamp(math.sin(q.anim_time*90*2-90*0)*1,0.5,1)*1-0.5)*30+(math.clamp(math.sin(q.anim_time*90*2-90*2)*1,0.5,1)*1-0.5)*30", | ||||
| 						0, | ||||
| 						0 | ||||
| 					] | ||||
| 				}, | ||||
| 				"leg_front_right3": { | ||||
| 					"rotation": ["-20+math.clamp(10*(math.sin(q.anim_time*90*4-90-180*0)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4-180*0+10)*30,-5,30)", 0, 0], | ||||
| 					"position": [0, "math.clamp(math.sin(q.anim_time*90*4-120)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2-130)*1.3,0.9,1)-0.9", 0] | ||||
| 				}, | ||||
| 				"leg_front_left": { | ||||
| 					"rotation": ["20-math.clamp(19*(math.sin(q.anim_time*90*4-90+33+180)*1+1),-0,60)", 0, 0], | ||||
| 					"position": [ | ||||
| 						0, | ||||
| 						"0.8*(math.clamp(math.sin(q.anim_time*90*4-155+180)*1.6,1,1.6)-0.2)+0.5*(math.clamp(math.sin(q.anim_time*90*4-75+180)*1.8,1,1.8)-1)-0.2*(math.clamp(math.sin(q.anim_time*90*4+180)*1.4,1,1.4)+1)-math.clamp(math.sin(q.anim_time*90*4)*1,0,0.75)", | ||||
| 						0 | ||||
| 					] | ||||
| 				}, | ||||
| 				"leg_front_left2": { | ||||
| 					"rotation": [ | ||||
| 						"math.clamp(math.sin(q.anim_time*90*4-180*1+33)*40,0,40)+(math.clamp(math.sin(q.anim_time*90*2-90*3)*1,0.5,1)*1-0.5)*30+(math.clamp(math.sin(q.anim_time*90*2-90*1)*1,0.5,1)*1-0.5)*30", | ||||
| 						0, | ||||
| 						0 | ||||
| 					] | ||||
| 				}, | ||||
| 				"leg_front_left3": { | ||||
| 					"rotation": ["-20+math.clamp(10*(math.sin(q.anim_time*90*4-90-180*1)*1+1),-0,60)+math.clamp(math.sin(q.anim_time*90*4-180*1+10)*30,-2.5,30)", 0, 0], | ||||
| 					"position": [0, "math.clamp(math.sin(q.anim_time*90*4-120+180)*1.1,0.9,1)-0.9+math.clamp(math.sin(q.anim_time*90*2-130+90)*1.3,0.9,1)-0.9", 0] | ||||
| 				}, | ||||
| 				"leg_back_right": { | ||||
| 					"rotation": ["-20+math.clamp(15*(math.sin(q.anim_time*90*4-90)*1+1),-0,60)", 0, 0], | ||||
| 					"position": [ | ||||
| 						0, | ||||
| 						"-math.clamp(-math.sin(q.anim_time*90*4+90+180*0)*0.01,0,0.01)+math.clamp(-math.sin(q.anim_time*90*4+20+180*0)*1,0.4,0.8)-0.4+math.clamp(math.sin(q.anim_time*90*4-130+180*0)*1.5,0.4,0.6)-0.3+(math.clamp(-math.sin(q.anim_time*90*2+70+180*0)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2+70+180*1)*1,0.5,1))*0.5", | ||||
| 						0 | ||||
| 					] | ||||
| 				}, | ||||
| 				"leg_back_right2": { | ||||
| 					"rotation": [ | ||||
| 						"math.clamp(math.sin(q.anim_time*90*4)*10,0,10)-math.clamp(math.sin(q.anim_time*90*4-95)*10,0,45)-math.clamp(math.sin(q.anim_time*90*4+180)*10,0,45)", | ||||
| 						0, | ||||
| 						0 | ||||
| 					], | ||||
| 					"position": [0, "math.clamp(math.sin(q.anim_time*90*4-130)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40)*1,0.75,1)+0.25", 0] | ||||
| 				}, | ||||
| 				"leg_back_right3": { | ||||
| 					"rotation": [ | ||||
| 						"-math.clamp(math.sin(q.anim_time*90*4+180*0)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4+10+180*1)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4-90+180*0)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4-130+180*0)*00,50,100)-50", | ||||
| 						0, | ||||
| 						0 | ||||
| 					], | ||||
| 					"position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180)*1,0.5,1)-0.5)*0.7", 0] | ||||
| 				}, | ||||
| 				"leg_back_left": { | ||||
| 					"rotation": ["-20+math.clamp(15*(math.sin(q.anim_time*90*4-90+180)*1+1),-0,60)", 0, 0], | ||||
| 					"position": [ | ||||
| 						0, | ||||
| 						"-math.clamp(-math.sin(q.anim_time*90*4+90+180*1)*0.01,0,0.01)+math.clamp(-math.sin(q.anim_time*90*4+20+180*1)*1,0.4,1)-0.4+math.clamp(math.sin(q.anim_time*90*4-130+180*1)*1.5,0.4,0.6)-0.3+(math.clamp(-math.sin(q.anim_time*90*2+70+180*1)*1,0.5,1)-0.5)*0.5+(math.clamp(-math.sin(q.anim_time*90*2+70+180*0)*1,0.5,1))*0.5", | ||||
| 						0 | ||||
| 					] | ||||
| 				}, | ||||
| 				"leg_back_left2": { | ||||
| 					"rotation": [ | ||||
| 						"math.clamp(math.sin(q.anim_time*90*4+180)*10,0,10)-math.clamp(math.sin(q.anim_time*90*4-95+180)*10,0,45)-math.clamp(math.sin(q.anim_time*90*4+180*0)*10,0,45)", | ||||
| 						0, | ||||
| 						0 | ||||
| 					], | ||||
| 					"position": [0, "math.clamp(math.sin(q.anim_time*90*4-130+180)*1,0.5,1)-math.clamp(math.sin(q.anim_time*90*4-40+180)*1,0.75,1)+0.25", 0] | ||||
| 				}, | ||||
| 				"leg_back_left3": { | ||||
| 					"rotation": [ | ||||
| 						"-math.clamp(math.sin(q.anim_time*90*4+180*1)*10,0,10)+math.clamp(math.sin(q.anim_time*90*4+10+180*0)*25,0,45)-(-20+math.clamp(11*(math.sin(q.anim_time*90*4-90+180*1)*1+1),-0,60))+math.clamp(math.sin(q.anim_time*90*4-130+180*1)*00,50,100)-50", | ||||
| 						0, | ||||
| 						0 | ||||
| 					], | ||||
| 					"position": [0, "(math.clamp(math.sin(q.anim_time*90*4-110+180*0)*1,0.5,1)-0.5)*0.7", 0] | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,446 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.golem_alolan.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 1.5, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 2.25, 0], | ||||
| 						"0.25": [0, -1.18, 0], | ||||
| 						"0.5833": [0, -0.07, 0], | ||||
| 						"0.625": [0, -1.4, 0], | ||||
| 						"0.6667": [0, -0.27, 0], | ||||
| 						"0.875": [0, 1.1, 0], | ||||
| 						"1.0833": [0, -0.55, 0], | ||||
| 						"1.4167": [0, -0.07, 0], | ||||
| 						"1.4583": [0, -1.4, 0], | ||||
| 						"1.5": [0, 1, 0] | ||||
| 					}, | ||||
| 					"scale": { | ||||
| 						"0.0": [1, 1, 1], | ||||
| 						"0.5417": [1, 1, 1], | ||||
| 						"0.5833": [1, 1.1, 1], | ||||
| 						"0.625": [1, 0.9, 1], | ||||
| 						"0.6667": [1, 1.03, 1], | ||||
| 						"0.7083": [1, 1, 1], | ||||
| 						"1.375": [1, 1, 1], | ||||
| 						"1.4167": [1, 1.1, 1], | ||||
| 						"1.4583": [1, 0.9, 1], | ||||
| 						"1.5": [1, 1, 1] | ||||
| 					} | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [10, 0, 0], | ||||
| 						"0.4583": [19.44264, -0.04932, 0.27733], | ||||
| 						"0.75": [19.9299, 1.70818, -4.69986], | ||||
| 						"1.0417": [19.44071, 0.28354, -0.66565], | ||||
| 						"1.5": [10, 0, 0] | ||||
| 					}, | ||||
| 					"position": [0, 0, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [10, 0, 0], | ||||
| 						"0.75": [-5, 0, 0], | ||||
| 						"1.5": [10, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, -15], | ||||
| 						"0.75": [-49.8924, 3.82821, -11.78127], | ||||
| 						"1.5": [0, 0, -15] | ||||
| 					} | ||||
| 				}, | ||||
| 				"arm_right2": { | ||||
| 					"rotation": [0, 0, -52.5] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [-2.3273, 24.89837, 21.98615], | ||||
| 						"0.75": [-51.74499, 19.08331, 16.87443], | ||||
| 						"1.5": [-2.3273, 24.89837, 21.98615] | ||||
| 					} | ||||
| 				}, | ||||
| 				"arm_left2": { | ||||
| 					"rotation": [0, 0, 40] | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [-10, 0, 0], | ||||
| 						"0.75": [62.5, 0, 0], | ||||
| 						"1.5": [-10, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_right2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [-2.5, 0, 0], | ||||
| 						"0.75": [-2.5, 0, 0], | ||||
| 						"1.5": [-2.5, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"foot_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [30, 0, 0], | ||||
| 						"0.75": [47.5, 0, 0], | ||||
| 						"1.2917": [1.53, 0, 0], | ||||
| 						"1.5": [27.5, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [42.5, 0, 0], | ||||
| 						"0.75": [-17.5, 0, 0], | ||||
| 						"1.5": [42.5, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_left2": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [27.5, 0, 0], | ||||
| 						"0.75": [-10, 0, 0], | ||||
| 						"1.5": [27.5, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"foot_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [32.5, 0, 0], | ||||
| 						"0.2917": [-13.89, 0, 0], | ||||
| 						"0.75": [30, 0, 0], | ||||
| 						"1.5": [32.5, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"electric6": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.1667": [-8, 0, 0] | ||||
| 					}, | ||||
| 					"scale": { | ||||
| 						"0.0": [1, 0.4, 1], | ||||
| 						"0.1667": [0.0778, 1, 1], | ||||
| 						"1.5": [-0.1, 1, 1] | ||||
| 					} | ||||
| 				}, | ||||
| 				"electric11": { | ||||
| 					"position": { | ||||
| 						"0.125": [-1, 0, 0], | ||||
| 						"1.5": [-2, 0, 0] | ||||
| 					}, | ||||
| 					"scale": { | ||||
| 						"0.0": [1, 0.1, 1], | ||||
| 						"0.1667": [0.0889, 1, 1], | ||||
| 						"1.5": [0, 1, 1] | ||||
| 					} | ||||
| 				}, | ||||
| 				"finger_right": { | ||||
| 					"rotation": [0, 0, -40] | ||||
| 				}, | ||||
| 				"finger_right2": { | ||||
| 					"rotation": [-40, 0, 0], | ||||
| 					"position": [0, 0, -1.5] | ||||
| 				}, | ||||
| 				"finger_right3": { | ||||
| 					"rotation": [45, 0, 0], | ||||
| 					"position": [0, 0.3, 1.5] | ||||
| 				}, | ||||
| 				"finger_left": { | ||||
| 					"rotation": [0, 0, 50] | ||||
| 				}, | ||||
| 				"finger_left2": { | ||||
| 					"rotation": [-50, 0, 0], | ||||
| 					"position": [0, -1, -2] | ||||
| 				}, | ||||
| 				"finger_left3": { | ||||
| 					"rotation": [42.5, 0, 0], | ||||
| 					"position": [0, 0, 1.2] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.golem_alolan.battle_idle": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 1, | ||||
| 			"bones": { | ||||
| 				"jaw": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.375": [5, 0, 0], | ||||
| 						"1.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [32.95016, -3.77929, -11.06809] | ||||
| 				}, | ||||
| 				"arm_right2": { | ||||
| 					"rotation": [-9.00717, -20.70481, 24.14867] | ||||
| 				}, | ||||
| 				"hand_right": { | ||||
| 					"rotation": [-106.69078, -14.50488, 11.41713] | ||||
| 				}, | ||||
| 				"finger_right": { | ||||
| 					"rotation": [0, 0, -45] | ||||
| 				}, | ||||
| 				"finger_right2": { | ||||
| 					"rotation": [-77.5, 22.5, 0] | ||||
| 				}, | ||||
| 				"finger_right3": { | ||||
| 					"rotation": [75, 25, 0] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [38.77558, 22.16435, 5.88276] | ||||
| 				}, | ||||
| 				"arm_left2": { | ||||
| 					"rotation": [-8.57467, 10.82163, -22.56262] | ||||
| 				}, | ||||
| 				"hand_left": { | ||||
| 					"rotation": [-119.90516, 5.34228, 10.63601] | ||||
| 				}, | ||||
| 				"finger_left": { | ||||
| 					"rotation": [0, 0, 62.5] | ||||
| 				}, | ||||
| 				"finger_left2": { | ||||
| 					"rotation": [-60, 40, 0] | ||||
| 				}, | ||||
| 				"finger_left3": { | ||||
| 					"rotation": [60, -40, 0] | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": [0, 0, 0] | ||||
| 				}, | ||||
| 				"electric6": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [0, 0, 3.75], | ||||
| 						"0.5": [0, 0, -7.5], | ||||
| 						"1.0": [0, 0, 0] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.375": [0, 0, 0], | ||||
| 						"0.4167": [-8, 0, 0], | ||||
| 						"0.4583": [0, 0, 0], | ||||
| 						"1.0": [0, 0, 0] | ||||
| 					}, | ||||
| 					"scale": { | ||||
| 						"0.375": [1, 1, 1], | ||||
| 						"0.4167": [0.05, 1, 1], | ||||
| 						"0.4583": [1.1, 1, 1], | ||||
| 						"1.0": [1, 1, 1] | ||||
| 					} | ||||
| 				}, | ||||
| 				"electric7": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [2.47864, 0.32621, -9.99294], | ||||
| 						"0.25": [1.79434, 0.50898, -14.36498], | ||||
| 						"0.5": [1.24525, -0.10898, 6.25058], | ||||
| 						"0.75": [-19.37738, -0.05449, 1.87529], | ||||
| 						"1.0": [0, 0, -2.5] | ||||
| 					}, | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"electric8": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 22.5], | ||||
| 						"0.25": [0, 0, 16.88], | ||||
| 						"0.5": [0, 0, 21.25], | ||||
| 						"0.75": [37.26251, -4.55749, 19.08775], | ||||
| 						"1.0": [0, 0, 5] | ||||
| 					} | ||||
| 				}, | ||||
| 				"electric9": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, -25], | ||||
| 						"0.25": [0, 0, -18.75], | ||||
| 						"0.5": [0, 0, -32.5], | ||||
| 						"0.75": [-10.3141, 17.2294, -52.8167], | ||||
| 						"1.0": [0, 0, -10] | ||||
| 					} | ||||
| 				}, | ||||
| 				"electric11": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 2.5], | ||||
| 						"0.25": [0, 0, 3.13], | ||||
| 						"0.5": [0, 0, -6.25], | ||||
| 						"0.75": [0, 0, 9.38], | ||||
| 						"1.0": [0, 0, 0] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.5833": [-0.53, 0, 0], | ||||
| 						"0.625": [-7, 0, 0], | ||||
| 						"0.6667": [-0.22, 0, 0], | ||||
| 						"1.0": [0, 0, 0] | ||||
| 					}, | ||||
| 					"scale": { | ||||
| 						"0.0": [1, 1, 1], | ||||
| 						"0.25": [1, 1, 1], | ||||
| 						"0.2917": [0.05, 1, 1], | ||||
| 						"0.3333": [1, 1, 1], | ||||
| 						"0.5833": [0.9125, 1, 1], | ||||
| 						"0.625": [0.1563, 1, 1], | ||||
| 						"0.6667": [0.9, 1, 1], | ||||
| 						"1.0": [1, 1, 1] | ||||
| 					} | ||||
| 				}, | ||||
| 				"electric12": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, -5], | ||||
| 						"0.25": [0, 0, -1.25], | ||||
| 						"0.5": [0, 0, 12.5], | ||||
| 						"0.75": [0, 0, -36.25], | ||||
| 						"1.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"electric13": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, -2.5], | ||||
| 						"0.25": [0, 0, -11.87], | ||||
| 						"0.5": [0, 0, -1.25], | ||||
| 						"0.75": [0, 0, 61.88], | ||||
| 						"1.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"electric14": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 2.5], | ||||
| 						"0.25": [0, 0, 9.38], | ||||
| 						"0.5": [0, 0, -13.75], | ||||
| 						"0.75": [0, 0, -59.37], | ||||
| 						"1.0": [0, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.golem_alolan.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 1, | ||||
| 			"bones": { | ||||
| 				"jaw": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.375": [5, 0, 0], | ||||
| 						"1.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [117.95016, -3.77929, -11.06809] | ||||
| 				}, | ||||
| 				"arm_right2": { | ||||
| 					"rotation": [-8.65467, -13.29343, 22.94551] | ||||
| 				}, | ||||
| 				"hand_right": { | ||||
| 					"rotation": [-106.69078, -14.50488, 11.41713] | ||||
| 				}, | ||||
| 				"finger_right": { | ||||
| 					"rotation": [0, 0, -45] | ||||
| 				}, | ||||
| 				"finger_right2": { | ||||
| 					"rotation": [-77.5, 22.5, 0] | ||||
| 				}, | ||||
| 				"finger_right3": { | ||||
| 					"rotation": [81.07125, 27.60483, 13.6459] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [101.27558, 22.16435, 5.88276] | ||||
| 				}, | ||||
| 				"arm_left2": { | ||||
| 					"rotation": [-8.57467, 10.82163, -22.56262] | ||||
| 				}, | ||||
| 				"hand_left": { | ||||
| 					"rotation": [-119.90516, 5.34228, 10.63601] | ||||
| 				}, | ||||
| 				"finger_left": { | ||||
| 					"rotation": [0, 0, 62.5] | ||||
| 				}, | ||||
| 				"finger_left2": { | ||||
| 					"rotation": [-60, 40, 0] | ||||
| 				}, | ||||
| 				"finger_left3": { | ||||
| 					"rotation": [60, -40, 0] | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": [0, 0, 0] | ||||
| 				}, | ||||
| 				"electric6": { | ||||
| 					"position": [0, -12, 0] | ||||
| 				}, | ||||
| 				"electric7": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [2.47864, 0.32621, -9.99294], | ||||
| 						"0.25": [1.79434, 0.50898, -14.36498], | ||||
| 						"0.5": [1.24525, -0.10898, 6.25058], | ||||
| 						"0.75": [-19.37738, -0.05449, 1.87529], | ||||
| 						"1.0": [0, 0, -2.5] | ||||
| 					}, | ||||
| 					"scale": 1 | ||||
| 				}, | ||||
| 				"electric8": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 22.5], | ||||
| 						"0.25": [0, 0, 16.88], | ||||
| 						"0.5": [0, 0, 21.25], | ||||
| 						"0.75": [37.26251, -4.55749, 19.08775], | ||||
| 						"1.0": [0, 0, 5] | ||||
| 					} | ||||
| 				}, | ||||
| 				"electric9": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, -25], | ||||
| 						"0.25": [0, 0, -18.75], | ||||
| 						"0.5": [0, 0, -32.5], | ||||
| 						"0.75": [-10.3141, 17.2294, -52.8167], | ||||
| 						"1.0": [0, 0, -10] | ||||
| 					} | ||||
| 				}, | ||||
| 				"electric11": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 2.5], | ||||
| 						"0.25": [0, 0, 3.13], | ||||
| 						"0.5": [0, 0, -6.25], | ||||
| 						"0.75": [0, 0, 9.38], | ||||
| 						"1.0": [0, 0, 0] | ||||
| 					}, | ||||
| 					"position": [0, -7, 0], | ||||
| 					"scale": { | ||||
| 						"0.0": [1, 1, 1], | ||||
| 						"0.25": [1, 1, 1], | ||||
| 						"0.2917": [0.05, 1, 1], | ||||
| 						"0.3333": [1, 1, 1], | ||||
| 						"0.5833": [0.9125, 1, 1], | ||||
| 						"0.625": [0.1563, 1, 1], | ||||
| 						"0.6667": [0.9, 1, 1], | ||||
| 						"1.0": [1, 1, 1] | ||||
| 					} | ||||
| 				}, | ||||
| 				"electric12": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, -5], | ||||
| 						"0.25": [0, 0, -1.25], | ||||
| 						"0.5": [0, 0, 12.5], | ||||
| 						"0.75": [0, 0, -36.25], | ||||
| 						"1.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"electric13": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, -2.5], | ||||
| 						"0.25": [0, 0, -11.87], | ||||
| 						"0.5": [0, 0, -1.25], | ||||
| 						"0.75": [0, 0, 61.88], | ||||
| 						"1.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"electric14": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 2.5], | ||||
| 						"0.25": [0, 0, 9.38], | ||||
| 						"0.5": [0, 0, -13.75], | ||||
| 						"0.75": [0, 0, -59.37], | ||||
| 						"1.0": [0, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,879 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.gothita.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 2, | ||||
| 			"bones": { | ||||
| 				"arm_left": { | ||||
| 					"rotation": [0, "-math.sin(query.anim_time*90*2+90)*5", "42.5+math.sin(query.anim_time*90*2+90)*3"] | ||||
| 				}, | ||||
| 				"elbow_left": { | ||||
| 					"rotation": [0, 0, "-20-math.sin(query.anim_time*90*2+180)*5"] | ||||
| 				}, | ||||
| 				"waist": { | ||||
| 					"rotation": ["7.5+math.sin(query.anim_time*90*2)*1", "math.sin(query.anim_time*90*2)*3", 0] | ||||
| 				}, | ||||
| 				"chest": { | ||||
| 					"rotation": [0, "-math.sin(query.anim_time*90*2+90)*2", 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["-10-math.sin(query.anim_time*90*2+90)*1", "math.sin(query.anim_time*90*2+180)*2", 0], | ||||
| 					"position": [0, -0.25, 0] | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": [-5, 15, 0] | ||||
| 				}, | ||||
| 				"knee_left": { | ||||
| 					"rotation": [5, -5, 0] | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": [-5, -15, 0] | ||||
| 				}, | ||||
| 				"knee_right": { | ||||
| 					"rotation": [5, 5, 0] | ||||
| 				}, | ||||
| 				"pupil_right": { | ||||
| 					"position": [0, 0.25, 0] | ||||
| 				}, | ||||
| 				"pupil_left": { | ||||
| 					"position": [0, 0.25, 0] | ||||
| 				}, | ||||
| 				"pupilshine_left": { | ||||
| 					"position": [0, 0, 0] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [0, "NaN-math.sin(query.anim_time*90*2+90)*5", "-42.5+math.sin(query.anim_time*90*2+90)*3"] | ||||
| 				}, | ||||
| 				"elbow_right": { | ||||
| 					"rotation": [0, 0, "20-math.sin(query.anim_time*90*2+180)*5"] | ||||
| 				}, | ||||
| 				"bowtie": { | ||||
| 					"rotation": ["-math.sin(query.anim_time*90*2+90)*2", 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.gothita.battle_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": [0, 25, 0] | ||||
| 				}, | ||||
| 				"waist": { | ||||
| 					"rotation": ["20+math.sin(query.anim_time*90*2)*2", 0, 0], | ||||
| 					"position": [0, -0.5, 0] | ||||
| 				}, | ||||
| 				"bowtie": { | ||||
| 					"rotation": ["-1.6575+math.sin(query.anim_time*90*2-90)*2", -12.39135, 7.67995] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [0, 0, "35+math.sin(query.anim_time*90*2+90)*3"] | ||||
| 				}, | ||||
| 				"elbow_left": { | ||||
| 					"rotation": [0, 0, "-15+math.sin(query.anim_time*90*2)*3"] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [0, 0, "-35+math.sin(query.anim_time*90*2+90)*3"] | ||||
| 				}, | ||||
| 				"elbow_right": { | ||||
| 					"rotation": [0, 0, "15+math.sin(query.anim_time*90*2)*3"] | ||||
| 				}, | ||||
| 				"chest": { | ||||
| 					"rotation": ["-5+math.sin(query.anim_time*90*2-90)*3", 0, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["-14.9261+math.sin(query.anim_time*90*2+90)*4", -17.26565, 3.90773] | ||||
| 				}, | ||||
| 				"pupil_left": { | ||||
| 					"position": [0.25, 0, 0] | ||||
| 				}, | ||||
| 				"hair": { | ||||
| 					"rotation": ["math.sin(query.anim_time*90*2-90)*2", 0, "math.sin(query.anim_time*90*2-90)*1.5"] | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": [-9.71404, 10.27784, 0.74721], | ||||
| 					"position": [0.15, 0, 0] | ||||
| 				}, | ||||
| 				"knee_left": { | ||||
| 					"rotation": [10, 0, 0] | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": [-9.71404, -10.27784, -0.74721], | ||||
| 					"position": [-0.15, 0, 0] | ||||
| 				}, | ||||
| 				"knee_right": { | ||||
| 					"rotation": [10, 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.gothita.blink": { | ||||
| 			"animation_length": 0.1667, | ||||
| 			"bones": { | ||||
| 				"eyelid_left": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, -0.1], | ||||
| 						"0.1667": { | ||||
| 							"pre": [0, 0, -0.1], | ||||
| 							"post": [0, 0, 0] | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"eyelid_right": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, -0.1], | ||||
| 						"0.1667": { | ||||
| 							"pre": [0, 0, -0.1], | ||||
| 							"post": [0, 0, 0] | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.gothita.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 2, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [5, 0, 0], | ||||
| 						"0.0417": [5, 0, 0], | ||||
| 						"0.4583": [5, 0, 0], | ||||
| 						"0.5417": [5, 0, 0], | ||||
| 						"0.9583": [5, 0, 0], | ||||
| 						"1.0417": [5, 0, 0], | ||||
| 						"1.4583": [5, 0, 0], | ||||
| 						"1.5417": [5, 0, 0], | ||||
| 						"1.9583": [5, 0, 0], | ||||
| 						"2.0": [5, 0, 0] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [0, -0.1, 0.1], | ||||
| 						"0.0417": [0, -0.1, 0.2], | ||||
| 						"0.4583": [0, -0.1, 0], | ||||
| 						"0.5417": [0, -0.1, 0.2], | ||||
| 						"0.9583": [0, -0.1, 0], | ||||
| 						"1.0417": [0, -0.1, 0.2], | ||||
| 						"1.4583": [0, -0.1, 0], | ||||
| 						"1.5417": [0, -0.1, 0.2], | ||||
| 						"1.9583": [0, -0.1, 0], | ||||
| 						"2.0": [0, -0.1, 0.1] | ||||
| 					} | ||||
| 				}, | ||||
| 				"waist": { | ||||
| 					"rotation": [0, "-math.sin(query.anim_time*90*4-45)*5", "math.sin(query.anim_time*90*4)*2"] | ||||
| 				}, | ||||
| 				"bowtie": { | ||||
| 					"rotation": ["15+math.sin(query.anim_time*90*4-90)*4", 0, 0] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": ["math.sin(query.anim_time*90*4+45)*7", "math.sin(query.anim_time*90*4-45)*30", 30] | ||||
| 				}, | ||||
| 				"elbow_left": { | ||||
| 					"rotation": [0, 0, "-7.5-math.sin(query.anim_time*90*4+90)*5"] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": ["-math.sin(query.anim_time*90*4+45)*7", "math.sin(query.anim_time*90*4-45)*30", -30] | ||||
| 				}, | ||||
| 				"elbow_right": { | ||||
| 					"rotation": [0, 0, "7.5-math.sin(query.anim_time*90*4+90)*5"] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": [-5, "math.sin(query.anim_time*90*4-45)*5", "-math.sin(query.anim_time*90*4+45)*3"] | ||||
| 				}, | ||||
| 				"hair": { | ||||
| 					"rotation": [0, 0, "-math.sin(query.anim_time*90*4+60)*3"] | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-19.66, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.0833": { | ||||
| 							"post": [-15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [20, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [-12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [-19.66, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0833": { | ||||
| 							"post": [-15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [20, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.8333": { | ||||
| 							"post": [-12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [-19.66, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0.1, -0.08], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.0833": { | ||||
| 							"post": [0, 0, 0.1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [0, 0, 0.25], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0.5, 0.35], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [0, 0.67, -0.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0.1, -0.08], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0833": { | ||||
| 							"post": [0, 0, 0.1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.3333": { | ||||
| 							"post": [0, 0, 0.25], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0.5, 0.35], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.8333": { | ||||
| 							"post": [0, 0.67, -0.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 0.1, -0.08], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"knee_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [20, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [-12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [-19.66, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5833": { | ||||
| 							"post": [-15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [20, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.3333": { | ||||
| 							"post": [-12.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [-19.66, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5833": { | ||||
| 							"post": [-15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [20, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0.5, 0.35], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [0, 0.67, -0.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, 0.1, -0.08], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5833": { | ||||
| 							"post": [0, 0, 0.1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.8333": { | ||||
| 							"post": [0, 0, 0.25], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0.5, 0.35], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.3333": { | ||||
| 							"post": [0, 0.67, -0.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [0, 0.1, -0.08], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5833": { | ||||
| 							"post": [0, 0, 0.1], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.8333": { | ||||
| 							"post": [0, 0, 0.25], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 0.5, 0.35], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"knee_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.gothita.cry": { | ||||
| 			"animation_length": 1.0417, | ||||
| 			"bones": { | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.0833": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.1667": { | ||||
| 							"post": [-2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [-2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4167": { | ||||
| 							"post": [-7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.625": { | ||||
| 							"post": [-2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0417": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"hair": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.125": { | ||||
| 							"post": [2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [1.25, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4167": { | ||||
| 							"post": [1.25, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.625": { | ||||
| 							"post": [2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0417": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"lip_top": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.0833": { | ||||
| 							"post": [-15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.1667": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4167": { | ||||
| 							"post": [-15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.625": { | ||||
| 							"post": [-5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0417": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"lip_bottom": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.0833": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.1667": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4167": { | ||||
| 							"post": [15, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.625": { | ||||
| 							"post": [5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0417": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"waist": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.0833": { | ||||
| 							"post": [2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.1667": { | ||||
| 							"post": [1.25, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [1.25, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4167": { | ||||
| 							"post": [2.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [1.25, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5833": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.0833": { | ||||
| 							"post": [0, 0, 15], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.1667": { | ||||
| 							"post": [0, 0, 5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [0, 0, 5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4167": { | ||||
| 							"post": [0, 0, 15], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.625": { | ||||
| 							"post": [0, 0, 5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0417": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.0833": { | ||||
| 							"post": [0.375, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.1667": { | ||||
| 							"post": [0.125, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [0.125, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4167": { | ||||
| 							"post": [0.375, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.625": { | ||||
| 							"post": [0.125, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0417": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"elbow_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.0833": { | ||||
| 							"post": [0, 0, -7.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.1667": { | ||||
| 							"post": [0, 0, -2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [0, 0, -2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4167": { | ||||
| 							"post": [0, 0, -7.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.625": { | ||||
| 							"post": [0, 0, -2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0417": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.0833": { | ||||
| 							"post": [0, 0, -15], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.1667": { | ||||
| 							"post": [0, 0, -5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [0, 0, -5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4167": { | ||||
| 							"post": [0, 0, -15], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.625": { | ||||
| 							"post": [0, 0, -5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0417": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.0833": { | ||||
| 							"post": [-0.375, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.1667": { | ||||
| 							"post": [-0.125, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [-0.125, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4167": { | ||||
| 							"post": [-0.375, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.625": { | ||||
| 							"post": [-0.125, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0417": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"elbow_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.0833": { | ||||
| 							"post": [0, 0, 7.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.1667": { | ||||
| 							"post": [0, 0, 2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [0, 0, 2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4167": { | ||||
| 							"post": [0, 0, 7.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.625": { | ||||
| 							"post": [0, 0, 2.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0417": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"pupil_left": { | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.0833": { | ||||
| 							"post": [0, -0.05, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.1667": { | ||||
| 							"post": [0, -0.025, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [0, -0.025, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4167": { | ||||
| 							"post": [0, -0.05, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, -0.025, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5833": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"pupil_right": { | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.0833": { | ||||
| 							"post": [0, -0.05, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.1667": { | ||||
| 							"post": [0, -0.025, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.3333": { | ||||
| 							"post": [0, -0.025, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.4167": { | ||||
| 							"post": [0, -0.05, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": { | ||||
| 							"post": [0, -0.025, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5833": { | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			}, | ||||
| 			"sound_effects": { | ||||
| 				"0.0": { | ||||
| 					"effect": "gothita_cry" | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,667 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.gothitelle.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 2, | ||||
| 			"bones": { | ||||
| 				"waist": { | ||||
| 					"rotation": ["-2.5-math.sin(query.anim_time*90*2)", 0, 0] | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": ["-2.5+math.sin(query.anim_time*90*2+90)*1.5", 0, 0] | ||||
| 				}, | ||||
| 				"chest": { | ||||
| 					"rotation": ["-2.5-math.sin(query.anim_time*90*2+180)*2", 0, 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["5-math.sin(query.anim_time*90*2+90)*2", 0, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["2.5+math.sin(query.anim_time*90*2+90)", 0, 0] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [0, "0+math.sin(query.anim_time*90*2)*1.5", "55-math.sin(query.anim_time*90*2+90)*1.5"] | ||||
| 				}, | ||||
| 				"elbow_left": { | ||||
| 					"rotation": [0, "-5-math.sin(query.anim_time*90*2+90)*2", "-10+math.sin(query.anim_time*90*2+180)*1.5"], | ||||
| 					"position": [-0.1, 0, 0] | ||||
| 				}, | ||||
| 				"wrist_left": { | ||||
| 					"rotation": [0, 0, -5] | ||||
| 				}, | ||||
| 				"hand_left": { | ||||
| 					"rotation": [0, 0, -5] | ||||
| 				}, | ||||
| 				"thumb_left": { | ||||
| 					"rotation": [7.5, -55, 0], | ||||
| 					"position": [0, -0.1, 0] | ||||
| 				}, | ||||
| 				"fingers_left": { | ||||
| 					"rotation": [0, 0, 15] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [0, "0-math.sin(query.anim_time*90*2)*1.5", "-55+math.sin(query.anim_time*90*2+90)*1.5"] | ||||
| 				}, | ||||
| 				"elbow_right": { | ||||
| 					"rotation": [0, "5+math.sin(query.anim_time*90*2+90)*2", "10-math.sin(query.anim_time*90*2+180)*1.5"], | ||||
| 					"position": [0.1, 0, 0] | ||||
| 				}, | ||||
| 				"wrist_right": { | ||||
| 					"rotation": [0, 0, 5] | ||||
| 				}, | ||||
| 				"hand_right": { | ||||
| 					"rotation": [0, 0, 5] | ||||
| 				}, | ||||
| 				"thumb_right": { | ||||
| 					"rotation": [7.5, 55, 0], | ||||
| 					"position": [0, -0.1, 0] | ||||
| 				}, | ||||
| 				"fingers_right": { | ||||
| 					"rotation": [0, 0, -15] | ||||
| 				}, | ||||
| 				"head_bow": { | ||||
| 					"rotation": ["5-math.sin(query.anim_time*90*2+180)*2", 0, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.gothitelle.cry": { | ||||
| 			"animation_length": 1.4167, | ||||
| 			"bones": { | ||||
| 				"waist": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.0417": [0.7, 0, 0], | ||||
| 						"0.0833": [3.1, 0, 0], | ||||
| 						"1.4167": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"waist_bow": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.0417": { | ||||
| 							"pre": [-0.7, 0, 0], | ||||
| 							"post": [-0.7, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.0833": { | ||||
| 							"post": [-3.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.4167": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.0417": [0.2, 0, 0], | ||||
| 						"0.0833": [0.9, 0, 0], | ||||
| 						"0.625": ["0.9+math.sin(query.anim_time*90*100+90)*0.4", 0, 0], | ||||
| 						"1.0417": [0.9, 0, 0], | ||||
| 						"1.4167": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"chest": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.125": { | ||||
| 							"pre": [-3.4, 0, 0], | ||||
| 							"post": [-3.4, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [-4.1, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.4167": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.125": [-3.4, 0, 0], | ||||
| 						"0.25": [-4.1, 0, 0], | ||||
| 						"0.625": ["-4.1+math.sin(query.anim_time*90*100)*0.2", 0, 0], | ||||
| 						"0.8333": [-9.6, 0, 0], | ||||
| 						"1.125": [-8.14, 0, 0], | ||||
| 						"1.2917": [-5.15, 0, 0], | ||||
| 						"1.4167": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.0417": [-0.65, 0, 0], | ||||
| 						"0.0833": [-0.9, 0, 0], | ||||
| 						"0.1667": [-0.7, 0, 0], | ||||
| 						"0.2917": [0.1, 0, 0], | ||||
| 						"0.625": ["1.2-math.sin(query.anim_time*90*100)*0.2", 0, 0], | ||||
| 						"0.9583": [-0.1, 0, 0], | ||||
| 						"1.125": [-0.7, 0, 0], | ||||
| 						"1.2083": [-0.6, 0, 0], | ||||
| 						"1.2917": [-0.2, 0, 0], | ||||
| 						"1.4167": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"lip_top": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.0417": [-2.65, 0, 0], | ||||
| 						"0.0833": [-4.9, 0, 0], | ||||
| 						"0.1667": [-3.7, 0, 0], | ||||
| 						"0.2917": [-2.9, 0, 0], | ||||
| 						"0.625": { | ||||
| 							"pre": [-1.47813, -2.49238, 0.19513], | ||||
| 							"post": [-1.47813, -2.49238, 0.19513], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.9583": { | ||||
| 							"post": [-4.1, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.125": { | ||||
| 							"post": [-5.7, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.1667": [-3.6, 0, 0], | ||||
| 						"1.2917": [-2.2, 0, 0], | ||||
| 						"1.4167": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"lip_bottom": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.0417": [14.65, 0, 0], | ||||
| 						"0.0833": [24.9, 0, 0], | ||||
| 						"0.1667": [23.7, 0, 0], | ||||
| 						"0.2917": [17.9, 0, 0], | ||||
| 						"0.625": { | ||||
| 							"pre": [6.4781, -2.49238, 0.19513], | ||||
| 							"post": [6.4781, -2.49238, 0.19513], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.9583": { | ||||
| 							"post": [20.1, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.125": { | ||||
| 							"post": [26.7, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.1667": [15.6, 0, 0], | ||||
| 						"1.2917": [7.2, 0, 0], | ||||
| 						"1.4167": [0, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			}, | ||||
| 			"sound_effects": { | ||||
| 				"0.0": { | ||||
| 					"effect": "gothitelle_cry" | ||||
| 				}, | ||||
| 				"1.4167": { | ||||
| 					"effect": "gothitelle_cry" | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.gothitelle.blink": { | ||||
| 			"animation_length": 0.1667, | ||||
| 			"bones": { | ||||
| 				"eye_left": { | ||||
| 					"position": [0, 0, 0.1] | ||||
| 				}, | ||||
| 				"eyelid_left": { | ||||
| 					"position": [0, 0, -0.2] | ||||
| 				}, | ||||
| 				"eye_right": { | ||||
| 					"position": [0, 0, 0.1] | ||||
| 				}, | ||||
| 				"eyelid_right": { | ||||
| 					"position": [0, 0, -0.2] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.gothitelle.battle_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": [0, 17.5, 0] | ||||
| 				}, | ||||
| 				"waist": { | ||||
| 					"rotation": ["5+math.sin(query.anim_time*90*2+90)*0.4", 5, 0] | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": ["-2.5+math.sin(query.anim_time*90*2)*0.7", 5, 0] | ||||
| 				}, | ||||
| 				"chest": { | ||||
| 					"rotation": ["-5+math.sin(query.anim_time*90*2-90)*0.8", 5, 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["-7.5-math.sin(query.anim_time*90*2)*0.7", 7.5, 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["10-math.sin(query.anim_time*90*2-90)*0.4", 7.5, 1.25] | ||||
| 				}, | ||||
| 				"iris_left": { | ||||
| 					"position": [0.75, 0, 0] | ||||
| 				}, | ||||
| 				"iris_right": { | ||||
| 					"position": [0.5, 0, 0] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [1.65705, 12.31918, "62.75-math.sin(query.anim_time*90*2-120)*1.3"], | ||||
| 					"position": [0, 0.3, -0.75] | ||||
| 				}, | ||||
| 				"elbow_left": { | ||||
| 					"rotation": [0, -7.5, "-15-math.sin(query.anim_time*90*2+90)*1.5"], | ||||
| 					"position": [-0.35, 0, -0.125] | ||||
| 				}, | ||||
| 				"wrist_left": { | ||||
| 					"rotation": [0, 0, "-7.5-math.sin(query.anim_time*90*2+45)*1.5"] | ||||
| 				}, | ||||
| 				"hand_left": { | ||||
| 					"rotation": [0, 0, "-2.5-math.sin(query.anim_time*90*2+45)*0.7"] | ||||
| 				}, | ||||
| 				"thumb_left": { | ||||
| 					"rotation": ["-22.5-math.sin(query.anim_time*90*2-7.5)*4", -60, 0] | ||||
| 				}, | ||||
| 				"fingers_left": { | ||||
| 					"rotation": [0, 0, "-22.5-math.sin(query.anim_time*90*2)*4"], | ||||
| 					"position": [-0.45, 0, 0] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [1.31845, "-9.9136-math.sin(query.anim_time*90*2-90)*0.8", "-30.1144+math.sin(query.anim_time*90*2-120)*1.3"] | ||||
| 				}, | ||||
| 				"elbow_right": { | ||||
| 					"rotation": [-1.6575, "-12.3914+math.sin(query.anim_time*90*2+90)*0.7", "17.6799+math.sin(query.anim_time*90*2+90)*2.3"] | ||||
| 				}, | ||||
| 				"wrist_right": { | ||||
| 					"rotation": [7.5, 7.5, "5+math.sin(query.anim_time*90*2+45)*3"], | ||||
| 					"position": [0.25, 0, 0] | ||||
| 				}, | ||||
| 				"hand_right": { | ||||
| 					"rotation": [0, 0, "math.sin(query.anim_time*90*2+45)*3"] | ||||
| 				}, | ||||
| 				"thumb_right": { | ||||
| 					"rotation": ["30.4456-math.sin(query.anim_time*90*2)*5", 33.4855, 17.9672], | ||||
| 					"position": [0, -0.3, 0] | ||||
| 				}, | ||||
| 				"fingers_right": { | ||||
| 					"rotation": [0, 0, "-22.5+math.sin(query.anim_time*90*2)*4"] | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": [0, -7.5, 0] | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": [0, 10, 0] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.gothitelle.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 4, | ||||
| 			"bones": { | ||||
| 				"body": { | ||||
| 					"rotation": [0, "math.sin(query.anim_time*90*2-100)*2", 0], | ||||
| 					"position": [0, 0, "math.sin(query.anim_time*90*2)*0.4"] | ||||
| 				}, | ||||
| 				"waist": { | ||||
| 					"rotation": ["math.sin(query.anim_time*90*2+90)*0.5", "math.sin(query.anim_time*90*1-90)*2", 0] | ||||
| 				}, | ||||
| 				"torso": { | ||||
| 					"rotation": ["math.sin(query.anim_time*90*2+45)", "math.sin(query.anim_time*90*1-120)*2", 0] | ||||
| 				}, | ||||
| 				"chest": { | ||||
| 					"rotation": ["math.sin(query.anim_time*90*2)*1.5", "math.sin(query.anim_time*90*1+60)*4", 0] | ||||
| 				}, | ||||
| 				"neck": { | ||||
| 					"rotation": ["-math.sin(query.anim_time*90*2)*3", "math.sin(query.anim_time*90*1+105)*2", 0] | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["-math.sin(query.anim_time*90*2-45)*0.2", 0, 0] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [0, "-(math.sin(query.anim_time*90*2-130)*5)", "55+math.sin(query.anim_time*90*2)*1.5"], | ||||
| 					"position": [0, 0.5, -1] | ||||
| 				}, | ||||
| 				"elbow_left": { | ||||
| 					"rotation": [0, "7.5+math.sin(query.anim_time*90*2-190)*3", "-10+math.sin(query.anim_time*90*2-60)*1.5"] | ||||
| 				}, | ||||
| 				"wrist_left": { | ||||
| 					"rotation": [0, 0, "-7.5+math.sin(query.anim_time*90*2-105)*3.5"] | ||||
| 				}, | ||||
| 				"hand_left": { | ||||
| 					"rotation": [0, "-(math.sin(query.anim_time*90*2-190)*4)", -5] | ||||
| 				}, | ||||
| 				"thumb_left": { | ||||
| 					"rotation": [-12.5, -45, 0], | ||||
| 					"position": [0, -0.2, 0.25] | ||||
| 				}, | ||||
| 				"fingers_left": { | ||||
| 					"rotation": [0, 0, "-12.5+math.sin(query.anim_time*90*2-190)*4"], | ||||
| 					"position": [-0.3, 0, 0] | ||||
| 				}, | ||||
| 				"arm_right": { | ||||
| 					"rotation": [0, "math.sin(query.anim_time*90*2-130)*5", "-55+math.sin(query.anim_time*90*2)*1.5"], | ||||
| 					"position": [0, 0.5, -1] | ||||
| 				}, | ||||
| 				"elbow_right": { | ||||
| 					"rotation": [0, "-7.5+math.sin(query.anim_time*90*2-190)*3", "10+math.sin(query.anim_time*90*2-60)*1.5"] | ||||
| 				}, | ||||
| 				"wrist_right": { | ||||
| 					"rotation": [0, 0, "7.5+math.sin(query.anim_time*90*2-105)*3.5"] | ||||
| 				}, | ||||
| 				"hand_right": { | ||||
| 					"rotation": [0, "math.sin(query.anim_time*90*2-190)*4", 5] | ||||
| 				}, | ||||
| 				"thumb_right": { | ||||
| 					"rotation": [-12.5, 45, 0], | ||||
| 					"position": [0, -0.2, 0.25] | ||||
| 				}, | ||||
| 				"fingers_right": { | ||||
| 					"rotation": [0, 0, "12.5+math.sin(query.anim_time*90*2-190)*4"], | ||||
| 					"position": [0.3, 0, 0] | ||||
| 				}, | ||||
| 				"leg_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.5417": [5, 0, 0], | ||||
| 						"0.75": { | ||||
| 							"pre": [7.5, 0, 0], | ||||
| 							"post": [7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [-2.35, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [-11.67, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": [-5, 0, 0], | ||||
| 						"2.0": [0, 0, 0], | ||||
| 						"2.5417": [5, 0, 0], | ||||
| 						"2.75": { | ||||
| 							"pre": [7.5, 0, 0], | ||||
| 							"post": [7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.0": { | ||||
| 							"post": [-2.35, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.25": { | ||||
| 							"post": [-11.67, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.5": [-5, 0, 0], | ||||
| 						"4.0": [0, 0, 0] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.5417": [0, -0.15, 1.75], | ||||
| 						"0.75": { | ||||
| 							"pre": [0, 0.5, 1.5], | ||||
| 							"post": [0, 0.5, 1.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0.53, -0.39], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [0, 0.4, -0.75], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": [0, -0.225, -0.75], | ||||
| 						"2.0": [0, 0, 0], | ||||
| 						"2.5417": [0, -0.15, 1.75], | ||||
| 						"2.75": { | ||||
| 							"pre": [0, 0.5, 1.5], | ||||
| 							"post": [0, 0.5, 1.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.0": { | ||||
| 							"post": [0, 0.53, -0.39], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.25": { | ||||
| 							"post": [0, 0.4, -0.75], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.5": [0, -0.225, -0.75], | ||||
| 						"4.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"foot_right": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.5417": [-5, 0, 0], | ||||
| 						"0.75": { | ||||
| 							"pre": [10, 0, 0], | ||||
| 							"post": [10, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [3.75, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [-3.33, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": [5, 0, 0], | ||||
| 						"2.0": [0, 0, 0], | ||||
| 						"2.5417": [-5, 0, 0], | ||||
| 						"2.75": { | ||||
| 							"pre": [10, 0, 0], | ||||
| 							"post": [10, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.0": { | ||||
| 							"post": [3.75, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.25": { | ||||
| 							"post": [-3.33, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.5": [5, 0, 0], | ||||
| 						"4.0": [0, 0, 0] | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.5417": [0, 0.275, 0], | ||||
| 						"0.75": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.0": { | ||||
| 							"post": [0, 0.07, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.25": { | ||||
| 							"post": [0, 0.175, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"1.5": [0, 0.1, 0], | ||||
| 						"2.0": [0, 0, 0], | ||||
| 						"2.5417": [0, 0.275, 0], | ||||
| 						"2.75": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.0": { | ||||
| 							"post": [0, 0.07, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.25": { | ||||
| 							"post": [0, 0.175, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"3.5": [0, 0.1, 0], | ||||
| 						"4.0": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"leg_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [-2.35, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [-11.67, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": [-5, 0, 0], | ||||
| 						"1.0": [0, 0, 0], | ||||
| 						"1.5417": [5, 0, 0], | ||||
| 						"1.75": { | ||||
| 							"pre": [7.5, 0, 0], | ||||
| 							"post": [7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [-2.35, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.25": { | ||||
| 							"post": [-11.67, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.5": [-5, 0, 0], | ||||
| 						"3.0": [0, 0, 0], | ||||
| 						"3.5417": [5, 0, 0], | ||||
| 						"3.75": { | ||||
| 							"pre": [7.5, 0, 0], | ||||
| 							"post": [7.5, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"4.0": { | ||||
| 							"post": [-2.35, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0.53, -0.39], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 0.4, -0.75], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": [0, -0.225, -0.75], | ||||
| 						"1.0": [0, 0, 0], | ||||
| 						"1.5417": [0, -0.15, 1.75], | ||||
| 						"1.75": { | ||||
| 							"pre": [0, 0.5, 1.5], | ||||
| 							"post": [0, 0.5, 1.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 0.53, -0.39], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.25": { | ||||
| 							"post": [0, 0.4, -0.75], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.5": [0, -0.225, -0.75], | ||||
| 						"3.0": [0, 0, 0], | ||||
| 						"3.5417": [0, -0.15, 1.75], | ||||
| 						"3.75": { | ||||
| 							"pre": [0, 0.5, 1.5], | ||||
| 							"post": [0, 0.5, 1.5], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"4.0": { | ||||
| 							"post": [0, 0.53, -0.39], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				}, | ||||
| 				"foot_left": { | ||||
| 					"rotation": { | ||||
| 						"0.0": { | ||||
| 							"post": [3.75, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [-3.33, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": [5, 0, 0], | ||||
| 						"1.0": [0, 0, 0], | ||||
| 						"1.5417": [-5, 0, 0], | ||||
| 						"1.75": { | ||||
| 							"pre": [10, 0, 0], | ||||
| 							"post": [10, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [3.75, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.25": { | ||||
| 							"post": [-3.33, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.5": [5, 0, 0], | ||||
| 						"3.0": [0, 0, 0], | ||||
| 						"3.5417": [-5, 0, 0], | ||||
| 						"3.75": { | ||||
| 							"pre": [10, 0, 0], | ||||
| 							"post": [10, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"4.0": { | ||||
| 							"post": [3.75, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					}, | ||||
| 					"position": { | ||||
| 						"0.0": { | ||||
| 							"post": [0, 0.07, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.25": { | ||||
| 							"post": [0, 0.175, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"0.5": [0, 0.1, 0], | ||||
| 						"1.0": [0, 0, 0], | ||||
| 						"1.5417": [0, 0.275, 0], | ||||
| 						"1.75": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.0": { | ||||
| 							"post": [0, 0.07, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.25": { | ||||
| 							"post": [0, 0.175, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"2.5": [0, 0.1, 0], | ||||
| 						"3.0": [0, 0, 0], | ||||
| 						"3.5417": [0, 0.275, 0], | ||||
| 						"3.75": { | ||||
| 							"pre": [0, 0, 0], | ||||
| 							"post": [0, 0, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						}, | ||||
| 						"4.0": { | ||||
| 							"post": [0, 0.07, 0], | ||||
| 							"lerp_mode": "catmullrom" | ||||
| 						} | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @ -0,0 +1,214 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.greattusk.ground_walk": { | ||||
| 			"loop": true, | ||||
| 			"animation_length": 1.33333, | ||||
| 			"bones": { | ||||
| 				"torso_back": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"0.2917": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"0.3333": [0, "-0.4+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"0.4167": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"0.5417": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"0.5833": [0, "-0.2+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"0.6667": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"0.9583": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"1.0": [0, "-0.4+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"1.0833": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"1.2083": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"1.25": [0, "-0.2+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"1.3333": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"torso_front": { | ||||
| 					"position": { | ||||
| 						"0.0": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"0.2917": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"0.3333": [0, "-0.4+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"0.4167": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"0.5417": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"0.5833": [0, "-0.2+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"0.6667": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"0.9583": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"1.0": [0, "-0.4+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"1.0833": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"1.2083": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"1.25": [0, "-0.2+math.sin(q.anim_time*90*3*2)*0.4", 0], | ||||
| 						"1.3333": [0, "0+math.sin(q.anim_time*90*3*2)*0.4", 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"head": { | ||||
| 					"rotation": ["0+math.cos(q.anim_time*90*3*2-60)*1", 0, "0+math.sin(q.anim_time*90*3-60)*2"] | ||||
| 				}, | ||||
| 				"head_plate": { | ||||
| 					"rotation": ["0+math.cos(q.anim_time*90*3*2-60)*1", 0, "0+math.sin(q.anim_time*90*3-60)*2"], | ||||
| 					"position": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.2917": [0, 0, 0], | ||||
| 						"0.3333": [0, 0.3, 0], | ||||
| 						"0.375": [0, -0.26, 0], | ||||
| 						"0.4583": [0, 0, 0], | ||||
| 						"1.0": [0, 0, 0], | ||||
| 						"1.0417": [0, 0.3, 0], | ||||
| 						"1.0833": [0, -0.26, 0], | ||||
| 						"1.1667": [0, 0, 0], | ||||
| 						"1.3333": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"tread5": { | ||||
| 					"rotation": [22.5, 0, 0], | ||||
| 					"position": [0, 0, 0] | ||||
| 				}, | ||||
| 				"trunk": { | ||||
| 					"rotation": [47.5, 0, 0] | ||||
| 				}, | ||||
| 				"trunk2": { | ||||
| 					"rotation": [35, 0, 0] | ||||
| 				}, | ||||
| 				"trunk3": { | ||||
| 					"rotation": [55, 0, 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["-4+math.sin(q.anim_time*90*3*2+60)*2", "0+math.cos(q.anim_time*90*3+60)*-4", 0] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": ["15+math.sin(q.anim_time*90*3*2+40)*2", "0+math.cos(q.anim_time*90*3+40)*-4", 0] | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": ["12.5+math.sin(q.anim_time*90*3*2+20)*2", "0+math.cos(q.anim_time*90*3+20)*-4", 0] | ||||
| 				}, | ||||
| 				"tail4": { | ||||
| 					"rotation": ["7.5+math.sin(q.anim_time*90*3*2)*2", "0+math.cos(q.anim_time*90*3)*-4", 0] | ||||
| 				}, | ||||
| 				"leg_front_left": { | ||||
| 					"rotation": ["6-math.sin(q.anim_time*90*3-180)*15", "0+math.sin(q.anim_time*90*3-180)*6", 0], | ||||
| 					"position": ["0.3+math.cos(q.anim_time*90*3-180)*-0.3", "0.5+math.clamp(math.cos(q.anim_time*90*3-180)*1,0,2)", "-math.sin(q.anim_time*90*3-180)*0.5"] | ||||
| 				}, | ||||
| 				"leg_back_left": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*3-60)*6", "0+math.sin(q.anim_time*90*3-60)*6", 0], | ||||
| 					"position": ["0+math.cos(q.anim_time*90*3-60)*0.2", "-0.2+math.clamp(math.cos(q.anim_time*90*3-60)*1,0,2)", "0-math.sin(q.anim_time*90*3-60)*0.7"] | ||||
| 				}, | ||||
| 				"leg_back_right": { | ||||
| 					"rotation": ["0-math.sin(q.anim_time*90*3-240)*6", "0-math.sin(q.anim_time*90*3-240)*6", 0], | ||||
| 					"position": ["0-math.cos(q.anim_time*90*3-240)*0.2", "-0.2+math.clamp(math.cos(q.anim_time*90*3-240)*1,0,2)", "0-math.sin(q.anim_time*90*3-240)*0.8"] | ||||
| 				}, | ||||
| 				"leg_front_right": { | ||||
| 					"rotation": ["6-math.sin(q.anim_time*90*3)*15", "0+math.sin(q.anim_time*90*3)*6", 0], | ||||
| 					"position": ["-0.3+math.cos(q.anim_time*90*3)*0.3", "0.5+math.clamp(math.cos(q.anim_time*90*3)*1,0,2)", "-math.sin(q.anim_time*90*3)*0.5"] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.greattusk.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"head": { | ||||
| 					"rotation": ["7.5+math.sin(q.anim_time*90*1.5-20)*1", "math.sin(q.anim_time*90*0.5-20)*2", 0] | ||||
| 				}, | ||||
| 				"ear_left": { | ||||
| 					"rotation": [0, -5, "10-math.sin(q.anim_time*90*1.5-20)*2"] | ||||
| 				}, | ||||
| 				"front_plate": { | ||||
| 					"rotation": [0, 0, 0] | ||||
| 				}, | ||||
| 				"head_plate": { | ||||
| 					"rotation": ["math.sin(q.anim_time*90*1.5-20)*1", "math.sin(q.anim_time*90*0.5-20)*2", 0] | ||||
| 				}, | ||||
| 				"trunk": { | ||||
| 					"rotation": [47.5, 0, 0] | ||||
| 				}, | ||||
| 				"trunk2": { | ||||
| 					"rotation": [35, 0, 0] | ||||
| 				}, | ||||
| 				"back_plate": { | ||||
| 					"rotation": [0, 0, 0] | ||||
| 				}, | ||||
| 				"tail": { | ||||
| 					"rotation": ["-17.5+math.sin(q.anim_time*90*1.5-80)*1", 0, 0] | ||||
| 				}, | ||||
| 				"tail2": { | ||||
| 					"rotation": ["35+math.sin(q.anim_time*90*1.5-100)*1.5", "math.sin(q.anim_time*90*0.5-100)*5", 0] | ||||
| 				}, | ||||
| 				"ear_left2": { | ||||
| 					"rotation": [0, 0, "-17.5-math.sin(q.anim_time*90*1.5-60)*4"] | ||||
| 				}, | ||||
| 				"trunk3": { | ||||
| 					"rotation": [55, 0, 0] | ||||
| 				}, | ||||
| 				"ear_right": { | ||||
| 					"rotation": [0, 5, "-10-math.sin(q.anim_time*90*1.5-20)*2"] | ||||
| 				}, | ||||
| 				"ear_right2": { | ||||
| 					"rotation": [0, 0, "17.5+math.sin(q.anim_time*90*1.5-60)*4"] | ||||
| 				}, | ||||
| 				"tread3": { | ||||
| 					"rotation": [15, 0, 0] | ||||
| 				}, | ||||
| 				"tread4": { | ||||
| 					"rotation": [0, 0, 0] | ||||
| 				}, | ||||
| 				"tread5": { | ||||
| 					"rotation": [22.5, 0, 0], | ||||
| 					"position": [0, 0, 0] | ||||
| 				}, | ||||
| 				"tread6": { | ||||
| 					"rotation": [7.5, 0, 0] | ||||
| 				}, | ||||
| 				"eyelid_right": { | ||||
| 					"position": [0, 0, 0] | ||||
| 				}, | ||||
| 				"torso_front": { | ||||
| 					"rotation": ["math.sin(q.anim_time*90*1.5)*0.5", 0, 0] | ||||
| 				}, | ||||
| 				"tail3": { | ||||
| 					"rotation": ["math.sin(q.anim_time*90*1.5-120)*2", "math.sin(q.anim_time*90*0.5-120)*7", 0] | ||||
| 				}, | ||||
| 				"tail4": { | ||||
| 					"rotation": ["25+math.sin(q.anim_time*90*1.5-140)*2.5", "math.sin(q.anim_time*90*0.5-140)*1", 0], | ||||
| 					"position": [-0.1, -2, -3] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.greattusk.blink": { | ||||
| 			"animation_length": 0.1667, | ||||
| 			"bones": { | ||||
| 				"eyelid_left": { | ||||
| 					"position": { | ||||
| 						"0.0": [0.1, 0, -0.1], | ||||
| 						"0.125": [0.1, 0, -0.1], | ||||
| 						"0.1667": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"eyelid_right": { | ||||
| 					"position": { | ||||
| 						"0.0": [-0.1, 0, -0.1], | ||||
| 						"0.125": [-0.1, 0, -0.1], | ||||
| 						"0.1667": [0, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.greattusk.cry": { | ||||
| 			"animation_length": 1.5, | ||||
| 			"bones": { | ||||
| 				"neck": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [10, 0, 0], | ||||
| 						"1.25": [10, 0, 0], | ||||
| 						"1.5": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"jaw": { | ||||
| 					"rotation": { | ||||
| 						"0.0": [0, 0, 0], | ||||
| 						"0.25": [17.5, 0, 0], | ||||
| 						"1.25": [17.5, 0, 0], | ||||
| 						"1.5": [0, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,53 @@ | ||||
| { | ||||
| 	"format_version": "1.8.0", | ||||
| 	"animations": { | ||||
| 		"animation.grimer_alolan.ground_idle": { | ||||
| 			"loop": true, | ||||
| 			"bones": { | ||||
| 				"arm_right": { | ||||
| 					"rotation": [9.00717, -20.70481, -24.14867] | ||||
| 				}, | ||||
| 				"arm_right2": { | ||||
| 					"rotation": [-22.5, -55, 22.5] | ||||
| 				}, | ||||
| 				"finger_right_index": { | ||||
| 					"rotation": [0, -22.5, -22.5] | ||||
| 				}, | ||||
| 				"finger_right_ring": { | ||||
| 					"rotation": [0, 22.5, -22.5] | ||||
| 				}, | ||||
| 				"arm_left": { | ||||
| 					"rotation": [9.00717, 20.70481, 24.14867] | ||||
| 				}, | ||||
| 				"arm_left2": { | ||||
| 					"rotation": [-22.5, 55, -22.5] | ||||
| 				}, | ||||
| 				"finger_left_index": { | ||||
| 					"rotation": [0, 22.5, 22.5] | ||||
| 				}, | ||||
| 				"finger_left_ring": { | ||||
| 					"rotation": [0, -22.5, 22.5] | ||||
| 				} | ||||
| 			} | ||||
| 		}, | ||||
| 		"animation.grimer_alolan.blink": { | ||||
| 			"animation_length": 0.1667, | ||||
| 			"bones": { | ||||
| 				"eyelid_right": { | ||||
| 					"position": { | ||||
| 						"0.0": [-0.1, 0, -0.1], | ||||
| 						"0.125": [-0.1, 0, -0.1], | ||||
| 						"0.1667": [0, 0, 0] | ||||
| 					} | ||||
| 				}, | ||||
| 				"eyelid_left": { | ||||
| 					"position": { | ||||
| 						"0.0": [0.1, 0, -0.1], | ||||
| 						"0.125": [0.1, 0, -0.1], | ||||
| 						"0.1667": [0, 0, 0] | ||||
| 					} | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user