{
  "label": "Modification d'Armes",
  "source": "./data/modification_armes.json",
  "tabs": {
    "general": {
      "label": "Résumé",
      "custom_width": "168px",
      "fields": [
        { "name": "nom", "label": "Nom" },
        { "name": "denomination", "label": "Dénomination" },
        {
          "name": "categorie",
          "label": "Catégorie",
          "category": "./categories/categories_systemes.json"
        },
        { "name": "degats", "label": "Dégâts" },
        { "name": "precision", "label": "Précision" },
        {
          "name": "effets",
          "label": "Effets",
          "glossary": "./glossaire/glossaire_effets.json"
        },
        { "name": "special", "label": "Spécial" },
        { "name": "emplacements", "label": "Emplacements" }
      ]
    },
    "technical": {
      "label": "Fiche technique",
      "fields": [
        { "name": "manufacture", "label": "Manufacture" },
        { "name": "disponibilite", "label": "Disponibilité" },
        { "name": "legalite", "label": "Légalité" },
        { "name": "accreditation", "label": "Accréditation" }
      ]
    }
  }
}
