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

aucun résumé des modifications
Kharmitch (discussion | contributions)
Page créée avec « local localdata = require('Module:Infobox/Localdata') function buildPerkLabel(localdata, index) local label = nil if(localdata['aptitude' .. index]) then label = '[['… »
 
Kims (discussion | contributions)
Aucun résumé des modifications
Ligne 26 : Ligne 26 :
{ type = 'row', label = 'Addiction', value = 'addiction' },
{ type = 'row', label = 'Addiction', value = 'addiction' },
{ type = 'row', label = 'Faim', value = 'faim' },
{ type = 'row', label = 'Faim', value = 'faim' },
{ type = 'row', label = 'Soif', value = 'soif' }
{ type = 'row', label = 'Soif', value = 'soif' },
{ type = 'row', label = 'Maladie', value = 'maladie' }
}},
}},
{ type = 'table', title = 'Artisanat', rows = {
{ type = 'table', title = 'Artisanat', rows = {
Ligne 37 : Ligne 38 :
{ type = 'row', label = 'Valeur', value = 'valeur' },
{ type = 'row', label = 'Valeur', value = 'valeur' },
{ type = 'row', label = 'Quêtes', value = 'quêtes' },
{ type = 'row', label = 'Quêtes', value = 'quêtes' },
{ type = 'row', label = 'Événements', value = 'événements' },
{ type = 'row', label = 'Durée avant détérioration', value = 'détérioration' },
{ type = 'row', label = 'Durée avant détérioration', value = 'détérioration' },
{ type = 'row', label = 'Se détériore en', value = 'détériore' },
{ type = 'row', label = 'Se détériore en', value = 'détériore' },
45 246

modifications