X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/6bff32506fbf94646a25873088ff6343fccd8a95..a6782d364fdb585f1e76ce104b265d5d426a68be:/sc.plp?ds=inline diff --git a/sc.plp b/sc.plp index 06e377f..840e082 100644 --- 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)