前往战斗区域
在各岛屿探索、寻找怪物,熟悉不同区域的环境与敌人类型。
无法加载偏好设置。请检查您的网络连接并重试。
创建页面,内容为“__NOTOC__ __NOEDITSECTION__ <html> <style> →===== 江中缘 Wiki:武斗法 =====: .mw-body{background:transparent!important;border-color:transparent!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important} .mw-body-content,.mw-parser-output{background:transparent!important;color:#eef8fb!important} .jzy-combat-shell,.jzy-combat-shell *,.jzy-combat-toc,.jzy-combat-toc *{box-sizing:border-box;font-family:"Ha…” |
无编辑摘要 |
||
| 第131行: | 第131行: | ||
var observer=new IntersectionObserver(function(entries){entries.forEach(function(entry){if(!entry.isIntersecting)return;links.forEach(function(link){link.classList.toggle('is-active',link.getAttribute('href')==='#'+entry.target.id);});});},{rootMargin:'-28% 0px -62% 0px',threshold:0}); | var observer=new IntersectionObserver(function(entries){entries.forEach(function(entry){if(!entry.isIntersecting)return;links.forEach(function(link){link.classList.toggle('is-active',link.getAttribute('href')==='#'+entry.target.id);});});},{rootMargin:'-28% 0px -62% 0px',threshold:0}); | ||
sections.forEach(function(section){observer.observe(section);}); | sections.forEach(function(section){observer.observe(section);}); | ||
})(); | |||
</script> | |||
<script> | |||
(function(){ | |||
function removeFooterArtifacts(){ | |||
["#mw-data-after-content",".mw-data-after-content",".citizen-page-footer__info",".citizen-page-footer .mw-footer-info"].forEach(function(selector){ | |||
document.querySelectorAll(selector).forEach(function(element){element.style.setProperty("display","none","important");}); | |||
}); | |||
} | |||
function removeFooterGapStrip(footer){ | |||
var editLink=document.querySelector('a[href*="action=edit"]'); | |||
if(!editLink||!footer)return; | |||
var editBottom=editLink.getBoundingClientRect().bottom; | |||
var footerTop=footer.getBoundingClientRect().top; | |||
if(footerTop<=editBottom)return; | |||
document.querySelectorAll("body div, body section, body hr").forEach(function(element){ | |||
if(element===footer||footer.contains(element)||element.contains(footer))return; | |||
var rect=element.getBoundingClientRect(); | |||
var isWideStrip=rect.width>window.innerWidth*.45&&rect.height>=8&&rect.height<=80; | |||
var isInFooterGap=rect.top>=editBottom-4&&rect.bottom<=footerTop+4; | |||
if(isWideStrip&&isInFooterGap)element.style.setProperty("display","none","important"); | |||
}); | |||
} | |||
function buildFooter(){ | |||
removeFooterArtifacts(); | |||
var footer=document.querySelector("#citizen-footer, .citizen-footer, #footer, .mw-footer"); | |||
if(!footer||document.getElementById("jzy-official-footer"))return; | |||
var layout=document.createElement("section"); | |||
layout.id="jzy-official-footer"; | |||
layout.setAttribute("aria-label","江中缘网站页脚"); | |||
layout.innerHTML= | |||
'<div class="jzy-official-footer-top">'+ | |||
'<a class="jzy-official-footer-brand" href="https://www.mcjzy.net/" target="_blank" rel="noopener" aria-label="访问江中缘官网"><img src="https://wiki.mcjzy.net/images/1/10/3.png" alt="江中缘"></a>'+ | |||
'<div class="jzy-official-footer-socials" aria-label="江中缘社区平台">'+ | |||
'<span class="jzy-footer-social" title="抖音"><img src="https://wiki.mcjzy.net/images/thumb/0/01/%E6%8A%96%E9%9F%B3.png/120px-%E6%8A%96%E9%9F%B3.png?20260720050242" alt="抖音"></span>'+ | |||
'<a class="jzy-footer-social" href="https://space.bilibili.com/102775924?spm_id_from=333.1007.0.0" target="_blank" rel="noopener" title="哔哩哔哩"><img src="https://wiki.mcjzy.net/images/thumb/6/66/B%E7%AB%99.png/120px-B%E7%AB%99.png?20260720050109" alt="哔哩哔哩"></a>'+ | |||
'<a class="jzy-footer-social" href="https://kook.vip/3mszpv" target="_blank" rel="noopener" title="KOOK"><img src="https://wiki.mcjzy.net/images/thumb/8/83/KOOK.png/120px-KOOK.png?20260720050143" alt="KOOK"></a>'+ | |||
'<a class="jzy-footer-social" href="https://qm.qq.com/q/560dSf2pxe" target="_blank" rel="noopener" title="QQ 群"><img src="https://wiki.mcjzy.net/images/thumb/8/8c/QQ.png/120px-QQ.png?20260720050211" alt="QQ 群"></a>'+ | |||
'</div>'+ | |||
'</div>'+ | |||
'<div class="jzy-official-footer-rule"></div>'+ | |||
'<div class="jzy-official-footer-bottom">'+ | |||
'<p class="jzy-official-footer-copy">江中缘满载无限可能,随心定义你的线上欢乐时光。<br><strong>江中缘 Wiki</strong> 由社区维护,记录服务器的玩法、系统与资料。<br>本站内容基于《江中缘》相关的《我的世界》游戏内容整理;本 Wiki 与 Mojang Studios、Microsoft、网易无隶属关系。<br>© 2026 江中缘。版权所有。</p>'+ | |||
'<nav class="jzy-official-footer-links" aria-label="页脚链接">'+ | |||
'<a href="/index.php?title=%E6%B8%B8%E6%88%8F%E8%A7%84%E5%88%99">游戏规则</a>'+ | |||
'<a href="/index.php?title=%E9%A6%96%E9%A1%B5">关于本站</a>'+ | |||
'<a href="https://qm.qq.com/q/560dSf2pxe" target="_blank" rel="noopener">联系我们</a>'+ | |||
'</nav>'+ | |||
'</div>'; | |||
footer.insertBefore(layout,footer.firstChild); | |||
footer.classList.add("jzy-footer-ready"); | |||
window.setTimeout(function(){removeFooterArtifacts();removeFooterGapStrip(footer);},120); | |||
window.setTimeout(function(){removeFooterArtifacts();removeFooterGapStrip(footer);},600); | |||
} | |||
if(document.readyState==="loading")document.addEventListener("DOMContentLoaded",buildFooter); | |||
else buildFooter(); | |||
})(); | })(); | ||
</script> | </script> | ||
</html> | </html> | ||
江中缘 Wiki · 职业
武斗法是面向岛屿战斗与冒险挑战的职业。通过参与战斗、挑战各岛屿的怪物与首领,在实战中磨炼技巧,获取经验。
武斗法记录的是你在江中缘中直面威胁的历程。无论是探索岛屿时遭遇的怪物,还是需要多人协作或充分准备的首领挑战,只要取得战斗成果,都会推动职业经验持续累积。
职业等级提升后,会为战斗能力带来稳定的属性增益;同时,怪物与首领留下的战利品也会推进对应的战斗收集,解锁更多配方、经验与个人成长奖励。
战斗本身就是武斗法的成长路径。依照当前装备与目标强度,选择适合自己的挑战节奏即可。
在各岛屿探索、寻找怪物,熟悉不同区域的环境与敌人类型。
使用武器、护甲与消耗品完成战斗;首领挑战通常需要更充分的准备。
胜利后获得职业经验,逐步提升武斗法等级,并推进相关战利品收集。
武斗法等级会累计提供暴击率与攻击力增益。打开游戏内职业界面即可查看当前等级、距离下一级的进度和已获得的总增益。
数值说明:职业等级上限、升级经验需求及具体属性数值可能随版本调整;请以游戏内“武斗法”职业界面显示为准。
击败怪物与首领后,遗留的战利品将归于胜者。只有直面威胁的人,才能取得这些物品;收集它们可解锁对应配方、战斗经验与个人等级 XP。
收集提示:优先解锁多个战利品的前几级,通常比单独冲击一个高等级条目更容易获得基础配方与成长奖励。