game,fix: 전추 치료 발동시 표기에 맞게 -50% -> -30%

This commit is contained in:
2022-04-26 00:36:30 +09:00
parent 23cdd00ce5
commit a00e4d57ce
@@ -25,7 +25,7 @@ class che_전투치료발동 extends BaseWarUnitTrigger{
$oppose->getLogger()->pushGeneralBattleDetailLog("상대가 <R>치료</>했다!", ActionLogger::PLAIN); $oppose->getLogger()->pushGeneralBattleDetailLog("상대가 <R>치료</>했다!", ActionLogger::PLAIN);
$self->getLogger()->pushGeneralBattleDetailLog("<C>치료</>했다!", ActionLogger::PLAIN); $self->getLogger()->pushGeneralBattleDetailLog("<C>치료</>했다!", ActionLogger::PLAIN);
$oppose->multiplyWarPowerMultiply(0.5); $oppose->multiplyWarPowerMultiply(0.7);
$self->getGeneral()->setVar('injury', 0); $self->getGeneral()->setVar('injury', 0);
$this->processConsumableItem(); $this->processConsumableItem();