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

made the chronomancer start a bit easier for TWs

parent a1aba324
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,7 @@ newEntity{ define_as = "TEMPORAL_DEFILER",
resolvers.talents{
[Talents.T_PERFECT_AIM]={base=3, every=7, max=5},
[Talents.T_SPIN_FATE]={base=5, every=7, max=8},
[Talents.T_SPIN_FATE]=2, -- Makes this fight really unfun on a TW so dropped the value
[Talents.T_STEALTH]={base=3, every=7, max=5},
[Talents.T_SHADOWSTRIKE]={base=3, every=7, max=5},
[Talents.T_UNSEEN_ACTIONS]={base=3, every=7, max=5},
......
......@@ -89,13 +89,9 @@ newEntity{ base = "BASE_NPC_SPIDER",
combat_armor = 3, combat_def = 4,
combat = { dam=resolvers.levelup(8, 1, 0.9), atk=15, apr=3, damtype=DamageType.WASTING, },
talent_cd_reduction = {[Talents.T_RETHREAD]=-10},
resolvers.talents{
[Talents.T_SPIN_FATE]=2,
[Talents.T_BANISH]=2,
[Talents.T_SPIN_FATE]=1,
[Talents.T_RETHREAD]=2,
[Talents.T_DISENTANGLE]=2,
},
}
......@@ -121,13 +117,11 @@ newEntity{ base = "BASE_NPC_SPIDER", define_as = "WEAVER_QUEEN",
inc_damage = {all=-20},
healing_factor = 0.5,
talent_cd_reduction = {[Talents.T_RETHREAD]=-10},
resolvers.talents{
[Talents.T_SPIN_FATE]=2,
[Talents.T_SPIN_FATE]=1,
[Talents.T_BANISH]=2,
[Talents.T_RETHREAD]=2,
[Talents.T_DISENTANGLE]=2,
[Talents.T_FADE_FROM_TIME]=3,
},
......
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