From eb7ced98c14d54d81424e1f7d56e2d78a4c543e2 Mon Sep 17 00:00:00 2001 From: Bunny <glisa825@gmail.com> Date: Sat, 18 May 2019 22:40:20 -0400 Subject: [PATCH] Adjust summon tooltip wording --- game/modules/tome/data/talents/gifts/summon-distance.lua | 4 ++-- game/modules/tome/data/talents/gifts/summon-melee.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/game/modules/tome/data/talents/gifts/summon-distance.lua b/game/modules/tome/data/talents/gifts/summon-distance.lua index 0a769e1833..88cbc9fb8f 100644 --- a/game/modules/tome/data/talents/gifts/summon-distance.lua +++ b/game/modules/tome/data/talents/gifts/summon-distance.lua @@ -487,7 +487,7 @@ newTalent{ end, info = function(self, t) local incStats = t.incStats(self, t, true) - return ([[Summon a Ritch Flamespitter for %d turns to burn your foes to death. Flamespitters are really weak in melee and die easily, but they can burn your foes from afar. + return ([[Summon a Ritch Flamespitter for %d turns to burn your foes to death. Flamespitters are weak in melee and die easily, but they can burn your foes from afar. It will get %d Willpower, %d Cunning and %d Constitution. Your summons inherit some of your stats: increased damage%%, resistance penetration %%, stun/pin/confusion/blindness resistance, armour penetration. Their Willpower and Cunning will increase with your Mindpower.]]) @@ -886,7 +886,7 @@ newTalent{ end, info = function(self, t) local incStats = t.incStats(self, t, true) - return ([[Summon a Fire Drake for %d turns to burn and crush your foes to death. Fire Drakes are behemoths that can burn your foes from afar with their fiery breath. + return ([[Summon a Fire Drake for %d turns to burn and crush your foes to death. Fire Drakes are behemoths that can burn foes from afar with their fiery breath. It will get %d Strength, %d Constitution and 38 Willpower. Your summons inherit some of your stats: increased damage%%, stun/pin/confusion/blindness resistance, armour penetration. Their Strength and Constitution will increase with your Mindpower.]]) diff --git a/game/modules/tome/data/talents/gifts/summon-melee.lua b/game/modules/tome/data/talents/gifts/summon-melee.lua index 7ceb3dc9ee..c6f499ee4c 100644 --- a/game/modules/tome/data/talents/gifts/summon-melee.lua +++ b/game/modules/tome/data/talents/gifts/summon-melee.lua @@ -407,7 +407,7 @@ newTalent{ end, info = function(self, t) local incStats = t.incStats(self, t, true) - return ([[Summon a Minotaur for %d turns to attack your foes. Minotaurs cannot stay summoned for long, but they deal a lot of damage. + return ([[Summon a Minotaur for %d turns to attack your foes. Minotaurs cannot stay summoned for long, but they deal high damage. It will get %d Strength, %d Constitution and %d Dexterity. Your summons inherit some of your stats: increased damage%%, stun/pin/confusion/blindness resistance, armour penetration. The minotaur's Strength and Dexterity will increase with your Mindpower.]]) -- GitLab