first commit

This commit is contained in:
2025-02-18 15:25:17 +01:00
commit 37cf0e8062
7403 changed files with 1227142 additions and 0 deletions

View File

@ -0,0 +1,40 @@
{
"head": "head",
"portraitScale": 0.3,
"portraitTranslation": [
0,
1.5,
0
],
"profileScale": 0.25,
"profileTranslation": [
0,
1.5,
0
],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(glastrier, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [
"WALK"
],
"animations": [
"bedrock(glastrier, ground_walk)"
]
}
}
}

View File

@ -0,0 +1,40 @@
{
"head": "head",
"portraitScale": 0.3,
"portraitTranslation": [
0,
1.5,
0
],
"profileScale": 0.25,
"profileTranslation": [
0,
1.5,
0
],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(spectrier, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [
"WALK"
],
"animations": [
"bedrock(spectrier, ground_walk)"
]
}
}
}

View File

@ -0,0 +1,40 @@
{
"head": "head",
"portraitScale": 1,
"portraitTranslation": [
0,
0.5,
0
],
"profileScale": 0.7,
"profileTranslation": [
0,
0.75,
0
],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(calyrex, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [
"WALK"
],
"animations": [
"bedrock(calyrex, ground_walk)"
]
}
}
}

View File

@ -0,0 +1,132 @@
{
"portraitScale": 1.4,
"portraitTranslation": [ 0, -0.3, 0],
"profileScale": 1,
"profileTranslation": [ 0, 0.3, 0],
"cry": "bedrock(absol, cry)",
"faint": "bedrock(absol, faint, true)",
"poses": {
"battle-idle":{
"poseName": "battle-idle",
"transformTicks": 10,
"poseTypes": [
"STAND"
],
"isBattle": true,
"isTouchingWater":false,
"animations": ["bedrock(absol, battle_idle)"],
"quirks":[
{
"name": "blink",
"animations": ["bedrock(absol, blink)"]
}
]
},
"standing": {
"poseName": "standing",
"transformTicks": 10,
"isBattle": false,
"poseTypes": [
"STAND",
"PORTRAIT",
"PROFILE",
"NONE"
],
"animations": [
"bedrock(absol, ground_idle)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(absol, blink)"]
}
]
},
"moving":{
"poseName": "moving",
"transformTicks": 10,
"poseTypes": [
"WALK"
],
"animations": [
"bedrock(absol, ground_walk)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(absol, blink)"]
}
]
},
"floating": {
"poseName": "floating",
"transformTicks": 10,
"isSubmergedInWater": true,
"poseTypes": ["FLOAT"],
"animations": [
"bedrock(absol, water_idle)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(absol, blink)"]
}
]
},
"swimming": {
"poseName": "swimming",
"transformTicks": 10,
"isSubmergedInWater": true,
"poseTypes": ["SWIM"],
"animations": [
"bedrock(absol, water_swim)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(absol, blink)"]
}
]
},
"water_surface_idle": {
"poseName": "surface_idle",
"transformTicks": 10,
"isSubmergedInWater": false,
"poseTypes": ["FLOAT"],
"animations": [
"bedrock(absol, surfacewater_idle)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(absol, blink)"]
}
]
},
"water_surface_swim": {
"poseName": "surface_swim",
"transformTicks": 10,
"isSubmergedInWater": false,
"poseTypes": ["FLOAT"],
"animations": [
"bedrock(absol, surfacewater_idle)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(absol, blink)"]
}
]
},
"sleeping":{
"poseName": "sleeping",
"transformTicks": 10,
"poseTypes": [
"SLEEP"
],
"animations": [
"bedrock(absol, ground_idle)"
]
}
}
}

View File

@ -0,0 +1,47 @@
{
"head": "head",
"portraitScale": 3,
"portraitTranslation": [ 0.10, 1.50, 0 ],
"profileScale": 0.5,
"profileTranslation": [ 0.05, 1.0, 0 ],
"faint": "bedrock(altaria, sleep)",
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"look",
"bedrock(altaria, ground_idle)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(altaria, blink)"]
}
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [
"look",
"bedrock(altaria, ground_walk)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(altaria, blink)"]
}
]
}
}
}

View File

@ -0,0 +1,34 @@
{
"head": "head",
"portraitScale": 2.0,
"portraitTranslation": [ 0, -0.2, 0 ],
"profileScale": 0.8,
"profileTranslation": [ 0, 0.5, 0 ],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(amoonguss, ground_idle)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(amoonguss, blink)"]
}
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [ "bedrock(amoonguss, ground_walk)" ]
}
}
}

View File

@ -0,0 +1,29 @@
{
"head": "head",
"portraitScale": 2.3,
"portraitTranslation": [ -0.9, -1.8, 0 ],
"profileScale": 0.7,
"profileTranslation": [ 0, 0.6, 0 ],
"cry": "bedrock(appletun, cry)",
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(appletun, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [ "bedrock(appletun, ground_walk)" ]
}
}
}

View File

@ -0,0 +1,28 @@
{
"head": "head",
"portraitScale": 2.3,
"portraitTranslation": [ 0.2, -0.8, 0 ],
"profileScale": 0.9,
"profileTranslation": [ 0, 0.4, 0 ],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(applin, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [ "bedrock(applin, ground_walk)" ]
}
}
}

View File

@ -0,0 +1,42 @@
{
"head": "head",
"portraitScale": 1.45,
"portraitTranslation": [ -0.2, -0.55, 0 ],
"profileScale": 1,
"profileTranslation": [ 0, 0.15, 0 ],
"faint": "bedrock(araquanid, faint)",
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"look",
"bedrock(araquanid, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [ "bedrock(araquanid, ground_walk)" ]
},
"floating": {
"poseName": "floating",
"transformTicks": 10,
"poseTypes": [ "FLOAT" ],
"animations": [ "bedrock(araquanid, water_idle)" ]
},
"swimming": {
"poseName": "swimming",
"transformTicks": 10,
"poseTypes": [ "SWIM" ],
"animations": [ "bedrock(araquanid, water_swim)" ]
}
}
}

View File

@ -0,0 +1,29 @@
{
"portraitScale": 1.37,
"portraitTranslation": [-0.58, 1.21, 0.0],
"profileScale": 0.58,
"profileTranslation": [0.14, 0.92, 0.0],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(arcanine_hisuian, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": ["WALK"],
"animations": [
"bedrock(arcanine_hisuian, ground_walk)"
]
}
}
}

View File

@ -0,0 +1,62 @@
{
"portraitScale": 2,
"portraitTranslation": [-0.3, 2.3, 0],
"profileScale": 0.6,
"profileTranslation": [0, 1.0, -1.8],
"animations": {
"cry": "bedrock('archaludon', 'cry')",
"recoil": "q.bedrock_stateful('archaludon', 'recoil')",
"physical": "q.bedrock_primary('archaludon', 'physical', q.curve('symmetrical_wide'))",
"special": "q.bedrock_primary('archaludon', 'special', q.curve('symmetrical_wide'))",
"status": "q.bedrock_primary('archaludon', 'battle_idle', q.curve('symmetrical_wide'))"
},
"poses": {
"battle-standing": {
"poseTypes": ["STAND", "WALK"],
"isBattle": true,
"animations": [
"q.look('head')",
"q.bedrock('archaludon', 'battle_idle')"
],
"quirks": [
"q.bedrock_quirk('archaludon', 'shake')"
]
},
"standing": {
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"isBattle": false,
"animations": [
"q.look('head')",
"q.bedrock('archaludon', 'ground_idle')"
],
"quirks": [
"q.bedrock_quirk('archaludon', 'shake')"
]
},
"walking": {
"poseTypes": ["WALK"],
"animations": [
"q.look('head')",
"q.bedrock('archaludon', 'ground_walk')"
]
},
"float": {
"poseTypes": ["FLOAT"],
"animations": [
"q.look('head')",
"q.bedrock('archaludon', 'ground_walk')"
]
},
"swim": {
"poseTypes": ["SWIM"],
"animations": [
"q.look('head')",
"q.bedrock('archaludon', 'ground_walk')"
]
},
"sleep": {
"poseTypes": ["SLEEP"],
"animations": ["q.bedrock('archaludon', 'ground_idle')"]
}
}
}

View File

@ -0,0 +1,30 @@
{
"portraitScale": 3.0,
"portraitTranslation": [-0.7, -1.25, 0.0],
"profileScale": 1.1,
"profileTranslation": [0.0, 0.1, 0.0],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(arctibax, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": ["WALK"],
"animations": [
"look",
"bedrock(arctibax, ground_walk)"
]
}
}
}

View File

@ -0,0 +1,55 @@
{
"head": "head",
"portraitScale": 2,
"portraitTranslation": [ -0.375, 2.25, 0 ],
"profileScale": 0.6,
"profileTranslation": [ 0, 0.85, 0 ],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"PROFILE",
"NONE"
],
"animations": [
"look",
"bedrock(articuno2, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [
"WALK"
],
"animations": [
"look",
"bedrock(articuno2, ground_walk)"
]
},
"hovering": {
"poseName": "hovering",
"transformTicks": 10,
"poseTypes": [
"HOVER"
],
"animations": [
"look",
"bedrock(articuno2, air_idle)"
]
},
"flying": {
"poseName": "flying",
"transformTicks": 10,
"poseTypes": [
"FLY"
],
"animations": [
"look",
"bedrock(articuno2, air_idle)"
]
}
}
}

View File

@ -0,0 +1,55 @@
{
"head": "head",
"portraitScale": 2,
"portraitTranslation": [ 0, 3.5, 0 ],
"profileScale": 0.55,
"profileTranslation": [ 0, 1.25, 0 ],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"PROFILE",
"NONE"
],
"animations": [
"look",
"bedrock(articunogalar, air_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [
"WALK"
],
"animations": [
"look",
"bedrock(articunogalar, air_idle)"
]
},
"hovering": {
"poseName": "hovering",
"transformTicks": 10,
"poseTypes": [
"HOVER"
],
"animations": [
"look",
"bedrock(articunogalar, air_idle)"
]
},
"flying": {
"poseName": "flying",
"transformTicks": 10,
"poseTypes": [
"FLY"
],
"animations": [
"look",
"bedrock(articunogalar, air_idle)"
]
}
}
}

View File

@ -0,0 +1,93 @@
{
"head": "head",
"portraitScale": 0.8,
"portraitTranslation": [-1, 1.4, 0],
"profileScale": .3,
"profileTranslation": [0.2, 1.2, 0],
"faint": "bedrock(avalugg, faint)",
"cry": "bedrock(avalugg, cry)",
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"animations": ["look", "bedrock(avalugg, ground_idle)"]
,
"quirks": [
{
"name": "blink",
"animations": ["bedrock(avalugg, blink)"]
}
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": ["WALK"],
"animations": ["bedrock(avalugg, ground_walk)"],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(avalugg, blink)"]
}
]
},
"sleeping": {
"poseName": "sleeping",
"transformTicks": 10,
"poseTypes": ["SLEEP"],
"animations": [
"bedrock(avalugg, sleep)"
]
},
"swimming": {
"poseName": "swimming",
"transformTicks": 10,
"poseTypes": [
"SWIM"
],
"animations": [
"bedrock(avalugg, water_swim)"
],
"quirks": [
{
"name": "blink",
"animations": [
"bedrock(avalugg, blink)"
]
}
]
},
"floating": {
"poseName": "floating",
"transformTicks": 10,
"poseTypes": [
"FLOAT"
],
"animations": [
"bedrock(avalugg, water_idle)"
],
"quirks": [
{
"name": "blink",
"animations": [
"bedrock(avalugg, blink)"
]
}
]
},
"battle-idle": {
"poseName": "battle-idle",
"transformTicks": 10,
"poseTypes": ["STAND"],
"isBattle": true,
"animations": ["bedrock(avalugg, battle_idle)"],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(avalugg, blink)"]
}
]
}
}
}

View File

@ -0,0 +1,84 @@
{
"portraitScale": 2,
"portraitTranslation": [0, -0.55, 0],
"profileScale": 1,
"profileTranslation": [0, 0.1, 0],
"animations": {
"faint": "q.bedrock_primary('axew', 'faint', q.curve('one'))",
"cry": "q.bedrock_stateful('axew', 'cry')",
"recoil": "q.bedrock_stateful('axew', 'recoil')",
"physical": "q.bedrock_primary('axew', 'physical', q.curve('symmetrical_wide'))",
"special": "q.bedrock_primary('axew', 'special', q.curve('symmetrical_wide'))",
"status": "q.bedrock_primary('axew', 'status', q.curve('symmetrical_wide'))"
},
"poses": {
"battle-standing": {
"poseTypes": ["STAND", "WALK"],
"isBattle": true,
"animations": [
"q.look('head')",
"q.bedrock('axew', 'battle_idle')"
],
"quirks": [
"q.bedrock_quirk('axew', 'blink')",
"q.bedrock_quirk('axew', 'look_around')"
]
},
"standing": {
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"isBattle": false,
"animations": [
"q.look('head')",
"q.bedrock('axew', 'ground_idle')"
],
"quirks": [
"q.bedrock_quirk('axew', 'blink')",
"q.bedrock_quirk('axew', 'look_around')"
]
},
"walking": {
"poseTypes": ["WALK"],
"animations": [
"q.look('head')",
"q.bedrock('axew', 'ground_walk')"
],
"quirks": [
"q.bedrock_quirk('axew', 'blink')"
]
},
"float": {
"poseTypes": ["FLOAT"],
"animations": [
"q.look('head')",
"q.bedrock('axew', 'ground_walk')"
]
},
"swim": {
"poseTypes": ["SWIM"],
"animations": [
"q.look')",
"q.bedrock('axew', 'ground_walk')"
]
},
"sleep": {
"poseTypes": ["SLEEP"],
"animations": ["q.bedrock('axew', 'sleep')"]
},
"shoulder_left": {
"poseName": "shoulder_left",
"transformTicks": 5,
"poseTypes": [ "SHOULDER_LEFT" ],
"animations": [
"bedrock(axew, shoulder_left)"
]
},
"shoulder_right": {
"poseName": "shoulder_right",
"transformTicks": 5,
"poseTypes": [ "SHOULDER_RIGHT" ],
"animations": [
"bedrock(axew, shoulder_right)"
]
}
}
}

View File

@ -0,0 +1,34 @@
{
"portraitScale": 2,
"portraitTranslation": [ 0.1, -0.25, 0 ],
"profileScale": 0.9,
"profileTranslation": [ 0, 0.5, 0 ],
"faint": "bedrock(azumarill, faint)",
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(azumarill, ground_idle)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(azumarill, blink)"]
}
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [ "bedrock(azumarill, ground_walk)" ]
}
}
}

View File

@ -0,0 +1,34 @@
{
"portraitScale": 3,
"portraitTranslation": [ 0, -2, 0 ],
"profileScale": 1.5,
"profileTranslation": [ 0, -0.5, 0 ],
"faint": "bedrock(azurill, faint)",
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(azurill, ground_idle)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(azurill, blink)"]
}
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [ "bedrock(azurill, ground_walk)" ]
}
}
}

View File

@ -0,0 +1,47 @@
{
"head": "head",
"portraitScale": 3,
"portraitTranslation": [ -0.15, -1.25, 0 ],
"profileScale": 1,
"profileTranslation": [ 0, 0.25, 0 ],
"faint": "bedrock(banette, sleep)",
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"look",
"bedrock(banette, ground_idle)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(banette, blink)"]
}
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [
"look",
"bedrock(banette, ground_walk)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(banette, blink)"]
}
]
}
}
}

View File

@ -0,0 +1,66 @@
{
"portraitScale": 1.4,
"portraitTranslation": [-0.2, 1.6, 0],
"profileScale": 0.6,
"profileTranslation": [-0.1, 0.9, 0],
"animations": {
"physical": "q.bedrock_primary('barbaracle', 'physical', q.curve('symmetrical_wide'))",
"faint": "q.bedrock_primary('barbaracle', 'faint', q.curve('symmetrical_wide'))",
"special": "q.bedrock_primary('barbaracle', 'special', q.curve('symmetrical_wide'))",
"status": "q.bedrock_primary('barbaracle', 'special', q.curve('symmetrical_wide'))",
"recoil": "q.bedrock_primary('barbaracle', 'recoil', q.curve('symmetrical_wide'))",
"blink" : "q.bedrock_stateful('barbaracle', 'blink')"
},
"poses": {
"battle-standing": {
"transformTicks": 10,
"poseTypes": ["STAND", "WALK"],
"isBattle": true,
"animations": [
"q.look('head')",
"q.bedrock('barbaracle', 'ground_idle')"
]
},
"standing": {
"transformTicks": 10,
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"isBattle": false,
"animations": [
"q.look('head')",
"q.bedrock('barbaracle', 'ground_idle')"
]
},
"walking": {
"transformTicks": 8,
"poseTypes": ["WALK"],
"animations": [
"q.look('head')",
"q.bedrock('barbaracle', 'ground_walk')"
]
},
"hover": {
"transformTicks": 5,
"poseTypes": [ "FLY", "HOVER", "FLOAT" ],
"animations": [
"q.look('head')",
"q.bedrock('barbaracle', 'ground_walk')"
]
},
"float": {
"transformTicks": 5,
"poseTypes": ["FLOAT"],
"animations": [
"q.look('head')",
"q.bedrock('barbaracle', 'ground_walk')"
]
},
"swim": {
"transformTicks": 8,
"poseTypes": ["SWIM"],
"animations": [
"q.look('head')",
"q.bedrock('barbaracle', 'ground_walk')"
]
}
}
}

View File

@ -0,0 +1,30 @@
{
"portraitScale": 1.5,
"portraitTranslation": [ -0.5, 3.25, 0.0],
"profileScale": 0.5,
"profileTranslation": [0, 1.1, 0.0],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(baxcalibur, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": ["WALK"],
"animations": [
"look",
"bedrock(baxcalibur, ground_walk)"
]
}
}
}

View File

@ -0,0 +1,34 @@
{
"head": "head",
"portraitScale": 2.0,
"portraitTranslation": [ 0, 0.2, 0 ],
"profileScale": 0.8,
"profileTranslation": [ 0, 0.5, 0 ],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(bellibolt, ground_idle)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(bellibolt, blink)"]
}
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [ "bedrock(bellibolt, ground_walk)" ]
}
}
}

View File

@ -0,0 +1,66 @@
{
"portraitScale": 1.4,
"portraitTranslation": [-0.2, 0.4, 0],
"profileScale": 0.7,
"profileTranslation": [-0.1, 0.7, 0],
"animations": {
"physical": "q.bedrock_primary('binacle', 'physical', q.curve('symmetrical_wide'))",
"faint": "q.bedrock_primary('binacle', 'faint', q.curve('symmetrical_wide'))",
"special": "q.bedrock_primary('binacle', 'special', q.curve('symmetrical_wide'))",
"status": "q.bedrock_primary('binacle', 'special', q.curve('symmetrical_wide'))",
"recoil": "q.bedrock_primary('binacle', 'recoil', q.curve('symmetrical_wide'))",
"blink" : "q.bedrock_stateful('binacle', 'blink')"
},
"poses": {
"battle-standing": {
"transformTicks": 10,
"poseTypes": ["STAND", "WALK"],
"isBattle": true,
"animations": [
"q.look('head')",
"q.bedrock('binacle', 'ground_idle')"
]
},
"standing": {
"transformTicks": 10,
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"isBattle": false,
"animations": [
"q.look('head')",
"q.bedrock('binacle', 'ground_idle')"
]
},
"walking": {
"transformTicks": 8,
"poseTypes": ["WALK"],
"animations": [
"q.look('head')",
"q.bedrock('binacle', 'ground_walk')"
]
},
"hover": {
"transformTicks": 5,
"poseTypes": [ "FLY", "HOVER", "FLOAT" ],
"animations": [
"q.look('head')",
"q.bedrock('binacle', 'ground_walk')"
]
},
"float": {
"transformTicks": 5,
"poseTypes": ["FLOAT"],
"animations": [
"q.look('head')",
"q.bedrock('binacle', 'ground_walk')"
]
},
"swim": {
"transformTicks": 8,
"poseTypes": ["SWIM"],
"animations": [
"q.look('head')",
"q.bedrock('binacle', 'ground_walk')"
]
}
}
}

View File

@ -0,0 +1,55 @@
{
"portraitScale": 1,
"portraitTranslation": [0, 1, 0],
"profileScale": 0.75,
"profileTranslation": [0, 0.6, 0],
"animations": {
"faint": "q.bedrock_primary('bisharp', 'faint', q.curve('one'))",
"cry": "q.bedrock_stateful('bisharp', 'cry')",
"recoil": "q.bedrock_stateful('bisharp', 'recoil')",
"physical": "q.bedrock_primary('bisharp', 'physical', q.curve('symmetrical_wide'))",
"special": "q.bedrock_primary('bisharp', 'special', q.curve('symmetrical_wide'))",
"status": "q.bedrock_primary('bisharp', 'status', q.curve('symmetrical_wide'))"
},
"poses": {
"battle-standing": {
"poseTypes": ["STAND"],
"isBattle": true,
"animations": [
"q.look('head', 1, 1, 45, -45, 70, -70)",
"q.bedrock('bisharp', 'battle_idle')"
]
},
"standing": {
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"isBattle": false,
"animations": [
"q.look('head', 1, 1, 45, -2.5, 7.5, -7.5)",
"q.bedrock('bisharp', 'ground_idle')"
]
},
"walking": {
"poseTypes": ["WALK"],
"animations": [
"q.look('head', 1, 1, 45, -2.5, 7.5, -7.5)",
"q.bedrock('bisharp', 'ground_walk')"
]
},
"float": {
"poseTypes": ["FLOAT"],
"animations": [
"q.bedrock('bisharp', 'ground_idle')"
]
},
"swim": {
"poseTypes": ["SWIM"],
"animations": [
"q.bedrock('bisharp', 'ground_walk')"
]
},
"sleep": {
"poseTypes": ["SLEEP"],
"animations": ["q.bedrock('bisharp', 'sleep')"]
}
}
}

View File

@ -0,0 +1,28 @@
{
"head": "head",
"portraitScale": 1.8,
"portraitTranslation": [ 0, 8.6, 0 ],
"profileScale": 0.3,
"profileTranslation": [ 0, 1.4, 0 ],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(blacephalon, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [ "bedrock(blacephalon, ground_walk)" ]
}
}
}

View File

@ -0,0 +1,34 @@
{
"head": "head",
"portraitScale": 1.6,
"portraitTranslation": [ 0, -0.2, 0 ],
"profileScale": 1.3,
"profileTranslation": [ 0.2, -0.1, 0 ],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"PORTRAIT",
"PROFILE",
"NONE"
],
"animations": [
"look",
"bedrock(blipbug, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [
"WALK"
],
"animations": [
"look",
"bedrock(blipbug, ground_walk)"
]
}
}
}

View File

@ -0,0 +1,23 @@
{
"head": "head",
"portraitScale": 2,
"portraitTranslation": [0., 0.1, 0],
"profileScale": 0.8,
"profileTranslation": [0, 0.6, -0.3],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(brutebonnet, ground_idle)"
]
}
}
}

View File

@ -0,0 +1,34 @@
{
"head": "head",
"portraitScale": 2.5,
"portraitTranslation": [0.2, -1.85, 0],
"profileScale": 1.5,
"profileTranslation": [0, -0.5, 0],
"faint": "bedrock(capsakid, faint)",
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE", "FLOAT"],
"animations": [
"look",
"bedrock(capsakid, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": ["WALK", "SWIM"],
"animations": [
"look",
"bedrock(capsakid, ground_walk)"
]
},
"sleeping": {
"poseName": "sleeping",
"transformTicks": 10,
"poseTypes": [ "SLEEP" ],
"animations": [ "bedrock(capsakid, sleep)" ]
}
}
}

View File

@ -0,0 +1,43 @@
{
"head": "head",
"portraitScale": 2.4,
"portraitTranslation": [ -0.1, 0, 0 ],
"profileScale": 0.9,
"profileTranslation": [ 0, 0.6, 0 ],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(celebi, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [ "bedrock(celebi, ground_walk)"
]
},
"flying": {
"poseName": "flying",
"transformTicks": 10,
"poseTypes": [ "FLY" ],
"animations": [ "bedrock(celebi, ground_walk)"
]
},
"hovering": {
"poseName": "hovering",
"transformTicks": 10,
"poseTypes": [ "HOVER" ],
"animations": [ "bedrock(celebi, ground_idle)"
]
}
}
}

View File

@ -0,0 +1,29 @@
{
"head": "head",
"portraitScale": 2.3,
"portraitTranslation": [ -1.0, 0.1, 0 ],
"profileScale": 0.7,
"profileTranslation": [ 0, 0.6, 0 ],
"cry": "bedrock(chienpao, cry)",
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(chienpao, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [ "bedrock(chienpao, ground_walk)" ]
}
}
}

View File

@ -0,0 +1,51 @@
{
"head": "head",
"portraitScale": 2,
"portraitTranslation": [ 0, -1, 0 ],
"profileScale": 1,
"profileTranslation": [ -0.1, 0.25, 0 ],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(chiyu, ground_idle)"
],
"quirks": []
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": ["WALK"],
"animations": [
"bedrock(chiyu, ground_walk)"
]
},
"swimming": {
"poseName": "swimming",
"transformTicks": 10,
"poseTypes": [
"SWIM"
],
"animations": [
"bedrock(chiyu, ground_walk)"
]
},
"floating": {
"poseName": "floating",
"transformTicks": 10,
"poseTypes": [
"FLOAT"
],
"animations": [
"bedrock(chiyu, ground_idle)"
]
}
}
}

View File

@ -0,0 +1,28 @@
{
"head": "head",
"portraitScale": 2.3,
"portraitTranslation": [ -0.2, -1.2, 0 ],
"profileScale": 0.9,
"profileTranslation": [ 0, 0.4, 0 ],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(cinccino, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [ "bedrock(cinccino, ground_walk)" ]
}
}
}

View File

@ -0,0 +1,54 @@
{
"head": "head",
"portraitScale": 1.4,
"portraitTranslation": [-0.1, -0.20, 0],
"profileScale": 0.85,
"profileTranslation": [0, 0.55, 0],
"faint": "bedrock(corsola_galar, sleep)",
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"animations": [
"bedrock(corsola, ground_idle)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(corsola, blink)"]
}
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": ["WALK", "SWIM"],
"animations": [
"bedrock(corsola, ground_walk)"
]
},
"sleeping": {
"poseName": "sleeping",
"transformTicks": 10,
"poseTypes": [ "SLEEP" ],
"animations": [ "bedrock(corsola, sleep)" ]
},
"swimming": {
"poseName": "swimming",
"transformTicks": 10,
"poseTypes": [ "SWIM" ],
"animations": [
"bedrock(corsola, ground_walk)"
]
},
"floating": {
"poseName": "floating",
"transformTicks": 10,
"poseTypes": [ "FLOAT" ],
"animations": [
"bedrock(corsola, ground_idle)"
]
}
}
}

View File

@ -0,0 +1,54 @@
{
"head": "head",
"portraitScale": 1.4,
"portraitTranslation": [-0.1, -0.20, 0],
"profileScale": 0.85,
"profileTranslation": [0, 0.55, 0],
"faint": "bedrock(corsola_galar, sleep)",
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"animations": [
"bedrock(corsola_galar, ground_idle)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(corsola_galar, blink)"]
}
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": ["WALK", "SWIM"],
"animations": [
"bedrock(corsola_galar, ground_walk)"
]
},
"sleeping": {
"poseName": "sleeping",
"transformTicks": 10,
"poseTypes": [ "SLEEP" ],
"animations": [ "bedrock(corsola_galar, sleep)" ]
},
"swimming": {
"poseName": "swimming",
"transformTicks": 10,
"poseTypes": [ "SWIM" ],
"animations": [
"bedrock(corsola_galar, ground_walk)"
]
},
"floating": {
"poseName": "floating",
"transformTicks": 10,
"poseTypes": [ "FLOAT" ],
"animations": [
"bedrock(corsola_galar, ground_idle)"
]
}
}
}

View File

@ -0,0 +1,47 @@
{
"head": "head",
"portraitScale": 2.7,
"portraitTranslation": [-0.2, -0.3, 0],
"profileScale": 1.2,
"profileTranslation": [0.0, 0.0, 0],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(cramorant, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [
"bedrock(cramorant, ground_walk)"
]
},
"swimming": {
"poseName": "swimming",
"transformTicks": 10,
"poseTypes": [ "SWIM" ],
"animations": [
"bedrock(cramorant, water_swim)"
]
},
"floating": {
"poseName": "floating",
"transformTicks": 10,
"poseTypes": [ "FLOAT" ],
"animations": [
"bedrock(cramorant, water_idle)"
]
}
}
}

View File

@ -0,0 +1,30 @@
{
"portraitScale": 2.0,
"portraitTranslation": [ -1.25, 1.65, 0 ],
"profileScale": 0.6,
"profileTranslation": [ 0.05, 0.75, 0 ],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(cresselia, ground_idle)"
],
"quirks": []
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": ["WALK"],
"animations": [
"bedrock(cresselia, ground_idle)"
]
}
}
}

View File

@ -0,0 +1,34 @@
{
"head": "head",
"portraitScale": 1.85,
"portraitTranslation": [0.15, 0, 0],
"profileScale": 1,
"profileTranslation": [0, 0.15, 0],
"faint": "bedrock(croagunk, faint)",
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE", "FLOAT"],
"animations": [
"look",
"bedrock(croagunk, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": ["WALK", "SWIM"],
"animations": [
"look",
"bedrock(croagunk, ground_walk)"
]
},
"sleeping": {
"poseName": "sleeping",
"transformTicks": 10,
"poseTypes": [ "SLEEP" ],
"animations": [ "bedrock(croagunk, sleep)" ]
}
}
}

View File

@ -0,0 +1,47 @@
{
"head": "head",
"portraitScale": 1.7,
"portraitTranslation": [-0.1, 1.3, 0],
"profileScale": 0.7,
"profileTranslation": [0.0, 0.8, 0],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(cursola, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [
"bedrock(cursola, ground_walk)"
]
},
"swimming": {
"poseName": "swimming",
"transformTicks": 10,
"poseTypes": [ "SWIM" ],
"animations": [
"bedrock(cursola, ground_walk)"
]
},
"floating": {
"poseName": "floating",
"transformTicks": 10,
"poseTypes": [ "FLOAT" ],
"animations": [
"bedrock(cursola, ground_idle)"
]
}
}
}

View File

@ -0,0 +1,38 @@
{
"portraitScale": 0.8,
"portraitTranslation": [ 0, 0.8, 0 ],
"profileScale": 0.8,
"profileTranslation": [ 0, 0.8, 0 ],
"poses": {
"standing": {
"poseName": "cyclizar",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"look",
"bedrock(cyclizar, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [ "bedrock(cyclizar, ground_walk)" ]
},
"swimming": {
"poseName": "swimming",
"transformTicks": 10,
"poseTypes": [
"SWIM"
],
"animations": [
"bedrock(cyclizar, ground_walk)"
]
}
}
}

View File

@ -0,0 +1,30 @@
{
"portraitScale": 2.0,
"portraitTranslation": [ -0.25, 0, 0 ],
"profileScale": 1,
"profileTranslation": [ 0.05, 0.35, 0 ],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(darkrai, ground_idle)"
],
"quirks": []
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": ["WALK"],
"animations": [
"bedrock(darkrai, ground_idle)"
]
}
}
}

View File

@ -0,0 +1,41 @@
{
"head": "head",
"portraitScale": 1.8,
"portraitTranslation": [ -0.2, 0.4, 0 ],
"profileScale": 0.8,
"profileTranslation": [ 0, 0.6, 0 ],
"faint": "bedrock(delcatty, faint)",
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"look",
"bedrock(delcatty, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [ "bedrock(delcatty, ground_walk)" ]
},
"sleeping": {
"poseName": "sleeping",
"transformTicks": 10,
"poseTypes": [
"SLEEP"
],
"animations": [
"bedrock(delcatty, sleep)"
]
}
}
}

View File

@ -0,0 +1,27 @@
{
"portraitScale": 2,
"portraitTranslation": [0.15, 0, 0],
"profileScale": 1,
"profileTranslation": [0, 0.45, 0],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"isBattle": false,
"animations": ["bedrock(delibird, ground_idle)"]
},
"walking": {
"poseName": "walking",
"poseTypes": ["WALK"],
"animations": [
"bedrock(delibird, ground_walk)"
]
}
}
}

View File

@ -0,0 +1,71 @@
{
"portraitScale": 1.5,
"portraitTranslation": [0, 3.5, 0],
"profileScale": 0.4,
"profileTranslation": [0, 1.2, 0],
"animations": {
"faint": "q.bedrock_primary('deoxys', 'faint', q.curve('one'))",
"cry": "q.bedrock_stateful('deoxys', 'cry')",
"recoil": "q.bedrock_stateful('deoxys', 'recoil')",
"physical": "q.bedrock_primary('deoxys', 'physical', q.curve('symmetrical_wide'))",
"special": "q.bedrock_primary('deoxys', 'special', q.curve('symmetrical_wide'))",
"status": "q.bedrock_primary('deoxys', 'status', q.curve('symmetrical_wide'))"
},
"poses": {
"battle-standing": {
"transformTicks": 10,
"poseTypes": ["STAND", "WALK"],
"isBattle": true,
"animations": [
"q.look('head')",
"q.bedrock('deoxys', 'battle_stance')"
]
},
"standing": {
"transformTicks": 10,
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"isBattle": false,
"animations": [
"q.look('head')",
"q.bedrock('deoxys', 'ground_idle')"
]
},
"walking": {
"transformTicks": 8,
"poseTypes": ["WALK"],
"animations": [
"q.look('head')",
"q.bedrock('deoxys', 'ground_walk')"
]
},
"hover": {
"transformTicks": 5,
"poseTypes": [ "FLY", "HOVER", "FLOAT" ],
"animations": [
"q.look('head')",
"q.bedrock('deoxys', 'ground_walk')"
]
},
"float": {
"transformTicks": 5,
"poseTypes": ["FLOAT"],
"animations": [
"q.look('head')",
"q.bedrock('deoxys', 'ground_walk')"
]
},
"swim": {
"transformTicks": 8,
"poseTypes": ["SWIM"],
"animations": [
"q.look('head')",
"q.bedrock('deoxys', 'ground_walk')"
]
},
"sleep": {
"transformTicks": 10,
"poseTypes": ["SLEEP"],
"animations": ["q.bedrock('deoxys', 'sleep')"]
}
}
}

View File

@ -0,0 +1,71 @@
{
"portraitScale": 1.5,
"portraitTranslation": [0, 3.6, 0],
"profileScale": 0.4,
"profileTranslation": [0, 1.2, 0],
"animations": {
"faint": "q.bedrock_primary('deoxysattack', 'faint', q.curve('one'))",
"cry": "q.bedrock_stateful('deoxysattack', 'cry')",
"recoil": "q.bedrock_stateful('deoxysattack', 'recoil')",
"physical": "q.bedrock_primary('deoxysattack', 'physical', q.curve('symmetrical_wide'))",
"special": "q.bedrock_primary('deoxysattack', 'special', q.curve('symmetrical_wide'))",
"status": "q.bedrock_primary('deoxysattack', 'status', q.curve('symmetrical_wide'))"
},
"poses": {
"battle-standing": {
"transformTicks": 10,
"poseTypes": ["STAND", "WALK"],
"isBattle": true,
"animations": [
"q.look('head')",
"q.bedrock('deoxysattack', 'battle_stance')"
]
},
"standing": {
"transformTicks": 10,
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"isBattle": false,
"animations": [
"q.look('head')",
"q.bedrock('deoxysattack', 'ground_idle')"
]
},
"walking": {
"transformTicks": 8,
"poseTypes": ["WALK"],
"animations": [
"q.look('head')",
"q.bedrock('deoxysattack', 'ground_walk')"
]
},
"hover": {
"transformTicks": 5,
"poseTypes": [ "FLY", "HOVER", "FLOAT" ],
"animations": [
"q.look('head')",
"q.bedrock('deoxysattack', 'ground_walk')"
]
},
"float": {
"transformTicks": 5,
"poseTypes": ["FLOAT"],
"animations": [
"q.look('head')",
"q.bedrock('deoxysattack', 'ground_walk')"
]
},
"swim": {
"transformTicks": 8,
"poseTypes": ["SWIM"],
"animations": [
"q.look('head')",
"q.bedrock('deoxysattack', 'ground_walk')"
]
},
"sleep": {
"transformTicks": 10,
"poseTypes": ["SLEEP"],
"animations": ["q.bedrock('deoxysattack', 'sleep')"]
}
}
}

View File

@ -0,0 +1,65 @@
{
"portraitScale": 1.5,
"portraitTranslation": [-0.2, 3.4, 0],
"profileScale": 0.4,
"profileTranslation": [0, 1.2, 0],
"animations": {
"faint": "q.bedrock_primary('deoxysdefense', 'faint', q.curve('one'))",
"cry": "q.bedrock_stateful('deoxysdefense', 'cry')",
"recoil": "q.bedrock_stateful('deoxysdefense', 'recoil')",
"physical": "q.bedrock_primary('deoxysdefense', 'physical', q.curve('symmetrical_wide'))",
"special": "q.bedrock_primary('deoxysdefense', 'special', q.curve('symmetrical_wide'))",
"status": "q.bedrock_primary('deoxysdefense', 'status', q.curve('symmetrical_wide'))"
},
"poses": {
"battle-standing": {
"transformTicks": 10,
"poseTypes": ["STAND"],
"isBattle": true,
"animations": [
"q.bedrock('deoxysdefense', 'ground_idle')"
]
},
"standing": {
"transformTicks": 10,
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"isBattle": false,
"animations": [
"q.bedrock('deoxysdefense', 'ground_idle')"
]
},
"walking": {
"transformTicks": 8,
"poseTypes": ["WALK"],
"animations": [
"q.bedrock('deoxysdefense', 'ground_walk')"
]
},
"hover": {
"transformTicks": 5,
"poseTypes": [ "FLY", "HOVER", "FLOAT" ],
"animations": [
"q.bedrock('deoxysdefense', 'ground_walk')"
]
},
"float": {
"transformTicks": 5,
"poseTypes": ["FLOAT"],
"animations": [
"q.bedrock('deoxysdefense', 'ground_walk')"
]
},
"swim": {
"transformTicks": 8,
"poseTypes": ["SWIM"],
"animations": [
"q.bedrock('deoxysdefense', 'ground_walk')"
]
},
"sleep": {
"transformTicks": 10,
"poseTypes": ["SLEEP"],
"animations": ["q.bedrock('deoxysdefense', 'sleep')"]
}
}
}

View File

@ -0,0 +1,71 @@
{
"portraitScale": 1.5,
"portraitTranslation": [-0.2, 3.3, 0],
"profileScale": 0.4,
"profileTranslation": [0, 1.2, 0],
"animations": {
"faint": "q.bedrock_primary('deoxysspeed', 'faint', q.curve('one'))",
"cry": "q.bedrock_stateful('deoxysspeed', 'cry')",
"recoil": "q.bedrock_stateful('deoxysspeed', 'recoil')",
"physical": "q.bedrock_primary('deoxysspeed', 'physical', q.curve('symmetrical_wide'))",
"special": "q.bedrock_primary('deoxysspeed', 'special', q.curve('symmetrical_wide'))",
"status": "q.bedrock_primary('deoxysspeed', 'status', q.curve('symmetrical_wide'))"
},
"poses": {
"battle-standing": {
"transformTicks": 10,
"poseTypes": ["STAND", "WALK"],
"isBattle": true,
"animations": [
"q.look('head')",
"q.bedrock('deoxysspeed', 'ground_idle')"
]
},
"standing": {
"transformTicks": 10,
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"isBattle": false,
"animations": [
"q.look('head')",
"q.bedrock('deoxysspeed', 'ground_idle')"
]
},
"walking": {
"transformTicks": 8,
"poseTypes": ["WALK"],
"animations": [
"q.look('head')",
"q.bedrock('deoxysspeed', 'ground_walk')"
]
},
"hover": {
"transformTicks": 5,
"poseTypes": [ "FLY", "HOVER", "FLOAT" ],
"animations": [
"q.look('head')",
"q.bedrock('deoxysspeed', 'ground_walk')"
]
},
"float": {
"transformTicks": 5,
"poseTypes": ["FLOAT"],
"animations": [
"q.look('head')",
"q.bedrock('deoxysspeed', 'ground_walk')"
]
},
"swim": {
"transformTicks": 8,
"poseTypes": ["SWIM"],
"animations": [
"q.look('head')",
"q.bedrock('deoxysspeed', 'ground_walk')"
]
},
"sleep": {
"transformTicks": 10,
"poseTypes": ["SLEEP"],
"animations": ["q.bedrock('deoxysspeed', 'sleep')"]
}
}
}

View File

@ -0,0 +1,42 @@
{
"head": "head",
"portraitScale": 1.45,
"portraitTranslation": [ 0.2, -0.35, 0 ],
"profileScale": 1,
"profileTranslation": [ 0, 0.1, 0 ],
"faint": "bedrock(dewpider, faint)",
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"look",
"bedrock(dewpider, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [ "bedrock(dewpider, ground_walk)" ]
},
"floating": {
"poseName": "floating",
"transformTicks": 10,
"poseTypes": [ "FLOAT" ],
"animations": [ "bedrock(dewpider, water_idle)" ]
},
"swimming": {
"poseName": "swimming",
"transformTicks": 10,
"poseTypes": [ "SWIM" ],
"animations": [ "bedrock(dewpider, water_swim)" ]
}
}
}

View File

@ -0,0 +1,99 @@
{
"head": "head",
"portraitScale": 1.7,
"portraitTranslation": [ 0, 0.9, 0 ],
"profileScale": 0.8,
"profileTranslation": [ 0, 0.7, 0 ],
"faint": "bedrock(diancie, faint, true)",
"cry": "bedrock(diancie, cry)",
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [ "look", "bedrock(diancie, air_idle)"],
"quirks": [
{
"name": "blink",
"minSecondsBetweenOccurrences": 6,
"maxSecondsBetweenOccurrences": 12,
"animations": ["bedrock(diancie, blink)"]
},
{
"name": "spin",
"transformTicks": 10,
"loopTimes": 1,
"minSecondsBetweenOccurrences": 19,
"maxSecondsBetweenOccurrences": 20,
"animations": ["bedrock(diancie, spin, true)"]
}
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [ "bedrock(diancie, air_walk)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(diancie, blink)"]
}
]
},
"battle-idle": {
"poseName": "battle-idle",
"transformTicks": 10,
"poseTypes": [ "STAND" ],
"animations": [ "bedrock(diancie, air_idle)"
],
"quirks": [
{
"name": "blink",
"minSecondsBetweenOccurrences": 6,
"maxSecondsBetweenOccurrences": 8,
"animations": ["bedrock(diancie, blink)"]
}
]
},
"flying": {
"poseName": "flying",
"transformTicks": 10,
"poseTypes": [ "FLY" ],
"animations": [ "bedrock(diancie, air_walk)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(diancie, blink)"]
}
]
},
"sleeping": {
"poseName": "sleeping",
"transformTicks": 10,
"poseTypes": [ "SLEEP" ],
"animations": [ "bedrock(diancie, sleep)" ]
},
"hovering": {
"poseName": "hovering",
"transformTicks": 10,
"poseTypes": [ "HOVER" ],
"animations": [ "bedrock(diancie, air_idle)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(diancie, blink)"]
}
]
}
}
}

View File

@ -0,0 +1,28 @@
{
"head": "head",
"portraitScale": 2.3,
"portraitTranslation": [ 0.2, -0.5, 0 ],
"profileScale": 0.9,
"profileTranslation": [ 0, 0.4, 0 ],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(dipplin, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [ "bedrock(dipplin, ground_walk)" ]
}
}
}

View File

@ -0,0 +1,32 @@
{
"head": "head",
"portraitScale": 1.2,
"portraitTranslation": [ 0, 0, 0 ],
"profileScale": 1.1,
"profileTranslation": [ 0, 0, 0 ],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"PORTRAIT",
"PROFILE",
"NONE"
],
"animations": [
"bedrock(dottler, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [
"WALK"
],
"animations": [
"bedrock(dottler, ground_walk)"
]
}
}
}

View File

@ -0,0 +1,65 @@
{
"portraitScale": 1.4,
"portraitTranslation": [-0.7, 0.5, 0],
"profileScale": 0.7,
"profileTranslation": [-0.1, 0.7, 0],
"animations": {
"faint": "q.bedrock_primary('drapion', 'faint', q.curve('symmetrical_wide'))",
"physical": "q.bedrock_primary('drapion', 'physical', q.curve('symmetrical_wide'))",
"special": "q.bedrock_primary('drapion', 'special', q.curve('symmetrical_wide'))",
"status": "q.bedrock_primary('drapion', 'special', q.curve('symmetrical_wide'))",
"recoil": "q.bedrock_primary('drapion', 'recoil', q.curve('symmetrical_wide'))"
},
"poses": {
"battle-standing": {
"transformTicks": 10,
"poseTypes": ["STAND", "WALK"],
"isBattle": true,
"animations": [
"q.look('head')",
"q.bedrock('drapion', 'ground_idle')"
]
},
"standing": {
"transformTicks": 10,
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"isBattle": false,
"animations": [
"q.look('head')",
"q.bedrock('drapion', 'ground_idle')"
]
},
"walking": {
"transformTicks": 8,
"poseTypes": ["WALK"],
"animations": [
"q.look('head')",
"q.bedrock('drapion', 'ground_walk')"
]
},
"hover": {
"transformTicks": 5,
"poseTypes": [ "FLY", "HOVER", "FLOAT" ],
"animations": [
"q.look('head')",
"q.bedrock('drapion', 'ground_walk')"
]
},
"float": {
"transformTicks": 5,
"poseTypes": ["FLOAT"],
"animations": [
"q.look('head')",
"q.bedrock('drapion', 'ground_walk')"
]
},
"swim": {
"transformTicks": 8,
"poseTypes": ["SWIM"],
"animations": [
"q.look('head')",
"q.bedrock('drapion', 'ground_walk')"
]
}
}
}

View File

@ -0,0 +1,34 @@
{
"head": "head",
"portraitScale": 1.9,
"portraitTranslation": [0.2, -0.7, 0],
"profileScale": 1,
"profileTranslation": [0, 0.15, 0],
"faint": "bedrock(drilbur, faint)",
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE", "FLOAT"],
"animations": [
"look",
"bedrock(drilbur, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": ["WALK", "SWIM"],
"animations": [
"look",
"bedrock(drilbur, ground_walk)"
]
},
"sleeping": {
"poseName": "sleeping",
"transformTicks": 10,
"poseTypes": [ "SLEEP" ],
"animations": [ "bedrock(drilbur, sleep)" ]
}
}
}

View File

@ -0,0 +1,65 @@
{
"portraitScale": 1.4,
"portraitTranslation": [-0.2, 0.8, 0],
"profileScale": 0.7,
"profileTranslation": [-0.1, 0.7, 0],
"animations": {
"physical": "q.bedrock_primary('druddigon', 'physical', q.curve('symmetrical_wide'))",
"special": "q.bedrock_primary('druddigon', 'special', q.curve('symmetrical_wide'))",
"status": "q.bedrock_primary('druddigon', 'special', q.curve('symmetrical_wide'))",
"recoil": "q.bedrock_primary('druddigon', 'recoil', q.curve('symmetrical_wide'))",
"faint": "q.bedrock_primary('druddigon', 'faint', q.curve('symmetrical_wide'))"
},
"poses": {
"battle-standing": {
"transformTicks": 10,
"poseTypes": ["STAND", "WALK"],
"isBattle": true,
"animations": [
"q.look('head')",
"q.bedrock('druddigon', 'ground_idle')"
]
},
"standing": {
"transformTicks": 10,
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"isBattle": false,
"animations": [
"q.look('head')",
"q.bedrock('druddigon', 'ground_idle')"
]
},
"walking": {
"transformTicks": 8,
"poseTypes": ["WALK"],
"animations": [
"q.look('head')",
"q.bedrock('druddigon', 'ground_walk')"
]
},
"hover": {
"transformTicks": 5,
"poseTypes": [ "FLY", "HOVER", "FLOAT" ],
"animations": [
"q.look('head')",
"q.bedrock('druddigon', 'ground_walk')"
]
},
"float": {
"transformTicks": 5,
"poseTypes": ["FLOAT"],
"animations": [
"q.look('head')",
"q.bedrock('druddigon', 'ground_walk')"
]
},
"swim": {
"transformTicks": 8,
"poseTypes": ["SWIM"],
"animations": [
"q.look('head')",
"q.bedrock('druddigon', 'ground_walk')"
]
}
}
}

View File

@ -0,0 +1,184 @@
{
"head": "head",
"portraitScale": 1.5,
"portraitTranslation": [ -0.1, 0.5, 0 ],
"profileScale": 0.7,
"profileTranslation": [ -0.05, 0.7, 0 ],
"faint": "bedrock(ducklett, ground_idle, true)",
"cry": "bedrock(ducklett, cry)",
"poses": {
"battle-idle": {
"poseName": "battle-idle",
"transformTicks": 10,
"poseTypes": ["STAND"],
"isBattle": true,
"animations": ["bedrock(ducklett, ground_idle)"],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(ducklett, blink)"]
}
]
},
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"isBattle": false,
"animations": [
"bedrock(ducklett, ground_idle)"
],
"quirks": [
{
"name": "blink",
"animations": [
"bedrock(ducklett, blink)"
]
}
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [
"WALK"
],
"animations": [
"bedrock(ducklett, ground_walk)"
],
"quirks": [
{
"name": "blink",
"animations": [
"bedrock(ducklett, blink)"
]
}
]
},
"hovering": {
"poseName": "hovering",
"transformTicks": 10,
"poseTypes": [
"HOVER"
],
"animations": [
"bedrock(ducklett, ground_idle)"
],
"quirks": [
{
"name": "blink",
"animations": [
"bedrock(ducklett, blink)"
]
}
]
},
"flying": {
"poseName": "flying",
"transformTicks": 10,
"poseTypes": [
"FLY"
],
"animations": [
"bedrock(ducklett, ground_idle)"
],
"quirks": [
{
"name": "blink",
"animations": [
"bedrock(ducklett, blink)"
]
}
]
},
"sleeping": {
"poseName": "sleeping",
"transformTicks": 10,
"poseTypes": [
"SLEEP"
],
"animations": [
"bedrock(ducklett, sleep)"
]
},
"leftshoulder": {
"poseName": "leftshoulder",
"transformTicks": 10,
"poseTypes": [
"SHOULDER_LEFT"
],
"animations": [
"bedrock(ducklett, ground_idle)",
"look"
],
"quirks": [
{
"name": "blink",
"animations": [
"bedrock(ducklett, blink)"
]
}
]
},
"rightshoulder": {
"poseName": "rightshoulder",
"transformTicks": 10,
"poseTypes": [
"SHOULDER_RIGHT"
],
"animations": [
"bedrock(ducklett, ground_idle)",
"look"
],
"quirks": [
{
"name": "blink",
"animations": [
"bedrock(ducklett, blink)"
]
}
]
},
"swimming": {
"poseName": "swimming",
"transformTicks": 10,
"poseTypes": [
"SWIM"
],
"animations": [
"bedrock(ducklett, water_swim)"
],
"quirks": [
{
"name": "blink",
"animations": [
"bedrock(ducklett, blink)"
]
}
]
},
"floating": {
"poseName": "floating",
"transformTicks": 10,
"poseTypes": [
"FLOAT"
],
"animations": [
"bedrock(ducklett, water_idle)"
],
"quirks": [
{
"name": "blink",
"animations": [
"bedrock(ducklett, blink)"
]
}
]
}
}
}

View File

@ -0,0 +1,65 @@
{
"portraitScale": 1.7,
"portraitTranslation": [-0.2, -0.9, 0],
"profileScale": 1,
"profileTranslation": [-0.1, 0.2, 0],
"animations": {
"faint": "q.bedrock_primary('dudunsparce', 'faint', q.curve('symmetrical_wide'))",
"physical": "q.bedrock_primary('dudunsparce', 'physical', q.curve('symmetrical_wide'))",
"special": "q.bedrock_primary('dudunsparce', 'special', q.curve('symmetrical_wide'))",
"status": "q.bedrock_primary('dudunsparce', 'special', q.curve('symmetrical_wide'))",
"recoil": "q.bedrock_primary('dudunsparce', 'recoil', q.curve('symmetrical_wide'))"
},
"poses": {
"battle-standing": {
"transformTicks": 10,
"poseTypes": ["STAND", "WALK"],
"isBattle": true,
"animations": [
"q.look('head')",
"q.bedrock('dudunsparce', 'ground_idle')"
]
},
"standing": {
"transformTicks": 10,
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"isBattle": false,
"animations": [
"q.look('head')",
"q.bedrock('dudunsparce', 'ground_idle')"
]
},
"walking": {
"transformTicks": 8,
"poseTypes": ["WALK"],
"animations": [
"q.look('head')",
"q.bedrock('dudunsparce', 'ground_walk')"
]
},
"hover": {
"transformTicks": 5,
"poseTypes": [ "FLY", "HOVER", "FLOAT" ],
"animations": [
"q.look('head')",
"q.bedrock('dudunsparce', 'ground_walk')"
]
},
"float": {
"transformTicks": 5,
"poseTypes": ["FLOAT"],
"animations": [
"q.look('head')",
"q.bedrock('dudunsparce', 'ground_walk')"
]
},
"swim": {
"transformTicks": 8,
"poseTypes": ["SWIM"],
"animations": [
"q.look('head')",
"q.bedrock('dudunsparce', 'ground_walk')"
]
}
}
}

View File

@ -0,0 +1,65 @@
{
"portraitScale": 1.7,
"portraitTranslation": [-0.8, -0.9, 0],
"profileScale": 0.8,
"profileTranslation": [-0.1, 0.4, 0],
"animations": {
"faint": "q.bedrock_primary('dudunsparce_three_segment', 'faint', q.curve('symmetrical_wide'))",
"physical": "q.bedrock_primary('dudunsparce_three_segment', 'physical', q.curve('symmetrical_wide'))",
"special": "q.bedrock_primary('dudunsparce_three_segment', 'special', q.curve('symmetrical_wide'))",
"status": "q.bedrock_primary('dudunsparce_three_segment', 'special', q.curve('symmetrical_wide'))",
"recoil": "q.bedrock_primary('dudunsparce_three_segment', 'recoil', q.curve('symmetrical_wide'))"
},
"poses": {
"battle-standing": {
"transformTicks": 10,
"poseTypes": ["STAND", "WALK"],
"isBattle": true,
"animations": [
"q.look('head')",
"q.bedrock('dudunsparce_three_segment', 'ground_idle')"
]
},
"standing": {
"transformTicks": 10,
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"isBattle": false,
"animations": [
"q.look('head')",
"q.bedrock('dudunsparce_three_segment', 'ground_idle')"
]
},
"walking": {
"transformTicks": 8,
"poseTypes": ["WALK"],
"animations": [
"q.look('head')",
"q.bedrock('dudunsparce_three_segment', 'ground_walk')"
]
},
"hover": {
"transformTicks": 5,
"poseTypes": [ "FLY", "HOVER", "FLOAT" ],
"animations": [
"q.look('head')",
"q.bedrock('dudunsparce_three_segment', 'ground_walk')"
]
},
"float": {
"transformTicks": 5,
"poseTypes": ["FLOAT"],
"animations": [
"q.look('head')",
"q.bedrock('dudunsparce_three_segment', 'ground_walk')"
]
},
"swim": {
"transformTicks": 8,
"poseTypes": ["SWIM"],
"animations": [
"q.look('head')",
"q.bedrock('dudunsparce_three_segment', 'ground_walk')"
]
}
}
}

View File

@ -0,0 +1,65 @@
{
"portraitScale": 1.7,
"portraitTranslation": [-0.2, -0.9, 0],
"profileScale": 1,
"profileTranslation": [-0.1, 0.2, 0],
"animations": {
"faint": "q.bedrock_primary('dunsparce', 'faint', q.curve('symmetrical_wide'))",
"physical": "q.bedrock_primary('dunsparce', 'physical', q.curve('symmetrical_wide'))",
"special": "q.bedrock_primary('dunsparce', 'special', q.curve('symmetrical_wide'))",
"status": "q.bedrock_primary('dunsparce', 'special', q.curve('symmetrical_wide'))",
"recoil": "q.bedrock_primary('dunsparce', 'recoil', q.curve('symmetrical_wide'))"
},
"poses": {
"battle-standing": {
"transformTicks": 10,
"poseTypes": ["STAND", "WALK"],
"isBattle": true,
"animations": [
"q.look('head')",
"q.bedrock('dunsparce', 'ground_idle')"
]
},
"standing": {
"transformTicks": 10,
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"isBattle": false,
"animations": [
"q.look('head')",
"q.bedrock('dunsparce', 'ground_idle')"
]
},
"walking": {
"transformTicks": 8,
"poseTypes": ["WALK"],
"animations": [
"q.look('head')",
"q.bedrock('dunsparce', 'ground_walk')"
]
},
"hover": {
"transformTicks": 5,
"poseTypes": [ "FLY", "HOVER", "FLOAT" ],
"animations": [
"q.look('head')",
"q.bedrock('dunsparce', 'ground_walk')"
]
},
"float": {
"transformTicks": 5,
"poseTypes": ["FLOAT"],
"animations": [
"q.look('head')",
"q.bedrock('dunsparce', 'ground_walk')"
]
},
"swim": {
"transformTicks": 8,
"poseTypes": ["SWIM"],
"animations": [
"q.look('head')",
"q.bedrock('dunsparce', 'ground_walk')"
]
}
}
}

View File

@ -0,0 +1,69 @@
{
"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)"]
}
]
}
}
}

View File

@ -0,0 +1,58 @@
{
"portraitScale": 3.5,
"portraitTranslation": [-0.3, -0.1, 0],
"profileScale": 0.9,
"profileTranslation": [0, 0.4, 0],
"animations": {
"cry": "q.bedrock_stateful('duraludon', 'cry')",
"recoil": "q.bedrock_stateful('duraludon', 'recoil')",
"physical": "q.bedrock_primary('duraludon', 'physical', q.curve('symmetrical_wide'))",
"special": "q.bedrock_primary('duraludon', 'special', q.curve('symmetrical_wide'))",
"status": "q.bedrock_stateful('duraludon', 'cry', q.curve('symmetrical_wide'))"
},
"poses": {
"battle-standing": {
"poseTypes": ["STAND", "WALK"],
"isBattle": true,
"animations": [
"q.bedrock('duraludon', 'battle_idle')"
],
"quirks": [
"q.bedrock_quirk('duraludon', 'quirk')"
]
},
"standing": {
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"isBattle": false,
"animations": [
"q.bedrock('duraludon', 'ground_idle')"
],
"quirks": [
"q.bedrock_quirk('duraludon', 'quirk')"
]
},
"walking": {
"poseTypes": ["WALK"],
"animations": [
"q.bedrock('duraludon', 'ground_walk')"
]
},
"float": {
"poseTypes": ["FLOAT"],
"animations": [
"q.bedrock('duraludon', 'ground_walk')"
]
},
"swim": {
"poseTypes": ["SWIM"],
"animations": [
"q.look('head')",
"q.bedrock('duraludon', 'ground_walk')"
]
},
"sleep": {
"poseTypes": ["SLEEP"],
"animations": ["q.bedrock('duraludon', 'ground_idle')"]
}
}
}

View File

@ -0,0 +1,112 @@
{
"head": "head",
"portraitScale": 2,
"portraitTranslation": [
-0.25,
-1.2,
0
],
"profileScale": 0.8,
"profileTranslation": [
0.1,
.4,
0
],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE"
],
"animations": [
"bedrock(eelektrik, ground_idle)"
],
"quirks": [
{
"name": "blink",
"animations": [
"bedrock(eelektrik, blink)"
]
}
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [
"WALK"
],
"animations": [
"bedrock(eelektrik, ground_walk)"
],
"quirks": [
{
"name": "blink",
"animations": [
"bedrock(eelektrik, blink)"
]
}
]
},
"battle-idle": {
"poseName": "battle-idle",
"transformTicks": 10,
"isBattle": true,
"poseTypes": [
"STAND"
],
"animations": [
"look",
"bedrock(eelektrik, battle_idle)"
],
"quirks": [
{
"name": "blink",
"animations": [
"bedrock(eelektrik, blink)"
]
}
]
},
"swimming": {
"poseName": "swimming",
"transformTicks": 10,
"poseTypes": [
"SWIM"
],
"animations": [
"bedrock(eelektrik, water_swim)"
],
"quirks": [
{
"name": "blink",
"animations": [
"bedrock(eelektrik, blink)"
]
}
]
},
"floating": {
"poseName": "floating",
"transformTicks": 10,
"poseTypes": [
"FLOAT",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(eelektrik, water_idle)"
],
"quirks": [
{
"name": "blink",
"animations": [
"bedrock(eelektrik, blink)"
]
}
]
}
}
}

View File

@ -0,0 +1,52 @@
{
"head": "head",
"portraitScale": 1.5,
"portraitTranslation": [
-0.6,
1.2,
0
],
"profileScale": 0.6,
"profileTranslation": [
0,
1.5,
0
],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(eelektross, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [
"WALK"
],
"animations": [
"bedrock(eelektross, ground_walk)"
]
},
"battle-idle": {
"poseName": "battle-idle",
"transformTicks": 10,
"isBattle": true,
"poseTypes": [
"STAND"
],
"animations": [
"look",
"bedrock(eelektross, battle_idle)"
]
}
}
}

View File

@ -0,0 +1,49 @@
{
"head": "head",
"portraitScale": 2.8,
"portraitTranslation": [ -0.1, -1.5, 0 ],
"profileScale": 0.9,
"profileTranslation": [ 0, 0.4, 0 ],
"animations": {
"faint": "q.bedrock_primary('espurr', 'faint', q.curve('one'))",
"cry": "q.bedrock_stateful('espurr', 'cry')",
"recoil": "q.bedrock_stateful('espurr', 'recoil')",
"physical": "q.bedrock_primary('espurr', 'physical', q.curve('symmetrical_wide'))",
"special": "q.bedrock_primary('espurr', 'special', q.curve('symmetrical_wide'))",
"status": "q.bedrock_primary('espurr', 'status', q.curve('symmetrical_wide'))"
},
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"look",
"bedrock(espurr, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [ "bedrock(espurr, ground_walk)" ]
},
"sleeping": {
"poseName": "sleeping",
"transformTicks": 10,
"poseTypes": [
"SLEEP"
],
"animations": [
"bedrock(espurr, sleep)"
]
}
}
}

View File

@ -0,0 +1,55 @@
{
"head": "looky",
"portraitScale": 0.4,
"portraitTranslation": [-0.3, 1.8, 0],
"profileScale": 0.4,
"profileTranslation": [0, 2.2, 0],
"animations": {
"faint": "q.bedrock_primary('eternatus', 'faint', q.curve('one'))",
"cry": "q.bedrock_stateful('eternatus', 'cry')",
"physical": "q.bedrock_primary('eternatus', 'cry', q.curve('symmetrical_wide'))",
"special": "q.bedrock_primary('eternatus', 'special_attack', q.curve('symmetrical_wide'))",
"status": "q.bedrock_primary('eternatus', 'cry', q.curve('symmetrical_wide'))"
},
"poses": {
"battle-standing": {
"poseTypes": ["STAND"],
"isBattle": true,
"animations": ["look", "q.bedrock('eternatus', 'ground_idle')"
]
},
"standing": {
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"isBattle": false,
"animations": ["q.bedrock('eternatus', 'ground_idle')"
]
},
"walking": {
"poseTypes": ["WALK"],
"animations": ["look", "q.bedrock('eternatus', 'ground_walk')"
]
},
"float": {
"poseTypes": ["FLOAT"],
"animations": ["q.bedrock('eternatus', 'ground_idle')"
]
},
"swim": {
"poseTypes": ["SWIM"],
"animations": ["look",
"q.bedrock('eternatus', 'ground_walk')"
]
},
"hover": {
"poseName": "hover",
"poseTypes": ["HOVER"],
"animations": ["q.bedrock('eternatus', 'ground_idle')"
]
},
"fly": {
"poseName": "fly",
"poseTypes": ["FLY"],
"animations": ["look", "q.bedrock('eternatus', 'ground_walk')"]
}
}
}

View File

@ -0,0 +1,34 @@
{
"head": "head",
"portraitScale": 2,
"portraitTranslation": [-0.2, 0.2, 0],
"profileScale": 1,
"profileTranslation": [-0.1, 0.22, 0],
"faint": "bedrock(excadrill, faint)",
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE", "FLOAT"],
"animations": [
"look",
"bedrock(excadrill, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": ["WALK", "SWIM"],
"animations": [
"look",
"bedrock(excadrill, ground_walk)"
]
},
"sleeping": {
"poseName": "sleeping",
"transformTicks": 10,
"poseTypes": [ "SLEEP" ],
"animations": [ "bedrock(excadrill, sleep)" ]
}
}
}

View File

@ -0,0 +1,60 @@
{
"head": "body",
"portraitScale": 1.8,
"portraitTranslation": [
0,
0.2,
0
],
"profileScale": 1,
"profileTranslation": [
0.1,
0.9,
0
],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(feebas, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [
"WALK"
],
"animations": [
"bedrock(feebas, ground_walk)"
]
},
"swimming": {
"poseName": "swimming",
"transformTicks": 10,
"poseTypes": [
"SWIM"
],
"animations": [
"bedrock(feebas, water_swim)"
]
},
"floating": {
"poseName": "floating",
"transformTicks": 10,
"poseTypes": [
"FLOAT"
],
"animations": [
"bedrock(feebas, water_idle)"
]
}
}
}

View File

@ -0,0 +1,47 @@
{
"head": "head",
"portraitScale": 2.2,
"portraitTranslation": [-0.5, -1.3, 0],
"profileScale": 1.0,
"profileTranslation": [0.0, 0.0, 0],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(palafin, water_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [
"bedrock(palafin, water_swim)"
]
},
"swimming": {
"poseName": "swimming",
"transformTicks": 10,
"poseTypes": [ "SWIM" ],
"animations": [
"bedrock(palafin, water_swim)"
]
},
"floating": {
"poseName": "floating",
"transformTicks": 10,
"poseTypes": [ "FLOAT" ],
"animations": [
"bedrock(palafin, water_idle)"
]
}
}
}

View File

@ -0,0 +1,29 @@
{
"head": "head",
"portraitScale": 2.3,
"portraitTranslation": [ -0.3, 0.9, 0 ],
"profileScale": 0.7,
"profileTranslation": [ 0, 1.0, 0 ],
"cry": "bedrock(flapple, cry)",
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(flapple, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [ "bedrock(flapple, ground_walk)" ]
}
}
}

View File

@ -0,0 +1,78 @@
{
"head": "head",
"portraitScale": 1.5,
"portraitTranslation": [
-0.3,
1,
0
],
"profileScale": .5,
"profileTranslation": [
0,
1.2,
0
],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(fluttermane, ground_idle)"
],
"quirks": [
{
"name": "blink",
"animations": [
"bedrock(fluttermane, blink)"
]
},
{
"name": "laugh",
"animations": [
"bedrock(fluttermane, laugh)"
]
}
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [
"WALK"
],
"animations": [
"bedrock(fluttermane, ground_walk)"
],
"quirks": [
{
"name": "blink",
"animations": [
"bedrock(fluttermane, blink)"
]
},
{
"name": "laugh",
"animations": [
"bedrock(fluttermane, laugh)"
]
}
]
},
"sleeping": {
"poseName": "sleeping",
"transformTicks": 10,
"poseTypes": [
"SLEEP"
],
"animations": [
"bedrock(fluttermane, sleep)"
]
}
}
}

View File

@ -0,0 +1,185 @@
{
"head": "head",
"portraitScale": 1.8,
"portraitTranslation": [ 0.1, -0.5, 0 ],
"profileScale": 1.1,
"profileTranslation": [ 0, 0.1, 0 ],
"faint": "bedrock(fomantis, faint, true)",
"cry": "bedrock(fomantis, cry)",
"poses": {
"battle-idle":{
"poseName": "battle-idle",
"transformTicks": 10,
"poseTypes": ["STAND"],
"isBattle": true,
"animations": ["bedrock(fomantis, battle_idle)","bedrock(fomantis, eyes_angry)"],
"quirks":[
{
"name": "blink",
"loopTimes": 2,
"minSecondsBetweenOccurrences": 8,
"maxSecondsBetweenOccurrences": 20,
"animations": ["bedrock(fomantis, blink)"]
},
{
"name": "looking",
"loopTimes": 1,
"minSecondsBetweenOccurrences": 4,
"maxSecondsBetweenOccurrences": 15,
"animations": ["bedrock(fomantis, eyes_quirk)"]
},
{
"name": "quirk",
"minSecondsBetweenOccurrences": 30,
"maxSecondsBetweenOccurrences": 60,
"animations": ["bedrock(fomantis, quirk)"]
}
]
},
"standing": {
"poseName": "standing",
"transformTicks": 0,
"poseTypes": ["STAND","PORTRAIT","PROFILE","NONE"],
"isBattle": false,
"animations": [
"look",
"bedrock(fomantis, eyes_default)",
"bedrock(fomantis, ground_idle)"
],
"quirks":[
{
"name": "blink",
"loopTimes": 2,
"minSecondsBetweenOccurrences": 8,
"maxSecondsBetweenOccurrences": 20,
"animations": ["bedrock(fomantis, blink)"]
},
{
"name": "looking",
"loopTimes": 1,
"minSecondsBetweenOccurrences": 4,
"maxSecondsBetweenOccurrences": 15,
"animations": ["bedrock(fomantis, eyes_quirk)"]
},
{
"name": "quirk",
"minSecondsBetweenOccurrences": 30,
"maxSecondsBetweenOccurrences": 60,
"animations": ["bedrock(fomantis, quirk)"]
}
]
},
"walking": {
"poseName": "walking",
"transformTicks": 0,
"poseTypes": [
"WALK"
],
"animations": [
"look",
"bedrock(fomantis, eyes_default)",
"bedrock(fomantis, ground_walk, )"
],
"quirks":[
{
"name": "blink",
"loopTimes": 2,
"minSecondsBetweenOccurrences": 8,
"maxSecondsBetweenOccurrences": 20,
"animations": ["bedrock(fomantis, blink)"]
},
{
"name": "looking",
"loopTimes": 1,
"minSecondsBetweenOccurrences": 4,
"maxSecondsBetweenOccurrences": 15,
"animations": ["bedrock(fomantis, eyes_quirk)"]
}
]
},
"swim":{
"poseName": "swim",
"transformTicks": 5,
"poseTypes": ["SWIM","FLOAT"],
"isBattle": false,
"isTouchingWater": true,
"animations": [
"look",
"bedrock(fomantis, eyes_sad)",
"bedrock(fomantis, swim)"
],
"quirks":[
{
"name": "blink",
"loopTimes": 2,
"minSecondsBetweenOccurrences": 8,
"maxSecondsBetweenOccurrences": 20,
"animations": ["bedrock(fomantis, blink)"]
},
{
"name": "looking",
"loopTimes": 1,
"minSecondsBetweenOccurrences": 4,
"maxSecondsBetweenOccurrences": 15,
"animations": ["bedrock(fomantis, eyes_quirk)"]
}
]
},
"sleep":{
"poseName": "sleep",
"transformTicks": 10,
"poseTypes": ["SLEEP"],
"isBattle": false,
"isTouchingWater": false,
"animations": ["bedrock(fomantis, sleep, true)"]
},
"shoulder_left": {
"poseName": "shoulder_left",
"transformTicks": 10,
"poseTypes": [ "SHOULDER_LEFT" ],
"animations": [ "look", "bedrock(fomantis, eyes_default)", "bedrock(fomantis, shoulder_left)"],
"quirks":[
{
"name": "blink",
"loopTimes": 2,
"minSecondsBetweenOccurrences": 8,
"maxSecondsBetweenOccurrences": 20,
"animations": ["bedrock(fomantis, blink)"]
},
{
"name": "looking",
"loopTimes": 1,
"minSecondsBetweenOccurrences": 4,
"maxSecondsBetweenOccurrences": 15,
"animations": ["bedrock(fomantis, eyes_quirk)"]
}
]
},
"shoulder_right": {
"poseName": "shoulder_right",
"transformTicks": 10,
"poseTypes": [ "SHOULDER_RIGHT" ],
"animations": [ "look", "bedrock(fomantis, eyes_default)", "bedrock(fomantis, shoulder_right)"],
"quirks":[
{
"name": "blink",
"loopTimes": 2,
"minSecondsBetweenOccurrences": 8,
"maxSecondsBetweenOccurrences": 20,
"animations": ["bedrock(fomantis, blink)"]
},
{
"name": "looking",
"loopTimes": 1,
"minSecondsBetweenOccurrences": 4,
"maxSecondsBetweenOccurrences": 15,
"animations": ["bedrock(fomantis, eyes_quirk)"]
}
]
}
}
}

View File

@ -0,0 +1,34 @@
{
"head": "head",
"portraitScale": 2.3,
"portraitTranslation": [ 0.2, -1.6, 0 ],
"profileScale": 0.8,
"profileTranslation": [ 0, 0.3, 0 ],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(foongus, ground_idle)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(foongus, blink)"]
}
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [ "bedrock(foongus, ground_walk)" ]
}
}
}

View File

@ -0,0 +1,61 @@
{
"portraitScale": 1.3,
"portraitTranslation": [-0.3, 0.7, 0],
"profileScale": 0.6,
"profileTranslation": [0, 0.7, 0],
"animations": {
"faint": "q.bedrock_primary('fraxure', 'faint', q.curve('one'))",
"cry": "q.bedrock_stateful('fraxure', 'cry')",
"recoil": "q.bedrock_stateful('fraxure', 'recoil')",
"physical": "q.bedrock_primary('fraxure', 'physical', q.curve('symmetrical_wide'))",
"special": "q.bedrock_primary('fraxure', 'special', q.curve('symmetrical_wide'))",
"status": "q.bedrock_primary('fraxure', 'status', q.curve('symmetrical_wide'))"
},
"poses": {
"battle-standing": {
"poseTypes": ["STAND", "WALK"],
"isBattle": true,
"animations": [
"q.bedrock('fraxure', 'battle_idle')"
],
"quirks": [
"q.bedrock_quirk('fraxure', 'blink')"
]
},
"standing": {
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"isBattle": false,
"animations": [
"q.bedrock('fraxure', 'ground_idle')"
],
"quirks": [
"q.bedrock_quirk('fraxure', 'blink')"
]
},
"walking": {
"poseTypes": ["WALK"],
"animations": [
"q.bedrock('fraxure', 'ground_walk')"
],
"quirks": [
"q.bedrock_quirk('fraxure', 'blink')"
]
},
"float": {
"poseTypes": ["FLOAT"],
"animations": [
"q.bedrock('fraxure', 'ground_walk')"
]
},
"swim": {
"poseTypes": ["SWIM"],
"animations": [
"q.bedrock('fraxure', 'ground_walk')"
]
},
"sleep": {
"poseTypes": ["SLEEP"],
"animations": ["q.bedrock('fraxure', 'sleep')"]
}
}
}

View File

@ -0,0 +1,30 @@
{
"portraitScale": 3.0,
"portraitTranslation": [0, -1.75, 0.0],
"profileScale": 1.1,
"profileTranslation": [0.0, 0.1, 0.0],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(frigibax, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": ["WALK"],
"animations": [
"look",
"bedrock(frigibax, ground_walk)"
]
}
}
}

View File

@ -0,0 +1,74 @@
{
"portraitScale": 1.5,
"portraitTranslation": [ 0, 1.3, 0],
"profileScale": 0.7,
"profileTranslation": [ 0, 0.9, 0],
"cry": "bedrock(froslass, cry)",
"faint": "bedrock(froslass, faint, true)",
"poses": {
"battle-idle":{
"poseName": "battle-idle",
"transformTicks": 10,
"poseTypes": [
"STAND",
"HOVER"
],
"isBattle": true,
"animations": ["bedrock(froslass, battle_idle)"],
"quirks":[
{
"name": "blink",
"animations": ["bedrock(froslass, blink)"]
}
]
},
"standing": {
"poseName": "standing",
"transformTicks": 10,
"isBattle": false,
"poseTypes": [
"STAND",
"PORTRAIT",
"PROFILE",
"HOVER",
"NONE"
],
"animations": [
"bedrock(froslass, ground_idle)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(froslass, blink)"]
}
]
},
"moving":{
"poseName": "moving",
"transformTicks": 10,
"poseTypes": [
"WALK",
"FLY"
],
"animations": [
"bedrock(froslass, ground_walk)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(froslass, blink)"]
}
]
},
"sleeping":{
"poseName": "sleeping",
"transformTicks": 10,
"poseTypes": [
"SLEEP"
],
"animations": [
"bedrock(froslass, ground_idle)"
]
}
}
}

View File

@ -0,0 +1,47 @@
{
"head": "head",
"portraitScale": 2.75,
"portraitTranslation": [ -0.25, 0.75, 0 ],
"profileScale": 0.5,
"profileTranslation": [ 0, 1.0, 0 ],
"faint": "bedrock(frosmoth, sleep)",
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"look",
"bedrock(frosmoth, ground_idle)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(frosmoth, blink)"]
}
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [
"look",
"bedrock(frosmoth, ground_walk)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(frosmoth, blink)"]
}
]
}
}
}

View File

@ -0,0 +1,28 @@
{
"head": "head",
"portraitScale": 1.8,
"portraitTranslation": [ -0.7, 0.7, 0 ],
"profileScale": 0.9,
"profileTranslation": [ 0, 0.4, 0 ],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(gastrodon, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [ "bedrock(gastrodon, ground_walk)" ]
}
}
}

View File

@ -0,0 +1,43 @@
{
"head": "head",
"portraitScale": 1.7,
"portraitTranslation": [ -0.2, 1.6, 0 ],
"profileScale": 0.6,
"profileTranslation": [ 0, 0.8, 0 ],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(genesect, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [ "bedrock(genesect, ground_walk)"
]
},
"flying": {
"poseName": "flying",
"transformTicks": 10,
"poseTypes": [ "FLY" ],
"animations": [ "bedrock(genesect, air_fly)"
]
},
"hovering": {
"poseName": "hovering",
"transformTicks": 10,
"poseTypes": [ "HOVER" ],
"animations": [ "bedrock(genesect, air_fly)"
]
}
}
}

View File

@ -0,0 +1,78 @@
{
"portraitScale": 0.8,
"portraitTranslation": [ 0, 0.6, 0],
"profileScale": 0.5,
"profileTranslation": [ 0, 1.1, 0],
"cry": "bedrock(glalie, cry)",
"faint": "bedrock(glalie, faint, true)",
"poses": {
"battle-idle":{
"poseName": "battle-idle",
"transformTicks": 10,
"poseTypes": [
"STAND",
"HOVER"
],
"isBattle": true,
"animations":
[
"bedrock(glalie, battle_idle)","bedrock(glalie, layer_idle)"
],
"quirks":[
{
"name": "blink",
"animations": ["bedrock(glalie, blink)"]
}
]
},
"standing": {
"poseName": "standing",
"transformTicks": 10,
"isBattle": false,
"poseTypes": [
"STAND",
"PORTRAIT",
"PROFILE",
"HOVER",
"NONE"
],
"animations":
[
"bedrock(glalie, ground_idle)","bedrock(glalie, layer_idle)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(glalie, blink)"]
}
]
},
"moving":{
"poseName": "moving",
"transformTicks": 10,
"poseTypes": [
"WALK",
"FLY"
],
"animations": [
"bedrock(glalie, ground_walk)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(glalie, blink)"]
}
]
},
"sleeping":{
"poseName": "sleeping",
"transformTicks": 10,
"poseTypes": [
"SLEEP"
],
"animations": [
"bedrock(glalie, ground_idle)"
]
}
}
}

View File

@ -0,0 +1,42 @@
{
"head": "head",
"portraitScale": 2.5,
"portraitTranslation": [ -0.4, -0.6, 0 ],
"profileScale": 0.9,
"profileTranslation": [ 0, 0.4, 0 ],
"faint": "bedrock(glameow, faint)",
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"look",
"bedrock(glameow, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [ "bedrock(glameow, ground_walk)" ]
},
"sleeping": {
"poseName": "sleeping",
"transformTicks": 10,
"poseTypes": [
"SLEEP"
],
"animations": [
"bedrock(glameow, sleep)"
]
}
}
}

View File

@ -0,0 +1,28 @@
{
"head": "head",
"portraitScale": 3.3,
"portraitTranslation": [ -1.1, -0.7, 0 ],
"profileScale": 0.9,
"profileTranslation": [ 0, 0.4, 0 ],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(gogoat, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [ "bedrock(gogoat, ground_walk)" ]
}
}
}

View File

@ -0,0 +1,29 @@
{
"head": "head",
"portraitScale": 1.7,
"portraitTranslation": [-0.4, -0.25, 0],
"profileScale": 0.65,
"profileTranslation": [0, 0.8, 0],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"isBattle": false,
"animations": ["look", "bedrock(golem_alolan, ground_idle)"]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": ["WALK"],
"animations": ["bedrock(golem_alolan, ground_walk)"]
},
"battle-idle": {
"poseName": "battle-idle",
"transformTicks": 10,
"isBattle": true,
"poseTypes": ["STAND"],
"animations": ["bedrock(golem_alolan, battle_idle)"]
}
}
}

View File

@ -0,0 +1,86 @@
{
"head": "head",
"portraitScale": 1.3,
"portraitTranslation": [ 0, 0.4, 0 ],
"profileScale": 0.8,
"profileTranslation": [ 0, 0.7, 0 ],
"faint": "bedrock(gothita, faint)",
"cry":"bedrock(gothita, cry)",
"poses": {
"battle-idle": {
"poseName": "battle-idle",
"transformTicks": 10,
"poseTypes": ["STAND"],
"isBattle": true,
"isTouchingWater": false,
"animations": ["bedrock(gothita, battle_idle)"],
"quirks": [
{
"name": "blink",
"loopTimes": 5,
"minSecondsBetweenOccurrences": 8,
"maxSecondsBetweenOccurrences": 20,
"animations": ["bedrock(gothita, blink)"]
}
]
},
"standing":{
"poseName":"standing",
"transformTicks":10,
"poseTypes":[
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"isBattle": false,
"animations":[
"bedrock(gothita, ground_idle)"
],
"quirks":[
{
"name":"blink",
"animations":[
"bedrock(gothita, blink)"
]
}
]
},
"walking":{
"poseName":"walking",
"transformTicks":10,
"poseTypes":[
"WALK"
],
"animations":[
"bedrock(gothita, ground_walk)"
],
"quirks":[
{
"name":"blink",
"animations":[
"bedrock(gothita, blink)"
]
}
]
},
"swimming":{
"poseName":"swimming",
"transformTicks":10,
"poseTypes":[
"SWIM"
],
"animations":[
"bedrock(gothita, ground_walk)"
],
"quirks":[
{
"name":"blink",
"animations":[
"bedrock(gothita, blink)"
]
}
]
}
}
}

View File

@ -0,0 +1,86 @@
{
"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)"
]
}
]
}
}
}

View File

@ -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)"
]
}
]
}
}
}

View File

@ -0,0 +1,29 @@
{
"head": "head",
"portraitScale": 0.8,
"portraitTranslation": [ -0.6, 0.8, 0 ],
"profileScale": 0.3,
"profileTranslation": [ 0, 1.2, 0 ],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"look",
"bedrock(greattusk , ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [ "bedrock(greattusk , ground_walk)" ]
}
}
}

View File

@ -0,0 +1,42 @@
{
"head": "head",
"portraitScale": 1.25,
"portraitTranslation": [0, 0.5, 0],
"profileScale": 0.8,
"profileTranslation": [0, 0.4, 0],
"faint": "bedrock(greavard, faint)",
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"animations": ["look", "bedrock(greavard, ground_idle)"]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": ["WALK"],
"animations": ["bedrock(greavard, ground_walk)"]
},
"sleeping": {
"poseName": "sleeping",
"transformTicks": 10,
"poseTypes": ["SLEEP"],
"animations": [
"bedrock(greavard, sleep)"
]
},
"floating": {
"poseName": "floating",
"transformTicks": 10,
"poseTypes": ["FLOAT"],
"animations": ["bedrock(greavard, ground_idle)"]
},
"swimming": {
"poseName": "swimming",
"transformTicks": 10,
"poseTypes": ["SWIM"],
"animations": ["bedrock(greavard, ground_walk)"]
}
}
}

View File

@ -0,0 +1,29 @@
{
"portraitScale": 1.6,
"portraitTranslation": [ -0.25, 0, 0 ],
"profileScale": 0.75,
"profileTranslation": [ -0.05, 0.5, 0 ],
"faint": "bedrock(grimer_alolan, faint)",
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": ["WALK",
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(grimer_alolan, ground_idle)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(grimer_alolan, blink)"]
}
]
}
}
}

View File

@ -0,0 +1,66 @@
{
"portraitScale": 0.4,
"portraitTranslation": [-0.5, 2.2, 0],
"profileScale": 0.34,
"profileTranslation": [0, 1.5, 0],
"animations": {
"faint": "q.bedrock_primary('groudon', 'faint', q.curve('one'))",
"cry": "q.bedrock_stateful('groudon', 'cry')",
"recoil": "q.bedrock_stateful('groudon', 'recoil')",
"physical": "q.bedrock_primary('groudon', 'physical_attack', q.curve('symmetrical_wide'))",
"special": "q.bedrock_primary('groudon', 'special_attack', q.curve('symmetrical_wide'))",
"status": "q.bedrock_primary('groudon', 'cry', q.curve('symmetrical_wide'))"
},
"poses": {
"battle-standing": {
"poseTypes": ["STAND"],
"isBattle": true,
"animations": [
"q.look('neck', 1, 1, 15, -2.5, 2.5, -2.5)",
"q.bedrock('groudon', 'ground_idle')"
],
"quirks": [
"q.bedrock_quirk('groudon', 'blink')",
"q.bedrock_quirk('groudon', q.array('cry'), 30, 60, 1)"
]
},
"standing": {
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"isBattle": false,
"animations": [
"q.look('neck', 1, 1, 15, -2.5, 7.5, -7.5)",
"q.bedrock('groudon', 'ground_idle')"
],
"quirks": [
"q.bedrock_quirk('groudon', 'blink')",
"q.bedrock_quirk('groudon', 'cry', 20, 60, 1)"
]
},
"walking": {
"poseTypes": ["WALK"],
"animations": [
"q.look('neck', 1, 1, 15, -2.5, 7.5, -7.5)",
"q.bedrock('groudon', 'ground_walk')"
],
"quirks": ["q.bedrock_quirk('groudon', 'blink')"]
},
"float": {
"poseTypes": ["FLOAT"],
"animations": [
"q.bedrock('groudon', 'ground_idle')"
],
"quirks": ["q.bedrock_quirk('groudon', 'blink')"]
},
"swim": {
"poseTypes": ["SWIM"],
"animations": [
"q.bedrock('groudon', 'ground_walk')"
],
"quirks": ["q.bedrock_quirk('groudon', 'blink')"]
},
"sleep": {
"poseTypes": ["SLEEP"],
"animations": ["q.bedrock('groudon', 'sleep')"]
}
}
}

View File

@ -0,0 +1,66 @@
{
"portraitScale": 0.4,
"portraitTranslation": [-0.5, 2.2, 0],
"profileScale": 0.34,
"profileTranslation": [0, 1.5, 0],
"animations": {
"faint": "q.bedrock_primary('groudonprimal', 'faint', q.curve('one'))",
"cry": "q.bedrock_stateful('groudonprimal', 'cry')",
"recoil": "q.bedrock_stateful('groudonprimal', 'recoil')",
"physical": "q.bedrock_primary('groudonprimal', 'physical_attack', q.curve('symmetrical_wide'))",
"special": "q.bedrock_primary('groudonprimal', 'special_attack', q.curve('symmetrical_wide'))",
"status": "q.bedrock_primary('groudonprimal', 'cry', q.curve('symmetrical_wide'))"
},
"poses": {
"battle-standing": {
"poseTypes": ["STAND"],
"isBattle": true,
"animations": [
"q.look('neck', 1, 1, 45, -7.5, 7.5, -7.5)",
"q.bedrock('groudonprimal', 'ground_idle')"
],
"quirks": [
"q.bedrock_quirk('groudonprimal', 'blink')",
"q.bedrock_quirk('groudonprimal', q.array('cry'), 30, 60, 1)"
]
},
"standing": {
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"isBattle": false,
"animations": [
"q.look('neck', 1, 1, 45, -7.5, 7.5, -7.5)",
"q.bedrock('groudonprimal', 'ground_idle')"
],
"quirks": [
"q.bedrock_quirk('groudonprimal', 'blink')",
"q.bedrock_quirk('groudonprimal', 'cry', 20, 60, 1)"
]
},
"walking": {
"poseTypes": ["WALK"],
"animations": [
"q.look('neck', 1, 1, 45, -7.5, 7.5, -7.5)",
"q.bedrock('groudonprimal', 'ground_walk')"
],
"quirks": ["q.bedrock_quirk('groudonprimal', 'blink')"]
},
"float": {
"poseTypes": ["FLOAT"],
"animations": [
"q.bedrock('groudonprimal', 'ground_idle')"
],
"quirks": ["q.bedrock_quirk('groudonprimal', 'blink')"]
},
"swim": {
"poseTypes": ["SWIM"],
"animations": [
"q.bedrock('groudonprimal', 'ground_walk')"
],
"quirks": ["q.bedrock_quirk('groudonprimal', 'blink')"]
},
"sleep": {
"poseTypes": ["SLEEP"],
"animations": ["q.bedrock('groudonprimal', 'sleep')"]
}
}
}

View File

@ -0,0 +1,29 @@
{
"portraitScale": 2.1,
"portraitTranslation": [-0.2, -0.6, 0.0],
"profileScale": 0.9,
"profileTranslation": [0.0, 0.4, 0.0],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(growlithe_hisuian, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": ["WALK"],
"animations": [
"bedrock(growlithe_hisuian, ground_walk)"
]
}
}
}

View File

@ -0,0 +1,30 @@
{
"head": "head",
"portraitScale": 0.3,
"portraitTranslation": [ -0.5, 4.5, 0 ],
"profileScale": 0.09,
"profileTranslation": [ 0, 1.625, 0 ],
"faint": "bedrock(guzzlord, faint)",
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"look",
"bedrock(guzzlord, ground_idle)"
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [ "bedrock(guzzlord, ground_walk)" ]
}
}
}

View File

@ -0,0 +1,33 @@
{
"head": "neck",
"portraitScale": 2.0,
"portraitTranslation": [ 0, 1.5, 0 ],
"profileScale": 0.7,
"profileTranslation": [ 0.05, 0.75, 0 ],
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"look",
"bedrock(hawlucha, ground_idle)"
],
"quirks": []
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": ["WALK"],
"animations": [
"look",
"bedrock(hawlucha, ground_walk)"
]
}
}
}

View File

@ -0,0 +1,65 @@
{
"portraitScale": 1,
"portraitTranslation": [-1.2, 2.3, 0],
"profileScale": 0.35,
"profileTranslation": [0, 1.2, -1.8],
"animations": {
"faint": "q.bedrock_primary('haxorus', 'faint', q.curve('one'))",
"cry": "q.bedrock_stateful('haxorus', 'cry')",
"recoil": "q.bedrock_stateful('haxorus', 'recoil')",
"physical": "q.bedrock_primary('haxorus', 'physical', q.curve('symmetrical_wide'))",
"special": "q.bedrock_primary('haxorus', 'special', q.curve('symmetrical_wide'))",
"status": "q.bedrock_primary('haxorus', 'status', q.curve('symmetrical_wide'))"
},
"poses": {
"battle-standing": {
"poseTypes": ["STAND", "WALK"],
"isBattle": true,
"animations": [
"q.look('head')",
"q.bedrock('haxorus', 'battle_idle')"
],
"quirks": [
"q.bedrock_quirk('haxorus', 'blink')",
"q.bedrock_quirk('haxorus', 'stomp_head_shake')"
]
},
"standing": {
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"isBattle": false,
"animations": [
"q.look('head')",
"q.bedrock('haxorus', 'ground_idle')"
],
"quirks": [
"q.bedrock_quirk('haxorus', 'blink')",
"q.bedrock_quirk('haxorus', 'head_shake')"
]
},
"walking": {
"poseTypes": ["WALK"],
"animations": [
"q.look('head')",
"q.bedrock('haxorus', 'ground_walk')"
]
},
"float": {
"poseTypes": ["FLOAT"],
"animations": [
"q.look('head')",
"q.bedrock('haxorus', 'ground_walk')"
]
},
"swim": {
"poseTypes": ["SWIM"],
"animations": [
"q.look('head')",
"q.bedrock('haxorus', 'ground_walk')"
]
},
"sleep": {
"poseTypes": ["SLEEP"],
"animations": ["q.bedrock('haxorus', 'sleep')"]
}
}
}

View File

@ -0,0 +1,83 @@
{
"head": "looky",
"portraitScale": 1.0,
"portraitTranslation": [0, 1, 0],
"profileScale": 1,
"profileTranslation": [0, 1, 0],
"animations": {
"faint": "q.bedrock_primary('hoopa', 'faint', q.curve('one'))",
"cry": "q.bedrock_stateful('hoopa', 'cry')",
"physical": "q.bedrock_primary('hoopa', 'physical_attack', q.curve('symmetrical_wide'))",
"special": "q.bedrock_primary('hoopa', 'special_attack', q.curve('symmetrical_wide'))",
"status": "q.bedrock_primary('hoopa', 'cry', q.curve('symmetrical_wide'))"
},
"poses": {
"battle-standing": {
"poseTypes": ["STAND"],
"isBattle": true,
"animations": ["look", "q.bedrock('hoopa', 'ground_idle')"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(hoopa, blink)"]
},
{
"name": "quirk",
"animations": ["bedrock(hoopa, quirk)"]
},
{
"name": "quirk2",
"animations": ["bedrock(hoopa, quirk2)"]
}
]
},
"standing": {
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"isBattle": false,
"animations": ["look", "q.bedrock('hoopa', 'ground_idle')"
],
"quirks": [
"q.bedrock_quirk('hoopa', 'blink')",
"q.bedrock_quirk('hoopa', 'quirk')",
"q.bedrock_quirk('hoopa', 'quirk2')"
]
},
"walking": {
"poseTypes": ["WALK"],
"animations": ["look", "q.bedrock('hoopa', 'ground_walk')"
],
"quirks": ["q.bedrock_quirk('hoopa', 'blink')"]
},
"float": {
"poseTypes": ["FLOAT"],
"animations": ["look",
"q.bedrock('hoopa', 'ground_idle')"
],
"quirks": ["q.bedrock_quirk('hoopa', 'blink')"]
},
"swim": {
"poseTypes": ["SWIM"],
"animations": ["look",
"q.bedrock('hoopa', 'ground_walk')"
],
"quirks": ["q.bedrock_quirk('hoopa', 'blink')"]
},
"hover": {
"poseName": "hover",
"poseTypes": ["HOVER"],
"quirks": ["q.bedrock_quirk('hoopa', 'blink')"],
"animations": ["look", "q.bedrock('hoopa', 'ground_idle')"]
},
"fly": {
"poseName": "fly",
"poseTypes": ["FLY"],
"quirks": ["q.bedrock_quirk('hoopa', 'blink')"],
"animations": ["look", "q.bedrock('hoopa', 'ground_walk')"]
},
"sleep": {
"poseTypes": ["SLEEP"],
"animations": ["q.bedrock('hoopa', 'sleep')"]
}
}
}

View File

@ -0,0 +1,73 @@
{
"head": "head",
"portraitScale": 0.2,
"portraitTranslation": [0, 2.5, 0],
"profileScale": 0.2,
"profileTranslation": [0, 2, 0],
"animations": {
"faint": "q.bedrock_primary('hoopa_unbound', 'faint', q.curve('one'))",
"cry": "q.bedrock_stateful('hoopa_unbound', 'cry')",
"physical": "q.bedrock_primary('hoopa_unbound', 'physical_attack', q.curve('symmetrical_wide'))",
"special": "q.bedrock_primary('hoopa_unbound', 'special_attack', q.curve('symmetrical_wide'))",
"status": "q.bedrock_primary('hoopa_unbound', 'special_attack', q.curve('symmetrical_wide'))"
},
"poses": {
"battle-standing": {
"poseTypes": ["STAND"],
"isBattle": true,
"animations": [
"q.bedrock('hoopa_unbound', 'battle_idle')"
],
"quirks": [
"q.bedrock_quirk('hoopa_unbound', 'blink')"
]
},
"standing": {
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"isBattle": false,
"animations": [
"q.bedrock('hoopa_unbound', 'ground_idle')"
],
"quirks": [
"q.bedrock_quirk('hoopa_unbound', 'blink')"
]
},
"walking": {
"poseTypes": ["WALK"],
"animations": [
"q.bedrock('hoopa_unbound', 'ground_walk')"
],
"quirks": ["q.bedrock_quirk('hoopa_unbound', 'blink')"]
},
"float": {
"poseTypes": ["FLOAT"],
"animations": [
"q.bedrock('hoopa_unbound', 'ground_idle')"
],
"quirks": ["q.bedrock_quirk('hoopa_unbound', 'blink')"]
},
"swim": {
"poseTypes": ["SWIM"],
"animations": [
"q.bedrock('hoopa_unbound', 'ground_walk')"
],
"quirks": ["q.bedrock_quirk('hoopa_unbound', 'blink')"]
},
"hover": {
"poseName": "hover",
"poseTypes": ["HOVER"],
"quirks": ["q.bedrock_quirk('hoopa_unbound', 'blink')"],
"animations": ["q.bedrock('hoopa_unbound', 'ground_idle')"]
},
"fly": {
"poseName": "fly",
"poseTypes": ["FLY"],
"quirks": ["q.bedrock_quirk('hoopa_unbound', 'blink')"],
"animations": ["q.bedrock('hoopa_unbound', 'ground_walk')"]
},
"sleep": {
"poseTypes": ["SLEEP"],
"animations": ["q.bedrock('hoopa_unbound', 'sleep')"]
}
}
}

View File

@ -0,0 +1,95 @@
{
"head": "head",
"portraitScale": 1.35,
"portraitTranslation": [ -0.1, -0.2, 0 ],
"profileScale": 0.8,
"profileTranslation": [ 0, 0.65, 0 ],
"faint": "bedrock(hoppip, faint)",
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": [
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"animations": [
"bedrock(hoppip, ground_idle)"
],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(hoppip, blink)"]
}
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": [ "WALK" ],
"animations": [
"bedrock(hoppip, ground_walk)" ],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(hoppip, blink)"]
}
]
},
"swimming": {
"poseName": "swimming",
"transformTicks": 10,
"poseTypes": [ "SWIM" ],
"animations": [
"bedrock(hoppip, ground_walk)" ],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(hoppip, blink)"]
}
]
},
"floating": {
"poseName": "floating",
"transformTicks": 10,
"poseTypes": [ "FLOAT" ],
"animations": [
"bedrock(hoppip, ground_walk)" ],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(hoppip, blink)"]
}
]
},
"flying": {
"poseName": "flying",
"transformTicks": 10,
"poseTypes": [ "FLY" ],
"animations": [
"bedrock(hoppip, air_fly)" ],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(hoppip, blink)"]
}
]
},
"hovering": {
"poseName": "hovering",
"transformTicks": 10,
"poseTypes": [ "HOVER" ],
"animations": [
"bedrock(hoppip, air_idle)" ],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(hoppip, blink)"]
}
]
}
}
}

View File

@ -0,0 +1,53 @@
{
"head": "head",
"portraitScale": 1,
"portraitTranslation": [0, 2, 0],
"profileScale": 0.6,
"profileTranslation": [0, 1.2, 0],
"cry": "bedrock(houndoom, cry)",
"faint": "bedrock(houndoom, ground_idle)",
"poses": {
"battle-idle": {
"poseName": "battle-idle",
"transformTicks": 10,
"poseTypes": ["STAND"],
"isBattle": true,
"isTouchingWater": false,
"transformedParts": [],
"animations": ["bedrock(houndoom, battle_idle)"]
},
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"animations": ["look", "bedrock(houndoom, ground_idle)"]
,
"quirks": [
{
"name": "blink",
"animations": ["bedrock(houndoom, blink)"]
}
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": ["WALK"],
"animations": ["bedrock(houndoom, ground_walk)"],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(houndoom, blink)"]
}
]
},
"sleeping": {
"poseName": "sleeping",
"transformTicks": 10,
"poseTypes": ["SLEEP"],
"animations": [
"bedrock(houndoom, sleep)"
]
}
}
}

View File

@ -0,0 +1,53 @@
{
"head": "head",
"portraitScale": 1,
"portraitTranslation": [0, 1, 0],
"profileScale": 0.6,
"profileTranslation": [0, 1.2, 0],
"cry": "bedrock(houndour, cry)",
"faint": "bedrock(houndour, ground_idle)",
"poses": {
"battle-idle": {
"poseName": "battle-idle",
"transformTicks": 10,
"poseTypes": ["STAND"],
"isBattle": true,
"isTouchingWater": false,
"transformedParts": [],
"animations": ["bedrock(houndour, battle_idle)"]
},
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"animations": ["look", "bedrock(houndour, ground_idle)"]
,
"quirks": [
{
"name": "blink",
"animations": ["bedrock(houndour, blink)"]
}
]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": ["WALK"],
"animations": ["bedrock(houndour, ground_walk)"],
"quirks": [
{
"name": "blink",
"animations": ["bedrock(houndour, blink)"]
}
]
},
"sleeping": {
"poseName": "sleeping",
"transformTicks": 10,
"poseTypes": ["SLEEP"],
"animations": [
"bedrock(houndour, sleep)"
]
}
}
}

View File

@ -0,0 +1,42 @@
{
"head": "head",
"portraitScale": 0.3,
"portraitTranslation": [0, 0, 0],
"profileScale": 0.3,
"profileTranslation": [0, 1, 0],
"faint": "bedrock(houndstone, faint)",
"poses": {
"standing": {
"poseName": "standing",
"transformTicks": 10,
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
"animations": ["look", "bedrock(houndstone, ground_idle)"]
},
"walking": {
"poseName": "walking",
"transformTicks": 10,
"poseTypes": ["WALK"],
"animations": ["bedrock(houndstone, ground_walk)"]
},
"sleeping": {
"poseName": "sleeping",
"transformTicks": 10,
"poseTypes": ["SLEEP"],
"animations": [
"bedrock(houndstone, sleep)"
]
},
"floating": {
"poseName": "floating",
"transformTicks": 10,
"poseTypes": ["FLOAT"],
"animations": ["bedrock(houndstone, ground_idle)"]
},
"swimming": {
"poseName": "swimming",
"transformTicks": 10,
"poseTypes": ["SWIM"],
"animations": ["bedrock(houndstone, ground_walk)"]
}
}
}

View File

@ -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)"
]
}
}
}

View File

@ -0,0 +1,86 @@
{
"head": "head",
"portraitScale": 1.55,
"portraitTranslation": [ -0.1, 1.35, 0 ],
"profileScale": 0.7,
"profileTranslation": [ 0, 0.8, 0 ],
"faint": "bedrock(indeedee_f, faint)",
"cry":"bedrock(indeedee_f, cry)",
"poses": {
"battle-idle": {
"poseName": "battle-idle",
"transformTicks": 10,
"poseTypes": ["STAND"],
"isBattle": true,
"isTouchingWater": false,
"animations": ["bedrock(indeedee_f, battle_idle)"],
"quirks": [
{
"name": "blink",
"loopTimes": 5,
"minSecondsBetweenOccurrences": 8,
"maxSecondsBetweenOccurrences": 20,
"animations": ["bedrock(indeedee_f, blink)"]
}
]
},
"standing":{
"poseName":"standing",
"transformTicks":10,
"poseTypes":[
"STAND",
"NONE",
"PORTRAIT",
"PROFILE"
],
"isBattle": false,
"animations":[
"bedrock(indeedee_f, ground_idle)"
],
"quirks":[
{
"name":"blink",
"animations":[
"bedrock(indeedee_f, blink)"
]
}
]
},
"walking":{
"poseName":"walking",
"transformTicks":10,
"poseTypes":[
"WALK"
],
"animations":[
"bedrock(indeedee_f, ground_walk)"
],
"quirks":[
{
"name":"blink",
"animations":[
"bedrock(indeedee_f, blink)"
]
}
]
},
"swimming":{
"poseName":"swimming",
"transformTicks":10,
"poseTypes":[
"SWIM"
],
"animations":[
"bedrock(indeedee_f, ground_walk)"
],
"quirks":[
{
"name":"blink",
"animations":[
"bedrock(indeedee_f, blink)"
]
}
]
}
}
}

Some files were not shown because too many files have changed in this diff Show More