Skip to content
Snippets Groups Projects
Commit cd151a90 authored by Tawny Harte's avatar Tawny Harte
Browse files

clarify weapon damage %increase is passive

parent 3752c0fb
No related branches found
No related tags found
1 merge request!510fixed tooltips fixed
......@@ -66,7 +66,7 @@ newTalent{
local inc = t.getPercentInc(self, t)
return ([[Channel your mental power through your wielded mindstars, generating psionic blades.
Mindstar psiblades have their damage modifiers (how much damage they gain from stats) multiplied by %0.2f, their armour penetration by %0.2f and mindpower, willpower and cunning by %0.2f.
Also increases weapon damage by %d%% when using mindstars.]]):
Also passively increases weapon damage by %d%% when using mindstars.]]):
format(t.getStatmult(self, t), t.getAPRmult(self, t), t.getPowermult(self, t), 100 * inc) --I5
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