화계 구현

This commit is contained in:
2018-11-17 01:44:54 +09:00
parent e9012adaa4
commit c8c026af16
6 changed files with 106 additions and 139 deletions
+2 -1
View File
@@ -23,8 +23,9 @@ function getGeneralLeadership($general, $withInjury, $withItem, $withStatAdjust,
$leadership *= (100 - $general['injury']) / 100;
}
//xxx: 징병 전특 때문에 새로 고쳐야함
if($withStatAdjust){
if($general['special2'] == 72){
if($general['special2'] == 'che_징병'){
$leadership *= 1.15;
}
}