필살 확률 수정
This commit is contained in:
@@ -1472,8 +1472,8 @@ function CriticalRatio3($leader, $power, $intel, $crewtype) {
|
|||||||
if ($crewtype >= 3) {
|
if ($crewtype >= 3) {
|
||||||
$ratio /= 2;
|
$ratio /= 2;
|
||||||
}
|
}
|
||||||
$ratio = round($ratio);
|
|
||||||
|
|
||||||
|
$ratio = round($ratio);
|
||||||
$ratio += 5;
|
$ratio += 5;
|
||||||
|
|
||||||
if($ratio > 50) $ratio = 50;
|
if($ratio > 50) $ratio = 50;
|
||||||
|
|||||||
Reference in New Issue
Block a user