first commit
This commit is contained in:
		@ -0,0 +1,44 @@
 | 
			
		||||
{
 | 
			
		||||
  "head": "head",
 | 
			
		||||
  "portraitScale": 1.4,
 | 
			
		||||
  "portraitTranslation": [-0.2,-0.2, 0],
 | 
			
		||||
  "profileScale": 0.6,
 | 
			
		||||
  "profileTranslation": [0, 0.9, 0],
 | 
			
		||||
  "poses": {
 | 
			
		||||
    "standing": {
 | 
			
		||||
      "poseName": "standing",
 | 
			
		||||
      "transformTicks": 10,
 | 
			
		||||
      "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
 | 
			
		||||
      "animations": ["look", "bedrock(cafe_fuecoco, ground_idle)"],
 | 
			
		||||
      "isBattle": false,
 | 
			
		||||
      "quirks": [
 | 
			
		||||
        {
 | 
			
		||||
          "name": "blink",
 | 
			
		||||
          "loopTimes": 1,
 | 
			
		||||
          "minSecondsBetweenOccurrences": 15,
 | 
			
		||||
          "maxSecondsBetweenOccurrences": 30,
 | 
			
		||||
          "animations": ["bedrock(cafe_fuecoco, blink)"]
 | 
			
		||||
        }
 | 
			
		||||
      ]
 | 
			
		||||
    },
 | 
			
		||||
    "walking": {
 | 
			
		||||
      "poseName": "walking",
 | 
			
		||||
      "transformTicks": 10,
 | 
			
		||||
      "poseTypes": ["WALK"],
 | 
			
		||||
      "animations": ["bedrock(cafe_fuecoco, ground_walk)"]
 | 
			
		||||
    },
 | 
			
		||||
    "floating": {
 | 
			
		||||
      "poseName": "floating",
 | 
			
		||||
      "transformTicks": 10,
 | 
			
		||||
      "poseTypes": ["FLOAT"],
 | 
			
		||||
      "animations": ["bedrock(cafe_fuecoco, ground_idle)"]
 | 
			
		||||
    },
 | 
			
		||||
    "battle": {
 | 
			
		||||
      "poseName": "standing",
 | 
			
		||||
      "transformTicks": 10,
 | 
			
		||||
      "poseTypes": ["STAND"],
 | 
			
		||||
      "isBattle": true,
 | 
			
		||||
      "animations": ["bedrock(cafe_fuecoco, battle_idle)"]
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
@ -0,0 +1,26 @@
 | 
			
		||||
{
 | 
			
		||||
  "head": "head",
 | 
			
		||||
  "portraitScale": 1.25,
 | 
			
		||||
  "portraitTranslation": [0, 0.5, 0],
 | 
			
		||||
  "profileScale": 0.8,
 | 
			
		||||
  "profileTranslation": [0, 0.4, 0],
 | 
			
		||||
  "poses": {
 | 
			
		||||
    "standing": {
 | 
			
		||||
      "poseName": "standing",
 | 
			
		||||
      "transformTicks": 10,
 | 
			
		||||
      "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
 | 
			
		||||
      "animations": [
 | 
			
		||||
        "look",
 | 
			
		||||
        "bedrock(cafe_jirachi, ground_idle)"
 | 
			
		||||
      ]
 | 
			
		||||
    },
 | 
			
		||||
    "walking": {
 | 
			
		||||
      "poseName": "walking",
 | 
			
		||||
      "transformTicks": 10,
 | 
			
		||||
      "poseTypes": ["WALK"],
 | 
			
		||||
      "animations": [
 | 
			
		||||
        "bedrock(cafe_jirachi, ground_walk)"
 | 
			
		||||
      ]
 | 
			
		||||
    }  
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
@ -0,0 +1,89 @@
 | 
			
		||||
{
 | 
			
		||||
  "portraitScale": 1.59,
 | 
			
		||||
  "portraitTranslation": [-0.33, -0.09, 0],
 | 
			
		||||
  "profileScale": 0.69,
 | 
			
		||||
  "profileTranslation": [0, 0.69, 0],
 | 
			
		||||
  "rootBone": "cafe_litten",
 | 
			
		||||
  "animations": {
 | 
			
		||||
    "cry": "q.bedrock_stateful('cafe_litten', 'cry')",
 | 
			
		||||
    "recoil": "q.bedrock_stateful('cafe_litten', 'recoil')"
 | 
			
		||||
  },
 | 
			
		||||
  "poses": {
 | 
			
		||||
    "battle-standing": {
 | 
			
		||||
      "poseTypes": ["STAND"],
 | 
			
		||||
      "isBattle": true,
 | 
			
		||||
      "animations": ["q.look('head')", "q.bedrock('cafe_litten', 'battle_idle')"],
 | 
			
		||||
      "quirks": [
 | 
			
		||||
        "q.bedrock_quirk('cafe_litten', 'blink')",
 | 
			
		||||
        "q.bedrock_quirk('cafe_litten', 'look_quirk')",
 | 
			
		||||
        "q.bedrock_quirk('cafe_litten', 'tailtwitch_quirk', 10, 25, 1)",
 | 
			
		||||
        "q.bedrock_quirk('cafe_litten', q.array('lefteartwitch_quirk', 'righteartwitch_quirk'), 6, 20, 1)"
 | 
			
		||||
      ]
 | 
			
		||||
    },
 | 
			
		||||
    "standing": {
 | 
			
		||||
      "poseTypes": ["STAND", "FLOAT", "NONE", "PORTRAIT", "PROFILE"],
 | 
			
		||||
      "isBattle": false,
 | 
			
		||||
      "animations": ["q.look('head')", "q.bedrock('cafe_litten', 'ground_idle')"],
 | 
			
		||||
      "quirks": [
 | 
			
		||||
        "q.bedrock_quirk('cafe_litten', 'blink')",
 | 
			
		||||
        "q.bedrock_quirk('cafe_litten', 'tailtwitch_quirk', 10, 25, 1)",
 | 
			
		||||
        "q.bedrock_quirk('cafe_litten', q.array('look_quirk', 'lick_quirk'), 20, 50, 1)",
 | 
			
		||||
        "q.bedrock_quirk('cafe_litten', q.array('lefteartwitch_quirk', 'righteartwitch_quirk'), 6, 20, 1)"
 | 
			
		||||
      ]
 | 
			
		||||
    },
 | 
			
		||||
    "walking": {
 | 
			
		||||
      "poseTypes": ["WALK", "SWIM"],
 | 
			
		||||
      "animations": ["q.look('head')", "q.bedrock('cafe_litten', 'ground_walk')"],
 | 
			
		||||
      "quirks": [
 | 
			
		||||
        "q.bedrock_quirk('cafe_litten', 'blink')",
 | 
			
		||||
        "q.bedrock_quirk('cafe_litten', 'look_quirk')",
 | 
			
		||||
        "q.bedrock_quirk('cafe_litten', 'tailtwitch_quirk', 10, 25, 1)",
 | 
			
		||||
        "q.bedrock_quirk('cafe_litten', q.array('lefteartwitch_quirk', 'righteartwitch_quirk'), 6, 20, 1)"
 | 
			
		||||
      ]
 | 
			
		||||
    },
 | 
			
		||||
    "sleep": {
 | 
			
		||||
      "poseTypes": ["SLEEP"],
 | 
			
		||||
      "namedAnimations": {
 | 
			
		||||
        "cry": "q.bedrock_stateful('dummy', 'cry')"
 | 
			
		||||
      },
 | 
			
		||||
      "animations": ["q.bedrock('cafe_litten', 'sleep')"],
 | 
			
		||||
      "quirks": [
 | 
			
		||||
        "q.bedrock_quirk('cafe_litten', 'yawn_quirk', 45, 120, 1)",
 | 
			
		||||
        "q.bedrock_quirk('cafe_litten', 'tailtwitch_quirk', 10, 25, 1)",
 | 
			
		||||
        "q.bedrock_quirk('cafe_litten', q.array('lefteartwitch_quirk', 'righteartwitch_quirk'), 6, 20, 1)"
 | 
			
		||||
      ]
 | 
			
		||||
    },
 | 
			
		||||
    "shoulder_left": {
 | 
			
		||||
      "poseTypes": ["SHOULDER_LEFT"],
 | 
			
		||||
      "animations": ["q.look('head')", "q.bedrock('cafe_litten', 'shoulder_left')"],
 | 
			
		||||
      "quirks": [
 | 
			
		||||
        "q.bedrock_quirk('cafe_litten', 'blink')",
 | 
			
		||||
        "q.bedrock_quirk('cafe_litten', 'look_quirk')",
 | 
			
		||||
        "q.bedrock_quirk('cafe_litten', 'tailtwitch_quirk', 10, 25, 1)",
 | 
			
		||||
        "q.bedrock_quirk('cafe_litten', q.array('lefteartwitch_quirk', 'righteartwitch_quirk'), 6, 20, 1)"
 | 
			
		||||
      ],
 | 
			
		||||
      "transformedParts": [
 | 
			
		||||
        {
 | 
			
		||||
          "part": "body",
 | 
			
		||||
          "position": [-5, 0, 0]
 | 
			
		||||
        }
 | 
			
		||||
      ]
 | 
			
		||||
    },
 | 
			
		||||
    "shoulder_right": {
 | 
			
		||||
      "poseTypes": ["SHOULDER_RIGHT"],
 | 
			
		||||
      "animations": ["q.look('head')", "q.bedrock('cafe_litten', 'shoulder_right')"],
 | 
			
		||||
      "quirks": [
 | 
			
		||||
        "q.bedrock_quirk('cafe_litten', 'blink')",
 | 
			
		||||
        "q.bedrock_quirk('cafe_litten', 'look_quirk')",
 | 
			
		||||
        "q.bedrock_quirk('cafe_litten', 'tailtwitch_quirk', 10, 25, 1)",
 | 
			
		||||
        "q.bedrock_quirk('cafe_litten', q.array('lefteartwitch_quirk', 'righteartwitch_quirk'), 6, 20, 1)"
 | 
			
		||||
      ],
 | 
			
		||||
      "transformedParts": [
 | 
			
		||||
        {
 | 
			
		||||
          "part": "body",
 | 
			
		||||
          "position": [5, 0, 0]
 | 
			
		||||
        }
 | 
			
		||||
      ]
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
@ -0,0 +1,44 @@
 | 
			
		||||
{
 | 
			
		||||
  "head": "head",
 | 
			
		||||
  "portraitScale": 1.4,
 | 
			
		||||
  "portraitTranslation": [-0.2, 1.6, 0],
 | 
			
		||||
  "profileScale": 0.6,
 | 
			
		||||
  "profileTranslation": [0, 0.9, 0],
 | 
			
		||||
  "poses": {
 | 
			
		||||
    "standing": {
 | 
			
		||||
      "poseName": "standing",
 | 
			
		||||
      "transformTicks": 10,
 | 
			
		||||
      "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
 | 
			
		||||
      "animations": ["look", "bedrock(cafe_mew, ground_idle)"],
 | 
			
		||||
      "isBattle": false,
 | 
			
		||||
      "quirks": [
 | 
			
		||||
        {
 | 
			
		||||
          "name": "blink",
 | 
			
		||||
          "loopTimes": 1,
 | 
			
		||||
          "minSecondsBetweenOccurrences": 15,
 | 
			
		||||
          "maxSecondsBetweenOccurrences": 30,
 | 
			
		||||
          "animations": ["bedrock(cafe_mew, blink)"]
 | 
			
		||||
        }
 | 
			
		||||
      ]
 | 
			
		||||
    },
 | 
			
		||||
    "walking": {
 | 
			
		||||
      "poseName": "walking",
 | 
			
		||||
      "transformTicks": 10,
 | 
			
		||||
      "poseTypes": ["WALK"],
 | 
			
		||||
      "animations": ["bedrock(cafe_mew, ground_walk)"]
 | 
			
		||||
    },
 | 
			
		||||
    "floating": {
 | 
			
		||||
      "poseName": "floating",
 | 
			
		||||
      "transformTicks": 10,
 | 
			
		||||
      "poseTypes": ["FLOAT"],
 | 
			
		||||
      "animations": ["bedrock(cafe_mew, ground_idle)"]
 | 
			
		||||
    },
 | 
			
		||||
    "battle": {
 | 
			
		||||
      "poseName": "standing",
 | 
			
		||||
      "transformTicks": 10,
 | 
			
		||||
      "poseTypes": ["STAND"],
 | 
			
		||||
      "isBattle": true,
 | 
			
		||||
      "animations": ["bedrock(cafe_mew, ground_idle)"]
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
@ -0,0 +1,83 @@
 | 
			
		||||
{
 | 
			
		||||
  "portraitScale": 2.3,
 | 
			
		||||
  "portraitTranslation": [-0.2, 0.6, 0],
 | 
			
		||||
  "profileScale": 0.65,
 | 
			
		||||
  "profileTranslation": [0, 0.75, 0],
 | 
			
		||||
  "rootBone": "cafe_raichu_alolan",
 | 
			
		||||
  "animations": {
 | 
			
		||||
    "cry": "q.bedrock_stateful('cafe_raichu_alolan', 'cry')"
 | 
			
		||||
  },
 | 
			
		||||
  "poses": {
 | 
			
		||||
    "standing": {
 | 
			
		||||
      "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
 | 
			
		||||
      "isTouchingWater": false,
 | 
			
		||||
      "animations": [
 | 
			
		||||
        "q.look('head')",
 | 
			
		||||
        "q.bedrock('cafe_raichu_alolan', 'ground_idle')"
 | 
			
		||||
      ],
 | 
			
		||||
      "quirks": [
 | 
			
		||||
        "q.bedrock_quirk('cafe_raichu_alolan', 'blink')"
 | 
			
		||||
      ]
 | 
			
		||||
    },
 | 
			
		||||
    "walking": {
 | 
			
		||||
      "poseTypes": ["WALK"],
 | 
			
		||||
      "isTouchingWater": false,
 | 
			
		||||
      "animations": [
 | 
			
		||||
        "q.look('head')",
 | 
			
		||||
        "q.bedrock('cafe_raichu_alolan', 'ground_walk')"
 | 
			
		||||
      ],
 | 
			
		||||
      "quirks": [
 | 
			
		||||
        "q.bedrock_quirk('cafe_raichu_alolan', 'blink')"
 | 
			
		||||
      ]
 | 
			
		||||
    },
 | 
			
		||||
    "sleep": {
 | 
			
		||||
      "poseTypes": ["SLEEP"],
 | 
			
		||||
      "animations": ["q.bedrock('cafe_raichu_alolan', 'ground_sleep')"]
 | 
			
		||||
    },
 | 
			
		||||
    "surface_sleep": {
 | 
			
		||||
      "poseTypes": ["SLEEP"],
 | 
			
		||||
      "isTouchingWater": true,
 | 
			
		||||
      "animations": [
 | 
			
		||||
        "q.look('head')",
 | 
			
		||||
        "q.bedrock('cafe_raichu_alolan', 'ground_sleep')"
 | 
			
		||||
      ],
 | 
			
		||||
      "quirks": ["q.bedrock_quirk('cafe_raichu_alolan', 'blink')"],
 | 
			
		||||
      "transformedParts": [
 | 
			
		||||
        {
 | 
			
		||||
          "part": "body",
 | 
			
		||||
          "position": [0, -7, 0]
 | 
			
		||||
        }
 | 
			
		||||
      ]
 | 
			
		||||
    },
 | 
			
		||||
    "surface_idle": {
 | 
			
		||||
      "poseTypes": ["STAND", "FLOAT"],
 | 
			
		||||
      "isTouchingWater": true,
 | 
			
		||||
      "animations": [
 | 
			
		||||
        "q.look('head')",
 | 
			
		||||
        "q.bedrock('cafe_raichu_alolan', 'ground_idle')"
 | 
			
		||||
      ],
 | 
			
		||||
      "quirks": ["q.bedrock_quirk('cafe_raichu_alolan', 'blink')"],
 | 
			
		||||
      "transformedParts": [
 | 
			
		||||
        {
 | 
			
		||||
          "part": "body",
 | 
			
		||||
          "position": [0, -7, 0]
 | 
			
		||||
        }
 | 
			
		||||
      ]
 | 
			
		||||
    },
 | 
			
		||||
    "surface_swim": {
 | 
			
		||||
      "poseTypes": ["WALK", "SWIM"],
 | 
			
		||||
      "isTouchingWater": true,
 | 
			
		||||
      "animations": [
 | 
			
		||||
        "q.look('head')",
 | 
			
		||||
        "q.bedrock('cafe_raichu_alolan', 'ground_walk')"
 | 
			
		||||
      ],
 | 
			
		||||
      "quirks": ["q.bedrock_quirk('cafe_raichu_alolan', 'blink')"],
 | 
			
		||||
      "transformedParts": [
 | 
			
		||||
        {
 | 
			
		||||
          "part": "body",
 | 
			
		||||
          "position": [0, -7, 0]
 | 
			
		||||
        }
 | 
			
		||||
      ]
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 }
 | 
			
		||||
@ -0,0 +1,44 @@
 | 
			
		||||
{
 | 
			
		||||
  "head": "head",
 | 
			
		||||
  "portraitScale": 8,
 | 
			
		||||
  "portraitTranslation": [0, -1.2, 0],
 | 
			
		||||
  "profileScale": 0.6,
 | 
			
		||||
  "profileTranslation": [0, 0.9, 0],
 | 
			
		||||
  "poses": {
 | 
			
		||||
    "standing": {
 | 
			
		||||
      "poseName": "standing",
 | 
			
		||||
      "transformTicks": 10,
 | 
			
		||||
      "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
 | 
			
		||||
      "animations": ["look", "bedrock(cafe_slowpoke, ground_idle)"],
 | 
			
		||||
      "isBattle": false,
 | 
			
		||||
      "quirks": [
 | 
			
		||||
        {
 | 
			
		||||
          "name": "blink",
 | 
			
		||||
          "loopTimes": 1,
 | 
			
		||||
          "minSecondsBetweenOccurrences": 15,
 | 
			
		||||
          "maxSecondsBetweenOccurrences": 30,
 | 
			
		||||
          "animations": ["bedrock(cafe_slowpoke, blink)"]
 | 
			
		||||
        }
 | 
			
		||||
      ]
 | 
			
		||||
    },
 | 
			
		||||
    "walking": {
 | 
			
		||||
      "poseName": "walking",
 | 
			
		||||
      "transformTicks": 10,
 | 
			
		||||
      "poseTypes": ["WALK"],
 | 
			
		||||
      "animations": ["bedrock(cafe_slowpoke, ground_walk)"]
 | 
			
		||||
    },
 | 
			
		||||
    "floating": {
 | 
			
		||||
      "poseName": "floating",
 | 
			
		||||
      "transformTicks": 10,
 | 
			
		||||
      "poseTypes": ["FLOAT"],
 | 
			
		||||
      "animations": ["bedrock(cafe_slowpoke, water_idle)"]
 | 
			
		||||
    },
 | 
			
		||||
    "battle": {
 | 
			
		||||
      "poseName": "standing",
 | 
			
		||||
      "transformTicks": 10,
 | 
			
		||||
      "poseTypes": ["STAND"],
 | 
			
		||||
      "isBattle": true,
 | 
			
		||||
      "animations": ["bedrock(cafe_slowpoke, ground_idle)"]
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
@ -0,0 +1,94 @@
 | 
			
		||||
{
 | 
			
		||||
  "portraitScale": 2.1,
 | 
			
		||||
  "portraitTranslation": [-0.35, -0.7, 0],
 | 
			
		||||
  "profileScale": 0.8,
 | 
			
		||||
  "profileTranslation": [0, 0.53, 0],
 | 
			
		||||
  "rootBone": "sprigatito",
 | 
			
		||||
  "animations": {
 | 
			
		||||
    "cry": "q.bedrock_stateful('cafe_sprigatito', 'cry')"
 | 
			
		||||
  },
 | 
			
		||||
  "poses": {
 | 
			
		||||
    "battle-standing": {
 | 
			
		||||
      "poseTypes": ["STAND"],
 | 
			
		||||
      "isBattle": true,
 | 
			
		||||
      "animations": [
 | 
			
		||||
        "q.look('head')",
 | 
			
		||||
        "q.bedrock('cafe_sprigatito', math.random(0, 1) < 0.4 ? 'battle_idle2' : 'battle_idle')"
 | 
			
		||||
      ],
 | 
			
		||||
      "quirks": [
 | 
			
		||||
        "q.bedrock_quirk('cafe_sprigatito', 'blink')",
 | 
			
		||||
        "q.bedrock_quirk('cafe_sprigatito', q.array('quirk_ear-twitch-left', 'quirk_ear-twitch-right'), 6, 20, 1)"
 | 
			
		||||
      ]
 | 
			
		||||
    },
 | 
			
		||||
    "standing": {
 | 
			
		||||
      "poseTypes": ["STAND", "FLOAT", "NONE", "PORTRAIT", "PROFILE"],
 | 
			
		||||
      "isBattle": false,
 | 
			
		||||
      "animations": [
 | 
			
		||||
        "q.look('head')",
 | 
			
		||||
        "q.bedrock('cafe_sprigatito', math.random(0, 1) < 0.4 ? 'ground_idle2' : 'ground_idle')"
 | 
			
		||||
      ],
 | 
			
		||||
      "quirks": [
 | 
			
		||||
        "q.bedrock_quirk('cafe_sprigatito', 'blink')",
 | 
			
		||||
        "q.bedrock_quirk('cafe_sprigatito', q.array('quirk_ear-twitch-left', 'quirk_ear-twitch-right'), 6, 20, 1)"
 | 
			
		||||
      ]
 | 
			
		||||
    },
 | 
			
		||||
    "walking": {
 | 
			
		||||
      "poseTypes": ["WALK", "SWIM"],
 | 
			
		||||
      "animations": [
 | 
			
		||||
        "q.look('head')",
 | 
			
		||||
        "q.bedrock('cafe_sprigatito', 'ground_walk')"
 | 
			
		||||
      ],
 | 
			
		||||
      "quirks": [
 | 
			
		||||
        "q.bedrock_quirk('cafe_sprigatito', 'blink')",
 | 
			
		||||
        "q.bedrock_quirk('cafe_sprigatito', q.array('quirk_ear-twitch-left', 'quirk_ear-twitch-right'), 6, 20, 1)"
 | 
			
		||||
      ]
 | 
			
		||||
    },
 | 
			
		||||
    "sleep": {
 | 
			
		||||
      "poseTypes": ["SLEEP"],
 | 
			
		||||
      "namedAnimations": {
 | 
			
		||||
        "cry": "q.bedrock_stateful('dummy', 'cry')"
 | 
			
		||||
      },
 | 
			
		||||
      "animations": [
 | 
			
		||||
        "q.bedrock('cafe_sprigatito', math.random(0, 1) < 0.4 ? 'sleep2' : 'sleep')"
 | 
			
		||||
      ],
 | 
			
		||||
      "quirks": [
 | 
			
		||||
        "q.bedrock_quirk('cafe_sprigatito', 'blink')",
 | 
			
		||||
        "q.bedrock_quirk('cafe_sprigatito', q.array('quirk_ear-twitch-left', 'quirk_ear-twitch-right'), 6, 20, 1)"
 | 
			
		||||
      ]
 | 
			
		||||
    },
 | 
			
		||||
    "shoulder_left": {
 | 
			
		||||
      "poseTypes": ["SHOULDER_LEFT"],
 | 
			
		||||
      "animations": [
 | 
			
		||||
        "q.look('head')",
 | 
			
		||||
        "q.bedrock('cafe_sprigatito', 'shoulder_left')"
 | 
			
		||||
      ],
 | 
			
		||||
      "quirks": [
 | 
			
		||||
        "q.bedrock_quirk('cafe_sprigatito', 'blink')",
 | 
			
		||||
        "q.bedrock_quirk('cafe_sprigatito', q.array('quirk_ear-twitch-left', 'quirk_ear-twitch-right'), 6, 20, 1)"
 | 
			
		||||
      ],
 | 
			
		||||
      "transformedParts": [
 | 
			
		||||
        {
 | 
			
		||||
          "part": "body",
 | 
			
		||||
          "position": [5, 0, 0]
 | 
			
		||||
        }
 | 
			
		||||
      ]
 | 
			
		||||
    },
 | 
			
		||||
    "shoulder_right": {
 | 
			
		||||
      "poseTypes": ["SHOULDER_RIGHT"],
 | 
			
		||||
      "animations": [
 | 
			
		||||
        "q.look('head')",
 | 
			
		||||
        "q.bedrock('cafe_sprigatito', 'shoulder_right')"
 | 
			
		||||
      ],
 | 
			
		||||
      "quirks": [
 | 
			
		||||
        "q.bedrock_quirk('cafe_sprigatito', 'blink')",
 | 
			
		||||
        "q.bedrock_quirk('cafe_sprigatito', q.array('quirk_ear-twitch-left', 'quirk_ear-twitch-right'), 6, 20, 1)"
 | 
			
		||||
      ],
 | 
			
		||||
      "transformedParts": [
 | 
			
		||||
        {
 | 
			
		||||
          "part": "body",
 | 
			
		||||
          "position": [-5, 0, 0]
 | 
			
		||||
        }
 | 
			
		||||
      ]
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
@ -0,0 +1,44 @@
 | 
			
		||||
{
 | 
			
		||||
  "head": "head",
 | 
			
		||||
  "portraitScale": 1.4,
 | 
			
		||||
  "portraitTranslation": [-0.2, 1.6, 0],
 | 
			
		||||
  "profileScale": 0.6,
 | 
			
		||||
  "profileTranslation": [0, 0.9, 0],
 | 
			
		||||
  "poses": {
 | 
			
		||||
    "standing": {
 | 
			
		||||
      "poseName": "standing",
 | 
			
		||||
      "transformTicks": 10,
 | 
			
		||||
      "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
 | 
			
		||||
      "animations": ["look", "bedrock(kimono_mew, ground_idle)"],
 | 
			
		||||
      "isBattle": false,
 | 
			
		||||
      "quirks": [
 | 
			
		||||
        {
 | 
			
		||||
          "name": "blink",
 | 
			
		||||
          "loopTimes": 1,
 | 
			
		||||
          "minSecondsBetweenOccurrences": 15,
 | 
			
		||||
          "maxSecondsBetweenOccurrences": 30,
 | 
			
		||||
          "animations": ["bedrock(kimono_mew, blink)"]
 | 
			
		||||
        }
 | 
			
		||||
      ]
 | 
			
		||||
    },
 | 
			
		||||
    "walking": {
 | 
			
		||||
      "poseName": "walking",
 | 
			
		||||
      "transformTicks": 10,
 | 
			
		||||
      "poseTypes": ["WALK"],
 | 
			
		||||
      "animations": ["bedrock(kimono_mew, ground_walk)"]
 | 
			
		||||
    },
 | 
			
		||||
    "floating": {
 | 
			
		||||
      "poseName": "floating",
 | 
			
		||||
      "transformTicks": 10,
 | 
			
		||||
      "poseTypes": ["FLOAT"],
 | 
			
		||||
      "animations": ["bedrock(kimono_mew, ground_idle)"]
 | 
			
		||||
    },
 | 
			
		||||
    "battle": {
 | 
			
		||||
      "poseName": "standing",
 | 
			
		||||
      "transformTicks": 10,
 | 
			
		||||
      "poseTypes": ["STAND"],
 | 
			
		||||
      "isBattle": true,
 | 
			
		||||
      "animations": ["bedrock(kimono_mew, ground_idle)"]
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
@ -0,0 +1,83 @@
 | 
			
		||||
{
 | 
			
		||||
  "portraitScale": 2.3,
 | 
			
		||||
  "portraitTranslation": [-0.2, 0.6, 0],
 | 
			
		||||
  "profileScale": 0.65,
 | 
			
		||||
  "profileTranslation": [0, 0.75, 0],
 | 
			
		||||
  "rootBone": "cafe_raichu_alolan",
 | 
			
		||||
  "animations": {
 | 
			
		||||
    "cry": "q.bedrock_stateful('raichu_alolan_pancake', 'cry')"
 | 
			
		||||
  },
 | 
			
		||||
  "poses": {
 | 
			
		||||
    "standing": {
 | 
			
		||||
      "poseTypes": ["STAND", "NONE", "PORTRAIT", "PROFILE"],
 | 
			
		||||
      "isTouchingWater": false,
 | 
			
		||||
      "animations": [
 | 
			
		||||
        "q.look('head')",
 | 
			
		||||
        "q.bedrock('raichu_alolan_pancake', 'ground_idle')"
 | 
			
		||||
      ],
 | 
			
		||||
      "quirks": [
 | 
			
		||||
        "q.bedrock_quirk('raichu_alolan_pancake', 'blink')"
 | 
			
		||||
      ]
 | 
			
		||||
    },
 | 
			
		||||
    "walking": {
 | 
			
		||||
      "poseTypes": ["WALK"],
 | 
			
		||||
      "isTouchingWater": false,
 | 
			
		||||
      "animations": [
 | 
			
		||||
        "q.look('head')",
 | 
			
		||||
        "q.bedrock('raichu_alolan_pancake', 'ground_walk')"
 | 
			
		||||
      ],
 | 
			
		||||
      "quirks": [
 | 
			
		||||
        "q.bedrock_quirk('raichu_alolan_pancake', 'blink')"
 | 
			
		||||
      ]
 | 
			
		||||
    },
 | 
			
		||||
    "sleep": {
 | 
			
		||||
      "poseTypes": ["SLEEP"],
 | 
			
		||||
      "animations": ["q.bedrock('raichu_alolan_pancake', 'ground_sleep')"]
 | 
			
		||||
    },
 | 
			
		||||
    "surface_sleep": {
 | 
			
		||||
      "poseTypes": ["SLEEP"],
 | 
			
		||||
      "isTouchingWater": true,
 | 
			
		||||
      "animations": [
 | 
			
		||||
        "q.look('head')",
 | 
			
		||||
        "q.bedrock('raichu_alolan_pancake', 'ground_sleep')"
 | 
			
		||||
      ],
 | 
			
		||||
      "quirks": ["q.bedrock_quirk('raichu_alolan_pancake', 'blink')"],
 | 
			
		||||
      "transformedParts": [
 | 
			
		||||
        {
 | 
			
		||||
          "part": "body",
 | 
			
		||||
          "position": [0, -7, 0]
 | 
			
		||||
        }
 | 
			
		||||
      ]
 | 
			
		||||
    },
 | 
			
		||||
    "surface_idle": {
 | 
			
		||||
      "poseTypes": ["STAND", "FLOAT"],
 | 
			
		||||
      "isTouchingWater": true,
 | 
			
		||||
      "animations": [
 | 
			
		||||
        "q.look('head')",
 | 
			
		||||
        "q.bedrock('raichu_alolan_pancake', 'ground_idle')"
 | 
			
		||||
      ],
 | 
			
		||||
      "quirks": ["q.bedrock_quirk('raichu_alolan_pancake', 'blink')"],
 | 
			
		||||
      "transformedParts": [
 | 
			
		||||
        {
 | 
			
		||||
          "part": "body",
 | 
			
		||||
          "position": [0, -7, 0]
 | 
			
		||||
        }
 | 
			
		||||
      ]
 | 
			
		||||
    },
 | 
			
		||||
    "surface_swim": {
 | 
			
		||||
      "poseTypes": ["WALK", "SWIM"],
 | 
			
		||||
      "isTouchingWater": true,
 | 
			
		||||
      "animations": [
 | 
			
		||||
        "q.look('head')",
 | 
			
		||||
        "q.bedrock('raichu_alolan_pancake', 'ground_walk')"
 | 
			
		||||
      ],
 | 
			
		||||
      "quirks": ["q.bedrock_quirk('raichu_alolan_pancake', 'blink')"],
 | 
			
		||||
      "transformedParts": [
 | 
			
		||||
        {
 | 
			
		||||
          "part": "body",
 | 
			
		||||
          "position": [0, -7, 0]
 | 
			
		||||
        }
 | 
			
		||||
      ]
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 }
 | 
			
		||||
		Reference in New Issue
	
	Block a user