필살 확률 추가 감소.
This commit is contained in:
@@ -1473,10 +1473,10 @@ function CriticalRatio3($general) {
|
|||||||
$ratio = max($mainstat - 65, 0);
|
$ratio = max($mainstat - 65, 0);
|
||||||
|
|
||||||
if ($crewtype >= 3) {
|
if ($crewtype >= 3) {
|
||||||
$ratio /= 2;
|
$ratio *= 0.4;
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
$ratio *= 0.7;
|
$ratio *= 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
$ratio = round($ratio);
|
$ratio = round($ratio);
|
||||||
|
|||||||
Reference in New Issue
Block a user