Minecraft Wiki

除另有声明,转载时均必须注明出处若簡繁轉換出錯,請以遊戲內為準请勇于扩充与修正内容有兴趣逛逛我们的微博沟通交流,欢迎到社区专页需要协助,请在告示板留言

了解更多

Minecraft Wiki
Advertisement

此模块用于定义Module:Inventory slot别称部分。

依赖项


语言
local coloredDyes = {
	'Orange Dye', 'Magenta Dye', 'Light Blue Dye', 'Yellow Dye', 'Lime Dye',
	'Pink Dye', 'Gray Dye', 'Light Gray Dye', 'Cyan Dye', 'Purple Dye',
	'Lapis Lazuli', 'Blue Dye', 'Cocoa Beans', 'Brown Dye', 'Green Dye',
	'Red Dye', 'Ink Sac', 'Black Dye',
}
local aliases = {
	-- Common fuel types for furnace --
	['Any fuel'] = { 'Coal', 'Charcoal', { title = '原木', name = 'Oak Log' }, { title = '木板', name = 'Oak Wood Planks' }, 'Block of Coal' },
	['Any leather armor'] = { 'Leather Cap', 'Leather Tunic', 'Leather Pants', 'Leather Boots' },
	['Any golden armor'] = { 'Golden Helmet', 'Golden Chestplate', 'Golden Leggings', 'Golden Boots' },
	['Any chainmail armor'] = { 'Chainmail Helmet', 'Chainmail Chestplate', 'Chainmail Leggings', 'Chainmail Boots' },
	['Any iron armor'] = { 'Iron Helmet', 'Iron Chestplate', 'Iron Leggings', 'Iron Boots' },
	['Any diamond armor'] = { 'Diamond Helmet', 'Diamond Chestplate', 'Diamond Leggings', 'Diamond Boots' },
	
	-- Display names --
    ['Broken Elytra'] = { title = '&e鞘翅', name = 'Broken Elytra' },
	--['Clay (block)'] = { title = '粘土', name = 'Clay (block)' },
	['Enchanted Golden Apple'] = { title = '&d附魔金苹果', name = 'Golden Apple' },
	['Banner Pattern Flower'] = { title = '旗帜图案', name = 'Banner Pattern', text = '&7花朵盾徽'},
	['Banner Pattern Flower Charge'] = { title = '旗帜图案', name = 'Banner Pattern', text = '&7花朵盾徽'},
	['Banner Pattern Creeper'] = { title = '&e旗帜图案', name = 'Banner Pattern', text = '&7苦力怕盾徽'},
	['Banner Pattern Creeper Charge'] = { title = '&e旗帜图案', name = 'Banner Pattern', text = '&7苦力怕盾徽'},
	['Banner Pattern Bordure Indented'] = { title = '旗帜图案', name = 'Banner Pattern', text = '&7波纹边'},
	['Banner Pattern Field Masoned'] = { title = '旗帜图案', name = 'Banner Pattern', text = '&7砖纹'},
	['Banner Pattern Skull'] = { title = '&e旗帜图案', name = 'Banner Pattern', text = '&7头颅盾徽'},
	['Banner Pattern Skull Charge'] = { title = '&e旗帜图案', name = 'Banner Pattern', text = '&7头颅盾徽'},
	['Banner Pattern Thing'] = { title = '&d旗帜图案', name = 'Banner Pattern', text = '&7Mojang徽标'},
	['Banner Pattern Globe'] = { title = '旗帜图案', name = 'Banner Pattern', text = '&7地球'},
	['Button'] = { title = '按钮', name = 'Stone Button' },
	['Wooden Button'] = { title = '按钮', name = 'Wooden Button' },
    ['Arrow Loaded Crossbow'] = { title = '弩', name = 'Arrow Loaded Crossbow' },
    ['Firework Loaded Crossbow'] = { title = '弩', name = 'Firework Loaded Crossbow' },
	['Illager Banner'] = { title = '&6&o灾厄旗帜', name = 'Illager Banner', text = 
		'&7青色棱形/&7底淡灰横条/&7中灰竖条/&7淡灰色方框边/&7中黑横条/&7淡灰色上半方形'},
	['Jigsaw block'] = { title = '&d拼图方块', name = 'Jigsaw block' },

	-- Weapons --
	['Trident'] = { title = '三叉戟', name = 'Trident', text = '/&7 在主手时:/ &2 1.1 攻击速度/ &2 9 攻击伤害'},

	-- Pocket Edition display names --
	['Elytra Wings'] = { title = '鞘翅', name = 'Elytra' },
	['Cooked Beef'] = { title = '熟牛肉', name = 'Steak' },
	['Map PE'] = { title = '地图', name = 'Map', text = '显示标记:&c否' },
	['Locator Map PE'] = { title = '地图', name = 'Map', text = '显示标记:&a是' },

	-- Chemistry --
	['Lead (element)'] = { title = '铅', name = 'Lead (element)' },
	['Water (compound)'] = { title = '水', name = 'Water (compound)' },
	['Chloride'] = { 'Calcium Chloride', 'Cerium Chloride', 'Mercuric Chloride', 'Potassium Chloride', 'Tungsten Chloride' },
	['Sparkler'] = { 'Orange Sparkler', 'Blue Sparkler', 'Red Sparkler', 'Purple Sparkler', 'Green Sparkler' },
	['Matching Chloride'] = { 'Cerium Chloride', 'Mercuric Chloride', 'Potassium Chloride', 'Tungsten Chloride' },
	['Matching Colored Torch'] = { 'Blue Torch', 'Red Torch', 'Purple Torch', 'Green Torch' },
	['Applicable Dye'] = { 'White Dye', 'Orange Dye', 'Magenta Dye', 'Light Blue Dye', 'Dandelion Yellow', 'Lime Dye',
		'Pink Dye', 'Gray Dye', 'Cyan Dye', 'Purple Dye', 'Blue Dye', 'Brown Dye', 'Cactus Green', 'Rose Red' },
	['Matching Glow Stick'] = { 'White Glow Stick', 'Orange Glow Stick', 'Magenta Glow Stick', 'Light Blue Glow Stick',
		'Yellow Glow Stick', 'Lime Glow Stick', 'Pink Glow Stick', 'Gray Glow Stick', 'Cyan Glow Stick',
		'Purple Glow Stick', 'Blue Glow Stick', 'Brown Glow Stick', 'Green Glow Stick', 'Red Glow Stick' },
}

local Autolink = require('Module:Autolink')

-- Tooltip colors --
local yellowTooltips = {
	'Bottle o\' Enchanting',
	'Creeper Head',
	'Damaged Elytra',
	'Dragon Head',
	'Dragon\'s Breath',
	'Elytra',
	'Enchanted Book',
	'Head',
	'Heart of the Sea',
	'Nether Star',
	'Player Head',
	'Skeleton Skull',
	'Totem of Undying',
	'Wither Skeleton Skull',
	'Zombie Head',
}
for _, name in ipairs( yellowTooltips ) do
	aliases[name] = { title = '&e' .. Autolink.invlink(name,'nolink') , name = name }
end

local aquaTooltips = {
	'Beacon',
	'Conduit',
	'End Crystal',
	'Golden Apple',
}
for _, name in ipairs( aquaTooltips ) do
	aliases[name] = { title = '&b' .. Autolink.invlink(name,'nolink') , name = name }
end

local lightPurpleTooltips = {
	'Dragon Egg',
	'Structure Block',
}
for _, name in ipairs( lightPurpleTooltips ) do
	aliases[name] = { title = '&d' .. Autolink.invlink(name,'nolink'), name = name }
end

-- Animated icons --
local animatedIcons = {
	'Fire',
	'Heat Block',
	'Magma Block',
	'Prismarine',
	'Sea Lantern',
}
for _, icon in ipairs( animatedIcons ) do
	aliases[icon] = icon .. '.gif'
end

-- Command blocks are both animated and purple --
local commandBlocks = {
	'Command Block',
	'Chain Command Block',
	'Repeating Command Block',
}
for _, name in ipairs( commandBlocks ) do
	aliases[name] = { title = '&d', name = name .. '.gif' }
end

-- Tools and weapons --
local tools = {
	{'Wooden', 'Sword', 1.6, 4, '木剑' },
	{'Stone', 'Sword', 1.6, 5, '石剑' },
	{'Iron', 'Sword', 1.6, 6, '铁剑' },
	{'Golden', 'Sword', 1.6, 4, '金剑' },
	{'Diamond', 'Sword', 1.6, 7, '钻石剑' },
	
	{'Wooden', 'Pickaxe', 1.2, 2, '木镐' },
	{'Stone', 'Pickaxe', 1.2, 3, '石镐' },
	{'Iron', 'Pickaxe', 1.2, 4, '铁镐' },
	{'Golden', 'Pickaxe', 1.2, 2, '金镐' },
	{'Diamond', 'Pickaxe', 1.2, 5, '钻石镐' },
	
	{'Wooden', 'Axe', 0.8, 7, '木斧' },
	{'Stone', 'Axe', 0.8, 9, '石斧' },
	{'Iron', 'Axe', 0.9, 9, '铁斧' },
	{'Golden', 'Axe', 1, 7, '金斧' },
	{'Diamond', 'Axe', 1, 9, '钻石斧' },
	
	{'Wooden', 'Shovel', 1, 2.5, '木锹' },
	{'Stone', 'Shovel', 1, 3.5, '石锹' },
	{'Iron', 'Shovel', 1, 4.5, '铁锹' },
	{'Golden', 'Shovel', 1, 2.5, '金锹' },
	{'Diamond', 'Shovel', 1, 5.5, '钻石锹' },
	
	{'Wooden', 'Hoe', 1, 1, '木锄' },
	{'Stone', 'Hoe', 2, 1, '石锄' },
	{'Iron', 'Hoe', 3, 1, '铁锄' },
	{'Golden', 'Hoe', 1, 1, '金锄' },
	{'Diamond', 'Hoe', 4, 1, '钻石锄' }
}

local materialGroups = {}
local toolGroups = {}

for _, toolProps in ipairs( tools ) do
	local aliasName = toolProps[1] .. ' ' .. toolProps[2]
	aliases[aliasName] = { title = toolProps[5], name = aliasName, text = '/&7在主手时:/ &7' .. toolProps[3] .. ' 攻击速度/ &7' .. toolProps[4] .. ' 攻击伤害' }
	
	local materialGroup = toolProps[1]:lower();
	local toolGroup = toolProps[2]:lower();
	
	if toolProps[2] ~= 'Sword' then
		if materialGroups[materialGroup] == nil then materialGroups[materialGroup] = {} end
		table.insert( materialGroups[materialGroup], aliases[aliasName] )
	end
	if toolGroups[toolGroup] == nil then toolGroups[toolGroup] = {} end
	table.insert( toolGroups[toolGroup], aliases[aliasName] )
end

for materialGroup, items in pairs( materialGroups ) do
	aliases['Any ' .. materialGroup .. ' tools'] = items
end

for toolGroup, items in pairs( toolGroups ) do
	aliases['Any ' .. toolGroup] = items
end

-- Lists of item variants --
local itemVariants = {
	['Dye'] = mw.clone( coloredDyes ),
	['Colored Dye'] = coloredDyes,
	['Dyed Wool'] = {
		'Orange Wool', 'Magenta Wool', 'Light Blue Wool', 'Yellow Wool', 'Lime Wool',
		'Pink Wool', 'Gray Wool', 'Light Gray Wool', 'Cyan Wool', 'Purple Wool',
		'Blue Wool', 'Blue Wool', 'Brown Wool', 'Brown Wool', 'Green Wool', 'Red Wool', 'Black Wool', 'Black Wool',
	},
	['Dyed Bed'] = {
		'Orange Bed', 'Magenta Bed', 'Light Blue Bed', 'Yellow Bed', 'Lime Bed',
		'Pink Bed', 'Gray Bed', 'Light Gray Bed', 'Cyan Bed', 'Purple Bed',
		'Blue Bed', 'Blue Bed', 'Brown Bed', 'Brown Bed', 'Green Bed',
		'Red Bed', 'Black Bed', 'Black Bed',
	},
	['Dyed Carpet'] = {
		'Orange Carpet', 'Magenta Carpet', 'Light Blue Carpet', 'Yellow Carpet', 'Lime Carpet',
		'Pink Carpet', 'Gray Carpet', 'Light Gray Carpet', 'Cyan Carpet', 'Purple Carpet',
		'Blue Carpet', 'Blue Carpet', 'Brown Carpet', 'Brown Carpet', 'Green Carpet',
		'Red Carpet', 'Black Carpet', 'Black Carpet',
	},
	['Dyed Terracotta'] = {
		'White Terracotta', 'White Terracotta', 'Orange Terracotta', 'Magenta Terracotta', 'Light Blue Terracotta',
		'Yellow Terracotta', 'Lime Terracotta', 'Pink Terracotta', 'Gray Terracotta', 'Light Gray Terracotta',
		'Cyan Terracotta', 'Purple Terracotta', 'Blue Terracotta', 'Blue Terracotta', 'Brown Terracotta',
		'Brown Terracotta', 'Green Terracotta', 'Red Terracotta', 'Black Terracotta', 'Black Terracotta',
	},
	['Flower'] = { 'Oxeye Daisy', 'Cornflower', 'Lily of the Valley', 'Wither Rose', 'Red Tulip', 'Orange Tulip', 'White Tulip', 'Pink Tulip', 'Azure Bluet', 'Allium', 'Blue Orchid', 'Poppy', 'Dandelion' },
	['Mushroom'] = { 'Red Mushroom', 'Brown Mushroom' },
	['Quartz Block'] = { 'Block of Quartz', 'Chiseled Quartz Block', 'Quartz Pillar' },
	['Red Sandstone'] = { 'Red Sandstone', 'Chiseled Red Sandstone', 'Smooth Red Sandstone' },
	['Sandstone'] = { 'Sandstone', 'Chiseled Sandstone', 'Smooth Sandstone' },
	['Stone Bricks'] = { 'Stone Bricks', 'Mossy Stone Bricks', 'Cracked Stone Bricks', 'Chiseled Stone Bricks' },
	['Stone Slab'] = { 'Smooth Stone Slab', 'Sandstone Slab', 'Cobblestone Slab', 'Brick Slab', 'Stone Brick Slab', 'Nether Brick Slab', 'Quartz Slab' },
	['Purpur Block'] = { 'Purpur Block', 'Purpur Pillar' },
	['Stone'] = { 'Stone', 'Andesite', 'Granite', 'Diorite', 'Polished Andesite', 'Polished Granite', 'Polished Diorite' },
	['Tulip'] = { 'Red Tulip', 'Orange Tulip', 'White Tulip', 'Pink Tulip' },
}
table.insert( itemVariants['Dye'], 1, 'White Dye' )
table.insert( itemVariants['Dye'], 1, 'Bone Meal' )
for aliasName, aliasItems in pairs( itemVariants ) do
	aliases['Any ' .. aliasName] = aliasItems
	aliases['Matching ' .. aliasName] = aliasItems
end

-- Discs --
local discs = { '13', 'Cat', 'Blocks', 'Chirp', 'Far', 'Mall', 'Mellohi', 'Stal', 'Strad', 'Ward', '11', 'Wait' }
for _, disc in ipairs( discs ) do
	local name = 'Music Disc ' .. disc
	aliases[name] = { title = '&b音乐唱片', name = name, text = '&7C418 - ' .. disc }
end

-- Damaged armor, tools and weapons --
local damagedItems = {
	'Arrow Loaded Crossbow',
	'Bow',
	'Carrot on a Stick',
	'Chainmail Boots',
	'Chainmail Chestplate',
	'Chainmail Helmet',
	'Chainmail Leggings',
	'Crossbow',
	'Diamond Axe',
	'Diamond Boots',
	'Diamond Chestplate',
	'Diamond Helmet',
	'Diamond Hoe',
	'Diamond Leggings',
	'Diamond Pickaxe',
	'Diamond Shovel',
	'Diamond Sword',
	'Elytra',
	'Firework Loaded Crossbow',
	'Fishing Rod',
	'Flint and Steel',
	'Golden Axe',
	'Golden Boots',
	'Golden Chestplate',
	'Golden Helmet',
	'Golden Hoe',
	'Golden Leggings',
	'Golden Pickaxe',
	'Golden Shovel',
	'Golden Sword',
	'Iron Axe',
	'Iron Boots',
	'Iron Chestplate',
	'Iron Helmet',
	'Iron Hoe',
	'Iron Leggings',
	'Iron Pickaxe',
	'Iron Shovel',
	'Iron Sword',
	'Leather Boots',
	'Leather Tunic',
	'Leather Cap',
	'Leather Pants',
	'Shears',
	'Shield',
	'Stone Axe',
	'Stone Hoe',
	'Stone Pickaxe',
	'Stone Shovel',
	'Stone Sword',
	'Wooden Axe',
	'Wooden Hoe',
	'Wooden Pickaxe',
	'Wooden Shovel',
	'Wooden Sword'
}
local damagedItemc = {
	'装填箭的弩',
	'弓',
	'胡萝卜钓竿',
	'锁链靴子',
	'锁链胸甲',
	'锁链头盔',
	'锁链护腿',
	'弩',
	'钻石斧',
	'钻石靴子',
	'钻石胸甲',
	'钻石头盔',
	'钻石锄',
	'钻石护腿',
	'钻石镐',
	'钻石锹',
	'钻石剑',
	'鞘翅',
	'装填烟花的弩',
	'钓鱼竿',
	'打火石',
	'金斧',
	'金靴子',
	'金胸甲',
	'金头盔',
	'金锄',
	'金护腿',
	'金镐',
	'金锹',
	'金剑',
	'铁斧',
	'铁靴子',
	'铁胸甲',
	'铁头盔',
	'铁锄',
	'铁护腿',
	'铁镐',
	'铁锹',
	'铁剑',
	'皮革靴子',
	'皮革外套',
	'皮革帽子',
	'皮革裤子',
	'剪刀',
	'盾牌',
	'石斧',
	'石锄',
	'石镐',
	'石锹',
	'石剑',
	'三叉戟',
	'木斧',
	'木锄',
	'木镐',
	'木锹',
	'木剑'
}
for i, item in ipairs( damagedItems ) do
	local name = 'Damaged ' .. item
    aliases[name] = { title = damagedItemc[i], name = name }
end

-- Banners and colored items --
local patterns = {
	'Base Dexter Canton',
	'Base',
	'Base Gradient',
	'Base Indented',
	'Base Sinister Canton',
	'Bend',
	'Bend Sinister',
	'Bordure',
	'Bordure Indented',
	'Chevron',
	'Chief Dexter Canton',
	'Chief',
	'Chief Indented',
	'Chief Sinister Canton',
	'Creeper Charge',
	'Cross',
	'Fess',
	'Field Masoned',
	'Flower Charge',
	'Gradient',
	'Inverted Chevron',
	'Lozenge',
	'Thing',
	'Pale',
	'Pale Dexter',
	'Pale Sinister',
	'Paly',
	'Per Bend',
	'Per Bend Inverted',
	'Per Bend Sinister',
	'Per Bend Sinister Inverted',
	'Per Fess',
	'Per Fess Inverted',
	'Per Pale',
	'Per Pale Inverted',
	'Roundel',
	'Saltire',
	'Skull Charge'
}
local patterna = {
	'右底',
	'底',
	'',
	'',
	'左底',
	'右',

	'左',
	'',
	'',
	'底',
	'右顶',

	'顶',
	'',
	'左顶',
	'',
	'',

	'中',
	'',
	'',
	'',
	'顶',

	'',
	'',
	'中',
	'右',
	'左',

	'',
	'',
	'',
	'',
	'',

	'',
	'',
	'',
	'',
	'',

	'',
	'',
	'',
	'底',
	'顶'
}
local patternb = {
	'方',
	'横条',
	'色自下渐淡',
	'色底波纹',
	'方',

	'斜条',
	'斜条',
	'色方框边',
	'色波纹边',
	'三角',

	'方',
	'横条',
	'色顶波纹',
	'方',
	'色苦力怕盾徽',

	'正十字',
	'横条',
	'色砖纹',
	'色花朵盾徽',
	'色自上渐淡',

	'三角',
	'色菱形',
	'色Mojang徽标',
	'竖条',
	'竖条',

	'竖条',
	'竖条纹',
	'色左上三角',
	'色右下三角',
	'色右上三角',

	'色左下三角',
	'色上半方形',
	'色下半方形',
	'色右半方形',
	'色左半方形',

	'色圆形',
	'斜十字',
	'色头颅盾徽'
}
local colors = {
	'White',
	'White',
	'Orange',
	'Magenta',
	'Light Blue',
	'Yellow',
	'Lime',
	'Pink',
	'Gray',
	'Light Gray',
	'Cyan',
	'Purple',
	'Blue',
	'Blue',
	'Brown',
	'Brown',
	'Green',
	'Red',
	'Black',
	'Black'
}
local colora = {
	'白',
	'白',
	'橙',
	'品红',
	'淡蓝',
	'黄',
	'黄绿',
	'粉红',
	'灰',
	'淡灰',
	'青',
	'紫',
	'蓝',
	'蓝',
	'棕',
	'棕',
	'绿',
	'红',
	'黑',
	'黑'
}
local colorc = {
	'白色',
	'白色',
	'橙色',
	'品红色',
	'淡蓝色',
	'黄色',
	'黄绿色',
	'粉红色',
	'灰色',
	'淡灰色',
	'青色',
	'紫色',
	'蓝色',
	'蓝色',
	'棕色',
	'棕色',
	'绿色',
	'红色',
	'黑色',
	'黑色'
}

-- Firework Stars --
local fireworkStar = {}
for i, color in ipairs( colors ) do
	local name = color .. ' Firework Star'
    aliases[name] = { title = '烟火之星', name = name, text = '&7' .. colorc[i] }
	table.insert( fireworkStar, aliases[name] )
	for j, pattern in ipairs( patterns ) do
		name = color .. ' ' .. pattern .. ' Banner'
        aliases[name] = { title = '旗帜', name = name, text = '&7' .. patterna[j] .. '' .. colora[i] .. '' .. patternb[j] }
	end
end
aliases['Any Firework Star'] = fireworkStar
aliases['Matching Firework Star'] = fireworkStar

-- Items that use the sixteen colors --
local coloredItems = {
	'Balloon',
	'Banner',
	'Bed',
	'Carpet',
	'Concrete',
	'Concrete Powder',
	'Glazed Terracotta',
	'Hardened $1 Stained Glass',
	'Hardened $1 Stained Glass Pane',
	'Shield',
	'Shulker Box',
	'Stained Glass',
	'Stained Glass Pane',
	'Wool'
}
for _, item in ipairs( coloredItems ) do
	local coloredItemAliases = {}
	local itemName = ''
	
	for _, color in ipairs( colors ) do
		if item:find( '%$1' ) then
			itemName = string.gsub( item, '%$1', color )
		else
			itemName = color .. ' ' .. item
		end
		table.insert( coloredItemAliases, itemName )
	end
	
	item = item:gsub( '%$1 ', '')
	aliases['Any ' .. item] = coloredItemAliases
	aliases['Matching ' .. item] = coloredItemAliases
end

-- list of all potions with no effects
local noEffects = {
	'Water Bottle',
	'Awkward Potion',
	'Thick Potion',
	'Mundane Potion',
	'Uncraftable Potion',
	'Splash Water Bottle',
	'Awkward Splash Potion',
	'Thick Splash Potion',
	'Mundane Splash Potion',
	'Uncraftable Splash Potion',
	'Lingering Water Bottle',
	'Awkward Lingering Potion',
	'Thick Lingering Potion',
	'Mundane Lingering Potion',
	'Uncraftable Lingering Potion',
	'Tipped Arrow',
	'Arrow of Splashing',
	'Uncraftable Tipped Arrow',
}
for _, name in ipairs(noEffects) do
	aliases[name] = { name = name, text = '&7无效果' }
end

-- start these lists with the no effect items as names are not normal
local potionItems = {
	['Potion'] = {
		aliases['Water Bottle'],
		aliases['Awkward Potion'],
		aliases['Thick Potion'],
		aliases['Mundane Potion'],
	},
	['Splash Potion'] = {
		aliases['Splash Water Bottle'],
		aliases['Awkward Splash Potion'],
		aliases['Thick Splash Potion'],
		aliases['Mundane Splash Potion'],
	},
	['Lingering Potion'] = {
		aliases['Lingering Water Bottle'],
		aliases['Awkward Lingering Potion'],
		aliases['Thick Lingering Potion'],
		aliases['Mundane Lingering Potion'],
	},
	['Tipped Arrow'] = {
		aliases['Arrow of Splashing'],
	},
}

-- Potions --
local effects = {
	-- durations are in the order normal, extended, enhanced
	{name = 'Regeneration', effect = '&9生命恢复', enhanced = 'II',
		durations = { normal = { '0:45', '1:30', '0:22' }, lingering = { '0:11', '0:22', '0:05' }, arrow = { '0:05', '0:11', '0:02' }}},
	{ name = 'Swiftness', effect = '&9速度', enhanced = 'II', 
		durations = { normal = { '3:00', '8:00', '1:30' }, lingering = { '0:45', '2:00', '0:22' }, arrow = { '0:22', '1:00', '0:11' }}},
	{ name = 'Fire Resistance', effect = '&9防火', durations = { normal = { '3:00', '8:00' }, lingering = { '0:45', '2:00' }, arrow = { '0:22', '1:00' }}},
	{ name = 'Poison', effect = '&c中毒', enhanced = 'II', 
		durations = { normal = { '0:45', '1:30', '0:21' }, lingering = { '0:11', '0:22', '0:05' }, arrow = { '0:05', '0:11', '0:02' }}},
	{ name = 'Healing', effect = '&9瞬间治疗', enhanced = 'II' },
	{ name = 'Night Vision',    effect = '&9夜视',    durations = { normal = { '3:00', '8:00' }, lingering = { '0:45', '2:00' }, arrow = { '0:22', '1:00' }}},
	{ name = 'Weakness',        effect = '&c虚弱',        durations = { normal = { '1:30', '4:00' }, lingering = { '0:22', '1:00' }, arrow = { '0:11', '0:30' }}},
	{ name = 'Strength', effect = '&9力量', enhanced = 'II', 
		durations = { normal = { '3:00', '8:00', '1:30'}, lingering = {'0:45', '2:00', '0:22'}, arrow = { '0:22', '1:00', '0:11' }}},
	{ name = 'Slowness', effect = '&c缓慢', enhanced = 'IV', 
		durations = { normal = { '1:30', '4:00', '0:20'}, lingering = {'0:22', '1:00', '0:05'}, arrow = { '0:11', '0:30', '0:02' }}},
	{ name = 'Leaping', effect = '&9跳跃提升', enhanced = 'II', 
		durations = { normal = { '3:00', '8:00', '1:30' }, lingering = {'0:45', '2:00', '0:22'}, arrow = { '0:22', '1:00', '0:11' }}},
	{ name = 'Harming', effect = '&c瞬间伤害', enhanced = 'II' },
	{ name = 'Water Breathing', effect = '&9水下呼吸', durations = { normal = { '3:00', '8:00' }, lingering = { '0:45', '2:00' }, arrow = { '0:22', '1:00' }}},
	{ name = 'Invisibility',    effect = '&9隐身',    durations = { normal = { '3:00', '8:00' }, lingering = { '0:45', '2:00' }, arrow = { '0:22', '1:00' }}},
	{ name = 'Slow Falling',    effect = '&9缓降',    durations = { normal = { '1:30', '4:00' }, lingering = { '0:22', '1:00' }, arrow = { '0:11', '0:30' }}},
	{ name = 'Luck',  effect = '&9幸运',   durations = { normal = { '5:00' }, lingering = { '1:15' }, arrow = { '0:37' }}},
	{ name = 'Decay', effect = '&c凋零', durations = { normal = { '0:40' }, lingering = { '0:10' }, arrow = { '0:05' }}},
	{ name = 'the Turtle Master', text = '&c缓慢 IV($1)/&9抗性提升 III($1)', enhanced = '&c缓慢 VI($1)/&9抗性提升 IV($1)',
		durations = { normal = { '0:20', '0:40', '0:20' }, lingering = { '0:15', '0:45', '0:15' }, arrow = {  '0:07', '0:22', '0:07' }}}
}
local types = {
	{name = 'Potion',           durations = 'normal',    text = 'Potion of '},
	{name = 'Splash Potion',    durations = 'normal',    text = 'Splash Potion of '},
	{name = 'Lingering Potion', durations = 'lingering', text = 'Lingering Potion of '},
	{name = 'Tipped Arrow',     durations = 'arrow',     text = 'Arrow of '},
}

for _, effect in ipairs(effects) do
	for _, type in ipairs(types) do
		-- form name, it will be reused
		local name = type.text .. effect.name
		
		-- if we have durations, add times
		if effect.durations then
			local durations = effect.durations[type.durations]
			
			-- turtle master is weird, so just do a fancy string replacement
			if effect.text then
				aliases[name] = { name = name, text = string.gsub( effect.text, '%$1', durations[1] ) }
				aliases[name .. ' Extended'] = { name = name, text = string.gsub( effect.text, '%$1', durations[2] ) }
				aliases[name .. ' Enhanced'] = { name = name, text = string.gsub( effect.enhanced, '%$1', durations[3] ) }
			else
				-- we always have normal
				aliases[name] = { name = name, text = string.format( '%s (%s)', effect.effect, durations[1] ) }
			
				-- ensure we have extended
				if durations[2] then
					aliases[name .. ' Extended'] = { name = name, text = string.format( '%s(%s)', effect.effect, durations[2] ) }
					
					-- and enhanced, currently there is nothing with a duration that can be extended but not enhanced
					if effect.enhanced then
						aliases[name .. ' Enhanced'] = { name = name, text = string.format( '%s %s (%s)', effect.effect, effect.enhanced, durations[3] ) }
					end
				end
			end
		else
			-- otherwise its just effect, currently every potion with no duration can be enhanced
			aliases[name] = { name = name, text = effect.effect}
			aliases[name .. ' Enhanced'] = { name = name, text = effect.effect .. ' ' .. effect.enhanced }
		end
		
		-- add the base potion to the any list
		table.insert(potionItems[type.name], aliases[name])
	end
end


-- build the any lists
for item, potionAliases in pairs( potionItems ) do
	aliases['Any ' .. item] = potionAliases
	aliases['Matching ' .. item] = potionAliases
end

-- Wood --
local woods = {
	'Oak',
	'Spruce',
	'Birch',
	'Jungle',
	'Acacia',
	'Dark Oak'
}
local woodItems = {
	'Wood',
	'Log',
	'Planks',
	'Fence Gate',
	'Boat',
	'wood Door',
	'wood Fence',
	'wood Button',
	'wood Pressure Plate',
	'wood Trapdoor',
	'wood Slab',
	'wood Stairs',
	'Stripped $1 Log',
	'Stripped $1 Wood',
	'Wood Planks',
	'Wood Slab',
	'Wood Stairs',
}

for _, item in ipairs( woodItems ) do
	local itemName = ''
	local woodAliases = {}
	
	for _, wood in ipairs( woods ) do
		if item:find('wood') then
			itemName = string.gsub( item, 'wood', wood )
		elseif item:find('%$1') then
			itemName = string.gsub( item, '%$1', wood )
		else
			itemName = wood .. ' ' .. item
		end
		table.insert( woodAliases, itemName )
	end
	
	item = string.gsub( item, '%$1 ', '' )
	aliases['Any ' .. item] = woodAliases
	aliases['Matching ' .. item] = woodAliases
end


-- Bedrock Edition Items --
local editionItems = {
	BE = {
		'Bow',
		'Bucket of Pufferfish',
		'Bucket of Tropical Fish',
		'Spawn Cat',
		'Chest',
		'Cobblestone Wall',
		'Ender Chest',
		'Glass Pane',
		'Horn Coral Block',
		'Iron Bars',
		'Lava',
		'Flowing Lava',
		'Minecart with Command Block',
		'Mossy Cobblestone Wall',
		'Oak Fence Gate',
		'Observer',
		'Spawn Panda',
		'Peony',
		'Rose Bush',
		'Scaffolding',
		'Stonecutter',
	},
	LCE = {
		'Peony',
		'Rose Bush'
	}
}
for edition, items in pairs(editionItems) do
	for _, item in ipairs(items) do
		local name = item .. ' ' .. edition
		aliases[name] = { title = item, name = name }
	end
end

return aliases
Advertisement