152 lines
4.5 KiB
JSON
152 lines
4.5 KiB
JSON
|
{
|
||
|
"format_version": "1.8.0",
|
||
|
"animations": {
|
||
|
"animation.poipole.ground_idle": {
|
||
|
"loop": true,
|
||
|
"bones": {
|
||
|
"head": {
|
||
|
"rotation": ["Math.cos((query.anim_time) * 90 * 1 - 90) * 4", 0, "0+Math.cos((query.anim_time) * 90 * 1/2 + 60) * 2"]
|
||
|
},
|
||
|
"arm_right": {
|
||
|
"rotation": [0, 0, "-15.1208+Math.cos((query.anim_time) * 90 * 1 - 90) * 7"]
|
||
|
},
|
||
|
"arm_right2": {
|
||
|
"rotation": [0, 0, 10]
|
||
|
},
|
||
|
"arm_left": {
|
||
|
"rotation": [0, 0, "15.1208+Math.cos((query.anim_time) * 90 * 1 + 90) * 7"]
|
||
|
},
|
||
|
"arm_left2": {
|
||
|
"rotation": [0, 0, -10]
|
||
|
},
|
||
|
"tail": {
|
||
|
"rotation": ["1+Math.cos((query.anim_time) * 90 * 1 - 55) * 8", "5+math.sin(q.anim_time*90*1+150)*10", 0]
|
||
|
},
|
||
|
"tail2": {
|
||
|
"rotation": ["1+Math.cos((query.anim_time) * 90 * 1 - 55) * 8", "5+math.sin(q.anim_time*90*1+125)*12.5", 0]
|
||
|
},
|
||
|
"tail3": {
|
||
|
"rotation": ["1+Math.cos((query.anim_time) * 90 * 1 - 55) * 8", "math.sin(q.anim_time*90*1+105)*15", 0]
|
||
|
},
|
||
|
"body": {
|
||
|
"rotation": ["5+Math.cos((query.anim_time) * 90 * 1 - 90) * -1.5", 0, "0+Math.cos((query.anim_time) * 90 * 1/2 - 60) * 1"],
|
||
|
"position": [0, "3+Math.cos((query.anim_time) * 90 * 1 - 45) * 2", 0]
|
||
|
},
|
||
|
"torso_top": {
|
||
|
"rotation": [2.5, 0, 0]
|
||
|
},
|
||
|
"torso_bottom": {
|
||
|
"rotation": ["1+Math.cos((query.anim_time) * 90 * 1 - 90) * -3", 0, "0+Math.cos((query.anim_time) * 90 * 1/2 -75) * 4"]
|
||
|
},
|
||
|
"leg_right": {
|
||
|
"rotation": ["-1+math.sin(q.anim_time*90*1+190)*5", 0, 0]
|
||
|
},
|
||
|
"leg_right2": {
|
||
|
"rotation": ["1+math.sin(q.anim_time*90*1+110)*10", 0, 0]
|
||
|
},
|
||
|
"leg_left": {
|
||
|
"rotation": ["-1+math.sin(q.anim_time*90*1+180)*5", 0, 0]
|
||
|
},
|
||
|
"leg_left2": {
|
||
|
"rotation": ["1+math.sin(q.anim_time*90*1+115)*10", 0, 0]
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"animation.poipole.ground_walk": {
|
||
|
"loop": true,
|
||
|
"bones": {
|
||
|
"head": {
|
||
|
"rotation": ["-7.5+math.sin(q.anim_time*90*4+125)*4", 0, "Math.cos((query.anim_time) * 90 * 4 + 45) * 1"]
|
||
|
},
|
||
|
"arm_right": {
|
||
|
"rotation": [30, "-5+Math.cos((query.anim_time) * 90 * 4 - 120) * 4", "-25+Math.cos((query.anim_time) * 90 * 2 - 90) * 5"]
|
||
|
},
|
||
|
"arm_right2": {
|
||
|
"rotation": [0, 0, 15]
|
||
|
},
|
||
|
"arm_left": {
|
||
|
"rotation": [30, "-5+Math.cos((query.anim_time) * 90 * 4 - 120) * -4", "25+Math.cos((query.anim_time) * 90 * 2 - 90) * 5"]
|
||
|
},
|
||
|
"arm_left2": {
|
||
|
"rotation": [0, 0, -15]
|
||
|
},
|
||
|
"tail": {
|
||
|
"rotation": ["-30+math.sin(q.anim_time*90*4+150)*-10", 0, 0]
|
||
|
},
|
||
|
"tail2": {
|
||
|
"rotation": ["-5+math.sin(q.anim_time*90*4+125)*-12.5", 0, 0]
|
||
|
},
|
||
|
"tail3": {
|
||
|
"rotation": ["-5+math.sin(q.anim_time*90*4+125)*-12.5", 0, 0]
|
||
|
},
|
||
|
"body": {
|
||
|
"rotation": ["22.5+Math.cos((query.anim_time) * 90 * 4 - 90) * 3", 0, "0+Math.cos((query.anim_time) * 90 * 2 - 45) * 3"],
|
||
|
"position": [
|
||
|
"0+Math.cos((query.anim_time) * 90 * 2 - 45) * -2",
|
||
|
"3+Math.cos((query.anim_time) * 90 * 4) * 1 +Math.cos((query.anim_time) * 90 * 1) * 1 ",
|
||
|
"-3+Math.cos((query.anim_time) * 90 * 4 - 90) * 0.5"
|
||
|
]
|
||
|
},
|
||
|
"neck": {
|
||
|
"rotation": [-5, 0, 0]
|
||
|
},
|
||
|
"leg_right": {
|
||
|
"rotation": ["10+Math.cos((query.anim_time) * 90 * 4 - 120) * -4", "0+Math.cos((query.anim_time) * 90 * 2 - 90) * 5", 0]
|
||
|
},
|
||
|
"leg_left": {
|
||
|
"rotation": ["10+Math.cos((query.anim_time) * 90 * 4 - 120) * -4", "0+Math.cos((query.anim_time) * 90 * 2 - 90) * 5", 0]
|
||
|
},
|
||
|
"leg_right2": {
|
||
|
"rotation": ["Math.cos((query.anim_time) * 90 * 4 - 180) * -6", 0, 0]
|
||
|
},
|
||
|
"leg_left2": {
|
||
|
"rotation": ["Math.cos((query.anim_time) * 90 * 4 - 180) * -6", 0, 0]
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"animation.poipole.blink": {
|
||
|
"animation_length": 0.1667,
|
||
|
"bones": {
|
||
|
"eyelid_right": {
|
||
|
"position": {
|
||
|
"0.0": [-0.1, 0, -0.1],
|
||
|
"0.125": [-0.1, 0, -0.1],
|
||
|
"0.1667": [0, 0, 0]
|
||
|
}
|
||
|
},
|
||
|
"eyelid_left": {
|
||
|
"position": {
|
||
|
"0.0": [0.1, 0, -0.1],
|
||
|
"0.125": [0.1, 0, -0.1],
|
||
|
"0.1667": [0, 0, 0]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"animation.poipole.cry": {
|
||
|
"animation_length": 1.375,
|
||
|
"bones": {
|
||
|
"head": {
|
||
|
"rotation": {
|
||
|
"0.0": {
|
||
|
"post": [0, 0, 0],
|
||
|
"lerp_mode": "catmullrom"
|
||
|
},
|
||
|
"0.25": {
|
||
|
"post": [-22.5, 0, 0],
|
||
|
"lerp_mode": "catmullrom"
|
||
|
},
|
||
|
"0.7917": {
|
||
|
"post": [-22.5, 0, 0],
|
||
|
"lerp_mode": "catmullrom"
|
||
|
},
|
||
|
"1.375": {
|
||
|
"post": [0, 0, 0],
|
||
|
"lerp_mode": "catmullrom"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|