{
  "format_version": "1.10.0",
  "animations": {
    "animation.bow.wield": {
      "loop": true,
      "bones": {
        "rightitem": {
          "position": [ "c.is_first_person ? -4.0 : 0.0", "c.is_first_person ? -2.0 : 0.0", "c.is_first_person ? -2.0 : 0.0" ],
          "rotation": [ "c.is_first_person ? -15.0 : 0.0", "c.is_first_person ? 55.0 : 0.0", "c.is_first_person ? -35.0 : 0.0" ]
        }
      }
    },
    "animation.bow.wield_first_person_pull": {
      "loop": true,
      "bones": {
        "rightitem": {
          "position": [ -4.0, "math.sin(q.life_time * 800.0) * 0.05", -6.0 ],
          "rotation": [ 10.0, 5.0, -5.0 ]
        }
      }
    }
  }
}