1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-02-09 13:37:05 +02:00
RedMew/map_gen/data/presets/gear_64by64.lua
2023-07-01 19:45:05 +01:00

70 lines
1.5 KiB
Lua

return {
height = 64,
width = 64,
data = {
{1,27,2,10,1,27,},
{1,27,2,10,1,27,},
{1,26,2,12,1,26,},
{1,26,2,12,1,26,},
{1,26,2,12,1,26,},
{1,25,2,14,1,25,},
{1,11,2,4,1,10,2,14,1,10,2,4,1,11,},
{1,10,2,6,1,8,2,16,1,8,2,6,1,10,},
{1,9,2,9,1,4,2,20,1,4,2,9,1,9,},
{1,8,2,48,1,8,},
{1,7,2,50,1,7,},
{1,6,2,52,1,6,},
{1,6,2,52,1,6,},
{1,6,2,52,1,6,},
{1,6,2,52,1,6,},
{1,7,2,50,1,7,},
{1,8,2,48,1,8,},
{1,8,2,48,1,8,},
{1,9,2,46,1,9,},
{1,9,2,46,1,9,},
{1,9,2,46,1,9,},
{1,9,2,19,1,2,2,4,1,2,2,19,1,9,},
{1,8,2,18,1,4,2,4,1,4,2,18,1,8,},
{1,8,2,17,1,5,2,4,1,5,2,17,1,8,},
{1,7,2,17,1,6,2,4,1,6,2,17,1,7,},
{1,5,2,18,1,7,2,4,1,7,2,18,1,5,},
{1,2,2,20,1,8,2,4,1,8,2,20,1,2,},
{2,22,1,8,2,4,1,8,2,22,},
{2,21,1,9,2,4,1,9,2,21,},
{2,21,1,9,2,4,1,9,2,21,},
{2,64,},
{2,64,},
{2,64,},
{2,64,},
{2,21,1,9,2,4,1,9,2,21,},
{2,21,1,9,2,4,1,9,2,21,},
{2,22,1,8,2,4,1,8,2,22,},
{1,2,2,20,1,8,2,4,1,8,2,20,1,2,},
{1,5,2,18,1,7,2,4,1,7,2,18,1,5,},
{1,7,2,17,1,6,2,4,1,6,2,17,1,7,},
{1,8,2,17,1,5,2,4,1,5,2,17,1,8,},
{1,8,2,18,1,4,2,4,1,4,2,18,1,8,},
{1,9,2,19,1,2,2,4,1,2,2,19,1,9,},
{1,9,2,46,1,9,},
{1,9,2,46,1,9,},
{1,9,2,46,1,9,},
{1,8,2,48,1,8,},
{1,8,2,48,1,8,},
{1,7,2,50,1,7,},
{1,6,2,52,1,6,},
{1,6,2,52,1,6,},
{1,6,2,52,1,6,},
{1,6,2,52,1,6,},
{1,7,2,50,1,7,},
{1,8,2,48,1,8,},
{1,9,2,9,1,4,2,20,1,4,2,9,1,9,},
{1,10,2,6,1,8,2,16,1,8,2,6,1,10,},
{1,11,2,4,1,10,2,14,1,10,2,4,1,11,},
{1,25,2,14,1,25,},
{1,26,2,12,1,26,},
{1,26,2,12,1,26,},
{1,26,2,12,1,26,},
{1,27,2,10,1,27,},
{1,27,2,10,1,27,},
}
}