Модуль:FirearmsStats: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Нет описания правки |
||
| Строка 43: | Строка 43: | ||
end | end | ||
if stamina > 0 then | if stamina > 0 then | ||
out = out .. ': | out = out .. ': {{цвет|text|endurance|<b>' .. stamina .. '</b>}} Выносливость\n' | ||
end | end | ||
if blunt > 0 then | if blunt > 0 then | ||
out = out .. ': | out = out .. ': {{цвет|text|blunt|<b>' .. blunt .. '</b>}} Ушибы\n' | ||
end | end | ||
if slash > 0 then | if slash > 0 then | ||
out = out .. ': | out = out .. ': {{цвет|text|slash|<b>' .. slash .. '</b>}} Режущие\n' | ||
end | end | ||
if piercing > 0 then | if piercing > 0 then | ||
out = out .. ': | out = out .. ': {{цвет|text|piercing|<b>' .. piercing .. '</b>}} Уколы\n' | ||
end | end | ||
if heat > 0 then | if heat > 0 then | ||
out = out .. ': | out = out .. ': {{цвет|text|heat|<b>' .. heat .. '</b>}} Термические\n' | ||
end | end | ||
if radiation > 0 then | if radiation > 0 then | ||
out = out .. ': | out = out .. ': {{цвет|text|radiation|<b>' .. radiation .. '</b>}} Радиация\n' | ||
end | end | ||
if caustic > 0 then | if caustic > 0 then | ||
out = out .. ': | out = out .. ': {{цвет|text|caustic|<b>' .. caustic .. '</b>}} Кислотные\n' | ||
end | end | ||
if structural > 0 then | if structural > 0 then | ||
out = out .. ': | out = out .. ': {{цвет|text|structural|<b>' .. structural .. '</b>}} Структурные\n' | ||
end | end | ||