69 lines
1.7 KiB
JSON
69 lines
1.7 KiB
JSON
{
|
|
"head": "head",
|
|
"portraitScale": 1.3,
|
|
"portraitTranslation": [ -0.2, 0.75, 0 ],
|
|
"profileScale": 0.8,
|
|
"profileTranslation": [ -0.05, 0.9, 0 ],
|
|
"faint": "bedrock(duosion, faint)",
|
|
"poses": {
|
|
|
|
"standing": {
|
|
"poseName": "standing",
|
|
"transformTicks": 10,
|
|
"poseTypes": [
|
|
"STAND",
|
|
"NONE",
|
|
"PORTRAIT",
|
|
"PROFILE"
|
|
],
|
|
"animations": [
|
|
"bedrock(duosion, ground_idle)"
|
|
],
|
|
"quirks": [
|
|
{
|
|
"name": "blink",
|
|
"animations": ["bedrock(duosion, blink)"]
|
|
}
|
|
]
|
|
},
|
|
"walking": {
|
|
"poseName": "walking",
|
|
"transformTicks": 10,
|
|
"poseTypes": [ "WALK" ],
|
|
"animations": [
|
|
"bedrock(duosion, ground_walk)" ],
|
|
"quirks": [
|
|
{
|
|
"name": "blink",
|
|
"animations": ["bedrock(duosion, blink)"]
|
|
}
|
|
]
|
|
},
|
|
"swimming": {
|
|
"poseName": "swimming",
|
|
"transformTicks": 10,
|
|
"poseTypes": [ "SWIM" ],
|
|
"animations": [
|
|
"bedrock(duosion, ground_walk)" ],
|
|
"quirks": [
|
|
{
|
|
"name": "blink",
|
|
"animations": ["bedrock(duosion, blink)"]
|
|
}
|
|
]
|
|
},
|
|
"floating": {
|
|
"poseName": "floating",
|
|
"transformTicks": 10,
|
|
"poseTypes": [ "FLOAT" ],
|
|
"animations": [
|
|
"bedrock(duosion, ground_walk)" ],
|
|
"quirks": [
|
|
{
|
|
"name": "blink",
|
|
"animations": ["bedrock(duosion, blink)"]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |