Tweak armor values

This commit is contained in:
N-Nachtigal 2025-07-26 16:19:03 +02:00
parent c1e648877d
commit 71a53fbef8
12 changed files with 89 additions and 69 deletions

View file

@ -17,6 +17,7 @@ tt.register_snippet(function(itemstring)
local armor_use = def.groups.armor_use
local armor_fire = def.groups.armor_fire
local armor_water = def.groups.armor_water
local armor_radiation = def.groups.armor_radiation
local armor_feather = def.groups.armor_feather
local physics_speed = def.groups.physics_speed
local physics_gravity = def.groups.physics_gravity
@ -37,6 +38,10 @@ tt.register_snippet(function(itemstring)
desc = desc .. "\n" .. S("Fire: @1", armor_fire)
end
if armor_radiation then
desc = desc .. "\n" .. S("Radiation: @1", armor_radiation)
end
if armor_water then
desc = desc .. "\n" .. S("Water protection")
end