Skip to content
Snippets Groups Projects
Commit e76983a6 authored by Lisa Greene's avatar Lisa Greene
Browse files

Clarify that LAT works in robes

parent 441e9647
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,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 in your main body slot, 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 robes or 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.]]):
tformat(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