local towns = { {pos = { 1644.5898804, -544.925582 }, name = _("Mong Kok"), sizeFactor = 2}, {pos = { 1644.5898804, -1060.1626632 }, name = _("Tsim Sha Tsui"), sizeFactor = 0.7}, {pos = { 2233.4336636, -152.3625136 }, name = _("San Po Kong"), sizeFactor = 0.8}, {pos = { 2748.6707448, -569.4600568 }, name = _("Kwun Tong"), sizeFactor = 0.8}, {pos = { 3926.3583112, -643.06512 }, name = _("Tseung Kwan O"), sizeFactor = 1}, {pos = { 4343.4558544, 1221.6041288 }, name = _("Sai Kung"), sizeFactor = 1}, {pos = { 3509.260768, 2595.57241 }, name = _("Ma On Shan"), sizeFactor = 0.7}, {pos = { 2208.8991888, 1368.815894 }, name = _("Sha Tin"), sizeFactor = 1}, {pos = { -440.8961968, 411.945156 }, name = _("Tsing Yi"), sizeFactor = 0.6}, {pos = { 417.8333644, 878.1132876 }, name = _("Tsuen Wan"), sizeFactor = 1}, {pos = { 1055.747736, -201.433102 }, name = _("Lai Chi Kok"), sizeFactor = 0.5}, {pos = { 2012.6168352, -1771.682098 }, name = _("Causeway Bay"), sizeFactor = 0.5}, {pos = { 614.1140792, -2458.6654192 }, name = _("Pok Fu Lam"), sizeFactor = 0.4}, {pos = { 3509.260768, -2188.7796412 }, name = _("Chai Wan"), sizeFactor = 0.5}, {pos = { 2920.4169848, -1796.2182116 }, name = _("Quarry Bay"), sizeFactor = 0.6}, {pos = { -48.334767200001, -3440.0722708 }, name = _("Yung Shue Wan"), sizeFactor = 0.3}, {pos = { 687.7191424, -4053.4505288 }, name = _("Sok Kwu Wan"), sizeFactor = 0.3}, {pos = { -2403.7082612, -3881.7042888 }, name = _("Cheung Chau"), sizeFactor = 0.4}, {pos = { -6918.1728956, -2483.2015328 }, name = _("Tai O"), sizeFactor = 0.5}, {pos = { -4857.2212932, -1845.2871612 }, name = _("Tung Chung"), sizeFactor = 0.7}, {pos = { -2918.9453424, -1428.189618 }, name = _("Discovery Bay"), sizeFactor = 0.5}, {pos = { -1520.4425864, 264.7333908 }, name = _("Ma Wan"), sizeFactor = 0.5}, {pos = { -4072.0967952, 1785.9134372 }, name = _("Tuen Mun"), sizeFactor = 1}, {pos = { -3213.367234, 3675.1187996 }, name = _("Tin Shui Wai"), sizeFactor = 0.7}, {pos = { -2599.988976, 3233.4851428 }, name = _("Yuen Long"), sizeFactor = 1.6}, {pos = { 589.5796044, 4926.4097904 }, name = _("Sheung Shui"), sizeFactor = 1}, {pos = { 1399.2385772, 3478.836446 }, name = _("Tai Po"), sizeFactor = 0.8}, {pos = { 2110.758012, 5883.2805284 }, name = _("Sha Tao Kok"), sizeFactor = 0.7}, {pos = { -2182.8914328, 4828.2702524 }, name = _("Mai Po"), sizeFactor = 0.7}, {pos = { -1103.3450432, 2889.9943016 }, name = _("Kam Tin"), sizeFactor = 0.8}, {pos = { -735.3180884, 5049.085442 }, name = _("Kwu Tong"), sizeFactor = 0.7}, {pos = { -882.5282148, 6226.7730084 }, name = _("Shenzhen"), sizeFactor = 2}, {pos = { -5961.3021576, 5000.0148536 }, name = _("Shenzhen Bay"), sizeFactor = 1}, {pos = { -6034.9072208, 6766.5462032 }, name = _("Bao'an"), sizeFactor = 1.5}, {pos = { -4072.0967952, 6251.3074832 }, name = _("Xiabaishi"), sizeFactor = 1}, {pos = { 3730.0775964, 7551.6707012 }, name = _("Yan Tian"), sizeFactor = 0.9}, {pos = { -2992.5504056, 1049.8578888 }, name = _("Siu Lam"), sizeFactor = 0.4}, {pos = { -1839.3989528, 878.1132876 }, name = _("Sham Tseung"), sizeFactor = 0.5}, {pos = { 2503.3194416, -3611.816872 }, name = _("Stanley"), sizeFactor = 0.4}, {pos = { 3558.3313564, -3170.184854 }, name = _("Shek O"), sizeFactor = 0.4}, {pos = { 4907.763524, -1109.2332516 }, name = _("Clear Water Bay"), sizeFactor = 0.5}, {pos = { -3532.3236004, -2188.7796412 }, name = _("Mui Wo"), sizeFactor = 0.6}, {pos = { -4783.61623, -3096.5797908 }, name = _("Tong Fuk"), sizeFactor = 0.6}, {pos = { 1325.633514, -2532.2721212 }, name = _("Aberdeen"), sizeFactor = 0.5}, {pos = { 1644.5898804, -2728.552836 }, name = _("Wong Chuk Hang"), sizeFactor = 0.6}, {pos = { 982.141034, -2924.8335508 }, name = _("Ap Lei Chau"), sizeFactor = 0.5}, {pos = { 761.3258444, -1698.0770348 }, name = _("Sai Wan"), sizeFactor = 0.6}, } local industries = { } function data() return { authors = { { name = 'natahn', role = 'CREATOR', steamProfile = 'http://steamcommunity.com/id/natahn87/' } }, name = _('HKSAR(L)'), description = _('Hong Kong Special Administrative Region of the People's Republic of China. Hand placed cities. This is my first T:F map and I hope u like it.'), minGameVersion = '10000', range = {65, 900 }, seed = 'HKSAR(L)', --startDate = { year = 1900, month = 01, day = 01 }, tags = {'map'}, towns = towns, industries = industries } end