Skip to content
Snippets Groups Projects
Commit b4e52adc authored by Eric Wykoff's avatar Eric Wykoff
Browse files

updated paradox mage starting talents

updated zemmekis talent list in point zero
parent 333b4123
No related branches found
No related tags found
1 merge request!107Chrono talent balance
......@@ -94,8 +94,8 @@ newBirthDescriptor{
talents = {
[ActorTalents.T_TEMPORAL_BOLT] = 1,
[ActorTalents.T_DIMENSIONAL_STEP] = 1,
-- [ActorTalents.T_RETHREAD] = 1,
-- [ActorTalents.T_INDUCE_ANOMALY] = 1,
[ActorTalents.T_REPULSION_BLAST] = 1,
[ActorTalents.T_PRECOGNITION] = 1,
},
copy = {
max_life = 90,
......
......@@ -250,7 +250,7 @@ newTalent{
info = function(self, t)
local damage = t.getDamage(self, t) * 100
local clones = t.getClones(self, t)
return ([[Fire upon the target for %d%% damage and summon up to %d temporal clones (depending on available space).
return ([[Fire upon the target for %d%% damage and summon up to %d temporal clones (depending on available space) that will each fire a single shot before returning to their timelines.
These clones are out of phase with normal reality and deal 50%% damage but shoot through friendly targets.
At talent level three and five you can summon an additional clone.]])
:format(damage, clones)
......
......@@ -173,26 +173,28 @@ newEntity{ base = "BASE_NPC_POINT_ZERO_TOWN", define_as = "ZEMEKKYS",
[Talents.T_LUCKY_DAY]=1,
[Talents.T_ENDLESS_WOES]=1,
[Talents.T_EYE_OF_THE_TIGER]=1,
[Talents.T_GATHER_THE_THREADS]=5,
[Talents.T_RETHREAD]=5,
[Talents.T_TEMPORAL_CLONE]=5,
[Talents.T_TEMPORAL_FUGUE]=5,
[Talents.T_SPACETIME_STABILITY]=5,
[Talents.T_STOP]=5,
[Talents.T_SLOW]=5,
[Talents.T_CHRONO_TIME_SHIELD]=5,
[Talents.T_STATIC_HISTORY]=5,
[Talents.T_CELERITY]=5,
[Talents.T_TIME_DILATION]=5,
[Talents.T_HASTE]=5,
[Talents.T_BANISH]=5,
[Talents.T_PARADOX_MASTERY]=5,
[Talents.T_FADE_FROM_TIME]=5,
[Talents.T_DUST_TO_DUST]=5,
[Talents.T_QUANTUM_SPIKE]=5,
[Talents.T_TIME_STOP]=5,
[Talents.T_REPULSION_BLAST]=5,
[Talents.T_GRAVITY_SPIKE]=5,
[Talents.T_REPULSION_FIELD]=5,
[Talents.T_GRAVITY_LOCUS]=5,
[Talents.T_GRAVITY_WELL]=5,
[Talents.T_ENTROPY]=5,
[Talents.T_ENERGY_ABSORPTION]=5,
[Talents.T_REDUX]=5,
[Talents.T_TEMPORAL_FUGUE]=5,
[Talents.T_BODY_REVERSION]=5,
},
resolvers.sustains_at_birth(),
}
......
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