2025-02-18 15:25:17 +01:00

82 lines
2.5 KiB
JSON

{
"format_version": "1.8.0",
"animations": {
"animation.pecharunt.ground_walk": {
"loop": true,
"bones": {
"body": {
"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]
},
"wing_left": {
"rotation": [0, "0+math.sin(q.anim_time*90*4+90)*2", "0+math.sin(q.anim_time*90*4)*1.5"],
"position": [0, "0+math.sin(q.anim_time*90*3+90)*1", "0+math.sin(q.anim_time*90*3)*0.5"]
},
"wing_right": {
"rotation": [0, "0+math.sin(q.anim_time*90*4+90)*2", "0+math.sin(q.anim_time*90*4)*1.5"],
"position": [0, "0+math.sin(q.anim_time*90*3-90)*1", "0+math.sin(q.anim_time*90*3)*0.5"]
},
"bone3": {
"rotation": ["math.sin(q.anim_time*90*3+125)*5", 0, 0]
},
"bone4": {
"rotation": ["math.sin(q.anim_time*90*3+105)*7.5", 0, 0]
},
"bone6": {
"rotation": ["0+math.sin(q.anim_time*90*3+90)*9", 0, 0]
},
"pecharunt": {
"position": [0, 8, 0]
}
}
},
"animation.pecharunt.ground_idle": {
"loop": true,
"bones": {
"body": {
"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"],
"position": ["0+math.sin(q.anim_time*90*1.5)*2", "0+math.sin(q.anim_time*90*3)*1", "0+math.sin(q.anim_time*90*3)*0.5"]
},
"wing_left": {
"rotation": [0, "0+math.sin(q.anim_time*90*2-90)*5", "0+math.sin(q.anim_time*90*4)*1.5"],
"position": [0, "0+math.sin(q.anim_time*90*3+90)*1", "0+math.sin(q.anim_time*90*3)*0.5"]
},
"wing_right": {
"rotation": [0, "0+math.sin(q.anim_time*90*2+90)*5", "0+math.sin(q.anim_time*90*4)*1.5"],
"position": [0, "0+math.sin(q.anim_time*90*3-90)*1", "0+math.sin(q.anim_time*90*3)*0.5"]
},
"hand": {
"position": [0, "0+math.sin(q.anim_time*90*3+90)*0.5", 0]
},
"bone3": {
"rotation": [0, "0+math.sin(q.anim_time*90*3+125)*5", 0]
},
"bone4": {
"rotation": [0, "math.sin(q.anim_time*90*3+105)*8", 0]
},
"bone6": {
"rotation": [0, "math.sin(q.anim_time*90*3+90)*10", 0]
},
"pecharunt": {
"position": [0, 8, 0]
}
}
},
"animation.pecharunt.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]
}
}
}
}
}
}