From 73f70fceff03a8802244ff649ef92d75047465ca Mon Sep 17 00:00:00 2001 From: Hide_D Date: Tue, 26 Apr 2022 00:36:30 +0900 Subject: [PATCH] =?UTF-8?q?game,fix:=20=EC=A0=84=EC=B6=94=20=EC=B9=98?= =?UTF-8?q?=EB=A3=8C=20=EB=B0=9C=EB=8F=99=EC=8B=9C=20=ED=91=9C=EA=B8=B0?= =?UTF-8?q?=EC=97=90=20=EB=A7=9E=EA=B2=8C=20-50%=20->=20-30%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/WarUnitTrigger/che_전투치료발동.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();