From 4b7c317600246fbe983215afd5ccc02ebbe042c0 Mon Sep 17 00:00:00 2001
From: Lisa Greene <glisa825@gmail.com>
Date: Tue, 17 Mar 2020 03:40:54 +0100
Subject: [PATCH] Nerf grand arrival resistance reduction, buff poison aoe
 damage

---
 game/modules/tome/data/talents/gifts/summon-advanced.lua | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/game/modules/tome/data/talents/gifts/summon-advanced.lua b/game/modules/tome/data/talents/gifts/summon-advanced.lua
index cf9d54a695..5db705b978 100644
--- a/game/modules/tome/data/talents/gifts/summon-advanced.lua
+++ b/game/modules/tome/data/talents/gifts/summon-advanced.lua
@@ -64,9 +64,9 @@ newTalent{
 	mode = "passive",
 	radius = function(self, t) return math.floor(self:combatTalentScale(t, 1.3, 3.7, "log")) end,
 	effectDuration = function(self, t) return math.floor(self:combatTalentScale(t, 5, 9)) end,
-	poisonDamage = function(self, t) return self:combatTalentMindDamage(t, 10, 60) end,
+	poisonDamage = function(self, t) return self:combatTalentMindDamage(t, 20, 133) end,
 	nbEscorts = function(self, t) return math.max(1,math.floor(self:combatTalentScale(t, 0.3, 2.7, "log"))) end,
-	resReduction = function(self, t) return self:combatTalentMindDamage(t, 15, 70) end,
+	resReduction = function(self, t) return self:combatTalentMindDamage(t, 12, 50) end,
 	amtHealing = function(self, t) return 30 + self:combatTalentMindDamage(t, 10, 350) end,
 	slowStrength = function(self, t) return self:combatLimit(self:combatTalentMindDamage(t, 5, 500), 1, 0.1, 0, 0.47 , 369) end, -- Limit speed loss to <100% 
 	info = function(self, t)
-- 
GitLab