2025-02-18 15:25:17 +01:00

71 lines
2.0 KiB
JSON

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