Skip to content
Snippets Groups Projects
Commit b64c0aed authored by Sheila's avatar Sheila
Browse files

Buff thalore-wood cuirass racial bonus

parent 2bbf59d2
No related branches found
No related tags found
2 merge requests!544CathbaldSheilaItems,!537More artifact cheese :cheese:
......@@ -1208,9 +1208,9 @@ newEntity{ base = "BASE_MASSIVE_ARMOR", -- Thanks SageAcrin!
unided_name = "thick wooden plate armour",
desc = [[Expertly hewn from the bark of trees, this wooden armor provides excellent protection at a low weight.]],
color = colors.WHITE,
level_range = {8, 22},
level_range = {10, 24},
rarity = 220,
require = { stat = { str=24 }, },
require = { stat = { str=26 }, },
cost = 300,
material_level = 2,
moddable_tile = "special/wooden_cuirass",
......@@ -1233,8 +1233,11 @@ newEntity{ base = "BASE_MASSIVE_ARMOR", -- Thanks SageAcrin!
on_wear = function(self, who)
if who.descriptor and who.descriptor.subrace == "Thalore" then
local Stats = require "engine.interface.ActorStats"
local Talents = require "engine.interface.ActorTalents"
self:specialWearAdd({"wielder","fatigue"}, -14)
self:specialWearAdd({"wielder","combat_def"}, 6)
self:specialWearAdd({"wielder","talent_cd_reduction"}, {[Talents.T_THALOREN_WRATH]=5,})
game.logPlayer(who, "#DARK_GREEN#The armor molds comfortably to one of its caretakers.")
end
end,
......
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