sc: convert bw attack cooldown to seconds
[sheet.git] / sc.plp
diff --git a/sc.plp b/sc.plp
index 06e377f9fce05107eee06dad6a07bb7b833bf1b1..840e08208e7dc3e166d5e8ae02c902040ed63209 100644 (file)
--- a/sc.plp
+++ b/sc.plp
@@ -148,7 +148,7 @@ sub showval {
                        $attack->{splash} eq 'line' ? ('linear', '×') : ('splash', '+')
                ) if $attack->{splash};
                $attack->{dps} = $attack->{cooldown} && [
-                       map { 24 * $_ / $attack->{cooldown} * ($attack->{count} // 1) }
+                       map { $_ / $attack->{cooldown} * ($attack->{count} // 1) }
                        map { ref $_ ? @{$_} : $_ }
                        $attack->{damage}
                        #TODO: upgrade (zergling)