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

63 lines
2.0 KiB
JSON

{
"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)"]
}
}
}
}
}