Skip to content
Snippets Groups Projects
Commit 6949cb9f authored by dg's avatar dg
Browse files

Adjusted the encumberance of heavy & light armours

git-svn-id: http://svn.net-core.org/repos/t-engine4@1478 51575b47-30f0-44d4-a5cc-537603b46e54
parent 69a36459
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ newEntity{
add_name = " (#ARMOR#)",
display = "[", color=colors.SLATE,
require = { talent = { Talents.T_HEAVY_ARMOUR_TRAINING }, },
encumber = 17,
encumber = 14,
rarity = 5,
metallic = true,
desc = [[A suit of armour made of mail.]],
......
......@@ -23,7 +23,7 @@ newEntity{
type = "armor", subtype="light",
add_name = " (#ARMOR#)",
display = "[", color=colors.SLATE, image = resolvers.image_material("leather", "leather"),
encumber = 17,
encumber = 9,
rarity = 5,
desc = [[A suit of armour made of leather.]],
egos = "/data/general/objects/egos/armor.lua", egos_chance = { prefix=resolvers.mbonus(40, 5), suffix=resolvers.mbonus(40, 5) },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment