80 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			80 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"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]
 | |
| 					}
 | |
| 				}
 | |
| 			}
 | |
| 		}
 | |
| 	}
 | |
| } |