{
  "layout": {
    "width": 30,
    "height": 10,
    "description": "Base camp field layout - Fixed 10-row depth and vertical alignment",
    "tiles": [
      [
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, 0,
        0, 0
      ],
      [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
      [
        0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
        0
      ],
      [
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 3, 0, 19, 0, 0, 18, 8, 0, 5, 0, 0, 0, 0, 0, 0, 0,
        0
      ],
      [
        0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0
      ],
      [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
      [0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
      [
        0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 3, 0, 13, 19, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0,
        0
      ],
      [
        0, 0, 0, 0, 15, 0, 16, 5, 0, 0, 0, 18, 0, 0, 3, 0, 0, 0, 6, 0, 9, 0, 7, 8, 0, 0, 0, 0, 0, 0,
        0
      ],
      [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
    ],
    "tilesetInfo": {
      "name": "BaseTileset.png",
      "tileSize": 128,
      "columns": 5
    }
  },
  "entities": [
    {
      "id": "merchant_1",
      "type": "npc",
      "name": "Merchant",
      "x": 10,
      "y": 7,
      "imagePath": "Merchant.png",
      "width": 3,
      "height": 3,
      "interactionType": "shop"
    },
    {
      "id": "forgemaster_1",
      "type": "npc",
      "name": "Forgemaster",
      "x": 20,
      "y": 4,
      "imagePath": "Mechanic.png",
      "width": 6,
      "height": 6,
      "interactionType": "crafting"
    }
  ]
}
