Liquid-cooled: Difference between revisions

4 bytes added ,  01:55, 27 December 2020
make formula less ambiguous
(clarify)
(make formula less ambiguous)
Line 23: Line 23:
If this is not divisible by 8, the formula raises the volume to the next multiple of 8:
If this is not divisible by 8, the formula raises the volume to the next multiple of 8:


<math>{Volume} = {NumShots} * 2 + (8 - {Numshots}*2 % 8)</math>
<math>{Volume} = {NumShots} * 2 + (8 - (({Numshots}*2) % 8))</math>


The number of shots per action is a 30-60% increase of the original number of shots, or just one additional shot if that is larger. This percent bonus is randomized for each time the modification is applied.
The number of shots per action is a 30-60% increase of the original number of shots, or just one additional shot if that is larger. This percent bonus is randomized for each time the modification is applied.
671

edits