« Module:Infobox/Consommable » : différence entre les versions

Kharmitch (discussion | contributions)
mAucun résumé des modifications
Kharmitch (discussion | contributions)
mAucun résumé des modifications
Ligne 8 : Ligne 8 :
if perkLink and perkEffect then
if perkLink and perkEffect then
row = { type = 'row', label = perkLink, value = perkEffect }
row = {
type = 'row',
label = function(localdata) return localdata['aptitude' .. index] end,
value = function(localdata) return localdata['effets aptitude' .. index] end,
}
end
end