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