{
  "format_version": "1.8.0",
  "animations": {
    "animation.agent.move": {
      "loop": true,
      "bones": {
        "body": {
          "position": [ 0, "variable.agent.easein * (math.sin(query.life_time * 114.6 * variable.agent.movespeedscalar) + 1.0) * 1.12", 0 ]
        },
        "leftArm": {
          "rotation": [
            "((-0.2 + 1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 - variable.agent.armxrotationfactor",
            0,
            "-variable.agent.armzrotation"
          ]
        },
        "leftLeg": {
          "rotation": [
            "((-1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 + (variable.agent.ishovering * variable.agent.legxrotationfactor)",
            0,
            0
          ]
        },
        "rightArm": {
          "rotation": [
            "((-0.2 - 1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 + variable.agent.armxrotationfactor",
            0,
            "variable.agent.armzrotation"
          ]
        },
        "rightLeg": {
          "rotation": [
            "((1.5 * (math.abs(math.mod(query.modified_distance_moved, 13) - 6.5) - 3.25) / 3.25) * query.modified_move_speed) * 57.3 - (variable.agent.ishovering * variable.agent.legxrotationfactor)",
            0,
            0
          ]
        }
      }
    },
    "animation.agent.swing_arms": {
      "loop": true,
      "animation_length": 1.5,
      "bones": {
        "rightArm": {
          "rotation": [
            "(-2.0 + 1.5 * (math.abs(math.mod(variable.agent.swinganimationtick - query.frame_alpha, variable.agent.swinganimationduration) - variable.agent.swinganimationduration * 0.5) - variable.agent.swinganimationduration * 0.25) / (variable.agent.swinganimationduration * 0.25)) * 57.3",
            0,
            0
          ]
        }
      }
    },
    "animation.agent.shrug": {
      "animation_length": 1.5,
      "bones": {
        "head": {
          "rotation": {
            "0.3333": [ 0, 0, 0 ],
            "0.5833": [ 0, 0, 0 ],
            "0.8333": [ 0, 72.5, 0 ],
            "1.0417": [ 0, 0, 0 ],
            "1.2917": [ 0, -62.5, 0 ],
            "1.5": [ 0, 0, 0 ]
          },
          "position": {
            "0.0": [ 0, 0, 0 ],
            "0.125": [ 0, 0, 0 ]
          }
        },
        "leftArm": {
          "rotation": {
            "0.0": [ 0, 0, 0 ],
            "0.25": [ -64.03195, -33.38529, 26.32435 ],
            "0.625": [ 0, 0, 0 ],
            "0.75": [ 0, 0, 0 ],
            "0.9583": [ 0, 0, -10 ],
            "1.1667": [ 0, 0, 0 ]
          },
          "position": {
            "0.75": [ 0, 0, 0 ],
            "0.9583": [ 0, 1, 0 ],
            "1.1667": [ 0, 0, 0 ]
          }
        },
        "rightArm": {
          "rotation": {
            "0.0": [ 0, 0, 0 ],
            "0.25": [ -58.25703, 25.73828, -15.06695 ],
            "0.625": [ 0, 0, 0 ],
            "0.75": [ 0, 0, 0 ],
            "0.9583": [ 0, 0, 10 ],
            "1.1667": [ 0, 0, 0 ]
          },
          "position": {
            "0.75": [ 0, 0, 0 ],
            "0.9583": [ 0, 1, 0 ],
            "1.1667": [ 0, 0, 0 ]
          }
        }
      }
    }
  }
}
