diff --git a/che_close/process_war.php b/che_close/process_war.php index 2581a26..e9157d0 100644 --- a/che_close/process_war.php +++ b/che_close/process_war.php @@ -1473,10 +1473,10 @@ function CriticalRatio3($general) { $ratio = max($mainstat - 65, 0); if ($crewtype >= 3) { - $ratio /= 2; + $ratio *= 0.4; } else{ - $ratio *= 0.7; + $ratio *= 0.5; } $ratio = round($ratio);