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

全站通知:

模块:DungeonsLevelSprite

来自我的世界地下城WIKI_BWIKI_哔哩哔哩
跳到导航 跳到搜索

此模块用于实现{{DungeonsLevelSprite}}

return {
	settings = {
		align = 'middle',
		image = 'DungeonsLevelCSS.png',
		linkprefix = 'MCD:',
		name = 'DungeonsLevel',
		pos = 96,
		sheetsize = 128,
		stylesheet = true,
	},
	sections = {
		{ name = '主大陆', id = 1 },
		{ name = '觉醒丛林', id = 2 },
		{ name = '悚伏寒冬', id = 3 },
		{ name = '嚎风山巅', id = 4 },
		{ name = '下界之焰&远古狩猎', id = 5 },
		{ name = '隐秘深渊', id = 6 },
		{ name = '末地DLC', id = 7 },
		{ name = '未使用', id = 8 },
		{ name = '远古狩猎', id = 9 },
		{ name = '云上攀登', id = 10 },
	},
	ids = {
		['???'] = { pos = 6, section = 1 },
		['Abyssal Monument'] = { pos = 35, section = 6 },
		['Ancient Hunt'] = { pos = 46, section = 9 },
		['Arch Haven'] = { pos = 8, section = 1 },
		['Basalt Deltas'] = { pos = 23, section = 5 },
		['Blighted Citadel'] = { pos = 41, section = 7 },
		['Broken Citadel'] = { pos = 41, section = 7 },
		['Cacti Canyon'] = { pos = 7, section = 1 },
		Camp = { pos = 27, section = 1 },
		['Colossal Rampart'] = { pos = 34, section = 4 },
		['Coral Rise'] = { pos = 36, section = 6 },
		['Creeper Woods'] = { pos = 1, section = 1 },
		['Creeping Winter'] = { pos = 4, section = 3 },
		['Creepy Crypt'] = { pos = 28, section = 1 },
		['Crimson Forest'] = { pos = 21, section = 5 },
		['Daily Trial'] = { pos = 47, section = 8 },
		['Desert Temple'] = { pos = 3, section = 1 },
		['Dingy Jungle'] = { pos = 12, section = 2 },
		['Echoing Void'] = { pos = 41, section = 7 },
		['End Citadel'] = { pos = 41, section = 7 },
		['End Wilds'] = { pos = 40, section = 7 },
		['Ender Wilds'] = { pos = 40, section = 7 },
		['Eyesent Arena'] = { pos = 42, section = 8 },
		['Fiery Forge'] = { pos = 2, section = 1 },
		['Flames of the Nether'] = { pos = 25, section = 5 },
		['Frosted Fjord'] = { pos = 4, section = 3 },
		['Frozen Fjord'] = { pos = 4, section = 3 },
		['Gale Sanctum'] = { pos = 19, section = 4 },
		['Gauntlet of Gales'] = { pos = 51, section = 4 },
		['Gold Room'] = { pos = 46, section = 9 },
		['Hidden Depths'] = { pos = 35, section = 6 },
		['Highblock Halls'] = { pos = 29, section = 1 },
		['Highblock Keep'] = { pos = 29, section = 1 },
		['Howling Peaks'] = { pos = 20, section = 4 },
		['Hunt Arena'] = { pos = 44, section = 9 },
		['Island Realms'] = { pos = 52, section = 8 },
		['Jungle Awakens'] = { pos = 5, section = 2 },
		['Lone Fortress'] = { pos = 9, section = 3 },
		['Lonely Fortress'] = { pos = 9, section = 3 },
		['Lost Settlement'] = { pos = 13, section = 3 },
		['Lower Temple'] = { pos = 38, section = 1 },
		Mainland = { pos = 10, section = 1 },
		['Mooncore Caverns'] = { pos = 18, section = 1 },
		['Mooshroom Island'] = { pos = 6, section = 1 },
		['Mushroom Island'] = { pos = 6, section = 1 },
		['Nether Fortress'] = { pos = 24, section = 5 },
		['Nether Wastes'] = { pos = 25, section = 5 },
		['Netherwart Forest'] = { pos = 21, section = 8 },
		['Obsidian Pinnacle'] = { pos = 14, section = 1 },
		['Other Dimensions'] = { pos = 53, section = 8 },
		['Overgrown Temple'] = { pos = 17, section = 2 },
		['Panda Plateau'] = { pos = 5, section = 2 },
		['Pumpkin Pastures'] = { pos = 10, section = 1 },
		['Radiant Ravine'] = { pos = 37, section = 6 },
		['Redstone Mines'] = { pos = 18, section = 1 },
		['Scorched Crags'] = { pos = 23, section = 8 },
		['Seasonal Trial'] = { pos = 48, section = 8 },
		['Slimy Sewers'] = { pos = 32, section = 8 },
		['Soggy Cave'] = { pos = 15, section = 1 },
		['Soggy Swamp'] = { pos = 11, section = 1 },
		['Soul Sand Valley'] = { pos = 26, section = 5 },
		['Spider Cave'] = { pos = 45, section = 9 },
		['Squid Coast'] = { pos = 16, section = 1 },
		['Sub Endcity'] = { pos = 33, section = 8 },
		['The Stronghold'] = { pos = 39, section = 7 },
		['The Tower'] = { pos = 49, section = 1 },
		Tower = { pos = 49, section = 1 },
		['Treetop Tangle'] = { pos = 50, section = 2 },
		Underhalls = { pos = 30, section = 1 },
		['Warped Forest'] = { pos = 22, section = 5 },
		['Windswept Peaks'] = { pos = 20, section = 4 },
		['Woodland Mansion'] = { pos = 31, section = 9 },
		['Woodland Prison'] = { pos = 43, section = 9 },
	},
}