first commit
This commit is contained in:
@ -0,0 +1,86 @@
|
||||
{
|
||||
"head": "head",
|
||||
"portraitScale": 1.3,
|
||||
"portraitTranslation": [ -0.1, 1.45, 0 ],
|
||||
"profileScale": 0.6,
|
||||
"profileTranslation": [ -0.05, 0.95, 0 ],
|
||||
"faint": "bedrock(gothorita, faint)",
|
||||
"cry":"bedrock(gothorita, cry)",
|
||||
"poses": {
|
||||
"battle-idle": {
|
||||
"poseName": "battle-idle",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": ["STAND"],
|
||||
"isBattle": true,
|
||||
"isTouchingWater": false,
|
||||
"animations": ["bedrock(gothorita, battle_idle)"],
|
||||
"quirks": [
|
||||
{
|
||||
"name": "blink",
|
||||
"loopTimes": 5,
|
||||
"minSecondsBetweenOccurrences": 8,
|
||||
"maxSecondsBetweenOccurrences": 20,
|
||||
"animations": ["bedrock(gothorita, blink)"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"standing":{
|
||||
"poseName":"standing",
|
||||
"transformTicks":10,
|
||||
"poseTypes":[
|
||||
"STAND",
|
||||
"NONE",
|
||||
"PORTRAIT",
|
||||
"PROFILE"
|
||||
],
|
||||
"isBattle": false,
|
||||
"animations":[
|
||||
"bedrock(gothorita, ground_idle)"
|
||||
],
|
||||
"quirks":[
|
||||
{
|
||||
"name":"blink",
|
||||
"animations":[
|
||||
"bedrock(gothorita, blink)"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"walking":{
|
||||
"poseName":"walking",
|
||||
"transformTicks":10,
|
||||
"poseTypes":[
|
||||
"WALK"
|
||||
],
|
||||
"animations":[
|
||||
"bedrock(gothorita, ground_walk)"
|
||||
],
|
||||
"quirks":[
|
||||
{
|
||||
"name":"blink",
|
||||
"animations":[
|
||||
"bedrock(gothorita, blink)"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"swimming":{
|
||||
"poseName":"swimming",
|
||||
"transformTicks":10,
|
||||
"poseTypes":[
|
||||
"SWIM"
|
||||
],
|
||||
"animations":[
|
||||
"bedrock(gothorita, ground_walk)"
|
||||
],
|
||||
"quirks":[
|
||||
{
|
||||
"name":"blink",
|
||||
"animations":[
|
||||
"bedrock(gothorita, blink)"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user