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

time elementals

parent dc0b6aa1
No related branches found
No related tags found
1 merge request!123Chrono wrap up
......@@ -108,7 +108,7 @@ newEntity{ base = "BASE_NPC_TELUGOROTH",
on_melee_hit = { [DamageType.TEMPORAL] = resolvers.mbonus(20, 10), },
resolvers.talents{
[Talents.T_TURN_BACK_THE_CLOCK]=3, -- At rank four this talent gets an extra bolt, no scaling
[Talents.T_TURN_BACK_THE_CLOCK]={base=3, every=10, max=7},
},
}
......@@ -123,7 +123,7 @@ newEntity{ base = "BASE_NPC_TELUGOROTH",
on_melee_hit = { [DamageType.TEMPORAL] = resolvers.mbonus(20, 10), },
resolvers.talents{
[Talents.T_TURN_BACK_THE_CLOCK]=3,
[Talents.T_TURN_BACK_THE_CLOCK]={base=3, every=10, max=7}
[Talents.T_ECHOES_FROM_THE_PAST]={base=3, every=10, max=7},
},
resolvers.sustains_at_birth(),
......@@ -143,7 +143,7 @@ newEntity{ base = "BASE_NPC_TELUGOROTH",
ai = "tactical",
resolvers.talents{
[Talents.T_TURN_BACK_THE_CLOCK]=3,
[Talents.T_TURN_BACK_THE_CLOCK]={base=4, every=7},
[Talents.T_ECHOES_FROM_THE_PAST]={base=4, every=7},
[Talents.T_RETHREAD]={base=3, every=7},
[Talents.T_STOP]={base=4, every=7},
......@@ -192,8 +192,8 @@ newEntity{ base = "BASE_NPC_TELUGOROTH",
talent_cd_reduction = {[Talents.T_DUST_TO_DUST]=-3},
resolvers.talents{
[Talents.T_DIMENSIONAL_STEP]={base=5, every=10, max=9},
[Talents.T_DUST_TO_DUST]={base=4, every=10, max=8},
[Talents.T_REALITY_SMEARING]={base=4, every=10, max=8},
[Talents.T_TEMPORAL_WAKE]={base=4, every=10, max=8},
},
resolvers.sustains_at_birth(),
......@@ -221,10 +221,9 @@ newEntity{ base = "BASE_NPC_TELUGOROTH",
talent_cd_reduction = {[Talents.T_DUST_TO_DUST]=-3},
resolvers.talents{
[Talents.T_ANOMALY_TEMPORAL_STORM]=1,
[Talents.T_INDUCE_ANOMALY]=1,
[Talents.T_DUST_TO_DUST]={base=4, every=7},
[Talents.T_QUANTUM_SPIKE]={base=2, every=7},
[Talents.T_SWAP]={base=5, every=7},
[Talents.T_REALITY_SMEARING]={base=4, every=10, max=8},
[Talents.T_TEMPORAL_WAKE]={base=4, every=7},
},
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