Paradoxology paradox mage has no talents to control paradox.

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
yufra
Perspiring Physicist
Posts: 1332
Joined: Tue Jul 13, 2010 2:53 pm

Paradoxology paradox mage has no talents to control paradox.

#1 Post by yufra »

Postman's report of the paradoxology paradox mage not controlling its paradox level is because it has no talents to do so. I suggest adding Static History to the learned talents, and potentially reducing the Static History cooldown.

I think equilibrium and paradox based talents should probably be modified to have their weights reduced as the fail rate increases, thus allowing other talents to gain preference over them. For example:

Code: Select all

newTalent{
	name = "Gravity Spike",
...
	tactical = { ATTACKAREA = function(self, t)
                             local _, failure_chance = self:paradoxFailChance()
                             return 2 * (1 - failure_chance / 100)
                         end,
                         DISABLE = function(self, t)
                             local _, failure_chance = self:paradoxFailChance()
                             return 2 * (1 - failure_chance / 100)
                         end
                        },
...
<DarkGod> lets say it's intended

Post Reply