This commit is contained in:
Olivier Gagnon 2022-05-19 02:49:49 -04:00
parent 40d53c2d1b
commit 4cc518f377

@ -1,4 +1,3 @@
import { shuffle } from "lodash";
import { BitNodeMultipliers } from "../../BitNode/BitNodeMultipliers";
export function CalculateEffect(highestCharge: number, numCharge: number, power: number, boost: number): number {