71 lines
2.0 KiB
JSON
71 lines
2.0 KiB
JSON
|
{
|
||
|
"portraitScale": 1.5,
|
||
|
"portraitTranslation": [0, 3.5, 0],
|
||
|
"profileScale": 0.4,
|
||
|
"profileTranslation": [0, 1.2, 0],
|
||
|
"animations": {
|
||
|
"faint": "q.bedrock_primary('deoxys', 'faint', q.curve('one'))",
|
||
|
"cry": "q.bedrock_stateful('deoxys', 'cry')",
|
||
|
"recoil": "q.bedrock_stateful('deoxys', 'recoil')",
|
||
|
"physical": "q.bedrock_primary('deoxys', 'physical', q.curve('symmetrical_wide'))",
|
||
|
"special": "q.bedrock_primary('deoxys', 'special', q.curve('symmetrical_wide'))",
|
||
|
"status": "q.bedrock_primary('deoxys', 'status', q.curve('symmetrical_wide'))"
|
||
|
},
|
||
|
"poses": {
|
||
|
"battle-standing": {
|
||
|
"transformTicks": 10,
|
||
|
"poseTypes": ["STAND", "WALK"],
|
||
|
"isBattle": true,
|
||
|
"animations": [
|
||
|
"q.look('head')",
|
||
|
"q.bedrock('deoxys', 'battle_stance')"
|
||
|
]
|
||
|
},
|
||
|
"standing": {
|
||
|
"transformTicks": 10,
|
||
|
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
|
||
|
"isBattle": false,
|
||
|
"animations": [
|
||
|
"q.look('head')",
|
||
|
"q.bedrock('deoxys', 'ground_idle')"
|
||
|
]
|
||
|
},
|
||
|
"walking": {
|
||
|
"transformTicks": 8,
|
||
|
"poseTypes": ["WALK"],
|
||
|
"animations": [
|
||
|
"q.look('head')",
|
||
|
"q.bedrock('deoxys', 'ground_walk')"
|
||
|
]
|
||
|
},
|
||
|
"hover": {
|
||
|
"transformTicks": 5,
|
||
|
"poseTypes": [ "FLY", "HOVER", "FLOAT" ],
|
||
|
"animations": [
|
||
|
"q.look('head')",
|
||
|
"q.bedrock('deoxys', 'ground_walk')"
|
||
|
]
|
||
|
},
|
||
|
"float": {
|
||
|
"transformTicks": 5,
|
||
|
"poseTypes": ["FLOAT"],
|
||
|
"animations": [
|
||
|
"q.look('head')",
|
||
|
"q.bedrock('deoxys', 'ground_walk')"
|
||
|
]
|
||
|
},
|
||
|
"swim": {
|
||
|
"transformTicks": 8,
|
||
|
"poseTypes": ["SWIM"],
|
||
|
"animations": [
|
||
|
"q.look('head')",
|
||
|
"q.bedrock('deoxys', 'ground_walk')"
|
||
|
]
|
||
|
},
|
||
|
"sleep": {
|
||
|
"transformTicks": 10,
|
||
|
"poseTypes": ["SLEEP"],
|
||
|
"animations": ["q.bedrock('deoxys', 'sleep')"]
|
||
|
}
|
||
|
}
|
||
|
}
|