저지 숙련 증가
This commit is contained in:
@@ -743,8 +743,8 @@ class WarUnitGeneral extends WarUnit{
|
|||||||
|
|
||||||
if($this->hasActivatedSkill('저지')){
|
if($this->hasActivatedSkill('저지')){
|
||||||
|
|
||||||
$this->addDex($oppose->getCrewType(), $oppose->getWarPower() * 0.5 * 0.9);
|
$this->addDex($oppose->getCrewType(), $oppose->getWarPower() * 0.9);
|
||||||
$this->addDex($this->getCrewType(), $this->getWarPower() * 0.5 * 0.9);
|
$this->addDex($this->getCrewType(), $this->getWarPower() * 0.9);
|
||||||
|
|
||||||
$this->setWarPowerMultiply(0);
|
$this->setWarPowerMultiply(0);
|
||||||
$oppose->setWarPowerMultiply(0);
|
$oppose->setWarPowerMultiply(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user