Skip to content
Snippets Groups Projects
Commit 2f53e743 authored by dg's avatar dg
Browse files

Clarified Spellcraft talent

git-svn-id: http://svn.net-core.org/repos/t-engine4@4795 51575b47-30f0-44d4-a5cc-537603b46e54
parent b988953b
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ newTalent{
local chance = t.getChance(self, t)
return ([[You learn to finely craft and tune your offensive spells.
You try to carve a hole spells that affect an area to avoid damaging yourself. The chance of success is %d%%.
You hone your spells to spellshock the targets (spellshocked target take a 20%% damage resistance penality). Your spellpower is increased by %d for purpose of determining spellshocks and your normal damaging spells can trigger spellshock.]]):
You hone your damaging spells to spellshock their targets, if your spellpower exceeds the target's spell save. This talent gives a bonus of %d to spellpower solely for the purposes of overcoming the target's spell save. Spellshocked targets suffer a temporary 20%% penalty to damage resistances.]]):
format(chance, self:combatTalentSpellDamage(t, 10, 320) / 4)
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