62 737
modifications
mAucun résumé des modifications |
Harmonisation des identifiants techniques |
||
(Une version intermédiaire par le même utilisateur non affichée) | |||
Ligne 37 : | Ligne 37 : | ||
{ type = "table", rows = { | { type = "table", rows = { | ||
{ type = "row", label = "Nom", icon = "sic", value = "nom" }, | { type = "row", label = "Nom", icon = "sic", value = "nom" }, | ||
{ type = "row", label = "[[Form | { type = "row", label = "[[Form ID]]", icon = "réparation", value = "formid" }, | ||
{ type = "row", label = "[[Editor ID]]", icon = "réparation", value = "editorid" }, | { type = "row", label = "[[Editor ID]]", icon = "réparation", value = "editorid" }, | ||
{ type = "row", label = "[[Niveau]]", icon = "niveau", value = "niveau" }, | { type = "row", label = "[[Niveau]]", icon = "niveau", value = "niveau" }, | ||
Ligne 53 : | Ligne 53 : | ||
{ type = "row", label = "Assistance", icon = "groupe", value = function(localdata) return formatcomportement(localdata, "assistance") end } | { type = "row", label = "Assistance", icon = "groupe", value = function(localdata) return formatcomportement(localdata, "assistance") end } | ||
}}, | }}, | ||
{ type = "list", title = "Attaques", | { type = "list", title = "Attaques", prefix = "attaque", max = 5 }, | ||
{ type = "list", title = "Capacités", prefix = "capacité", max = 5 }, | |||
{ type = "list", title = "Objets", prefix = "objet", max = 15 } | |||
{ type = "list", title = "Capacités", | |||
{ type = "list", title = "Objets", | |||
} | } | ||
} | } |
modifications