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

Vampiric Gift provides a bit less healing

Black Robe procs reduced


git-svn-id: http://svn.net-core.org/repos/t-engine4@4406 51575b47-30f0-44d4-a5cc-537603b46e54
parent 03492497
No related branches found
No related tags found
No related merge requests found
......@@ -454,9 +454,9 @@ newEntity{ base = "BASE_CLOTH_ARMOR",
combat_def = 6,
},
talent_on_spell = {
{chance=10, talent=Talents.T_SOUL_ROT, level=3},
{chance=10, talent=Talents.T_BLOOD_GRASP, level=3},
{chance=10, talent=Talents.T_BONE_SPEAR, level=3},
{chance=5, talent=Talents.T_SOUL_ROT, level=3},
{chance=5, talent=Talents.T_BLOOD_GRASP, level=3},
{chance=5, talent=Talents.T_BONE_SPEAR, level=3},
},
}
......
......@@ -327,7 +327,7 @@ newTalent{
sustain_mana = 250,
cooldown = 30,
tactical = { BUFF = 3 },
getParams = function(self, t) return 30 + self:getTalentLevel(t) * 5, 5 + self:combatTalentSpellDamage(t, 5, 40) end,
getParams = function(self, t) return 20 + self:getTalentLevel(t) * 5, 5 + self:combatTalentSpellDamage(t, 5, 30) end,
activate = function(self, t)
local chance, val = t.getParams(self, t)
game:playSoundNear(self, "talents/spell_generic2")
......
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