1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-16 10:19:27 +02:00
RedMew/map_gen/presets/crash_site/outpost_data/thin_walls.lua

174 lines
5.9 KiB
Lua
Raw Normal View History

2018-07-20 23:01:34 +02:00
local ob = require 'map_gen.presets.crash_site.outpost_builder'
2018-07-28 14:04:14 +02:00
local walls = {
2018-07-20 23:01:34 +02:00
ob.make_4_way {
force = 'player',
[1] = {entity = {name = 'stone-wall'}},
[2] = {entity = {name = 'stone-wall'}},
[3] = {entity = {name = 'stone-wall'}},
[4] = {entity = {name = 'stone-wall'}},
[5] = {entity = {name = 'stone-wall'}},
2018-07-28 14:04:14 +02:00
[6] = {entity = {name = 'stone-wall'}},
[7] = {tile = 'stone-path'},
[8] = {tile = 'stone-path'},
[9] = {tile = 'stone-path'},
[10] = {tile = 'stone-path'},
[11] = {tile = 'stone-path'},
[12] = {tile = 'stone-path'},
[13] = {tile = 'stone-path'},
[14] = {tile = 'stone-path'},
[15] = {tile = 'stone-path'},
[16] = {tile = 'stone-path'},
[17] = {tile = 'stone-path'},
[18] = {tile = 'stone-path'},
[19] = {tile = 'stone-path'},
[20] = {tile = 'stone-path'},
[21] = {tile = 'stone-path'},
[22] = {tile = 'stone-path'},
[23] = {tile = 'stone-path'},
[24] = {tile = 'stone-path'},
[25] = {tile = 'stone-path'},
[26] = {tile = 'stone-path'},
[27] = {tile = 'stone-path'},
[28] = {tile = 'stone-path'},
[29] = {tile = 'stone-path'},
[30] = {tile = 'stone-path'},
[31] = {tile = 'stone-path'},
[32] = {tile = 'stone-path'},
[33] = {tile = 'stone-path'},
[34] = {tile = 'stone-path'},
[35] = {tile = 'stone-path'},
[36] = {tile = 'stone-path'}
2018-07-20 23:01:34 +02:00
},
ob.make_4_way {
2018-07-28 14:04:14 +02:00
force = 'player',
2018-07-20 23:01:34 +02:00
[1] = {entity = {name = 'stone-wall'}},
[2] = {entity = {name = 'stone-wall'}},
[3] = {entity = {name = 'stone-wall'}},
[4] = {entity = {name = 'stone-wall'}},
[5] = {entity = {name = 'stone-wall'}},
[6] = {entity = {name = 'stone-wall'}},
[7] = {entity = {name = 'stone-wall'}},
2018-07-28 14:04:14 +02:00
[8] = {tile = 'stone-path'},
[9] = {tile = 'stone-path'},
[10] = {tile = 'stone-path'},
[11] = {tile = 'stone-path'},
[12] = {tile = 'stone-path'},
2018-07-20 23:01:34 +02:00
[13] = {entity = {name = 'stone-wall'}},
2018-07-28 14:04:14 +02:00
[14] = {tile = 'stone-path'},
[15] = {tile = 'stone-path'},
[16] = {tile = 'stone-path'},
[17] = {tile = 'stone-path'},
[18] = {tile = 'stone-path'},
2018-07-20 23:01:34 +02:00
[19] = {entity = {name = 'stone-wall'}},
2018-07-28 14:04:14 +02:00
[20] = {tile = 'stone-path'},
[21] = {tile = 'stone-path'},
[22] = {tile = 'stone-path'},
[23] = {tile = 'stone-path'},
[24] = {tile = 'stone-path'},
2018-07-20 23:01:34 +02:00
[25] = {entity = {name = 'stone-wall'}},
2018-07-28 14:04:14 +02:00
[26] = {tile = 'stone-path'},
[27] = {tile = 'stone-path'},
[28] = {tile = 'stone-path'},
[29] = {tile = 'stone-path'},
[30] = {tile = 'stone-path'},
[31] = {entity = {name = 'stone-wall'}},
[32] = {tile = 'stone-path'},
[33] = {tile = 'stone-path'},
[34] = {tile = 'stone-path'},
[35] = {tile = 'stone-path'},
[36] = {tile = 'stone-path'}
2018-07-20 23:01:34 +02:00
},
ob.make_4_way {
2018-07-28 14:04:14 +02:00
force = 'player',
[1] = {entity = {name = 'stone-wall'}},
[2] = {tile = 'stone-path'},
[3] = {tile = 'stone-path'},
[4] = {tile = 'stone-path'},
[5] = {tile = 'stone-path'},
[6] = {tile = 'stone-path'},
[7] = {tile = 'stone-path'},
[8] = {tile = 'stone-path'},
[9] = {tile = 'stone-path'},
[10] = {tile = 'stone-path'},
[11] = {tile = 'stone-path'},
[12] = {tile = 'stone-path'},
[13] = {tile = 'stone-path'},
[14] = {tile = 'stone-path'},
[15] = {tile = 'stone-path'},
[16] = {tile = 'stone-path'},
[17] = {tile = 'stone-path'},
[18] = {tile = 'stone-path'},
[19] = {tile = 'stone-path'},
[20] = {tile = 'stone-path'},
[21] = {tile = 'stone-path'},
[22] = {tile = 'stone-path'},
[23] = {tile = 'stone-path'},
[24] = {tile = 'stone-path'},
[25] = {tile = 'stone-path'},
[26] = {tile = 'stone-path'},
[27] = {tile = 'stone-path'},
[28] = {tile = 'stone-path'},
[29] = {tile = 'stone-path'},
[30] = {tile = 'stone-path'},
[31] = {tile = 'stone-path'},
[32] = {tile = 'stone-path'},
[33] = {tile = 'stone-path'},
[34] = {tile = 'stone-path'},
[35] = {tile = 'stone-path'},
[36] = {tile = 'stone-path'}
}
}
local bases = {
ob.make_1_way {
[1] = {tile = 'stone-path'},
[2] = {tile = 'stone-path'},
[3] = {tile = 'stone-path'},
[4] = {tile = 'stone-path'},
[5] = {tile = 'stone-path'},
[6] = {tile = 'stone-path'},
[7] = {tile = 'stone-path'},
[8] = {tile = 'stone-path'},
[9] = {tile = 'stone-path'},
[10] = {tile = 'stone-path'},
[11] = {tile = 'stone-path'},
[12] = {tile = 'stone-path'},
[13] = {tile = 'stone-path'},
[14] = {tile = 'stone-path'},
[15] = {tile = 'stone-path'},
[16] = {tile = 'stone-path'},
[17] = {tile = 'stone-path'},
[18] = {tile = 'stone-path'},
[19] = {tile = 'stone-path'},
[20] = {tile = 'stone-path'},
[21] = {tile = 'stone-path'},
[22] = {tile = 'stone-path'},
[23] = {tile = 'stone-path'},
[24] = {tile = 'stone-path'},
[25] = {tile = 'stone-path'},
[26] = {tile = 'stone-path'},
[27] = {tile = 'stone-path'},
[28] = {tile = 'stone-path'},
[29] = {tile = 'stone-path'},
[30] = {tile = 'stone-path'},
[31] = {tile = 'stone-path'},
[32] = {tile = 'stone-path'},
[33] = {tile = 'stone-path'},
[34] = {tile = 'stone-path'},
[35] = {tile = 'stone-path'},
[36] = {tile = 'stone-path'}
2018-07-20 23:01:34 +02:00
}
}
2018-07-28 14:04:14 +02:00
return {
settings = {
blocks = 20,
variance = 3,
min_step = 2,
max_level = 2
},
walls = {walls},
bases = {bases}
}