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

53 lines
1.3 KiB
JSON

{
"head": "head",
"portraitScale": 1,
"portraitTranslation": [0, 2, 0],
"profileScale": 0.6,
"profileTranslation": [0, 1.2, 0],
"cry": "bedrock(houndoom, cry)",
"faint": "bedrock(houndoom, ground_idle)",
"poses": {
"battle-idle": {
"poseName": "battle-idle",
"transformTicks": 10,
"poseTypes": ["STAND"],
"isBattle": true,
"isTouchingWater": false,
"transformedParts": [],
"animations": ["bedrock(houndoom, battle_idle)"]
},
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"animations": ["look", "bedrock(houndoom, ground_idle)"]
,
"quirks": [
{
"name": "blink",
"animations": ["bedrock(houndoom, blink)"]
}
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": ["WALK"],
"animations": ["bedrock(houndoom, ground_walk)"],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(houndoom, blink)"]
}
]
},
"sleeping": {
"poseName": "sleeping",
"transformTicks": 10,
"poseTypes": ["SLEEP"],
"animations": [
"bedrock(houndoom, sleep)"
]
}
}
}