diff --git a/hwe/sammo/WarUnitTrigger/che_전투치료발동.php b/hwe/sammo/WarUnitTrigger/che_전투치료발동.php index e7c97f13..6778b56c 100644 --- a/hwe/sammo/WarUnitTrigger/che_전투치료발동.php +++ b/hwe/sammo/WarUnitTrigger/che_전투치료발동.php @@ -25,7 +25,7 @@ class che_전투치료발동 extends BaseWarUnitTrigger{ $oppose->getLogger()->pushGeneralBattleDetailLog("상대가 치료했다!", ActionLogger::PLAIN); $self->getLogger()->pushGeneralBattleDetailLog("치료했다!", ActionLogger::PLAIN); - $oppose->multiplyWarPowerMultiply(0.5); + $oppose->multiplyWarPowerMultiply(0.7); $self->getGeneral()->setVar('injury', 0); $this->processConsumableItem();