58 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			58 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"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"]
 | |
| 				}
 | |
| 			}
 | |
| 		}
 | |
| 	}
 | |
| } |