Skip to content
Snippets Groups Projects
Commit 95ea18c6 authored by dg's avatar dg
Browse files

Willful Combat correctly states it affects physical power

git-svn-id: http://svn.net-core.org/repos/t-engine4@6587 51575b47-30f0-44d4-a5cc-537603b46e54
parent 046a76a5
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ newTalent{
info = function(self, t)
local duration = t.getDuration(self, t)
local damage = t.getDamage(self, t)
return ([[For %d turns, you put all your will into your blows, adding %d damage to each strike.
return ([[For %d turns, you put all your will into your blows, adding %d physical power to each strike.
The effect will improve with your Cunning and Willpower stats.]]):
format(duration, damage)
end,
......
......@@ -163,7 +163,7 @@ newEffect{
newEffect{
name = "WILLFUL_COMBAT", image = "talents/willful_combat.png",
desc = "Willful Combat",
long_desc = function(self, eff) return ("The target puts all its willpower into its blows, improving damage by %d."):format(eff.power) end,
long_desc = function(self, eff) return ("The target puts all its willpower into its blows, improving physical power by %d."):format(eff.power) end,
type = "mental",
subtype = { focus=true },
status = "beneficial",
......
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