36 lines
685 B
JSON
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)"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
|