first commit
This commit is contained in:
@ -0,0 +1,85 @@
|
||||
{
|
||||
"portraitScale": 1.5,
|
||||
"portraitTranslation": [0, 0.5, 0],
|
||||
"profileScale": 0.8,
|
||||
"profileTranslation": [0, 0.9, -1.8],
|
||||
"animations": {
|
||||
"faint": "q.bedrock_primary('noibat', 'faint', q.curve('one'))",
|
||||
"cry": "q.bedrock_stateful('noibat', 'cry')",
|
||||
"recoil": "q.bedrock_stateful('noibat', 'recoil')",
|
||||
"physical": "q.bedrock_primary('noibat', 'physical', q.curve('symmetrical_wide'))",
|
||||
"special": "q.bedrock_primary('noibat', 'special', q.curve('symmetrical_wide'))",
|
||||
"status": "q.bedrock_primary('noibat', 'status', q.curve('symmetrical_wide'))"
|
||||
},
|
||||
"poses": {
|
||||
"battle-standing": {
|
||||
"poseTypes": ["STAND", "WALK"],
|
||||
"isBattle": true,
|
||||
"animations": [
|
||||
"q.look('head')",
|
||||
"q.bedrock('noibat', 'ground_idle')"
|
||||
],
|
||||
"quirks": [
|
||||
"q.bedrock_quirk('noibat', 'blink')",
|
||||
"q.bedrock_quirk('noibat', 'echo')"
|
||||
]
|
||||
},
|
||||
"standing": {
|
||||
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
|
||||
"isBattle": false,
|
||||
"animations": [
|
||||
"q.look('head')",
|
||||
"q.bedrock('noibat', 'ground_idle')"
|
||||
],
|
||||
"quirks": [
|
||||
"q.bedrock_quirk('noibat', 'blink')",
|
||||
"q.bedrock_quirk('noibat', 'echo')"
|
||||
]
|
||||
},
|
||||
"walking": {
|
||||
"poseTypes": ["WALK"],
|
||||
"animations": [
|
||||
"q.look('head')",
|
||||
"q.bedrock('noibat', 'ground_walk')"
|
||||
]
|
||||
},
|
||||
"flying": {
|
||||
"transformTicks": 5,
|
||||
"poseTypes": ["FLY"],
|
||||
"animations": [
|
||||
"q.look('head')",
|
||||
"q.bedrock('noibat', 'air_fly')"
|
||||
]
|
||||
},
|
||||
"hover": {
|
||||
"transformTicks": 5,
|
||||
"poseTypes": ["HOVER"],
|
||||
"animations": [
|
||||
"q.look('head')",
|
||||
"q.bedrock('noibat', 'air_idle')"
|
||||
],
|
||||
"quirks": [
|
||||
"q.bedrock_quirk('noibat', 'blink')",
|
||||
"q.bedrock_quirk('noibat', 'echo')"
|
||||
]
|
||||
},
|
||||
"float": {
|
||||
"poseTypes": ["FLOAT"],
|
||||
"animations": [
|
||||
"q.look('head')",
|
||||
"q.bedrock('noibat', 'air_idle')"
|
||||
]
|
||||
},
|
||||
"swim": {
|
||||
"poseTypes": ["SWIM"],
|
||||
"animations": [
|
||||
"q.look('head')",
|
||||
"q.bedrock('noibat', 'air_fly')"
|
||||
]
|
||||
},
|
||||
"sleep": {
|
||||
"poseTypes": ["SLEEP"],
|
||||
"animations": ["q.bedrock('noibat', 'sleep')"]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user