本站文本内容除另有声明外,转载时均必须注明出处,并遵守CC BY-NC-SA 3.0协议。(转载须知)
本站是中文Minecraft Wiki的镜像站,与Mojang Studios、Weird Gloop没有从属关系。(免责声明)
全站通知:
模块:Enchantment rarity values
刷
历
编
跳到导航
跳到搜索
return {
-- COMMON
['efficiency'] = 'COMMON',
['piercing'] = 'COMMON',
['power'] = 'COMMON',
['protection'] = 'COMMON',
['sharpness'] = 'COMMON',
-- RARE
['aqua_affinity'] = 'RARE',
['blast_protection'] = 'RARE',
['depth_strider'] = 'RARE',
['fire_aspect'] = 'RARE',
['flame'] = 'RARE',
['fortune'] = 'RARE',
['frost_walker'] = 'RARE',
['impaling'] = 'RARE',
['looting'] = 'RARE',
['luck_of_the_sea'] = 'RARE',
['lure'] = 'RARE',
['mending'] = 'RARE',
['multishot'] = 'RARE',
['punch'] = 'RARE',
['respiration'] = 'RARE',
['riptide'] = 'RARE',
['sweeping'] = 'RARE',
-- UNCOMMON
['bane_of_arthropods'] = 'UNCOMMON',
['feather_falling'] = 'UNCOMMON',
['fire_protection'] = 'UNCOMMON',
['knockback'] = 'UNCOMMON',
['loyalty'] = 'UNCOMMON',
['projectile_protection'] = 'UNCOMMON',
['quick_charge'] = 'UNCOMMON',
['smite'] = 'UNCOMMON',
['unbreaking'] = 'UNCOMMON',
-- VERY_RARE
['binding_curse'] = 'VERY_RARE',
['channeling'] = 'VERY_RARE',
['infinity'] = 'VERY_RARE',
['silk_touch'] = 'VERY_RARE',
['soul_speed'] = 'VERY_RARE',
['swift_sneak'] = 'VERY_RARE',
['thorns'] = 'VERY_RARE',
['vanishing_curse'] = 'VERY_RARE',
}