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

全站通知:

模块:Durability values

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

	-- 25
	['carrot_on_a_stick'] = 25,

	-- 32
	['golden_axe'] = 32,
	['golden_hoe'] = 32,
	['golden_pickaxe'] = 32,
	['golden_shovel'] = 32,
	['golden_sword'] = 32,

	-- 55
	['leather_helmet'] = 55,

	-- 59
	['wooden_axe'] = 59,
	['wooden_hoe'] = 59,
	['wooden_pickaxe'] = 59,
	['wooden_shovel'] = 59,
	['wooden_sword'] = 59,

	-- 64
	['brush'] = 64,
	['fishing_rod'] = 64,
	['flint_and_steel'] = 64,

	-- 65
	['leather_boots'] = 65,

	-- 75
	['leather_leggings'] = 75,

	-- 77
	['golden_helmet'] = 77,

	-- 80
	['leather_chestplate'] = 80,

	-- 91
	['golden_boots'] = 91,

	-- 100
	['warped_fungus_on_a_stick'] = 100,

	-- 105
	['golden_leggings'] = 105,

	-- 112
	['golden_chestplate'] = 112,

	-- 131
	['stone_axe'] = 131,
	['stone_hoe'] = 131,
	['stone_pickaxe'] = 131,
	['stone_shovel'] = 131,
	['stone_sword'] = 131,

	-- 165
	['chainmail_helmet'] = 165,
	['iron_helmet'] = 165,

	-- 195
	['chainmail_boots'] = 195,
	['iron_boots'] = 195,

	-- 225
	['chainmail_leggings'] = 225,
	['iron_leggings'] = 225,

	-- 238
	['shears'] = 238,

	-- 240
	['chainmail_chestplate'] = 240,
	['iron_chestplate'] = 240,

	-- 250
	['iron_axe'] = 250,
	['iron_hoe'] = 250,
	['iron_pickaxe'] = 250,
	['iron_shovel'] = 250,
	['iron_sword'] = 250,
	['trident'] = 250,

	-- 275
	['turtle_helmet'] = 275,

	-- 336
	['shield'] = 336,

	-- 363
	['diamond_helmet'] = 363,

	-- 384
	['bow'] = 384,

	-- 407
	['netherite_helmet'] = 407,

	-- 429
	['diamond_boots'] = 429,

	-- 432
	['elytra'] = 432,

	-- 465
	['crossbow'] = 465,

	-- 481
	['netherite_boots'] = 481,

	-- 495
	['diamond_leggings'] = 495,

	-- 528
	['diamond_chestplate'] = 528,

	-- 555
	['netherite_leggings'] = 555,

	-- 592
	['netherite_chestplate'] = 592,

	-- 1561
	['diamond_axe'] = 1561,
	['diamond_hoe'] = 1561,
	['diamond_pickaxe'] = 1561,
	['diamond_shovel'] = 1561,
	['diamond_sword'] = 1561,

	-- 2031
	['netherite_axe'] = 2031,
	['netherite_hoe'] = 2031,
	['netherite_pickaxe'] = 2031,
	['netherite_shovel'] = 2031,
	['netherite_sword'] = 2031,
}