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

Clarified Light Armour Training requirement, it is only for body slot

parent 38034789
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ newTalent{
end,
info = function(self, t)
local defense = t.getDefense(self,t)
return ([[You learn to maintain your agility and manage your combat posture while wearing light armour. When wearing armour no heavier than leather, you gain %d Defense, %d%% Armour hardiness, and %d%% reduced Fatigue.
return ([[You learn to maintain your agility and manage your combat posture while wearing light armour. When wearing armour no heavier than leather in your main body slot, you gain %d Defense, %d%% Armour hardiness, and %d%% reduced Fatigue.
In addition, when you step adjacent to a (visible) enemy, you use the juxtaposition to increase your total Defense by %d for 2 turns.
The Defense bonus scales with your Dexterity.]]):
format(defense, t.getArmorHardiness(self,t), t.getFatigue(self, t, true), defense/2)
......
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