{
    "name": "Monarch Wings",
    "description": "You can jump a second time while in the air.",
    "type": "origins:active_self",
    "entity_action": {
      "type": "origins:and",
      "actions": [
        {
          "type": "origins:check_if_on_ground",
          "actions": [
            {
              "type": "origins:add_action",
              "action": {
                "type": "origins:jump"
              }
            }
          ]
        }
      ]
    },
    "cooldown": 0,
    "hud_render": {
      "should_render": false
    }
  }


  doesn't work currently