Tweak armor values
This commit is contained in:
parent
c1e648877d
commit
71a53fbef8
12 changed files with 89 additions and 69 deletions
|
@ -30,7 +30,7 @@ if armor.materials.nether then
|
|||
armor:register_armor(":3d_armor:helmet_nether", {
|
||||
description = S("Nether Helmet"),
|
||||
inventory_image = "3d_armor_inv_helmet_nether.png",
|
||||
groups = {armor_head=1, armor_heal=14, armor_use=100, armor_fire=1},
|
||||
groups = {armor_head=1, armor_heal=14, armor_use=100, armor_fire=1, armor_radiation=1},
|
||||
armor_groups = {fleshy=18},
|
||||
damage_groups = {cracky=3, snappy=2, level=3},
|
||||
})
|
||||
|
@ -49,7 +49,7 @@ if armor.materials.nether then
|
|||
armor:register_armor(":3d_armor:chestplate_nether", {
|
||||
description = S("Nether Chestplate"),
|
||||
inventory_image = "3d_armor_inv_chestplate_nether.png",
|
||||
groups = {armor_torso=1, armor_heal=14, armor_use=200, armor_fire=1},
|
||||
groups = {armor_torso=1, armor_heal=14, armor_use=200, armor_fire=1, armor_radiation=3},
|
||||
armor_groups = {fleshy=25},
|
||||
damage_groups = {cracky=3, snappy=2, level=3},
|
||||
})
|
||||
|
@ -68,7 +68,7 @@ if armor.materials.nether then
|
|||
armor:register_armor(":3d_armor:leggings_nether", {
|
||||
description = S("Nether Leggings"),
|
||||
inventory_image = "3d_armor_inv_leggings_nether.png",
|
||||
groups = {armor_legs=1, armor_heal=14, armor_use=200, armor_fire=1},
|
||||
groups = {armor_legs=1, armor_heal=14, armor_use=200, armor_fire=1, armor_radiation=1},
|
||||
armor_groups = {fleshy=25},
|
||||
damage_groups = {cracky=3, snappy=2, level=3},
|
||||
})
|
||||
|
@ -87,7 +87,7 @@ if armor.materials.nether then
|
|||
armor:register_armor(":3d_armor:boots_nether", {
|
||||
description = S("Nether Boots"),
|
||||
inventory_image = "3d_armor_inv_boots_nether.png",
|
||||
groups = {armor_feet=1, armor_heal=14, armor_use=200, armor_fire=1},
|
||||
groups = {armor_feet=1, armor_heal=14, armor_use=200, armor_fire=1, armor_radiation=1},
|
||||
armor_groups = {fleshy=18},
|
||||
damage_groups = {cracky=3, snappy=2, level=3},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue