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

47 lines
1.0 KiB
JSON

{
"head": "head",
"portraitScale": 3,
"portraitTranslation": [ -0.15, -1.25, 0 ],
"profileScale": 1,
"profileTranslation": [ 0, 0.25, 0 ],
"faint": "bedrock(banette, sleep)",
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"look",
"bedrock(banette, ground_idle)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(banette, blink)"]
}
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [
"look",
"bedrock(banette, ground_walk)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(banette, blink)"]
}
]
}
}
}