수비 순서에 훈사 영향을 더 강하게 주도록 변경
This commit is contained in:
+1
-1
@@ -217,7 +217,7 @@ function extractBattleOrder($general){
|
|||||||
getGeneralIntel($general, false, true, true, true);
|
getGeneralIntel($general, false, true, true, true);
|
||||||
$totalStat = ($realStat + $fullStat) / 2;
|
$totalStat = ($realStat + $fullStat) / 2;
|
||||||
|
|
||||||
$totalCrew = $general['crew'] / 10000 * $general['train'] * $general['atmos'];
|
$totalCrew = $general['crew'] / 1000000 * (($general['train'] * $general['atmos']) ** 1.5);
|
||||||
return $totalStat + $totalCrew / 100;
|
return $totalStat + $totalCrew / 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user