Commit be0fc3a1c599f0122083511e4d7eab9b554d036c
1 parent
e6bc7ab0
Revise Shard of Insanity
Inner Demons is a class defining talent, we should not be giving it to everyone that can raise mindpower. - Replace Inner Demon active with a Sunder Mind proc
Showing
1 changed file
with
1 additions
and
2 deletions
... | ... | @@ -4733,10 +4733,9 @@ newEntity{ base = "BASE_AMULET", --Thanks Grayswandir! |
4733 | 4733 | melee_project={[DamageType.RANDOM_CONFUSION] = 5}, |
4734 | 4734 | }, |
4735 | 4735 | max_power = 30, power_regen = 1, |
4736 | - use_talent = { id = Talents.T_INNER_DEMONS, level = 4, power = 30 }, | |
4736 | + talent_on_mind = { {chance=8, talent=Talents.T_SUNDER_MIND, level=1} }, | |
4737 | 4737 | } |
4738 | 4738 | |
4739 | - | |
4740 | 4739 | newEntity{ base = "BASE_SHOT", --Thanks Grayswandir! |
4741 | 4740 | power_source = {psionic=true}, |
4742 | 4741 | unique = true, | ... | ... |
-
Please register or login to post a comment