local towns = { } local industries = { } function data() return { authors = { { name = '', role = 'CREATOR', steamProfile = '' } }, name = _('Map InselBeta '), description = _(''), minGameVersion = '10000', range = {95, 123 }, seed = 'Map InselBeta ', --startDate = { year = 1850, month = 01, day = 01 }, tags = {'map'}, towns = towns, industries = industries } end