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

@ -29,7 +29,7 @@ if armor.materials.crystal then
armor:register_armor(":3d_armor:helmet_crystal", {
description = S("Crystal Helmet"),
inventory_image = "3d_armor_inv_helmet_crystal.png",
groups = {armor_head=1, armor_heal=12, armor_use=100, armor_fire=1},
groups = {armor_head=1, armor_heal=12, armor_use=100, armor_fire=1, armor_radiation=2},
armor_groups = {fleshy=15},
damage_groups = {cracky=2, snappy=1, level=3},
})
@ -48,7 +48,7 @@ if armor.materials.crystal then
armor:register_armor(":3d_armor:chestplate_crystal", {
description = S("Crystal Chestplate"),
inventory_image = "3d_armor_inv_chestplate_crystal.png",
groups = {armor_torso=1, armor_heal=12, armor_use=100, armor_fire=1},
groups = {armor_torso=1, armor_heal=12, armor_use=100, armor_fire=1, armor_radiation=5},
armor_groups = {fleshy=20},
damage_groups = {cracky=2, snappy=1, level=3},
})
@ -67,7 +67,7 @@ if armor.materials.crystal then
armor:register_armor(":3d_armor:leggings_crystal", {
description = S("Crystal Leggings"),
inventory_image = "3d_armor_inv_leggings_crystal.png",
groups = {armor_legs=1, armor_heal=12, armor_use=100, armor_fire=1},
groups = {armor_legs=1, armor_heal=12, armor_use=100, armor_fire=1, armor_radiation=3},
armor_groups = {fleshy=20},
damage_groups = {cracky=2, snappy=1, level=3},
})
@ -89,7 +89,7 @@ if armor.materials.crystal then
description = S("Crystal Boots"),
inventory_image = "3d_armor_inv_boots_crystal.png",
groups = {armor_feet=1, armor_heal=12, armor_use=100, physics_speed=1,
physics_jump=0.5, armor_fire=1},
physics_jump=0.5, armor_fire=1, armor_radiation=2},
armor_groups = {fleshy=15},
damage_groups = {cracky=2, snappy=1, level=3},
})