55 lines
1.6 KiB
JSON
55 lines
1.6 KiB
JSON
{
|
|
"portraitScale": 1,
|
|
"portraitTranslation": [0, 1, 0],
|
|
"profileScale": 0.75,
|
|
"profileTranslation": [0, 0.6, 0],
|
|
"animations": {
|
|
"faint": "q.bedrock_primary('bisharp', 'faint', q.curve('one'))",
|
|
"cry": "q.bedrock_stateful('bisharp', 'cry')",
|
|
"recoil": "q.bedrock_stateful('bisharp', 'recoil')",
|
|
"physical": "q.bedrock_primary('bisharp', 'physical', q.curve('symmetrical_wide'))",
|
|
"special": "q.bedrock_primary('bisharp', 'special', q.curve('symmetrical_wide'))",
|
|
"status": "q.bedrock_primary('bisharp', 'status', q.curve('symmetrical_wide'))"
|
|
},
|
|
"poses": {
|
|
"battle-standing": {
|
|
"poseTypes": ["STAND"],
|
|
"isBattle": true,
|
|
"animations": [
|
|
"q.look('head', 1, 1, 45, -45, 70, -70)",
|
|
"q.bedrock('bisharp', 'battle_idle')"
|
|
]
|
|
},
|
|
"standing": {
|
|
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
|
|
"isBattle": false,
|
|
"animations": [
|
|
"q.look('head', 1, 1, 45, -2.5, 7.5, -7.5)",
|
|
"q.bedrock('bisharp', 'ground_idle')"
|
|
]
|
|
},
|
|
"walking": {
|
|
"poseTypes": ["WALK"],
|
|
"animations": [
|
|
"q.look('head', 1, 1, 45, -2.5, 7.5, -7.5)",
|
|
"q.bedrock('bisharp', 'ground_walk')"
|
|
]
|
|
},
|
|
"float": {
|
|
"poseTypes": ["FLOAT"],
|
|
"animations": [
|
|
"q.bedrock('bisharp', 'ground_idle')"
|
|
]
|
|
},
|
|
"swim": {
|
|
"poseTypes": ["SWIM"],
|
|
"animations": [
|
|
"q.bedrock('bisharp', 'ground_walk')"
|
|
]
|
|
},
|
|
"sleep": {
|
|
"poseTypes": ["SLEEP"],
|
|
"animations": ["q.bedrock('bisharp', 'sleep')"]
|
|
}
|
|
}
|
|
} |