first commit
This commit is contained in:
@ -0,0 +1,65 @@
|
||||
{
|
||||
"portraitScale": 1.7,
|
||||
"portraitTranslation": [0.2, 1, 0],
|
||||
"profileScale": 0.8,
|
||||
"profileTranslation": [0, 0.6, 0],
|
||||
"animations": {
|
||||
"faint": "q.bedrock_primary('medicham', 'faint', q.curve('symmetrical_wide'))",
|
||||
"physical": "q.bedrock_primary('medicham', 'physical', q.curve('symmetrical_wide'))",
|
||||
"special": "q.bedrock_primary('medicham', 'special', q.curve('symmetrical_wide'))",
|
||||
"status": "q.bedrock_primary('medicham', 'special', q.curve('symmetrical_wide'))",
|
||||
"recoil": "q.bedrock_primary('medicham', 'recoil', q.curve('symmetrical_wide'))"
|
||||
},
|
||||
"poses": {
|
||||
"battle-standing": {
|
||||
"transformTicks": 10,
|
||||
"poseTypes": ["STAND", "WALK"],
|
||||
"isBattle": true,
|
||||
"animations": [
|
||||
"q.look('head')",
|
||||
"q.bedrock('medicham', 'battle_idle')"
|
||||
]
|
||||
},
|
||||
"standing": {
|
||||
"transformTicks": 10,
|
||||
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
|
||||
"isBattle": false,
|
||||
"animations": [
|
||||
"q.look('head')",
|
||||
"q.bedrock('medicham', 'ground_idle')"
|
||||
]
|
||||
},
|
||||
"walking": {
|
||||
"transformTicks": 8,
|
||||
"poseTypes": ["WALK"],
|
||||
"animations": [
|
||||
"q.look('head')",
|
||||
"q.bedrock('medicham', 'ground_walk')"
|
||||
]
|
||||
},
|
||||
"hover": {
|
||||
"transformTicks": 5,
|
||||
"poseTypes": [ "FLY", "HOVER", "FLOAT" ],
|
||||
"animations": [
|
||||
"q.look('head')",
|
||||
"q.bedrock('medicham', 'ground_walk')"
|
||||
]
|
||||
},
|
||||
"float": {
|
||||
"transformTicks": 5,
|
||||
"poseTypes": ["FLOAT"],
|
||||
"animations": [
|
||||
"q.look('head')",
|
||||
"q.bedrock('medicham', 'ground_walk')"
|
||||
]
|
||||
},
|
||||
"swim": {
|
||||
"transformTicks": 8,
|
||||
"poseTypes": ["SWIM"],
|
||||
"animations": [
|
||||
"q.look('head')",
|
||||
"q.bedrock('medicham', 'ground_walk')"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user