Minecraft Wiki
мНемає опису редагування
мНемає опису редагування
(Не показані 3 проміжні версії цього користувача)
Рядок 133: Рядок 133:
 
end
 
end
 
 
local sprite = require( [[Модуль:Спрайт2]] )
+
local sprite = require( [[Модуль:Спрайт]] )
 
local hardness = require( [[Модуль:Block value]] ).value
 
local hardness = require( [[Модуль:Block value]] ).value
 
 

Версія за 05:23, 14 червня 2019

local p = {}

local breakingTimeHeader;
local function getBreakingTimeHeader( f )
    if breakingTimeHeader == nil then
        breakingTimeHeader = 'Час [[Добування|руйнування]]' .. f:preprocess( '<ref group="note" name="breakingtimenote">Час для незачарованних інструментів в секундах.</ref>' )
    end
    return breakingTimeHeader
end

p.row = function( f )
	local args = require( [[Модуль:ProcessArgs]] ).norm()
	
	local getDplVar = function( var )
		local val = f:callParserFunction( '#dplvar', 'breaking ' .. var )
		if val == '' then
			val = false
		end
		return val
	end
	local dplVars = {}
	local setDplVar = function( var, val )
		table.insert( dplVars, 'breaking ' .. var )
		table.insert( dplVars, val or '1' )
	end
		
	local rows = {}
	local tableParts = {}
	local categories = {}
	
	local horizontal
	if args["встовпчик"] or args[1]:match( ';' ) then
		horizontal = true
	end
	local showTool = true
	local showShears = true
	local showSword = true
	local header, sortable, simple
	if horizontal or not getDplVar( 'header' ) then
		if args["приховатиінструмент"] or horizontal and ( not args[2] or args[2]:lower() == 'Будь-який' or args[2]:lower() == 'Ні' ) then
			showTool = false
			setDplVar( 'hidetool' )
			breakingTimeHeader = 'Час [[Добування|руйнування]]'
		end
		if args["приховатиножиці"] or horizontal and not args["ножиці"] then
			showShears = false
			setDplVar( 'hideshears' )
		end
		if args["приховатимеч"] or horizontal and not args["меч"] then
			showSword = false
			setDplVar( 'hidesword' )
		end
		
		sortable = not horizontal and args["сортування"]
		if sortable then
			setDplVar( 'sortable' )
		end
		simple = args.simple
		if simple and not horizontal then
			setDplVar( 'simple' )
		end
		
		local tableClasses = { 'wikitable' }
		if sortable then
			table.insert( tableClasses, 'sortable' )
		end
		table.insert( rows, ' {| class="' .. table.concat( tableClasses, ' ' ) .. '" style="text-align:center"' )
		
		local sortType = ''
		if sortable then
			sortType = 'data-sort-type="number"'
		end
		local rowspan = ''
		if not horizontal then
			rowspan = 'rowspan="2" '
		end
		header = {
			'! ' .. rowspan .. ' | Блок'
		}
		
		if not simple then
			table.insert( header, '! ' .. rowspan .. sortType .. ' | Міцність' )
			if showTool then
				table.insert( header, '! ' .. rowspan .. ' | Інструмент' )
			end
		end
		
		local toolColumns = {}
		if showTool then
			local firsttool = mw.text.trim( simple and 'Інструмент' or args[2] or 'Будь-яке' ):gsub( '^%l', string.upper )
			firsttool = mw.text.split( firsttool, ';' )[1]
			if firsttool == 'Кайло' then
				toolColumns = { "Дерев'яне", "Кам'яне", "Залізне", "Діамантове", "Золоте" }
			elseif firsttool == 'Лопата' or 'Сокира' then
				toolColumns = { "Дерев'яна", "Кам'яна", "Залізна", "Діамантова", "Золота" }
			else
				toolColumns = { "Дерев'яний", "Кам'яний", "Залізний", "Діамантовий", "Золотий" }	
			end
		end
		table.insert(
			toolColumns, 1,
			'<abbr title="Сюди також відносяться варіанти, коли гравець використовує невідповідні інструменти або предмети, які не є інструментами.">Рука</abbr>'
		)
		if not simple then
			if showShears then
				table.insert( toolColumns, 'Ножиці' )
			end
			if showSword then
				table.insert( toolColumns, 'Меч' )
			end
		end
		
		if not horizontal then
			table.insert( header, '! colspan="' .. #toolColumns .. '" |' .. getBreakingTimeHeader( f ) )
			table.insert( header, '|-' )
		end
		
		for _, tool in ipairs( toolColumns ) do
			table.insert( header, '! ' .. sortType .. ' | ' .. tool )
		end
		
		if not horizontal then
			header = table.concat( header, '\n' )
			setDplVar( 'header', header )
		end
		table.insert( tableParts, header )
	else
		showTool = not getDplVar( 'hidetool' )
		showShears = not getDplVar( 'hideshears' )
		showSword = not getDplVar( 'hidesword' )
		sortable = getDplVar( 'sortable' )
		simple = getDplVar( 'simple' )
	end
	
	local sprite = require( [[Модуль:Спрайт]] )
	local hardness = require( [[Модуль:Block value]] ).value
	
	local fillCells = function( cellsTable, text, num )
		for i = 1, num do
			table.insert( cellsTable, text )
		end
	end
	local materialGrade = {
		Any = 0,
		Wooden = 1, Wood = 1,
		Golden = 1,
		Stone = 2,
		Iron = 3,
		Diamond = 4,
		None = 5,
		["Будь-який"] = 0, ["Будь-яка"] = 0, ["Будь-яке"] = 0,
		["Дерев'яний"] = 1, ["Дерев'яна"] = 1, ["Дерев'яне"] = 1,
		["Золотий"] = 1, ["Золота"] = 1, ["Золоте"] = 1,
		["Кам'яний"] = 2, ["Кам'яна"] = 2, ["Кам'яне"] = 2,
		["Залізний"] = 3, ["Залізна"] = 3, ["Залізне"] = 3,
		["Діамантовий"] = 4, ["Діамантова"] = 4, ["Діамантове"] = 4,
		["Ні"] = 5,
	}
	local materialSpeed = {
		None = 1,
		Any = 1,
		Wooden = 2, Wood = 2,
		Stone = 4,
		Iron = 6,
		Diamond = 8,
		Golden = 12,
		["Ні"] = 1,
		["Будь-який"] = 1, ["Будь-яка"] = 1, ["Будь-яке"] = 1,
		["Дерев'яний"] = 2, ["Дерев'яна"] = 2, ["Дерев'яне"] = 2,
		["Кам'яний"] = 4, ["Кам'яна"] = 4, ["Кам'яне"] = 4,
		["Залізний"] = 6, ["Залізна"] = 6, ["Залізне"] = 6,
		["Діамантовий"] = 8, ["Діамантова"] = 8, ["Діамантове"] = 8,
		["Золотий"] = 12, ["Золота"] = 12, ["Золоте"] = 12,
	}
	local insertBlock = function( blockArgs )
		local cells = {}
		local blocks = mw.text.split( blockArgs[1], '%s*,%s*' )
		local hardnessVal = tonumber( hardness{ blocks[1], type = 'hardness' } )
		if not hardnessVal then
			hardnessVal = '?'
		end
		local unbreakable
		if hardnessVal == -1 or blockArgs.liquid then
			unbreakable = true
		end
		
		local blockSprites = {}
		local links = mw.text.split( blockArgs.link or '', '%s*,%s*' )
		local ids = mw.text.split( blockArgs.sprite or '', '%s*,%s*' )
		local items = mw.text.split( blockArgs.item or '', '%s*,%s*' )
		for i, block in ipairs( blocks ) do
			local link
			if not links[i] and links[1] ~= '' then
				link = links[1]
			elseif links[i] ~= '' then
				link = links[i]
			end
			local id
			if not ids[i] and ids[1] ~= '' then
				id = ids[1]
			elseif ids[i] ~= '' then
				id = ids[i]
			end
			local blockText
			if args.textTrim then
				blockText = block:gsub( args.textTrim .. '$', '' )
			else
				blockText = block
			end
			local blockSpriteArgs = {
				data = 'Спрайт/Блок',
				block,
				text = blockText,
				link = link,
				id = id
			}
			if items[i] == '1' or not items[i] and items[1] == '1' then
				blockSpriteArgs.data = 'Спрайт/Предмет'
			end
			
			local image, spriteCat = sprite.link( blockSpriteArgs )
			table.insert( blockSprites, image )
			table.insert( categories, spriteCat )
		end
		table.insert( cells,
			'! style="text-align:left" | ' .. table.concat( blockSprites, '<br>' ) .. ( blockArgs.note or '' )
		)
		
		local tool = mw.text.trim( simple and 'Tool' or blockArgs[2] or 'Any' ):gsub( '^%l', string.upper )
		local material = mw.text.trim( simple and blockArgs[2] or blockArgs[3] or 'Any' ):gsub( '^%l', string.upper )
		if tool == 'Ні' then
			material = tool
		end
		if not simple then
			local hardnessText = hardnessVal
			if hardnessVal == -1 then
				hardnessText = ( sortable and 'data-sort-value="999" | ' or '' ) .. '∞'
			end
			table.insert( cells, '|' .. hardnessText )
			
			if showTool then
				local toolCell = '—'
				if tool ~= 'Будь-який' and tool ~= 'Ні' then
					if material == 'Wood' then
						material = 'Wooden'
					end
					local toolName = ( material ~= 'Any' and material .. ' ' or '' ) .. tool
					local image, spriteCat = sprite.sprite{
						data = 'Спрайт/Предмет',
						( material == 'Any' and 'Wooden ' or '' ) .. toolName,
						title = toolName,
						link = tool
					}
					toolCell = ( sortable and 'data-sort-value="' .. toolName .. '" |' or '' ) .. image
					table.insert( categories, spriteCat )
				end
				table.insert( cells, '|' .. toolCell )
			end
		end
		
		local choices = {}
		local getChoice = function( choice, text )
			if not choices[choice] then
				choices[choice] = f:expandTemplate{ title = 'Table Choice', args = { choice, '' } }
			end
			return choices[choice] .. text
		end
		
		if hardnessVal == '?' then
			fillCells( cells, '|?', 6 )
		else
			local processTime = function( num )
				if num < 0.05 then		-- Blocks have a minimum breaking time of 1 game tick (0.05 seconds)
					num = 0.05
				else					-- And they must be broken in multiples of 1 game tick (0.05 seconds)
					num = math.ceil( num * 20 ) / 20
				end
				return num
			end
			
			if unbreakable then
				table.insert( cells, '| ' .. ( sortable and 'data-sort-value="999" ' or '' ) .. getChoice( 'ні', '∞' ) )
				if showTool then
					fillCells( cells, '|—', 5 )
				end
			else
				local drop = 'так'
				if blockArgs.drop == '0' then
					drop = 'частково'
				end
				local requiredLevel = unbreakable and 999 or materialGrade[material]
				local insertMaterialCell = function( material )
					local willDrop = drop
					if materialGrade[material] < requiredLevel then
						willDrop = 'ні'
					end
					local breakTime = processTime( hardnessVal / materialSpeed[material] * ( willDrop == 'ні' and 5 or 1.5 ) )
					table.insert( cells, '|' .. getChoice( willDrop, breakTime ) )
				end
				
				if not showTool or tool == 'Будь-який' or tool == 'Ні' then
					insertMaterialCell( 'Будь-який' )
					if showTool then
						fillCells( cells, '|—', 5 )
					end
				else
					for _, material in ipairs{ 'Any', 'Wooden', 'Stone', 'Iron', 'Diamond', 'Golden' } do
						insertMaterialCell( material )
					end
				end
			end
			
			if not simple and ( showShears or showSword ) then
				local tools = {}
				if showShears then
					table.insert( tools, 'Ножиці' )
				end
				if showSword then
					table.insert( tools, 'Меч' )
				end
				if hardnessVal == '?' then
					fillCells( cells, '|?', #tools )
				else
					local toolSpeed = {
						['Ножиці'] = 1,
						['Меч'] = 1.5
					}
					if blocks[1] == 'Вовна' then
						toolSpeed['Ножиці'] = 5
					elseif blocks[1] == 'Листя' then
						toolSpeed['Ножиці'] = 15
					elseif blocks[1] == 'Павутиння' then
						toolSpeed['Меч'] = 15
						toolSpeed['Ножиці'] = 15
					end
					
					for _, tool in ipairs( tools ) do
						local toolDrop = blockArgs[mw.ustring.lower( tool )]
						if not toolDrop then
							table.insert( cells, '|—' )
						else
							local willDrop = 'так'
							if toolDrop == '0' then
								willDrop = 'частково'
							end
							
							local breakTime = processTime( hardnessVal / toolSpeed[tool] * 1.5 )
							table.insert( cells, '|' .. getChoice( willDrop, breakTime ) )
						end
					end
				end
			end
		end
		
		if not horizontal then
			cells = table.concat( cells, '\n' )
		end
		table.insert( tableParts, cells )
	end
	
	if horizontal then
		local blocksArgs = {}
		for _, arg in ipairs{ 1, 'note', 'sprite', 'link', 'item', 'drop', 2, 3, 'ножиці', 'меч' } do
			if args[arg] then
				local col = 0
				for colVal in mw.text.gsplit( args[arg], '%s*;%s*' ) do
					col = col + 1
					if colVal ~= '' then
						if not blocksArgs[col] then
							blocksArgs[col] = {}
						end
						
						blocksArgs[col][arg] = colVal
					end
				end
			end
		end
		for _, block in ipairs( blocksArgs ) do
			insertBlock( block )
		end
		
		local columns = #tableParts
		for row = 1, #tableParts[1] do
			local cells = {}
			for col = 1, columns do
				table.insert( cells, tableParts[col][row] )
			end
			table.insert( rows, table.concat( cells, '\n' ) )
		end
		
		-- Insert breaking time header after block row when simple, or after tool or hardness row when not
		table.insert( rows, simple and 3 or showTool and 5 or 4, '! colspan="' .. columns + 1 .. '" |' .. getBreakingTimeHeader( f ) )
	else
		insertBlock( args )
		for _, row in ipairs( tableParts ) do
			table.insert( rows, row )
		end
	end
	table.insert( rows, '' )
	
	local note = ''
	if args.foot or horizontal then
		note = f:preprocess( '<references group="note"/>' )
		
		if args.foot == '2' then
			table.insert( rows, header or getDplVar( 'header' ) )
		end
		table.insert( rows, '|}' )
		
		if not horizontal then
			f:callParserFunction( '#dplvar:set',
				'breaking header', '',
				'breaking hidetool', '',
				'breaking hideshears', '',
				'breaking hidesword', '',
				'breaking simple', '',
				'breaking sortable', ''
			)
		end
	elseif #dplVars > 0 then
		f:callParserFunction( '#dplvar:set', dplVars )
	end
	
	return table.concat( rows, '\n|-\n' ) .. note .. table.concat( categories )
end
return p