62 737
modifications
mAucun résumé des modifications |
mAucun résumé des modifications |
||
Ligne 278 : | Ligne 278 : | ||
{ type = 'table', title = 'Munitions et rechargement', collapseparameters = { collapsible = true, collapsed = true }, rows = { | { type = 'table', title = 'Munitions et rechargement', collapseparameters = { collapsible = true, collapsed = true }, rows = { | ||
{ type = 'row', label = 'Type de munitions', value = 'ammo' }, | { type = 'row', label = 'Type de munitions', value = 'ammo' }, | ||
{ type = 'row', label = ' | { type = 'row', label = 'Cartouches par tir', value = 'ammo use' }, | ||
{ type = 'row', label = 'Tirs par magasin', function() return formatNumber(shotsPerReload) end }, | { type = 'row', label = 'Tirs par magasin', value = function() return formatNumber(shotsPerReload) end }, | ||
{ type = 'row', label = 'Capacité', value = 'clip rounds' }, | { type = 'row', label = 'Capacité', value = 'clip rounds' }, | ||
{ type = 'row', label = 'Durée de rechargement', value = function() return reloadTimeCell end } | { type = 'row', label = 'Durée de rechargement', value = function() return reloadTimeCell end } | ||
}}, | }}, | ||
{ type = 'table', title = 'Effets des aptitudes', rows = { | { type = 'table', title = 'Effets des aptitudes', collapseparameters = { collapsible = true, collapsed = true }, rows = { | ||
{ type = 'row', label = 'Dégâts', value = function() return perksDmgItems end }, | { type = 'row', label = 'Dégâts', value = function() return perksDmgItems end }, | ||
{ type = 'row', label = 'Attaques par seconde', value = function() return perksAttacksPerSecItems end }, | { type = 'row', label = 'Attaques par seconde', value = function() return perksAttacksPerSecItems end }, |
modifications