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