first commit
This commit is contained in:
@ -0,0 +1,70 @@
|
||||
{
|
||||
"head": "head",
|
||||
"portraitScale": 2,
|
||||
"portraitTranslation": [ 0, 1.25, 0 ],
|
||||
"profileScale": 0.7,
|
||||
"profileTranslation": [ 0, 0.7, 0 ],
|
||||
"faint": "bedrock(ashgreninja, faint)",
|
||||
"poses": {
|
||||
"battle-idle": {
|
||||
"poseName": "battle-idle",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": ["STAND"],
|
||||
"isBattle": true,
|
||||
"animations": ["bedrock(ashgreninja, battle_idle)"],
|
||||
"quirks": [
|
||||
{
|
||||
"name": "blink",
|
||||
"animations": ["bedrock(ashgreninja, blink)"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"standing": {
|
||||
"poseName": "standing",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
|
||||
"isBattle": false,
|
||||
"animations": [
|
||||
"look",
|
||||
"bedrock(ashgreninja, ground_idle)"],
|
||||
"quirks": [
|
||||
{
|
||||
"name": "blink",
|
||||
"animations": ["bedrock(ashgreninja, blink)"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"walking": {
|
||||
"poseName": "walking",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": [ "WALK" ],
|
||||
"animations": [
|
||||
"look",
|
||||
"bedrock(ashgreninja, ground_walk)" ],
|
||||
"quirks": [
|
||||
{
|
||||
"name": "blink",
|
||||
"animations": ["bedrock(ashgreninja, blink)"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"floating": {
|
||||
"poseName": "floating",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": [ "FLOAT" ],
|
||||
"animations": [ "bedrock(ashgreninja, water_idle)" ],
|
||||
"quirks": [
|
||||
{
|
||||
"name": "blink",
|
||||
"animations": ["bedrock(ashgreninja, blink)"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"swimming": {
|
||||
"poseName": "swimming",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": [ "SWIM" ],
|
||||
"animations": [ "bedrock(ashgreninja, water_swim)" ]
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,70 @@
|
||||
{
|
||||
"head": "head",
|
||||
"portraitScale": 2,
|
||||
"portraitTranslation": [ 0, 1.25, 0 ],
|
||||
"profileScale": 0.7,
|
||||
"profileTranslation": [ 0, 0.7, 0 ],
|
||||
"faint": "bedrock(ashgreninjaincomplete, faint)",
|
||||
"poses": {
|
||||
"battle-idle": {
|
||||
"poseName": "battle-idle",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": ["STAND"],
|
||||
"isBattle": true,
|
||||
"animations": ["bedrock(ashgreninjaincomplete, battle_idle)"],
|
||||
"quirks": [
|
||||
{
|
||||
"name": "blink",
|
||||
"animations": ["bedrock(ashgreninjaincomplete, blink)"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"standing": {
|
||||
"poseName": "standing",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
|
||||
"isBattle": false,
|
||||
"animations": [
|
||||
"look",
|
||||
"bedrock(ashgreninjaincomplete, ground_idle)"],
|
||||
"quirks": [
|
||||
{
|
||||
"name": "blink",
|
||||
"animations": ["bedrock(ashgreninjaincomplete, blink)"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"walking": {
|
||||
"poseName": "walking",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": [ "WALK" ],
|
||||
"animations": [
|
||||
"look",
|
||||
"bedrock(ashgreninjaincomplete, ground_walk)" ],
|
||||
"quirks": [
|
||||
{
|
||||
"name": "blink",
|
||||
"animations": ["bedrock(ashgreninjaincomplete, blink)"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"floating": {
|
||||
"poseName": "floating",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": [ "FLOAT" ],
|
||||
"animations": [ "bedrock(ashgreninjaincomplete, water_idle)" ],
|
||||
"quirks": [
|
||||
{
|
||||
"name": "blink",
|
||||
"animations": ["bedrock(ashgreninjaincomplete, blink)"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"swimming": {
|
||||
"poseName": "swimming",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": [ "SWIM" ],
|
||||
"animations": [ "bedrock(ashgreninjaincomplete, water_swim)" ]
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,21 @@
|
||||
{
|
||||
"head": "head",
|
||||
"portraitScale": 2,
|
||||
"portraitTranslation": [ 0, 0, 0 ],
|
||||
"profileScale": 0.7,
|
||||
"profileTranslation": [ 0, 0.7, 0 ],
|
||||
"poses": {
|
||||
"standing": {
|
||||
"poseName": "standing",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
|
||||
"animations": ["bedrock(ashpikachu, ground_idle)"]
|
||||
},
|
||||
"walking": {
|
||||
"poseName": "walking",
|
||||
"transformTicks": 10,
|
||||
"poseTypes": [ "WALK" ],
|
||||
"animations": [ "bedrock(ashpikachu, ground_walk)" ]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user