tm서버에 적용된 패치 수정을 같이 적용

This commit is contained in:
2018-02-20 01:34:44 +09:00
parent 5c96329b33
commit ba0439ece2
2 changed files with 77 additions and 17 deletions
+2
View File
@@ -1544,6 +1544,8 @@ function getCrewtypeRice($game, $crewtype, $tech) {
function getAtt($game, $general, $tech, $lbonus) {
$att = getRate($game, $general['crewtype'], "att") + getTechAbil($tech);
$general['lbonus'] = $lbonus;
if(floor($general['crewtype']/10) == 3) { // 귀병 지100%
$ratio = getGeneralIntel($general, true, true, true)*2 - 40;