Skip to content
Snippets Groups Projects
Commit 0d64f12f authored by dg's avatar dg
Browse files

Body of Stone now also affects Puverizing Auger and is instant cast

git-svn-id: http://svn.net-core.org/repos/t-engine4@6425 51575b47-30f0-44d4-a5cc-537603b46e54
parent 7c967e78
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ newTalent{
require = spells_req2,
points = 5,
mana = 15,
cooldown = 5,
cooldown = 6,
range = function(self, t) return math.ceil(2 + self:getTalentLevel(t)) end,
tactical = { ATTACK = {PHYSICAL = 2} },
direct_hit = true,
......
......@@ -77,6 +77,7 @@ newTalent{
mode = "sustained",
sustain_mana = 70,
cooldown = 12,
no_energy = true,
no_npc_use = true,
tactical = { BUFF = 2 },
getFireRes = function(self, t) return self:combatTalentSpellDamage(t, 5, 80) end,
......@@ -94,6 +95,7 @@ newTalent{
cdred = self:addTemporaryValue("talent_cd_reduction", {
[self.T_EARTHEN_MISSILES] = cdr,
[self.T_MUDSLIDE] = cdr,
[self.T_DIG] = cdr,
[self.T_EARTHQUAKE] = cdr,
}),
res = self:addTemporaryValue("resists", {
......@@ -119,7 +121,7 @@ newTalent{
local stunres = t.getStunRes(self, t)
return ([[You root yourself into the earth, and transform your flesh into stone. While this spell is sustained, you may not move, and any forced movement will end the effect.
Your stone form and your affinity with the earth while the spell is active has the following effects:
* Reduces the cooldown of Earthen Missiles, Earthquake, and Mudslide by %d.
* Reduces the cooldown of Earthen Missiles, Pulveziring Auger, Earthquake, and Mudslide by %d.
* Grants %d%% Fire Resistance, %d%% Lightning Resistance, %d%% Acid Resistance, and %d%% Stun Resistance.
Resistances scale with your Spellpower.]])
:format(cooldownred, fireres, lightningres, acidres, stunres*100)
......
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