Skip to content
Snippets Groups Projects
Commit 66ff8e8c authored by Eric Wykoff's avatar Eric Wykoff
Browse files

fixed weapon folding description

parent 01f10b2f
No related branches found
No related tags found
No related merge requests found
......@@ -216,7 +216,7 @@ newTalent{
local chance = t.getChance(self, t)
return ([[Folds a single dimension of your weapons (or ammo) upon itself, adding %0.2f temporal damage to your strikes.
Additionally you have a %d%% chance to gain 10%% of a turn when your weapons hit.
The armor penetration and damage will increase with your Spellpower.]]):format(damDesc(self, DamageType.TEMPORAL, damage), chance)
The damage will scale with your Spellpower.]]):format(damDesc(self, DamageType.TEMPORAL, damage), chance)
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