무장 필살 확률 계수를 1.0에서 0.7로 감소

This commit is contained in:
2018-03-10 23:17:40 +09:00
parent f2de5a5eda
commit 420c2ff032
+3
View File
@@ -1472,6 +1472,9 @@ function CriticalRatio3($general) {
if ($crewtype >= 3) { if ($crewtype >= 3) {
$ratio /= 2; $ratio /= 2;
} }
else{
$ratio *= 0.7;
}
$ratio = round($ratio); $ratio = round($ratio);
$ratio += 5; $ratio += 5;