44 lines
990 B
JSON
44 lines
990 B
JSON
|
{
|
||
|
"portraitScale": 4,
|
||
|
"portraitTranslation": [ 0.1, -4.4, 0 ],
|
||
|
"profileScale": 1.25,
|
||
|
"profileTranslation": [ 0.05, -0.2, 0 ],
|
||
|
"faint": "bedrock(snom, sleep)",
|
||
|
"poses": {
|
||
|
|
||
|
"standing": {
|
||
|
"poseName": "standing",
|
||
|
"transformTicks": 10,
|
||
|
"poseTypes": [
|
||
|
"STAND",
|
||
|
"NONE",
|
||
|
"PORTRAIT",
|
||
|
"PROFILE"
|
||
|
],
|
||
|
"animations": [
|
||
|
"bedrock(snom, ground_idle)"
|
||
|
],
|
||
|
"quirks": [
|
||
|
{
|
||
|
"name": "blink",
|
||
|
"animations": ["bedrock(snom, blink)"]
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
|
||
|
"walking": {
|
||
|
"poseName": "walking",
|
||
|
"transformTicks": 10,
|
||
|
"poseTypes": [ "WALK" ],
|
||
|
"animations": [
|
||
|
"bedrock(snom, ground_walk)"
|
||
|
],
|
||
|
"quirks": [
|
||
|
{
|
||
|
"name": "blink",
|
||
|
"animations": ["bedrock(snom, blink)"]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|