Update data.lua

This commit is contained in:
2023-05-09 18:24:28 +09:00
parent b352b95c6f
commit 5310a6d352

View File

@@ -54,7 +54,7 @@ end
-- item
local function EI(source, tier)
local item = table.deepcopy(data.raw.item[source.ref_name])
item.name = source.name .. '-' .. tier
item.place_result = source.name .. '-' .. tier
-- item.icons = {{icon = graphics_location .. source .. '-i.png', icon_mipmaps = 4, icon_size = 64}}