저지 증가 숙련 변경

This commit is contained in:
2018-08-21 14:59:58 +09:00
parent 232725329a
commit 4fca7bcfcf
+2 -2
View File
@@ -718,8 +718,8 @@ class WarUnitGeneral extends WarUnit{
if($this->hasActivatedSkill('저지')){
$this->addDex($oppose->getCrewType(), $oppose->getWarPower() * 0.5);
$this->addDex($this->getCrewType(), $this->getWarPower() * 0.5);
$this->addDex($oppose->getCrewType(), $oppose->getWarPower() * 0.5 * 0.9);
$this->addDex($this->getCrewType(), $this->getWarPower() * 0.5 * 0.9);
$this->setWarPowerMultiply(0);
$oppose->setWarPowerMultiply(0);