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

Fixed Suncloak display

parent 41e469c4
No related branches found
No related tags found
No related merge requests found
...@@ -2592,7 +2592,7 @@ newEffect{ ...@@ -2592,7 +2592,7 @@ newEffect{
name = "SUNCLOAK", image = "talents/suncloak.png", name = "SUNCLOAK", image = "talents/suncloak.png",
desc = "Suncloak", desc = "Suncloak",
long_desc = function(self, eff) return ("The target is protected by the sun, increasing their spell casting speed by %d%%, reducing spell cooldowns by %d%%, and preventing damage over %d%% of your maximum life from a single hit."): long_desc = function(self, eff) return ("The target is protected by the sun, increasing their spell casting speed by %d%%, reducing spell cooldowns by %d%%, and preventing damage over %d%% of your maximum life from a single hit."):
format(eff.haste*100, eff.haste*100, eff.cap) end, format(eff.haste*100, eff.cd*100, eff.cap) end,
type = "magical", type = "magical",
subtype = { light=true, }, subtype = { light=true, },
status = "beneficial", 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