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

Paradox Clone now can regulate his paradox levels

git-svn-id: http://svn.net-core.org/repos/t-engine4@3306 51575b47-30f0-44d4-a5cc-537603b46e54
parent 8a00df08
No related branches found
No related tags found
No related merge requests found
......@@ -68,12 +68,16 @@ generate = function(self, player, x, y)
a:learnTalent(a.T_TURN_BACK_THE_CLOCK, true, 3)
a:learnTalent(a.T_BODY_REVERSION, true, 3)
a:learnTalent(a.T_TEMPORAL_FUGUE, true, 4)
a:learnTalent(a.T_STATIC_HISTORY, true, 4)
a:learnTalent(a.T_RETHREAD, true, 3)
a:learnTalent(a.T_GATHER_THE_THREADS, true, 3)
a:learnTalent(a.T_DAMAGE_SHUNT, true, 3)
a:learnTalent(a.T_FLAWED_DESIGN, true, 4)
a:learnTalent(a.T_QUANTUM_SPIKE, true, 3)
a.talent_cd_reduction = a.talent_cd_reduction or {}
a.talent_cd_reduction[a.T_STATIC_HISTORY] = 15
a:forceLevelup(a.level + 7)
a.on_die = function(self)
......
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