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

36 lines
685 B
JSON

{
"head": "head",
"portraitScale": 2,
"portraitTranslation": [ -0.5, 2.85, 0 ],
"profileScale": 0.65,
"profileTranslation": [ 0, 1, 0 ],
"cry": "bedrock(zapdos_galar, cry)",
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"PROFILE",
"NONE"
],
"animations": [
"look",
"bedrock(zapdos_galar, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [
"WALK"
],
"animations": [
"look",
"bedrock(zapdos_galar, ground_walk)"
]
}
}
}