From c5761d6243f76dac14563a6a1bb1850d319abdeb Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Wed, 2 Jan 2013 00:36:39 +0000 Subject: [PATCH] Temporal Form in addition to increasing paradox also increases the willpower for determining failures & paradox effects by +600 git-svn-id: http://svn.net-core.org/repos/t-engine4@6310 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/data/talents/uber/mag.lua | 2 +- game/modules/tome/data/timed_effects/magical.lua | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/game/modules/tome/data/talents/uber/mag.lua b/game/modules/tome/data/talents/uber/mag.lua index 7a6510cec1..37f06592d0 100644 --- a/game/modules/tome/data/talents/uber/mag.lua +++ b/game/modules/tome/data/talents/uber/mag.lua @@ -109,7 +109,7 @@ uberTalent{ return ([[You can wrap temporal threads around you, assuming the form of a telugoroth for 10 turns. While in this form, you gain pinning, bleeding, blindness and stun immunity, 30%% temporal resistance, your temporal damage bonus is set to your current highest damage bonus + 30%%, all damage you deal becomes temporal, and you gain 20%% temporal resistance penetration. You also are able to cast two anomalies: Anomaly Rearrange and Anomaly Temporal Storm. - Transforming to this form will increase your paradox by 600, and revert it back at the end of the effect.]]) + Transforming to this form will increase your paradox by 600 but also grant an equivalent of +600 willpower to control paradoxes and failures, and revert it back at the end of the effect.]]) :format() end, } diff --git a/game/modules/tome/data/timed_effects/magical.lua b/game/modules/tome/data/timed_effects/magical.lua index 0d5e2cf2f3..c4364bf850 100644 --- a/game/modules/tome/data/timed_effects/magical.lua +++ b/game/modules/tome/data/timed_effects/magical.lua @@ -2073,6 +2073,7 @@ newEffect{ self:effectTemporaryValue(eff, "resists", {[DamageType.TEMPORAL] = 30}) self:effectTemporaryValue(eff, "resists_pen", {[DamageType.TEMPORAL] = 20}) self:effectTemporaryValue(eff, "talent_cd_reduction", {[self.T_ANOMALY_REARRANGE] = -4, [self.T_ANOMALY_TEMPORAL_STORM] = -4}) + self:effectTemporaryValue(eff, "paradox_reduce_fails", 600) self:learnTalent(self.T_ANOMALY_REARRANGE, true) self:learnTalent(self.T_ANOMALY_TEMPORAL_STORM, true) self:incParadox(600) -- GitLab