Mass Mind: Difference between revisions

8 bytes added ,  23:57, 23 January 2021
Minor tweak to fix formula
No edit summary
(Minor tweak to fix formula)
Line 26: Line 26:
{|class="wikitable"
{|class="wikitable"
! Cooldown
! Cooldown
| {{simple formula| 550 - 50 * Level }}
| {{simple formula| 550 - 50 * MutationLevel }}
|-
|-
! Stolen Power Chance
! Stolen Power Chance
| {{simple formula| (0.13 - 0.005 * Willpower Bonus - 0.0065 * Level) * 100.0 }}
| {{simple formula| (0.13 - 0.005 * WillpowerBonus - 0.0065 * MutationLevel)% }}
|}
|}
Every turn, a random number between 1 and 10,000 will be generated. If that number is smaller than the stolen power chance, the player's powers will be stolen.  
Every turn, a random number between 1 and 10,000 will be generated. If that number is smaller than the stolen power chance, the player's powers will be stolen.