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

Temporal Form paradox boost reduced to 400

git-svn-id: http://svn.net-core.org/repos/t-engine4@6601 51575b47-30f0-44d4-a5cc-537603b46e54
parent 23f9cc4d
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 but also grant an equivalent of +600 willpower to control paradoxes and failures, and revert it back at the end of the effect.]])
Transforming to this form will increase your paradox by 400 but also grant an equivalent of +400 willpower to control paradoxes and failures, and revert it back at the end of the effect.]])
:format()
end,
}
......
......@@ -2088,10 +2088,10 @@ 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:effectTemporaryValue(eff, "paradox_reduce_fails", 400)
self:learnTalent(self.T_ANOMALY_REARRANGE, true)
self:learnTalent(self.T_ANOMALY_TEMPORAL_STORM, true)
self:incParadox(600)
self:incParadox(400)
self.replace_display = mod.class.Actor.new{
image = "npc/elemental_temporal_telugoroth.png",
......@@ -2102,7 +2102,7 @@ newEffect{
game.level.map:updateMap(self.x, self.y)
end,
deactivate = function(self, eff)
self:incParadox(-600)
self:incParadox(-400)
self:unlearnTalent(self.T_ANOMALY_REARRANGE)
self:unlearnTalent(self.T_ANOMALY_TEMPORAL_STORM)
self.replace_display = nil
......
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