--[[ *********************************************** * Description of an Entry for the Billboards: * *********************************************** { title = Name for the Billboard, If no Name is given: default = bb_item1_item2_item3 Recipe to craft: item1 = 1. Item for the recipe item2 = 2. Item for the recipe item3 = 3. Item for the recipe If an Item missed, default for: item1 = sign_wall_wood item2 = white item3 = white Size of the Billboard in Blocks scale = number If no scale is given, the default number is 1 filename = Filename for the Image If no filename is given, the filename = bb_item1_item2_item3 Typ of the taken Image (must be in textures): imgtyp = "Typ" If no Typ is given, the typ is png. } --]] boardlist = { { name = "swmap", title = "Subway Map Billboard", scale = 3.0, norecipe = true, filename = "index", imgtyp = "png" }, { name = "bigswmap", title = "BIG Subway Map Billboard", scale = 5.0, norecipe = true, filename = "index", imgtyp = "png" }, { name = "rowhouses", title = "Row Houses Billboard", scale = 3.0, norecipe = true, filename = "rowhouses", imgtyp = "png" }, { name = "treehouse", title = "Treehouse Hotel Billboard", scale = 3.0, norecipe = true, filename = "thotel", imgtyp = "png" }, { name="multicraft", title="Multicraft Banner", scale= 3.0, norecipe=true, filename="multicraft-texture", imgtyp="png", }, { name="atl", title="ARSE Train lines", scale= 3.0, norecipe=true, filename="arsetrainlines", imgtyp="png", }, { name="phm", title="Personhood Metrorail", scale= 3.0, norecipe=true, filename="phmetrorail", imgtyp="png", }, { name="nwq", title="Northwest Quarter Railways", scale= 3.0, norecipe=true, filename="NWQuarter", imgtyp="png", }, { name="otl", title="Osthoff Train Lines", scale= 3.0, norecipe=true, filename="OsthoffLines", imgtyp="png", }, { name="sfs", title="South Forest Subway", scale= 3.0, norecipe=true, filename="SFsubway", imgtyp="png", }, { name="OriginLT", title="Origin Local Transit", scale= 3.0, norecipe=true, filename="OriginLT", imgtyp="png", }, } -- bb_boardlist