mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-02-03 05:40:20 +01:00
Add the "armor materials" for hunters
This commit is contained in:
parent
de96d211e6
commit
5cf2318a96
@ -15,6 +15,12 @@ ARMOR_MATERIALS = {
|
|||||||
gold = "default:gold_ingot",
|
gold = "default:gold_ingot",
|
||||||
mithril = "moreores:mithril_ingot",
|
mithril = "moreores:mithril_ingot",
|
||||||
crystal = "ethereal:crystal_ingot",
|
crystal = "ethereal:crystal_ingot",
|
||||||
|
-- Hunter armors
|
||||||
|
hardened_leather = "3d_armor:hardened_leather"
|
||||||
|
reinforced_leather = "3d_armor:reinforced_leather"
|
||||||
|
-- Wizard armors
|
||||||
|
--armor = "xxx",
|
||||||
|
--armor = "xxx",
|
||||||
}
|
}
|
||||||
ARMOR_FIRE_PROTECT = minetest.get_modpath("ethereal") ~= nil
|
ARMOR_FIRE_PROTECT = minetest.get_modpath("ethereal") ~= nil
|
||||||
ARMOR_FIRE_NODES = {
|
ARMOR_FIRE_NODES = {
|
||||||
|
Loading…
Reference in New Issue
Block a user