本站文本内容除另有声明外,转载时均必须注明出处,并遵守CC BY-NC-SA 3.0协议。(转载须知
本站是中文Minecraft Wiki的镜像站,与Mojang Studios、Weird Gloop没有从属关系。(免责声明

全站通知:

模块:Enchantment max level values

来自我的世界地下城WIKI_BWIKI_哔哩哔哩
跳到导航 跳到搜索
[创建 | 历史 | 清除缓存]文档页面
此模板没有文档页面。如果你知道此模板的使用方法,请帮助为其创建文档页面。
return {
	-- 1
	['aqua_affinity'] = 1,
	['binding_curse'] = 1,
	['channeling'] = 1,
	['flame'] = 1,
	['infinity'] = 1,
	['mending'] = 1,
	['multishot'] = 1,
	['silk_touch'] = 1,
	['vanishing_curse'] = 1,

	-- 2
	['fire_aspect'] = 2,
	['frost_walker'] = 2,
	['knockback'] = 2,
	['punch'] = 2,

	-- 3
	['depth_strider'] = 3,
	['fortune'] = 3,
	['looting'] = 3,
	['loyalty'] = 3,
	['luck_of_the_sea'] = 3,
	['lure'] = 3,
	['quick_charge'] = 3,
	['respiration'] = 3,
	['riptide'] = 3,
	['soul_speed'] = 3,
	['sweeping'] = 3,
	['swift_sneak'] = 3,
	['thorns'] = 3,
	['unbreaking'] = 3,

	-- 4
	['blast_protection'] = 4,
	['feather_falling'] = 4,
	['fire_protection'] = 4,
	['piercing'] = 4,
	['projectile_protection'] = 4,
	['protection'] = 4,

	-- 5
	['bane_of_arthropods'] = 5,
	['efficiency'] = 5,
	['impaling'] = 5,
	['power'] = 5,
	['sharpness'] = 5,
	['smite'] = 5,
}