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

Slightly reduced damage and increased radius on Across the Veil

parent 192a7f90
No related branches found
No related tags found
No related merge requests found
......@@ -63,9 +63,9 @@ newTalent{
require = spells_req2,
mode = "passive",
points = 5,
radius = function(self, t) return self:combatTalentLimit(t, 10, 2, 5) end,
radius = function(self, t) return self:combatTalentLimit(t, 10, 2, 6) end,
getCD = function(self, t) return math.ceil(self:combatTalentLimit(t, 12, 2, 8)) end,
getDamage = function(self, t) return self:combatTalentSpellDamage(t, 40, 300) end,
getDamage = function(self, t) return self:combatTalentSpellDamage(t, 30, 280) end,
callbackOnActBase = checkLifeThreshold(1, function(self, t)
local list = {}
for tid, c in pairs(self.talents_cd) do
......
......@@ -86,7 +86,7 @@ tm:applyOnGroups(bsp.rooms, function(room, idx)
end, true)
-- Ensure enough size
if tm:eliminateByFloodfill{'#', '"', 'T'} < 210 then return self:redo() end
if tm:eliminateByFloodfill{'#', '"', 'T'} < 190 then return self:redo() end
-- Start a WFC for the slime pit while we do the rest
......
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