{
  "version": 1,
  "name": "Entity interaction starter",
  "description": "Recognize an NPC or enemy by its NPC Indicators name. Change the target and interaction before running.",
  "steps": [
    {
      "id": "recognize-entity",
      "name": "Recognize target by name",
      "type": "click_entity",
      "target": "Ammonite Crab",
      "interaction": "Attack",
      "expected": null,
      "max_attempts": 36,
      "delay_ms": 800,
      "timeout_seconds": 12,
      "button": "left",
      "threshold": 0.82,
      "hover_ms": 400,
      "selection_strategy": "nearest",
      "click_offset_y": 22,
      "randomize_click": true,
      "random_width": 8,
      "random_height": 8
    },
    {
      "id": "wait-after-action",
      "name": "Wait after interaction",
      "type": "sleep",
      "target": "Wait",
      "interaction": null,
      "expected": null,
      "max_attempts": 1,
      "delay_ms": 2500,
      "timeout_seconds": 3
    }
  ]
}
