견고시 계략 성공 확률 변경

This commit is contained in:
2018-08-21 11:07:28 +09:00
parent 8a1641fbfa
commit e2cd8ed391
+1 -1
View File
@@ -583,7 +583,7 @@ class WarUnitGeneral extends WarUnit{
$magicSuccessRatio += 1; $magicSuccessRatio += 1;
} }
if($this->hasActivatedSkill('계략약화')){ if($this->hasActivatedSkill('계략약화')){
$magicSuccessRatio -= 0.2; $magicSuccessRatio -= 0.1;
} }
if($oppose instanceof WarUnitCity){ if($oppose instanceof WarUnitCity){