more buildings

master
Rochambeau 2018-06-27 20:58:38 +02:00
parent 960f13d9f5
commit cf0f7b9606
6 changed files with 5 additions and 2004 deletions

View File

@ -1,6 +1,10 @@
function settlements.build_schematic(pos)
-- list of schematics
local schematic_table = {schem_path.."hut.mts"}
local schematic_table = { schem_path.."hut.mts",
schem_path.."garden.mts",
schem_path.."lamp.mts",
schem_path.."tower.mts",
schem_path.."well.mts",}
-- pick one of those schematics
local building = schematic_table[math.random(1, #schematic_table)]
-- get building node material for better integration to surrounding

BIN
schematics/garden.mts Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

BIN
schematics/lamp.mts Normal file

Binary file not shown.

BIN
schematics/tower.mts Normal file

Binary file not shown.

BIN
schematics/well.mts Normal file

Binary file not shown.