X-Git-Url: https://ruin.nu/git/?p=NDIRC.git;a=blobdiff_plain;f=Commands%2FPA.pm;h=8b64205c7af45f90b7ace83ba4730f7d491c28d2;hp=94478e38c20bf174170ce8c819b0ec520efebec7;hb=HEAD;hpb=3db297141ed28670ac7bd7b4a21cd8eac917fbac diff --git a/Commands/PA.pm b/Commands/PA.pm index 94478e3..8b64205 100644 --- a/Commands/PA.pm +++ b/Commands/PA.pm @@ -304,8 +304,8 @@ FROM ship_stats my $number = $s->{type} eq 'EMP' ? ($amount*$s->{guns}*(100-$t->{eres})/100) : ($amount*$s->{damage}/$t->{armor}); - $number *= 0.60 if $tn eq 't2'; - $number *= 0.30 if $tn eq 't3'; + $number *= 0.70 if $tn eq 't2'; + $number *= 0.50 if $tn eq 't3'; return $number; }