added baking houses

This commit is contained in:
Sokomine 2014-11-27 03:24:00 +01:00
parent b8aa796915
commit 70d5d96dc0
5 changed files with 5 additions and 0 deletions

View File

@ -258,6 +258,11 @@ mg_villages.BUILDINGS = {
{scm="hochsitz_4", yoff=0, orients={0,1,2,3}, farming_plus=0, avoid='', typ='tower', weight={tower=1, single=1/3}, nomirror=1}, {scm="hochsitz_4", yoff=0, orients={0,1,2,3}, farming_plus=0, avoid='', typ='tower', weight={tower=1, single=1/3}, nomirror=1},
{scm="chateau_1", yoff=-1,orients={0,1,2,3}, farming_plus=0, avoid='', typ='chateau', weight={chateau=1,single=8}, pervillage=1}, {scm="chateau_1", yoff=-1,orients={0,1,2,3}, farming_plus=0, avoid='', typ='chateau', weight={chateau=1,single=8}, pervillage=1},
{scm="baking_house_1", yoff=0, orients={0}, farming_plus=0, avoid='', typ='bakery', weight={medieval=1/4}, pervillage=1, inh=-1},
{scm="baking_house_2", yoff=0, orients={0}, farming_plus=0, avoid='', typ='bakery', weight={medieval=1/4}, pervillage=1, inh=-1},
{scm="baking_house_3", yoff=0, orients={0}, farming_plus=0, avoid='', typ='bakery', weight={medieval=1/4}, pervillage=1, inh=-1},
{scm="baking_house_4", yoff=0, orients={0}, farming_plus=0, avoid='', typ='bakery', weight={medieval=1/4}, pervillage=1, inh=-1},
} }

BIN
schems/baking_house_1.mts Normal file

Binary file not shown.

BIN
schems/baking_house_2.mts Normal file

Binary file not shown.

BIN
schems/baking_house_3.mts Normal file

Binary file not shown.

BIN
schems/baking_house_4.mts Normal file

Binary file not shown.