<style>.guide-thumb {
display: inline-block;
line-height: 0;
margin: 4px 0;
}
.guide-thumb img {
width: auto !important;
max-width: 100% !important;
height: auto !important;
object-fit: contain;
border: 1px solid #d8e3e8;
border-radius: 4px;
background: #fff;
}
.guide-thumb.guide-table-thumb img {
height: 56px !important;
width: auto !important;
max-width: none !important;
}
.guide-full-image {
margin: 16px 0;
}
.guide-full-image img {
max-width: 100% !important;
height: auto !important;
width: auto !important;
display: block !important;
margin-left: auto !important;
margin-right: auto !important;
border: 1px solid #d8e3e8;
border-radius: 6px;
background: #fff;
}
.guide-image-grid {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin: 16px 0;
align-items: flex-start;
}
.guide-image-grid .guide-grid-item {
flex: 1 1 0;
margin: 0;
min-width: 240px;
}
.guide-image-grid .guide-grid-item img {
width: 100%;
max-width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
border: 1px solid #d8e3e8;
border-radius: 6px;
background: #fff;
}
.guide-media-row {
display: grid;
grid-template-columns: minmax(240px, auto) 1fr;
gap: 16px;
align-items: start;
margin: 16px 0;
}
.guide-media-row figure {
margin: 0;
}
.guide-media-row img {
max-width: 100%;
height: auto !important;
width: auto !important;
display: block !important;
margin-left: auto !important;
margin-right: auto !important;
border: 1px solid #d8e3e8;
border-radius: 6px;
background: #fff;
}
.guide-media-copy {
min-width: 0;
}
.guide-media-copy h2 {
margin-top: 0;
}
@media (max-width: 700px) {
.guide-media-row {
grid-template-columns: 1fr;
}
}
.guide-lightbox {
display: none !important;
position: fixed;
z-index: 99999;
inset: 0;
padding: 28px;
background: rgba(0, 0, 0, .82);
align-items: center;
justify-content: center;
text-decoration: none;
}
.guide-lightbox:target {
display: flex !important;
}
.guide-lightbox:not(:target) {
display: none !important;
}
.guide-lightbox img {
max-width: 96vw;
max-height: 90vh;
width: auto;
height: auto;
object-fit: contain;
border-radius: 4px;
background: #fff;
}
.guide-lightbox-close {
position: fixed;
top: 16px;
right: 24px;
color: #fff;
font-size: 34px;
line-height: 1;
font-family: Arial, sans-serif;
}
.guide-js-lightbox {
cursor: zoom-in;
}
.guide-js-lightbox-overlay {
position: fixed;
inset: 0;
display: none;
align-items: center;
justify-content: center;
padding: 24px;
background: rgba(0,0,0,.82);
z-index: 999999;
cursor: zoom-out;
}
.guide-js-lightbox-overlay[aria-hidden="false"] {
display: flex;
}
.guide-js-lightbox-overlay img {
max-width: 96vw;
max-height: 92vh;
width: auto;
height: auto;
object-fit: contain;
box-shadow: 0 10px 38px rgba(0,0,0,.45);
}
.guide-js-lightbox-close {
position: fixed;
top: 18px;
right: 22px;
width: 38px;
height: 38px;
border: 0;
border-radius: 999px;
background: rgba(255,255,255,.92);
color: #111;
font-size: 26px;
line-height: 38px;
cursor: pointer;
}</style><div class="guide-js-lightbox-overlay" aria-hidden="true"><button class="guide-js-lightbox-close" type="button" aria-label="关闭">×</button><img alt=""></div><script>(function(){if(window.__guideLightboxInstalled)return;var overlay=document.querySelector(".guide-js-lightbox-overlay");if(!overlay)return;var image=overlay.querySelector("img");var closeButton=overlay.querySelector(".guide-js-lightbox-close");function close(){overlay.setAttribute("aria-hidden","true");image.removeAttribute("src");document.body.style.overflow="";}document.addEventListener("click",function(event){var link=event.target.closest&&event.target.closest(".guide-js-lightbox");if(!link)return;event.preventDefault();var src=link.getAttribute("data-guide-fullsrc")||link.getAttribute("href");if(!src)return;image.src=src;image.alt=(link.querySelector("img")||{}).alt||"";overlay.setAttribute("aria-hidden","false");document.body.style.overflow="hidden";});overlay.addEventListener("click",function(event){if(event.target===overlay||event.target===closeButton)close();});document.addEventListener("keydown",function(event){if(event.key==="Escape"&&overlay.getAttribute("aria-hidden")==="false")close();});})();</script>
<h1>《雾影猎人》神木林资源点位一览</h1>
<style>
.guide-aggregate-pages .guide-aggregate-section{display:none;}
.guide-aggregate-pages .guide-aggregate-section:first-of-type{display:block;}
.guide-aggregate-pages .guide-aggregate-section:target{display:block;}
body:has(.guide-aggregate-section:target) .guide-aggregate-pages .guide-aggregate-section{display:none;}
body:has(.guide-aggregate-section:target) .guide-aggregate-pages .guide-aggregate-section:target{display:block;}
.guide-aggregate-section{margin:32px 0 40px;padding-top:22px;border-top:1px solid #e5e7eb;}
.guide-aggregate-section>h2{margin:0 0 18px;line-height:1.35;scroll-margin-top:80px;}
.guide-aggregate-section>section h2{font-size:1.15em;}
.guide-aggregate-section>section:first-of-type h2{font-size:1.5em;margin-top:0;}
.guide-section-pager{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin:28px 0 4px;}
.guide-section-pager a{display:inline-block;padding:6px 12px;border:1px solid #d8dee4;border-radius:4px;text-decoration:none;background:#fff;}
</style>
<style>
.guide-aggregate-toc{position:relative;margin:18px 0;padding:14px 16px;background:#f7f7f7;border:1px solid #e6e6e6;}
.guide-aggregate-toc>h2{margin:0;padding-right:44px;}
.guide-aggregate-toc .guide-toc-list{margin:10px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:28px;row-gap:8px;list-style:none;}
.guide-aggregate-toc li{break-inside:avoid;margin:0;line-height:1.55;padding-right:12px;}
.guide-aggregate-toc a{text-decoration:none;}
.guide-toc-more summary{position:absolute;top:14px;right:16px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;list-style:none;color:#666;border-radius:6px;}
.guide-toc-more summary:hover{background:#ececec;}
.guide-toc-more summary::-webkit-details-marker{display:none;}
.guide-toc-arrow{width:10px;height:10px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg);transition:transform .18s ease;}
.guide-toc-more[open] .guide-toc-arrow{transform:translateY(3px) rotate(225deg);}
@media (max-width: 760px){.guide-aggregate-toc .guide-toc-list{grid-template-columns:1fr;}}
</style>
<nav class="guide-aggregate-toc" id="guide-aggregate-toc">
<h2>目录</h2>
<ul class="guide-toc-list">
<li><a href="#part-1">第1页:先驱之门资源点位一览</a></li>
<li><a href="#part-2">第2页:丰饶之所资源点位一览</a></li>
<li><a href="#part-3">第3页:神之锚资源点位一览</a></li>
<li><a href="#part-4">第4页:眠龙据点资源点位一览</a></li>
<li><a href="#part-5">第5页:半神海岸资源点位一览</a></li>
<li><a href="#part-6">第6页:落日峡湾资源点位一览</a></li>
<li><a href="#part-7">第7页:凛风小径资源点位一览</a></li>
<li><a href="#part-8">第8页:守墓人小屋资源点位一览</a></li>
</ul>
</nav>
<div class="guide-aggregate-pages">
<section class="guide-aggregate-section" id="part-1">
<h2>第1页:先驱之门资源点位一览</h2>
<section>
<p>在《雾影猎人》神木林中,建议优先清理沿途的所有高资源点,顺带搜索刷新的中资源点;当背包容量达到70%时,需提前规划撤离,避免因贪图资源而错过撤离时机;各类密钥宝箱价值最高,进入地图后应优先确认是否携带对应钥匙。</p>
</section>
<section id="guide">
<h2>雾影猎人先驱之门资源点位一览</h2>
</section>
<section>
<p>从出生点向前走,上桥到达高台:那里有先驱之门西密钥宝箱【高资源,需要钥匙开启】。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-1-f55da39eb3.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-1-f55da39eb3.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-1-f55da39eb3.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section>
<p>在宝箱下方靠左的位置进门,路旁点位有概率刷新小推车【中资源,顺路查看即可】。</p>
</section>
<section>
<p>向北直行至角落:固定点位,会随机刷出牢笼或长条木箱【中资源】。</p>
</section>
<section>
<p>返回到就近的上升气流处,利用气流登上平台:平台上概率刷新区域宝箱;平台上还有巡逻精英【高资源】。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-2-67d8ac5d3b.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-2-67d8ac5d3b.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-2-67d8ac5d3b.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-3-f297a8ff9c.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-3-f297a8ff9c.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-3-f297a8ff9c.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section>
<p>沿着楼梯下行至下层平台:固定精英【高资源】,将其击杀后可以解锁配套的罐子【高资源】。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-4-5c0247da23.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-4-5c0247da23.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-4-5c0247da23.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-5-9011dcd47c.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-5-9011dcd47c.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-5-9011dcd47c.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section>
<p>向东沿路行进:巡逻精英二选一刷新,可能出现在路上或前方坑内【高资源】。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-6-9ed46212e4.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-6-9ed46212e4.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-6-9ed46212e4.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section>
<p>开门前往流民屯,进入梯子上方位置:刘明屯密钥宝箱【高资源】。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-7-da06493d3f.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-7-da06493d3f.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-7-da06493d3f.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section>
<p>返回上层通道,通道右侧有概率刷新牢笼【中资源】。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-8-46cbbc9670.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-8-46cbbc9670.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-8-46cbbc9670.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section>
<p>荒芜营地:仅作为任务点位,不产出任何资源。</p>
</section>
<section>
<p>返回主场景后,侧边楼梯平台上会有一定概率刷新出载有中资源的推车。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-9-e4e24bad4b.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-9-e4e24bad4b.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-9-e4e24bad4b.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<nav class="guide-section-pager"><a class="guide-page-toc" href="#guide-aggregate-toc">目录</a><a class="guide-page-next" href="#part-2">下一页</a></nav>
</section>
<section class="guide-aggregate-section" id="part-2">
<section id="guide">
<h2>起步资源点</h2>
<p>从先驱之门起点动身,穿越雾门后,沿途有一定几率遇到巡逻精英,掉落高资源。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-1-f3fdfb3fee.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-1-f3fdfb3fee.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-1-f3fdfb3fee.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section id="guide">
<h2>小屋宝箱</h2>
<p>推开大门进入丰饶之所,左拐进入小屋,内随机出现精致小宝箱,提供中资源。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-2-5116857697.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-2-5116857697.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-2-5116857697.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section id="guide">
<h2>桥头精英</h2>
<p>离开小屋后左转经过小桥,桥头处可能刷新精英敌人,掉落高资源。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-3-088104ffeb.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-3-088104ffeb.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-3-088104ffeb.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section id="guide">
<h2>墓碑点位</h2>
<p>从桥头左侧跳入深坑,下方有墓碑点位,可获得中资源。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-4-99881fe0e8.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-4-99881fe0e8.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-4-99881fe0e8.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section id="guide">
<h2>密钥房间</h2>
<p>深坑底部右侧便是丰饶之所密钥房间,内含高资源。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-5-19dcbc863b.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-5-19dcbc863b.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-5-19dcbc863b.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section id="guide">
<h2>主房间橱柜</h2>
<p>利用上升气流飞入丰饶之所主厅,左右角落里可能会刷新橱柜,提供中资源。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-6-2fa1e55328.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-6-2fa1e55328.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-6-2fa1e55328.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section id="boss">
<h2>BOSS房间橱柜</h2>
<p>BOSS房间两侧同样可能刷新橱柜,属于中资源点。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-7-4d0cead442.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-7-4d0cead442.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-7-4d0cead442.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section id="guide">
<h2>宝箱点位</h2>
<p>房间深处存在宝箱点位,有概率出现区域宝箱,富集高资源。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-8-b90f5b1ce5.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-8-b90f5b1ce5.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-8-b90f5b1ce5.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section id="guide">
<h2>上层资源点</h2>
<p>通过传送裂隙到达上层,该位置随机生成区域宝箱或长条木箱(区域宝箱为高资源,木箱为中资源,也可能空无一物)。</p>
</section>
<section id="guide">
<h2>精英罐子组合</h2>
<p>宝箱对面有概率出现精英敌人与罐子的组合,提供高资源。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-9-4ab32dbc80.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-9-4ab32dbc80.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-9-4ab32dbc80.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section id="guide">
<h2>地面木箱</h2>
<p>跳回地面,雾门后方可能刷新长条木箱,为中资源点。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-10-a5e5f34ec3.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-10-a5e5f34ec3.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-10-a5e5f34ec3.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<nav class="guide-section-pager"><a class="guide-page-prev" href="#part-1">上一页</a><a class="guide-page-toc" href="#guide-aggregate-toc">目录</a><a class="guide-page-next" href="#part-3">下一页</a></nav>
</section>
<section class="guide-aggregate-section" id="part-3">
<section id="guide">
<h2>雾影猎人神之锚资源点位一览</h2>
</section>
<section>
<p>打开前方的雾门即可进入神之锚区域,径直抵达BOSS房间。</p>
</section>
<section>
<p>BOSS房间左右两个对角各有一个资源点,属于中等资源,神话绘板的掉落率较高。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-1-da05e01ba8.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-1-da05e01ba8.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-1-da05e01ba8.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-2-b6e4265b7c.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-2-b6e4265b7c.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-2-b6e4265b7c.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section>
<p>从BOSS房间南侧的雾门进入山洞,沿路可前往神之锚东侧。该区域有概率刷新精英敌人或黑球,只有精英怪提供高资源。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-3-847d53ebcf.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-3-847d53ebcf.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-3-847d53ebcf.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section>
<p>绕到神之锚北侧,固定刷新一只精英敌人,资源等级为高,怪物种类随机。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-4-131ce84155.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-4-131ce84155.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-4-131ce84155.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section>
<p>穿过高塔后,沿途有概率出现物资点,属于中等资源。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-5-3bafa2e074.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-5-3bafa2e074.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-5-3bafa2e074.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section>
<p>向南穿过雾门,内部固定刷新一只精英敌人,资源等级为高,可能是人形精英或稻草人,随机出现。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-6-f37f24efd7.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-6-f37f24efd7.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-6-f37f24efd7.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section>
<p>精英敌人旁边有一个资源点,属于中等资源。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-7-07246055d8.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-7-07246055d8.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-7-07246055d8.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section>
<p>在石头后方可以找到神之锚密钥宝箱,资源等级为高。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-8-0223b4f9e5.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-8-0223b4f9e5.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-8-0223b4f9e5.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<nav class="guide-section-pager"><a class="guide-page-prev" href="#part-2">上一页</a><a class="guide-page-toc" href="#guide-aggregate-toc">目录</a><a class="guide-page-next" href="#part-4">下一页</a></nav>
</section>
<section class="guide-aggregate-section" id="part-4">
<section id="guide">
<h2>雾影猎人眠龙据点资源点位一览</h2>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-1-65f101a767.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-1-65f101a767.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-1-65f101a767.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-2-89d6ab57a7.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-2-89d6ab57a7.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-2-89d6ab57a7.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-3-94c4197ac1.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-3-94c4197ac1.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-3-94c4197ac1.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-4-02428349ef.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-4-02428349ef.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-4-02428349ef.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-5-4b83ae5d78.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-5-4b83ae5d78.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-5-4b83ae5d78.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-6-c2af2e3edc.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-6-c2af2e3edc.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-6-c2af2e3edc.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-7-a1f7f28599.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-7-a1f7f28599.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-7-a1f7f28599.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-8-ac3a4fc65a.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-8-ac3a4fc65a.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-8-ac3a4fc65a.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<nav class="guide-section-pager"><a class="guide-page-prev" href="#part-3">上一页</a><a class="guide-page-toc" href="#guide-aggregate-toc">目录</a><a class="guide-page-next" href="#part-5">下一页</a></nav>
</section>
<section class="guide-aggregate-section" id="part-5">
<section id="guide">
</section>
<section>
<p>左侧有两处随机刷新点,有概率产出【中资源点位】,也可能为空点位。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-1-be665f70a7.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-1-be665f70a7.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-1-be665f70a7.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-2-3dd6755161.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-2-3dd6755161.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-2-3dd6755161.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section>
<p>中央巨石附近有巡逻路线,有概率刷新精英怪,对应【高资源点位】,也有可能不刷新。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-3-c90a477c9c.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-3-c90a477c9c.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-3-c90a477c9c.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section>
<p>备注:半神海岸本质上是BOSS的刷新区域,搜刮完毕后沿原路返回,打开门直走即可前往神法古遗迹。</p>
</section>
<section>
<p>左侧房间内有一个固定出现的密钥宝箱,属于【高资源点位】。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-4-4d6d8c8bbf.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-4-4d6d8c8bbf.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-4-4d6d8c8bbf.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section>
<p>房间外的右前方角落处,固定存在一个中资源点位。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-5-7e4630e5c0.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-5-7e4630e5c0.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-5-7e4630e5c0.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section>
<p>北侧房间开门后,左右两侧各有一处随机刷新的中资源点位。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-6-4c0e18a029.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-6-4c0e18a029.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-6-4c0e18a029.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section>
<p>深处的BOSS洞穴内,随机刷新中资源点位;还有概率出现精英怪,香炉位置为【高资源点位,也可能不刷新】。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-7-cecd256ffa.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-7-cecd256ffa.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-7-cecd256ffa.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-8-d4207196f8.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-8-d4207196f8.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-8-d4207196f8.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section>
<p>备注:BOSS的刷新位置不固定,探索完毕后前往落日峡湾。</p>
</section>
<nav class="guide-section-pager"><a class="guide-page-prev" href="#part-4">上一页</a><a class="guide-page-toc" href="#guide-aggregate-toc">目录</a><a class="guide-page-next" href="#part-6">下一页</a></nav>
</section>
<section class="guide-aggregate-section" id="part-6">
<section id="guide">
<h2>区域入口资源点</h2>
<p>区域入口点位概率刷新香炉【中资源点位】</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-1-334da0886f.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-1-334da0886f.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-1-334da0886f.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section id="guide">
<h2>前方精英与宝箱点</h2>
<p>前方点位随机刷新精英怪【高资源】,精英旁配套中资源点位;此处同时为区域宝箱候选点,刷新宝箱即为【高资源点位】</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-2-7a67889f0c.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-2-7a67889f0c.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-2-7a67889f0c.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-3-9d48e20167.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-3-9d48e20167.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-3-9d48e20167.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section id="boss">
<h2>BOSS房前高资源点</h2>
<p>BOSS房前楼梯跳下,下方密钥房间,整体为【高资源点位】</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-4-e7c1e67e56.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-4-e7c1e67e56.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-4-e7c1e67e56.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section id="guide">
<h2>上升气流右侧精英点</h2>
<p>借助上升气流上行,右侧固定精英怪【高资源点位】</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-5-b0b1f90874.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-5-b0b1f90874.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-5-b0b1f90874.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section id="guide">
<h2>沿路容器资源等级</h2>
<p>沿路点位,外观为特定容器则是【中资源点位】,其余样式为低资源点位</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-6-fe591c76d1.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-6-fe591c76d1.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-6-fe591c76d1.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section id="guide">
<h2>峡湾中心气流点</h2>
<p>梯子上行,依靠气流抵达落日峡湾中心,点位概率刷新区域宝箱【高资源】或精英怪</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-7-14c81e0bfc.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-7-14c81e0bfc.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-7-14c81e0bfc.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section id="guide">
<h2>中心对面中资源点</h2>
<p>点位对面随机刷新中资源点位</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-8-9c923d6620.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-8-9c923d6620.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-8-9c923d6620.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section id="guide">
<h2>洞口精英与洞内资源</h2>
<p>洞口处概率刷新精英怪;洞内随机刷新两种样式的中资源点位</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-9-19afbbade1.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-9-19afbbade1.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-9-19afbbade1.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-10-ad5b671a05.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-10-ad5b671a05.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-10-ad5b671a05.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section id="guide">
<h2>分岔路雾门精英点</h2>
<p>分岔路口左转,雾门后方固定精英怪【高资源点位,怪物种类随机】</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-11-e0ef42c485.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-11-e0ef42c485.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-11-e0ef42c485.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section id="guide">
<h2>探索完返回进入凛风小径</h2>
<p>备注:探索完毕返回岔路口,过桥进入凛风小径</p>
</section>
<nav class="guide-section-pager"><a class="guide-page-prev" href="#part-5">上一页</a><a class="guide-page-toc" href="#guide-aggregate-toc">目录</a><a class="guide-page-next" href="#part-7">下一页</a></nav>
</section>
<section class="guide-aggregate-section" id="part-7">
<section id="guide">
<h2>雾影猎人凛风小径资源点位一览</h2>
</section>
<section>
<p>入口处的点位是区域宝箱的候选刷新位置,同时有一定概率出现精英怪【高资源点位】。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-1-f28e98e824.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-1-f28e98e824.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-1-f28e98e824.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section>
<p>在对面的墙角处,有概率刷新墓碑【中资源点位】。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-2-5cdcd636b1.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-2-5cdcd636b1.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-2-5cdcd636b1.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section>
<p>借助东侧的上升气流可以抵达区域中心,左侧雾门内有一定概率出现中资源点位。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-3-61311320d8.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-3-61311320d8.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-3-61311320d8.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section>
<p>沿路点位有概率刷新小推车【中资源点位】。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-4-0080673f67.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-4-0080673f67.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-4-0080673f67.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section>
<p>下层核心区域:这里会刷新普通箱子【中资源】,也可能出现精英怪与物资的组合,全部属于【高资源点位】。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-5-ba297f154e.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-5-ba297f154e.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-5-ba297f154e.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section>
<p>左侧角落有概率刷新中资源点位。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-6-f6e5fbad22.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-6-f6e5fbad22.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-6-f6e5fbad22.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section>
<p>前方的洞穴是区域宝箱的候选位置,如果没有宝箱,则会刷新中资源点位。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-7-8559fe3dae.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-7-8559fe3dae.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-7-8559fe3dae.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section>
<p>备注:在核心区域搜刮完毕后,可借助气流返回,穿过雾门前往无名船墓。</p>
</section>
<section>
<p>中心区域有概率刷新精英怪【高资源点位,稻草人精英会悬挂并埋伏】,与之相连的点位同样属于高资源。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-8-5878410c5f.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-8-5878410c5f.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-8-5878410c5f.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section>
<p>沿路向北走,穿过小木屋后,右侧有密钥宝箱【高资源点位】。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-9-c11c93fc08.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-9-c11c93fc08.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-9-c11c93fc08.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section>
<p>提示:穿过前方的雾门后,即可到达守墓人小屋。</p>
</section>
<nav class="guide-section-pager"><a class="guide-page-prev" href="#part-6">上一页</a><a class="guide-page-toc" href="#guide-aggregate-toc">目录</a><a class="guide-page-next" href="#part-8">下一页</a></nav>
</section>
<section class="guide-aggregate-section" id="part-8">
<section id="guide">
<h2>雾影猎人守墓人小屋资源点位一览</h2>
</section>
<section>
<p>房屋内区域有概率刷新精英怪物,属于高资源点位。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-1-be2cbf98a0.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-1-be2cbf98a0.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-1-be2cbf98a0.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section>
<p>从前方深坑跳下去,该位置有概率出现白色罐子,属于中资源点位。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-2-b57ecbb356.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-2-b57ecbb356.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-2-b57ecbb356.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section>
<p>其他点位均为任务专属,无法获得物资。搜刮完毕后,前往瞭望台区域。</p>
</section>
<section>
<p>沿着道路下行,过桥后打开雾门,小屋一层有密钥宝箱,属于高资源点位。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-3-fcbeb10a86.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-3-fcbeb10a86.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-3-fcbeb10a86.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<section>
<p>通过屋内梯子到达顶层,有概率同时出现精英怪物和罐子,兼具高资源与中资源点位。</p>
</section>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-4-f277bd0d11.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-4-f277bd0d11.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-4-f277bd0d11.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<figure class="guide-full-image guide-ali213-image"><a class="guide-js-lightbox" href="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-5-58df1dfff2.png" data-guide-fullsrc="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-5-58df1dfff2.png" title="点击放大"><img src="https://game-guides-1432939138.cos.ap-guangzhou.myqcloud.com/uploads/guides/mist-shadow-hunter-shenmu-forest-resource-points-overview/image-5-58df1dfff2.png" alt="guide image" loading="lazy" style="max-width:100%;height:auto;width:auto;display:block;margin:0 auto;cursor:zoom-in"></a></figure>
<nav class="guide-section-pager"><a class="guide-page-prev" href="#part-7">上一页</a><a class="guide-page-toc" href="#guide-aggregate-toc">目录</a></nav>
</section>
</div>


