{
  "schema_version": "1.0",
  "source": "Example Homebrew Bestiary",
  "default_rulesets": [
    "dnd-5e"
  ],
  "creatures": [
    {
      "name": "Goblin Raider",
      "type": "Monster",
      "hp": 7,
      "ac": 15,
      "init_bonus": 2,
      "grid_width": 1,
      "grid_height": 1,
      "notes": "Nimble ambusher with shortbow and scimitar.",
      "rulesets": [
        "dnd-5e"
      ],
      "image_url": null
    },
    {
      "name": "Bandit Captain",
      "type": "Boss",
      "hp": 65,
      "ac": 15,
      "init_bonus": 3,
      "grid_width": 1,
      "grid_height": 1,
      "notes": "Leader of local highway raiders.",
      "rulesets": [
        "dnd-5e"
      ],
      "image_url": null
    }
  ]
}
