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

@ -33,7 +33,7 @@ if armor.materials.steel then
description = S("Steel Helmet"),
inventory_image = "3d_armor_inv_helmet_steel.png",
groups = {armor_head=1, armor_heal=0, armor_use=800,
physics_speed=-0.01, physics_gravity=0.01},
physics_speed=-0.01, physics_gravity=0.01, armor_radiation=4},
armor_groups = {fleshy=10},
damage_groups = {cracky=2, snappy=3, choppy=2, crumbly=1, level=2},
})
@ -56,7 +56,7 @@ if armor.materials.steel then
description = S("Steel Chestplate"),
inventory_image = "3d_armor_inv_chestplate_steel.png",
groups = {armor_torso=1, armor_heal=0, armor_use=800,
physics_speed=-0.04, physics_gravity=0.04},
physics_speed=-0.04, physics_gravity=0.04, armor_radiation=14},
armor_groups = {fleshy=15},
damage_groups = {cracky=2, snappy=3, choppy=2, crumbly=1, level=2},
})
@ -79,7 +79,7 @@ if armor.materials.steel then
description = S("Steel Leggings"),
inventory_image = "3d_armor_inv_leggings_steel.png",
groups = {armor_legs=1, armor_heal=0, armor_use=800,
physics_speed=-0.03, physics_gravity=0.03},
physics_speed=-0.03, physics_gravity=0.03, armor_radiation=6},
armor_groups = {fleshy=15},
damage_groups = {cracky=2, snappy=3, choppy=2, crumbly=1, level=2},
})
@ -102,7 +102,7 @@ if armor.materials.steel then
description = S("Steel Boots"),
inventory_image = "3d_armor_inv_boots_steel.png",
groups = {armor_feet=1, armor_heal=0, armor_use=800,
physics_speed=-0.01, physics_gravity=0.01},
physics_speed=-0.01, physics_gravity=0.01, armor_radiation=4},
armor_groups = {fleshy=10},
damage_groups = {cracky=2, snappy=3, choppy=2, crumbly=1, level=2},
})