{
    "actors": [
        {
            "label": "actor1",
            "entity_types": ["minecraft:player"],
            "actor_tags": ["gender.male"]
        }
    ],
    "animation_tags": ["manualPeak"],
    "stages": [
    {
      "stage": 1,
      "loop": true,
      "cycle_seconds": 0.3333,
      "stage_duration_multiplier": 0.3333
    },
    {
      "stage": 2,
      "loop": true,
      "cycle_seconds": 0.3333,
      "stage_duration_multiplier": 0.3333,
      "speed": 1.2
    },
    {
      "stage": 3,
      "loop": true,
      "cycle_seconds": 0.3333,
      "stage_duration_multiplier": 0.3333,
      "speed": 1.2
    },
    {
      "stage": 4,
      "loop": true,
      "cycle_seconds": 0.625,
      "allow_join": false,
      "escapable": false,
      "non_peak": true
    }
    ]
}
