68 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			68 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"format_version": "1.8.0",
 | |
| 	"animations": {
 | |
| 		"animation.shellos.ground_idle": {
 | |
| 			"loop": true,
 | |
| 			"bones": {
 | |
| 				"torso": {
 | |
| 					"rotation": ["0+math.cos(q.anim_time*90*3)*1", 0, "0+math.cos(q.anim_time*90*3/2+30)*1"],
 | |
| 					"position": [0, "0.1*math.sin(q.anim_time*90*3)", 0]
 | |
| 				},
 | |
| 				"neck": {
 | |
| 					"rotation": ["0+math.cos(q.anim_time*90*3-60)*1", 0, "0+math.cos(q.anim_time*90*3/2-60)*1"],
 | |
| 					"position": [0, "0.1*math.sin(q.anim_time*90*3-60)", 0]
 | |
| 				},
 | |
| 				"head": {
 | |
| 					"rotation": ["0+math.cos(q.anim_time*90*3-60)*1", 0, "0+math.cos(q.anim_time*90*3/2-60)*1"],
 | |
| 					"position": [0, "0.1*math.sin(q.anim_time*90*3-60)", 0]
 | |
| 				},
 | |
| 				"ear_left": {
 | |
| 					"rotation": ["0+math.cos(q.anim_time*90*3-160)*5", 0, 0]
 | |
| 				},
 | |
| 				"ear_right": {
 | |
| 					"rotation": ["0+math.cos(q.anim_time*90*3-160)*5", 0, 0]
 | |
| 				}
 | |
| 			}
 | |
| 		},
 | |
| 		"animation.shellos.ground_walk": {
 | |
| 			"loop": true,
 | |
| 			"bones": {
 | |
| 				"head": {
 | |
| 					"rotation": ["-math.cos(q.anim_time*90*6*2-30)*2", 0, 0]
 | |
| 				},
 | |
| 				"ear_right": {
 | |
| 					"rotation": [0, "math.cos(q.anim_time*90*6-80)*3+math.cos(q.anim_time*90*6*2-80)*2", "math.cos(q.anim_time*90*6-80)*5 "]
 | |
| 				},
 | |
| 				"ri9ght_back_leg": {
 | |
| 					"rotation": ["0-math.sin(q.anim_time*90*6+180)*9", 0, 0],
 | |
| 					"position": [0, "0+math.clamp(math.cos(q.anim_time*90*6+180)*0.6,0,1)", "0-math.sin(q.anim_time*90*6+180)*0.5"]
 | |
| 				},
 | |
| 				"right_front_leg": {
 | |
| 					"rotation": ["0-math.sin(q.anim_time*90*6)*9", 0, 0],
 | |
| 					"position": [0, "0+math.clamp(math.cos(q.anim_time*90*6+50)*0.7,0,1)", "0.75-math.sin(q.anim_time*90*6+50)*0.5"]
 | |
| 				},
 | |
| 				"left_back_leg": {
 | |
| 					"rotation": ["0-math.sin(q.anim_time*90*6+50)*9", 0, 0],
 | |
| 					"position": [0, "0+math.clamp(math.cos(q.anim_time*90*6)*0.6,0,1)", "0-math.sin(q.anim_time*90*6)*0.5"]
 | |
| 				},
 | |
| 				"left_front_leg": {
 | |
| 					"rotation": ["0-math.sin(q.anim_time*90*6+230)*9", 0, 0],
 | |
| 					"position": [0, "0+math.clamp(math.cos(q.anim_time*90*6+230)*0.7,0,1)", "0.75-math.sin(q.anim_time*90*6+230)*0.5"]
 | |
| 				},
 | |
| 				"shelltop": {
 | |
| 					"position": [0, "0+math.sin(q.anim_time*90*6*2)*0.2", 0]
 | |
| 				},
 | |
| 				"torso": {
 | |
| 					"rotation": ["0-math.cos(q.anim_time*90*6)*1", "0-math.sin(q.anim_time*90*6)*2", "0+math.sin(q.anim_time*90*6)*2"],
 | |
| 					"position": [0, "0+math.sin(q.anim_time*90*6*2)*0.3", 0]
 | |
| 				},
 | |
| 				"neck": {
 | |
| 					"rotation": [0, 0, "0+math.sin(q.anim_time*90*3*2)*4"]
 | |
| 				},
 | |
| 				"ear_left": {
 | |
| 					"rotation": [0, "math.cos(q.anim_time*90*6-90)*-3+math.cos(q.anim_time*90*6*2-90)*-2", "math.cos(q.anim_time*90*6-80)*5"]
 | |
| 				}
 | |
| 			}
 | |
| 		}
 | |
| 	}
 | |
| } |