65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
{
|
|
"portraitScale": 1.4,
|
|
"portraitTranslation": [-0.7, 0.5, 0],
|
|
"profileScale": 0.7,
|
|
"profileTranslation": [-0.1, 0.7, 0],
|
|
"animations": {
|
|
"faint": "q.bedrock_primary('drapion', 'faint', q.curve('symmetrical_wide'))",
|
|
"physical": "q.bedrock_primary('drapion', 'physical', q.curve('symmetrical_wide'))",
|
|
"special": "q.bedrock_primary('drapion', 'special', q.curve('symmetrical_wide'))",
|
|
"status": "q.bedrock_primary('drapion', 'special', q.curve('symmetrical_wide'))",
|
|
"recoil": "q.bedrock_primary('drapion', 'recoil', q.curve('symmetrical_wide'))"
|
|
},
|
|
"poses": {
|
|
"battle-standing": {
|
|
"transformTicks": 10,
|
|
"poseTypes": ["STAND", "WALK"],
|
|
"isBattle": true,
|
|
"animations": [
|
|
"q.look('head')",
|
|
"q.bedrock('drapion', 'ground_idle')"
|
|
]
|
|
},
|
|
"standing": {
|
|
"transformTicks": 10,
|
|
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
|
|
"isBattle": false,
|
|
"animations": [
|
|
"q.look('head')",
|
|
"q.bedrock('drapion', 'ground_idle')"
|
|
]
|
|
},
|
|
"walking": {
|
|
"transformTicks": 8,
|
|
"poseTypes": ["WALK"],
|
|
"animations": [
|
|
"q.look('head')",
|
|
"q.bedrock('drapion', 'ground_walk')"
|
|
]
|
|
},
|
|
"hover": {
|
|
"transformTicks": 5,
|
|
"poseTypes": [ "FLY", "HOVER", "FLOAT" ],
|
|
"animations": [
|
|
"q.look('head')",
|
|
"q.bedrock('drapion', 'ground_walk')"
|
|
]
|
|
},
|
|
"float": {
|
|
"transformTicks": 5,
|
|
"poseTypes": ["FLOAT"],
|
|
"animations": [
|
|
"q.look('head')",
|
|
"q.bedrock('drapion', 'ground_walk')"
|
|
]
|
|
},
|
|
"swim": {
|
|
"transformTicks": 8,
|
|
"poseTypes": ["SWIM"],
|
|
"animations": [
|
|
"q.look('head')",
|
|
"q.bedrock('drapion', 'ground_walk')"
|
|
]
|
|
}
|
|
}
|
|
} |