first commit
This commit is contained in:
@ -0,0 +1,222 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"animations": {
|
||||
"animation.cramorant.ground_walk": {
|
||||
"loop": true,
|
||||
"bones": {
|
||||
"wing_left4": {
|
||||
"rotation": [0, "0-math.sin(q.anim_time*90*4-60)*3", "0+math.cos(q.anim_time*90*4-60)*12"]
|
||||
},
|
||||
"wing_left": {
|
||||
"rotation": [40, 0, 0]
|
||||
},
|
||||
"wing_left2": {
|
||||
"rotation": [0, 0, "0-math.cos(q.anim_time*90*4+120)*8"]
|
||||
},
|
||||
"wing_right4": {
|
||||
"rotation": [0, "0-math.sin(q.anim_time*90*4-60)*3", "0-math.cos(q.anim_time*90*4-60)*12"]
|
||||
},
|
||||
"wing_right": {
|
||||
"rotation": [40, 0, 0]
|
||||
},
|
||||
"wing_right2": {
|
||||
"rotation": [0, 0, "0-math.cos(q.anim_time*90*4-120)*8"]
|
||||
},
|
||||
"head": {
|
||||
"rotation": ["0+math.cos(q.anim_time*90*4*2-30)*1", 0, 0]
|
||||
},
|
||||
"feater_bot": {
|
||||
"rotation": ["0+math.cos(q.anim_time*90*4*2-30)*4", 0, 0]
|
||||
},
|
||||
"feater_top": {
|
||||
"rotation": ["0+math.cos(q.anim_time*90*4*2-60)*6", 0, 0]
|
||||
},
|
||||
"neck_bot": {
|
||||
"rotation": ["0+math.cos(q.anim_time*90*4*2-30)*2", 0, 0]
|
||||
},
|
||||
"body": {
|
||||
"rotation": ["2.5+math.cos(q.anim_time*90*4*2)*1", "math.sin(q.anim_time*90*4)*1", "math.cos(q.anim_time*90*4)*3"],
|
||||
"position": [0, "0+math.sin(q.anim_time*90*4*2)*0.2", 0]
|
||||
},
|
||||
"back_feater": {
|
||||
"rotation": ["0+math.cos(q.anim_time*90*4*2-60)*-4", 0, 0]
|
||||
},
|
||||
"leg_right2": {
|
||||
"rotation": ["0+math.cos(q.anim_time*90*4)*6", 14, 0],
|
||||
"position": [0.225, "0+math.clamp(math.sin(q.anim_time*90*4)*2,0,5)", "0+math.cos(q.anim_time*90*4)*1"]
|
||||
},
|
||||
"leg_left2": {
|
||||
"rotation": ["0+math.cos(q.anim_time*90*4+180)*6", -14, 0],
|
||||
"position": [-0.25, "0+math.clamp(math.sin(q.anim_time*90*4+180)*2,0,5)", "0+math.cos(q.anim_time*90*4+180)*1"]
|
||||
},
|
||||
"tail": {
|
||||
"rotation": ["0+math.cos(q.anim_time*90*4*2-30)*4", 0, 0]
|
||||
},
|
||||
"jawbot": {
|
||||
"rotation": ["2.5+math.cos(q.anim_time*90*4*2)*3", 0, 0]
|
||||
}
|
||||
}
|
||||
},
|
||||
"animation.cramorant.ground_idle": {
|
||||
"loop": true,
|
||||
"bones": {
|
||||
"wing_left": {
|
||||
"rotation": [0, 0, "0-math.sin(q.anim_time*90*2-60)*5"]
|
||||
},
|
||||
"wing_left2": {
|
||||
"rotation": [0, 0, "0-math.sin(q.anim_time*90*2-120)*7"]
|
||||
},
|
||||
"wing_right": {
|
||||
"rotation": [0, 0, "0-math.sin(q.anim_time*90*2-60)*-5"]
|
||||
},
|
||||
"wing_right2": {
|
||||
"rotation": [0, 0, "0+math.sin(q.anim_time*90*2-120)*7"]
|
||||
},
|
||||
"head": {
|
||||
"rotation": ["-+math.sin(q.anim_time*90*2-30)*2", 0, 0]
|
||||
},
|
||||
"feater_bot": {
|
||||
"rotation": ["-2.5+math.sin(q.anim_time*90*2-30)*2", 0, 0]
|
||||
},
|
||||
"feater_top": {
|
||||
"rotation": ["-2.5+math.sin(q.anim_time*90*2-90)*2", 0, 0]
|
||||
},
|
||||
"neck_bot": {
|
||||
"rotation": ["-2.5+math.sin(q.anim_time*90*2-30)*-3", 0, 0]
|
||||
},
|
||||
"nek_top": {
|
||||
"rotation": ["2.75+math.sin(q.anim_time*90*2-30)*2", 0, 0]
|
||||
},
|
||||
"body": {
|
||||
"rotation": ["2.5+math.sin(q.anim_time*90*2)*1", 0, 0],
|
||||
"position": [0, "0+math.cos(q.anim_time*90*2)*0.3", 0]
|
||||
},
|
||||
"back_feater": {
|
||||
"rotation": ["0+math.sin(q.anim_time*90*2-30)*-4", 0, 0]
|
||||
},
|
||||
"tail": {
|
||||
"rotation": ["-2.5+math.sin(q.anim_time*90*2-30)*2", 0, 0]
|
||||
}
|
||||
}
|
||||
},
|
||||
"animation.cramorant.water_idle": {
|
||||
"loop": true,
|
||||
"bones": {
|
||||
"camorant": {
|
||||
"rotation": ["10-math.cos(q.anim_time*90*2)*2", 0, 0],
|
||||
"position": [0, "0-math.sin(q.anim_time*90*2-30)*0.4", 0]
|
||||
},
|
||||
"wing_left": {
|
||||
"rotation": [-172.8737, -47.3283, 268.7771]
|
||||
},
|
||||
"wing_right": {
|
||||
"rotation": [-172.87375, 47.32834, -268.77712]
|
||||
},
|
||||
"head": {
|
||||
"rotation": ["0-math.cos(q.anim_time*90*2-30)*4", 0, 0]
|
||||
},
|
||||
"feater_bot": {
|
||||
"rotation": ["0-math.cos(q.anim_time*90*2-30)*2", 0, 0]
|
||||
},
|
||||
"feater_top": {
|
||||
"rotation": ["0-math.cos(q.anim_time*90*2-90)*2", 0, 0]
|
||||
},
|
||||
"neck_bot": {
|
||||
"rotation": ["-5-math.cos(q.anim_time*90*2-30)*-3", 0, 0]
|
||||
},
|
||||
"nek_top": {
|
||||
"rotation": ["0-math.cos(q.anim_time*90*2-30)*1", 0, 0]
|
||||
},
|
||||
"body": {
|
||||
"rotation": [0, 0, 0]
|
||||
},
|
||||
"back_feater": {
|
||||
"rotation": ["0-math.cos(q.anim_time*90*2-30)*3", 0, 0]
|
||||
},
|
||||
"leg_right2": {
|
||||
"rotation": ["17.5-math.cos(q.anim_time*90*2-60)*5", 10, 0]
|
||||
},
|
||||
"foot_right": {
|
||||
"rotation": ["0-math.cos(q.anim_time*90*2-120)*3", 0, 0]
|
||||
},
|
||||
"leg_left2": {
|
||||
"rotation": ["17.5-math.cos(q.anim_time*90*2-60)*5", -10, 0]
|
||||
},
|
||||
"foot_left": {
|
||||
"rotation": ["0-math.cos(q.anim_time*90*2-120)*3", 0, 0]
|
||||
},
|
||||
"tail": {
|
||||
"rotation": ["0-math.cos(q.anim_time*90*2-30)*3", 0, 0]
|
||||
},
|
||||
"bone3": {
|
||||
"rotation": [0, 18.75, 0]
|
||||
},
|
||||
"bone2": {
|
||||
"rotation": [0, -18.75, 0]
|
||||
},
|
||||
"jawbot": {
|
||||
"rotation": ["0-math.cos(q.anim_time*90*2-30)*1", 0, 0]
|
||||
}
|
||||
}
|
||||
},
|
||||
"animation.cramorant.water_swim": {
|
||||
"loop": true,
|
||||
"bones": {
|
||||
"camorant": {
|
||||
"rotation": ["17.5-math.sin(q.anim_time*90*2)*3", 0, 0],
|
||||
"position": [
|
||||
0,
|
||||
"math.clamp(math.sin(q.anim_time*90*4)*0.2,0,1)+math.clamp(math.sin(q.anim_time*90*4)*0.3,-1,0)",
|
||||
"-math.sin(q.anim_time*90*4*2+90)*0.2"
|
||||
]
|
||||
},
|
||||
"wing_left": {
|
||||
"rotation": [-172.8737, -47.3283, 268.7771]
|
||||
},
|
||||
"wing_right": {
|
||||
"rotation": [-172.87375, 47.32834, -268.77712]
|
||||
},
|
||||
"head": {
|
||||
"rotation": ["-11.75-math.cos(q.anim_time*90*4-30)*1", 0, 0]
|
||||
},
|
||||
"feater_bot": {
|
||||
"rotation": ["0-math.cos(q.anim_time*90*4-30)*2", 0, 0]
|
||||
},
|
||||
"feater_top": {
|
||||
"rotation": ["0-math.cos(q.anim_time*90*4-90)*2", 0, 0]
|
||||
},
|
||||
"neck_bot": {
|
||||
"rotation": ["0-math.sin(q.anim_time*90*3*2+90)*2", 0, 0]
|
||||
},
|
||||
"body": {
|
||||
"rotation": [0, 0, 0]
|
||||
},
|
||||
"back_feater": {
|
||||
"rotation": ["0-math.cos(q.anim_time*90*4-30)*3", 0, 0]
|
||||
},
|
||||
"leg_right2": {
|
||||
"rotation": ["17.5-(math.sin(q.anim_time*90*4*3)*1-1)*20", 0, 0]
|
||||
},
|
||||
"foot_right": {
|
||||
"rotation": ["0-math.cos(q.anim_time*90*2-120)*3", 0, 0]
|
||||
},
|
||||
"leg_left2": {
|
||||
"rotation": ["17.5-(math.sin(q.anim_time*90*4*3+180)*1-1)*20", 0, 0],
|
||||
"position": [0, 0, 0]
|
||||
},
|
||||
"foot_left": {
|
||||
"rotation": ["0-math.cos(q.anim_time*90*2-120)*3", 0, 0]
|
||||
},
|
||||
"tail": {
|
||||
"rotation": ["0-math.cos(q.anim_time*90*4-30)*3", 0, 0]
|
||||
},
|
||||
"bone3": {
|
||||
"rotation": [0, 18.75, 0]
|
||||
},
|
||||
"bone2": {
|
||||
"rotation": [0, -18.75, 0]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user