86 lines
2.1 KiB
JSON
86 lines
2.1 KiB
JSON
{
|
|
"head": "head",
|
|
"portraitScale": 1.3,
|
|
"portraitTranslation": [ -0.05, 2.1, 0 ],
|
|
"profileScale": 0.55,
|
|
"profileTranslation": [ -0.1, 1, 0 ],
|
|
"faint": "bedrock(gothitelle, faint)",
|
|
"cry":"bedrock(gothitelle, cry)",
|
|
"poses": {
|
|
"battle-idle": {
|
|
"poseName": "battle-idle",
|
|
"transformTicks": 10,
|
|
"poseTypes": ["STAND"],
|
|
"isBattle": true,
|
|
"isTouchingWater": false,
|
|
"animations": ["bedrock(gothitelle, battle_idle)"],
|
|
"quirks": [
|
|
{
|
|
"name": "blink",
|
|
"loopTimes": 5,
|
|
"minSecondsBetweenOccurrences": 8,
|
|
"maxSecondsBetweenOccurrences": 20,
|
|
"animations": ["bedrock(gothitelle, blink)"]
|
|
}
|
|
]
|
|
},
|
|
"standing":{
|
|
"poseName":"standing",
|
|
"transformTicks":10,
|
|
"poseTypes":[
|
|
"STAND",
|
|
"NONE",
|
|
"PORTRAIT",
|
|
"PROFILE"
|
|
],
|
|
"isBattle": false,
|
|
"animations":[
|
|
"bedrock(gothitelle, ground_idle)"
|
|
],
|
|
"quirks":[
|
|
{
|
|
"name":"blink",
|
|
"animations":[
|
|
"bedrock(gothitelle, blink)"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"walking":{
|
|
"poseName":"walking",
|
|
"transformTicks":10,
|
|
"poseTypes":[
|
|
"WALK"
|
|
],
|
|
"animations":[
|
|
"bedrock(gothitelle, ground_walk)"
|
|
],
|
|
"quirks":[
|
|
{
|
|
"name":"blink",
|
|
"animations":[
|
|
"bedrock(gothitelle, blink)"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"swimming":{
|
|
"poseName":"swimming",
|
|
"transformTicks":10,
|
|
"poseTypes":[
|
|
"SWIM"
|
|
],
|
|
"animations":[
|
|
"bedrock(gothitelle, ground_walk)"
|
|
],
|
|
"quirks":[
|
|
{
|
|
"name":"blink",
|
|
"animations":[
|
|
"bedrock(gothitelle, blink)"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |