Skip to content
Snippets Groups Projects
Commit b81180a3 authored by DarkGod's avatar DarkGod
Browse files

Light Armour Training is not available to NPCs

parent 50f8babf
No related branches found
No related tags found
No related merge requests found
......@@ -109,6 +109,7 @@ newTalent{
mode = "passive",
levelup_screen_break_line = true,
points = 5,
no_npc_use = true,
require = {stat = {dex = function(level) return 16 + (level + 2) * (level - 1) end}},
getArmorHardiness = function(self, t)
return math.max(0, self:combatLimit(self:getTalentLevel(t) * 4, 100, 5, 3.75, 50, 37.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