hasActivatedSkill('특수')){ return true; } if($self->hasActivatedSkill('회피불가')){ return true; } if(!Util::randBool($self->getComputedAvoidRatio())){ return true; } $self->activateSkill('특수', '회피시도', '회피'); return true; } }