65 lines
1.8 KiB
JSON
Raw Normal View History

2025-02-18 15:25:17 +01:00
{
"portraitScale": 1.7,
"portraitTranslation": [-0.2, 0.5, 0],
"profileScale": 0.8,
"profileTranslation": [-0.1, 0.6, 0],
"animations": {
"faint": "q.bedrock_primary('meditite', 'faint', q.curve('symmetrical_wide'))",
"physical": "q.bedrock_primary('meditite', 'physical', q.curve('symmetrical_wide'))",
"special": "q.bedrock_primary('meditite', 'special', q.curve('symmetrical_wide'))",
"status": "q.bedrock_primary('meditite', 'special', q.curve('symmetrical_wide'))",
"recoil": "q.bedrock_primary('meditite', 'recoil', q.curve('symmetrical_wide'))"
},
"poses": {
"battle-standing": {
"transformTicks": 10,
"poseTypes": ["STAND", "WALK"],
"isBattle": true,
"animations": [
"q.look('head')",
"q.bedrock('meditite', 'battle_idle')"
]
},
"standing": {
"transformTicks": 10,
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"isBattle": false,
"animations": [
"q.look('head')",
"q.bedrock('meditite', 'ground_idle')"
]
},
"walking": {
"transformTicks": 8,
"poseTypes": ["WALK"],
"animations": [
"q.look('head')",
"q.bedrock('meditite', 'ground_walk')"
]
},
"hover": {
"transformTicks": 5,
"poseTypes": [ "FLY", "HOVER", "FLOAT" ],
"animations": [
"q.look('head')",
"q.bedrock('meditite', 'ground_walk')"
]
},
"float": {
"transformTicks": 5,
"poseTypes": ["FLOAT"],
"animations": [
"q.look('head')",
"q.bedrock('meditite', 'ground_walk')"
]
},
"swim": {
"transformTicks": 8,
"poseTypes": ["SWIM"],
"animations": [
"q.look('head')",
"q.bedrock('meditite', 'ground_walk')"
]
}
}
}