Skip to content
Snippets Groups Projects
Commit c5761d62 authored by dg's avatar dg
Browse files

Temporal Form in addition to increasing paradox also increases the willpower...

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
parent cec865a0
No related branches found
No related tags found
No related merge requests found
......@@ -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,
}
......
......@@ -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)
......
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