62 737
modifications
Aucun 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">[[Seuil de dégâts|SD]] ' .. sd .. | ||
' | '</span> · <span class="avt-infobox-armor-rdsd">[[Résistance aux dégâts|RD]]' .. | ||
rd .. ' %</span>' | |||
end | end | ||
Ligne 33 : | Ligne 33 : | ||
{ type = 'row', label = 'Laser', value = function (localdata) return buildResistance(localdata, 'laser') end }, | { type = 'row', label = 'Laser', value = function (localdata) return buildResistance(localdata, 'laser') end }, | ||
{ type = 'row', label = 'Feu', value = function (localdata) return buildResistance(localdata, 'feu') end }, | { type = 'row', label = 'Feu', value = function (localdata) return buildResistance(localdata, 'feu') end }, | ||
{ type = 'row', label = 'Plasma', value = function (localdata) return buildResistance(localdata, 'plasma') end }, | |||
{ type = 'row', label = 'Plasma', | { type = 'row', label = 'Électricité', value = function (localdata) return buildResistance(localdata, 'élec') end }, | ||
{ type = 'row', label = 'Électricité', | { type = 'row', label = 'Explosif', value = function (localdata) return buildResistance(localdata, 'expl') end }, | ||
{ type = 'row', label = 'Explosif', | { type = 'row', label = 'IEM', value = function (localdata) return buildResistance(localdata, 'iem') end } | ||
{ type = 'row', label = 'IEM', | |||
}}, | }}, | ||
{ type = 'table', title = 'Technique', rows = { | { type = 'table', title = 'Technique', rows = { |
modifications