62 737
modifications
Aucun résumé des modifications |
Harmonisation des identifiants techniques |
||
(Une version intermédiaire par le même utilisateur non affichée) | |||
Ligne 39 : | Ligne 39 : | ||
return tooltip._build({ comportement.tag, comportement.label }) | return tooltip._build({ comportement.tag, comportement.label }) | ||
end | end | ||
end | end | ||
Ligne 82 : | Ligne 45 : | ||
{ 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 = "[[Niveau]]", icon = "niveau", value = "niveau" }, | { type = "row", label = "[[Niveau]]", icon = "niveau", value = "niveau" }, | ||
{ type = "row", label = "[[Points d'expérience]]", icon = "xp", value = "xp" }, | { type = "row", label = "[[Points d'expérience]]", icon = "xp", value = "xp" }, | ||
Ligne 91 : | Ligne 54 : | ||
}}, | }}, | ||
{ type = "table", title = "[[Attributs de l'IA Gamebryo|Comportement]]", rows = { | { type = "table", title = "[[Attributs de l'IA Gamebryo|Comportement]]", rows = { | ||
{ type = "row", label = "Agressivité", icon = "poing", value = function(localdata) return | { type = "row", label = "Agressivité", icon = "poing", value = function(localdata) return formatcomportement(localdata, "agressivité") end }, | ||
{ type = "row", label = "Assurance", icon = "confiance", value = function(localdata) return | { type = "row", label = "Assurance", icon = "confiance", value = function(localdata) return formatcomportement(localdata, "assurance") end }, | ||
{ type = "row", label = "Assistance", icon = "groupe", value = function(localdata) return | { type = "row", label = "Assistance", icon = "groupe", value = function(localdata) return formatcomportement(localdata, "assistance") end } | ||
}}, | }}, | ||
{ type = "list", title = "Attaques", prefix = "attaque", max = 5 }, | { type = "list", title = "Attaques", prefix = "attaque", max = 5 }, |
modifications