보병은 상대의 회피를 5%p 감소

This commit is contained in:
2018-08-21 11:51:09 +09:00
parent e2cd8ed391
commit b9e31e39e2
+4
View File
@@ -135,6 +135,10 @@ class WarUnitGeneral extends WarUnit{
$avoidRatio = $this->getCrewType()->avoid / 100;
$avoidRatio *= $this->getComputedTrain() / 100;
if($this->getOppose()->getCrewType()->armType == GameUnitConst::T_FOOTMAN){
$avoidRatio -= 0.05;
}
//특기보정 : 궁병
if($specialWar == 51){
$avoidRatio += 0.2;