1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-14 10:13:13 +02:00
RedMew/map_gen/data/presets/gear_96by96.lua
2018-11-21 08:42:39 -05:00

102 lines
2.6 KiB
Lua

return {
height = 96,
width = 96,
data = {
{1,40,2,16,1,40,},
{1,40,2,16,1,40,},
{1,40,2,16,1,40,},
{1,39,2,18,1,39,},
{1,39,2,18,1,39,},
{1,39,2,18,1,39,},
{1,38,2,20,1,38,},
{1,38,2,20,1,38,},
{1,18,2,2,1,18,2,20,1,18,2,2,1,18,},
{1,17,2,5,1,16,2,20,1,17,2,4,1,17,},
{1,16,2,7,1,14,2,22,1,14,2,7,1,16,},
{1,15,2,10,1,11,2,24,1,11,2,10,1,15,},
{1,14,2,13,1,6,2,30,1,6,2,13,1,14,},
{1,13,2,16,1,2,2,34,1,2,2,16,1,13,},
{1,12,2,72,1,12,},
{1,11,2,74,1,11,},
{1,10,2,76,1,10,},
{1,9,2,78,1,9,},
{1,8,2,80,1,8,},
{1,9,2,78,1,9,},
{1,10,2,77,1,9,},
{1,10,2,76,1,10,},
{1,11,2,74,1,11,},
{1,11,2,74,1,11,},
{1,12,2,72,1,12,},
{1,12,2,72,1,12,},
{1,13,2,70,1,13,},
{1,13,2,70,1,13,},
{1,14,2,68,1,14,},
{1,14,2,68,1,14,},
{1,14,2,68,1,14,},
{1,13,2,31,1,8,2,31,1,13,},
{1,13,2,28,1,14,2,28,1,13,},
{1,12,2,27,1,18,2,27,1,12,},
{1,12,2,26,1,20,2,26,1,12,},
{1,12,2,25,1,22,2,25,1,12,},
{1,11,2,25,1,24,2,25,1,11,},
{1,8,2,27,1,26,2,27,1,8,},
{1,5,2,29,1,28,2,29,1,5,},
{1,2,2,31,1,30,2,31,1,2,},
{2,33,1,30,2,33,},
{2,32,1,32,2,32,},
{2,32,1,32,2,32,},
{2,32,1,32,2,32,},
{2,31,1,34,2,31,},
{2,31,1,34,2,31,},
{2,31,1,34,2,31,},
{2,31,1,34,2,31,},
{2,31,1,34,2,31,},
{2,31,1,34,2,31,},
{2,31,1,34,2,31,},
{2,31,1,34,2,31,},
{2,32,1,32,2,32,},
{2,32,1,32,2,32,},
{2,32,1,32,2,32,},
{1,1,2,32,1,30,2,32,1,1,},
{1,4,2,29,1,30,2,29,1,4,},
{1,8,2,26,1,28,2,26,1,8,},
{1,11,2,24,1,26,2,24,1,11,},
{1,11,2,25,1,24,2,25,1,11,},
{1,12,2,25,1,22,2,25,1,12,},
{1,12,2,26,1,20,2,26,1,12,},
{1,12,2,27,1,18,2,27,1,12,},
{1,13,2,28,1,14,2,28,1,13,},
{1,13,2,31,1,8,2,31,1,13,},
{1,14,2,68,1,14,},
{1,14,2,68,1,14,},
{1,13,2,70,1,13,},
{1,13,2,70,1,13,},
{1,12,2,72,1,12,},
{1,12,2,72,1,12,},
{1,11,2,74,1,11,},
{1,11,2,74,1,11,},
{1,10,2,76,1,10,},
{1,10,2,77,1,9,},
{1,9,2,78,1,9,},
{1,8,2,80,1,8,},
{1,8,2,80,1,8,},
{1,9,2,78,1,9,},
{1,10,2,76,1,10,},
{1,11,2,74,1,11,},
{1,12,2,72,1,12,},
{1,13,2,15,1,3,2,34,1,3,2,15,1,13,},
{1,14,2,12,1,7,2,30,1,7,2,12,1,14,},
{1,15,2,9,1,12,2,24,1,12,2,9,1,15,},
{1,16,2,6,1,15,2,22,1,15,2,6,1,16,},
{1,17,2,4,1,17,2,21,1,17,2,3,1,17,},
{1,18,2,1,1,19,2,20,1,19,2,1,1,18,},
{1,38,2,20,1,38,},
{1,38,2,20,1,38,},
{1,39,2,18,1,39,},
{1,39,2,18,1,39,},
{1,39,2,18,1,39,},
{1,40,2,16,1,40,},
{1,40,2,16,1,40,},
{1,40,2,16,1,40,},
}
}