Module:Infobox/Consommable

De Starfield Wiki
Révision datée du 1 septembre 2023 à 03:53 par Kims (discussion | contributions)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Documentation[voir] [modifier] [purger]
local general = require("Module:Infobox/Fonctions")

return {
    parts = {
        general.title(),
        general.image(),
        {
            type = "table",
            title = "Propriétés",
            rows = {
                {type = "row", label = "Poids", value = "poids"},
                {type = "row", label = "Valeur", value = "valeur"},
                {type = "row", label = "Effets", value = "effets"},
            }
        },
        {
            type = "table",
            title = "Artisanat",
            rows = {
            }
        },
        general.creation_kit()
    }
}