{
  "title": "lancer.tour.lcp.title",
  "description": "lancer.tour.lcp.description",
  "canBeResumed": true,
  "display": true,
  "restricted": true,
  "steps": [
    {
      "id": "compendiumTab",
      "selector": "nav#sidebar-tabs menu li:has(button[data-tab=compendium])",
      "title": "lancer.tour.lcp.compendiumTab.title",
      "content": "lancer.tour.lcp.compendiumTab.content",
      "sidebarTab": "compendium"
    },
    {
      "id": "compendiumManagerButton",
      "selector": "button#lcp-manager-button",
      "title": "lancer.tour.lcp.compendiumManagerButton.title",
      "content": "lancer.tour.lcp.compendiumManagerButton.content",
      "sidebarTab": "compendium"
    },
    {
      "id": "lcpTable",
      "selector": ".lcp-manager .lcp-table #lcp-table",
      "title": "lancer.tour.lcp.lcpTable.title",
      "content": "lancer.tour.lcp.lcpTable.content",
      "inApp": true
    },
    {
      "id": "lcpUpdate",
      "selector": ".lcp-manager .lcp-table button.lcp-bulk-import",
      "title": "lancer.tour.lcp.lcpUpdate.title",
      "content": "lancer.tour.lcp.lcpUpdate.content",
      "inApp": true
    },
    {
      "id": "lcpFile",
      "selector": ".lcp-manager .file-select-container .file",
      "title": "lancer.tour.lcp.lcpFile.title",
      "content": "lancer.tour.lcp.lcpFile.content",
      "inApp": true
    },
    {
      "id": "lcpImport",
      "selector": ".lcp-manager .lcp-details button.lcp-import",
      "title": "lancer.tour.lcp.lcpImport.title",
      "content": "lancer.tour.lcp.lcpImport.content",
      "inApp": true
    },
    {
      "id": "clearData",
      "selector": ".lcp-manager .lcp-table button.lcp-clear-all",
      "title": "lancer.tour.lcp.clearData.title",
      "content": "lancer.tour.lcp.clearData.content",
      "inApp": true
    }
  ],
  "suggestedNextTours": ["lancer.npc", "lancer.pilot-import"],
  "localization": {
    "lancer.tour.lcp": {
      "title": "Importing LCPs",
      "description": "Import .lcp files to add content",
      "compendiumTab": {
        "title": "Compendium Tab",
        "content": "Content packs are imported from the Compendium Tab"
      },
      "compendiumManagerButton": {
        "title": "LANCER Compendium Manager",
        "content": "Manage core data and imported LCPs. NPC data is not included in the system and will need to be added here."
      },
      "lcpTable": {
        "title": "LCP Table",
        "content": "You can select and bulk-import official data here. Any LCPs you manually install will also be shown at the end of the table."
      },
      "lcpUpdate": {
        "title": "Bulk Import / Update",
        "content": "Click here to install or update all selected LCPs from the table."
      },
      "lcpFile": {
        "title": "File Selector",
        "content": "Select a .lcp file here."
      },
      "lcpImport": {
        "title": "Import",
        "content": "Once you've selected a file, import its contents into the compendiums."
      },
      "clearData": {
        "title": "Clear Data",
        "content": "Deletes imported content and core data. This CANNOT be undone and the only way to restore is to rebuild the core data and re-import the lcp files."
      }
    }
  }
}
