{
  "label": "Grenades",
  "source": "./data/grenades.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_grenades.json"
        },
        { "name": "degats", "label": "Dégâts" },
        { "name": "portee", "label": "Portée" },
        { "name": "vitesse_propagation", "label": "Vitesse de Propagation" },
        { "name": "temps_action", "label": "Temps d'activation", "unit": "t" },
        {
          "name": "persistance",
          "label": "Persistance",
          "unit": "m",
          "conversion": [
            { "h": 60 }
          ]
        },

        {
          "name": "effets",
          "label": "Effets",
          "glossary": "./glossaire/glossaire_effets.json"
        },
        { "name": "special", "label": "Spécial" },
        { "name": "description", "label": "Description" }
      ]
    },
    "technical": {
      "label": "Fiche technique",
      "fields": [
        { "name": "manufacture", "label": "Manufacture" },
        { "name": "disponibilite", "label": "Disponibilité" },
        { "name": "legalite", "label": "Légalité" },
        { "name": "accreditation", "label": "Accréditation" }
      ]
    }
  }
}
