first commit
This commit is contained in:
@ -0,0 +1,116 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"animations": {
|
||||
"animation.sinistea.ground_idle": {
|
||||
"loop": true,
|
||||
"bones": {
|
||||
"sinistea": {
|
||||
"position": [0, 3, 0]
|
||||
},
|
||||
"body": {
|
||||
"rotation": ["2.5+math.sin(q.anim_time*90*3+90)*3", "0+math.sin(q.anim_time*90*1.5-90)*4", "0+math.sin(q.anim_time*90*1.5+60)*3"],
|
||||
"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"]
|
||||
},
|
||||
"drip": {
|
||||
"rotation": ["0+math.sin(q.anim_time*90*3+60)*4", 0, "0+math.sin(q.anim_time*90*1.5+60)*2"],
|
||||
"position": [0, 0.1, 0]
|
||||
},
|
||||
"arm_left": {
|
||||
"rotation": [0, 0, "0+math.sin(q.anim_time*90*3+60)*2"]
|
||||
},
|
||||
"finger": {
|
||||
"rotation": ["0+math.sin(q.anim_time*90*3+60)*4", 0, "0-math.sin(q.anim_time*90*3+60)*2"]
|
||||
},
|
||||
"thumb": {
|
||||
"rotation": ["0+math.sin(q.anim_time*90*3+60)*4", 0, "0+math.sin(q.anim_time*90*3+60)*4"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"animation.sinistea.ground_walk": {
|
||||
"loop": true,
|
||||
"bones": {
|
||||
"sinistea": {
|
||||
"position": [0, 3, 0]
|
||||
},
|
||||
"body": {
|
||||
"rotation": [10, "0+math.sin(q.anim_time*90*1.5-90)*4", "0+math.sin(q.anim_time*90*1.5+60)*3"],
|
||||
"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"]
|
||||
},
|
||||
"drip": {
|
||||
"rotation": ["0+math.sin(q.anim_time*90*3+60)*4", 0, "0+math.sin(q.anim_time*90*1.5+60)*2"],
|
||||
"position": [0, 0.1, 0]
|
||||
},
|
||||
"arm_left": {
|
||||
"rotation": [0, 0, "0+math.sin(q.anim_time*90*3+60)*2"]
|
||||
},
|
||||
"finger": {
|
||||
"rotation": ["0+math.sin(q.anim_time*90*3+60)*4", 0, "0-math.sin(q.anim_time*90*3+60)*2"]
|
||||
},
|
||||
"thumb": {
|
||||
"rotation": ["0+math.sin(q.anim_time*90*3+60)*4", 0, "0+math.sin(q.anim_time*90*3+60)*4"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"animation.sinistea.sleep": {
|
||||
"loop": true,
|
||||
"bones": {
|
||||
"body": {
|
||||
"rotation": [0, 0, "0+math.sin(q.anim_time*90*0.75)*0.5"]
|
||||
},
|
||||
"drip": {
|
||||
"rotation": [-25, 0, -25],
|
||||
"position": [-2, -1.25, 3]
|
||||
},
|
||||
"arm_left": {
|
||||
"rotation": [0, 0, 30],
|
||||
"position": [5.9, -3, 0],
|
||||
"scale": 0.65
|
||||
},
|
||||
"segment1": {
|
||||
"rotation": [0, 0, 15]
|
||||
},
|
||||
"segment2": {
|
||||
"rotation": [0, 0, 20]
|
||||
},
|
||||
"segment3": {
|
||||
"rotation": [0, 0, 40]
|
||||
},
|
||||
"segment4": {
|
||||
"rotation": [0, 0, 27.5]
|
||||
},
|
||||
"segment5": {
|
||||
"rotation": [0, 0, -17.5]
|
||||
},
|
||||
"eyelid_right": {
|
||||
"position": [0, 0, -0.1]
|
||||
},
|
||||
"eyelid_left": {
|
||||
"position": [0, 0, -0.1]
|
||||
},
|
||||
"mouth_closed": {
|
||||
"position": [0, 0, -0.1]
|
||||
}
|
||||
}
|
||||
},
|
||||
"animation.sinistea.blink": {
|
||||
"animation_length": 0.16667,
|
||||
"bones": {
|
||||
"eyelid_right": {
|
||||
"position": {
|
||||
"0.0": [0, 0, -0.1],
|
||||
"0.125": [0, 0, -0.1],
|
||||
"0.1667": [0, 0, 0]
|
||||
}
|
||||
},
|
||||
"eyelid_left": {
|
||||
"position": {
|
||||
"0.0": [0, 0, -0.1],
|
||||
"0.125": [0, 0, -0.1],
|
||||
"0.1667": [0, 0, 0]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"geckolib_format_version": 2
|
||||
}
|
Reference in New Issue
Block a user