hasActivatedSkill('위압')){ return true; } $oppose->getLogger()->pushGeneralBattleDetailLog('상대에게 위압받았다!', ActionLogger::PLAIN); $self->getLogger()->pushGeneralBattleDetailLog('상대에게 위압을 줬다!', ActionLogger::PLAIN); $oppose->setWarPowerMultiply(0); if($oppose instanceof WarUnitGeneral){ $oppose->increaseVarWithLimit('atmos', -5, 40); } return true; } }