62 737
modifications
mAucun résumé des modifications |
mAucun résumé des modifications |
||
Ligne 13 : | Ligne 13 : | ||
end | end | ||
return '<span class="avt-infobox-armor-rdsd"> | return '<span class="avt-infobox-armor-rdsd">' .. sd .. | ||
'</span> · <span class="avt-infobox-armor-rdsd"> | '</span> · <span class="avt-infobox-armor-rdsd">' .. | ||
rd .. ' %</span>' | rd .. ' %</span>' | ||
end | end | ||
Ligne 29 : | Ligne 29 : | ||
{ type = 'row', label = 'Valeur', value = 'valeur' } | { type = 'row', label = 'Valeur', value = 'valeur' } | ||
}}, | }}, | ||
{ type = 'table', title = 'Résistances', rows = { | { type = 'table', title = 'Résistances ([[Seuil de dégâts|SD]] · [[Résistance aux dégâts|RD]])', rows = { | ||
{ type = 'row', label = 'Normal', value = function (localdata) return buildResistance(localdata, 'normal') end }, | { type = 'row', label = 'Normal', value = function (localdata) return buildResistance(localdata, 'normal') end }, | ||
{ type = 'row', label = 'Laser', value = function (localdata) return buildResistance(localdata, 'laser') end }, | { type = 'row', label = 'Laser', value = function (localdata) return buildResistance(localdata, 'laser') end }, |
modifications