무장 필살 확률 계수를 1.0에서 0.7로 감소
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user