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

45 lines
1.2 KiB
JSON

{
"head": "head",
"portraitScale": 1.4,
"portraitTranslation": [-0.2, 1.6, 0],
"profileScale": 0.6,
"profileTranslation": [0, 0.9, 0],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"animations": ["look", "bedrock(kimono_mew, ground_idle)"],
"isBattle": false,
"quirks": [
{
"name": "blink",
"loopTimes": 1,
"minSecondsBetweenOccurrences": 15,
"maxSecondsBetweenOccurrences": 30,
"animations": ["bedrock(kimono_mew, blink)"]
}
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": ["WALK"],
"animations": ["bedrock(kimono_mew, ground_walk)"]
},
"floating": {
"poseName": "floating",
"transformTicks": 10,
"poseTypes": ["FLOAT"],
"animations": ["bedrock(kimono_mew, ground_idle)"]
},
"battle": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": ["STAND"],
"isBattle": true,
"animations": ["bedrock(kimono_mew, ground_idle)"]
}
}
}