Commit a1dca35610fb25e891fc426fddfd1d5dd804c980
1 parent
04d96091
Revise Fists of the Desert Scorpion
Perfect Control and Quick as Thought use the same effect. - Remove Perfect Control proc, increase chance of Quick as Thought proc
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -569,7 +569,7 @@ Finally The Scorpion was defeated by the alchemist Nessylia, who went to face th |
569 | 569 | physspeed = 0.15, |
570 | 570 | dammod = {dex=0.4, str=-0.6, cun=0.4,}, |
571 | 571 | damrange = 0.3, |
572 | - talent_on_hit = { T_BITE_POISON = {level=3, chance=20}, T_PERFECT_CONTROL = {level=1, chance=5}, T_QUICK_AS_THOUGHT = {level=3, chance=5}, T_IMPLODE = {level=1, chance=5} }, | |
572 | + talent_on_hit = { T_BITE_POISON = {level=3, chance=20}, T_QUICK_AS_THOUGHT = {level=3, chance=10}, T_IMPLODE = {level=1, chance=5} }, | |
573 | 573 | }, |
574 | 574 | }, |
575 | 575 | max_power = 24, power_regen = 1, | ... | ... |
-
Please register or login to post a comment