first commit
This commit is contained in:
@ -0,0 +1,61 @@
|
||||
{
|
||||
"head": "head",
|
||||
"portraitScale": 2.7,
|
||||
"portraitTranslation": [ -0.1, 3.4, 0 ],
|
||||
"profileScale": 0.5,
|
||||
"profileTranslation": [ 0, 0.9, 0 ],
|
||||
"cry": "bedrock(hydrapple, cry)",
|
||||
"faint": "bedrock(hydrapple, sleep)",
|
||||
"poses": {
|
||||
"battle-idle": {
|
||||
"poseName": "battle-idle",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": ["STAND"],
|
||||
"isBattle": true,
|
||||
"animations": ["bedrock(hydrapple, battle_idle)"],
|
||||
"quirks": [
|
||||
{
|
||||
"name": "blink",
|
||||
"animations": ["bedrock(hydrapple, blink)"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"standing": {
|
||||
"poseName": "standing",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
|
||||
"isBattle": false,
|
||||
"animations": [
|
||||
"bedrock(hydrapple, ground_idle)"],
|
||||
"quirks": [
|
||||
{
|
||||
"name": "blink",
|
||||
"animations": ["bedrock(hydrapple, blink)"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"walking": {
|
||||
"poseName": "walking",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": [ "WALK" ],
|
||||
"animations": [
|
||||
"bedrock(hydrapple, ground_walk)" ],
|
||||
"quirks": [
|
||||
{
|
||||
"name": "blink",
|
||||
"animations": ["bedrock(hydrapple, blink)"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"sleeping": {
|
||||
"poseName": "sleeping",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": [
|
||||
"SLEEP"
|
||||
],
|
||||
"animations": [
|
||||
"bedrock(hydrapple, sleep)"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user