견고시 계략 성공 확률 변경

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