Skip to content
Snippets Groups Projects
Commit bbb5b880 authored by DarkGod's avatar DarkGod
Browse files

woops

parent fdaea09a
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ uberTalent{ ...@@ -39,7 +39,7 @@ uberTalent{
uberTalent{ uberTalent{
name = "Meteoric Crash", name = "Meteoric Crash",
mode = "passive", mode = "passive",
-- cooldown = 15, cooldown = 15,
getDamage = function(self, t) return math.max(50 + self:combatSpellpower() * 5, 50 + self:combatMindpower() * 5) end, getDamage = function(self, t) return math.max(50 + self:combatSpellpower() * 5, 50 + self:combatMindpower() * 5) end,
getLava = function(self, t) return math.max(self:combatSpellpower() + 30, self:combatMindpower() + 30) end, getLava = function(self, t) return math.max(self:combatSpellpower() + 30, self:combatMindpower() + 30) end,
require = { special={desc=_t"Have witnessed a meteoric crash", fct=function(self) return game.state.birth.ignore_prodigies_special_reqs or self:attr("meteoric_crash") end} }, require = { special={desc=_t"Have witnessed a meteoric crash", fct=function(self) return game.state.birth.ignore_prodigies_special_reqs or self:attr("meteoric_crash") 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