Module:Data/Cenrail/Lines: Difference between revisions

From Nguhcraft Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 18: Line 18:
central = {
central = {
color = "",
color = "",
stops = {},
stops = {
"TZB", "KCY", "KCC", "KCM", "MZL", "MZS", "MZT", "MZC", "XVH", "KZK", "RER", "EPI",
},
turns = {},
turns = {},
},
},
Line 25: Line 27:
color = "",
color = "",
stops = {
stops = {
"ORT", "XG2", "XPH", "ZTB", "ZTZ", "DOF", "DHR", "HEN", "HEQ", "TZP",  
"ORT", "XG2", "XPH", "ZTB", "ZTZ", "DOF", "DHR", "HEN", "HEQ", "TZP", "TZB", "HLG", "HLF", "HLH", "KCC", "IMP", "KZK", "EKH", "XIO", "XCE", "XSB", "XMT", "TAV", "XMB", "XMV", "XMH", "TYE", "TYU", "TYN",
},
},
turns = {
turns = {
Line 38: Line 40:
southern = {
southern = {
color = "",
color = "",
stops = {},
stops = {
"KCM", "TZM", "TQT", "TQS", "NAN", "ARY", "RPK", "RPR", "XSH", "RPA", "ARF", "NBT", "ARA",
},
turns = {},
turns = {},
},
},
Line 44: Line 48:
slab = {
slab = {
color = "",
color = "",
stops = {},
stops = {
"KCY", "STS", "SXG", "LRT", "EDT",
},
turns = {},
turns = {},
},
},

Revision as of 19:14, 21 February 2025

Documentation for this module may be created at Module:Data/Cenrail/Lines/doc

return {
	--[[
	line = {
		color = "aabbcc", -- hex color
		stops = {
			"IMP", "KCC", "KZA", "KZK",
		}
		turns = {
			["KCC01"] = {-626, -1033},
			["KCC02"] = {-626, -1105},
			["KCC03"] = {0, -1105},
			["KCC04"] = {0, -1167},
			["IMP01"] = {16, -1167}
		}
	}
	]]

	central = {
		color = "",
		stops = {
			"TZB", "KCY", "KCC", "KCM", "MZL", "MZS", "MZT", "MZC", "XVH", "KZK", "RER", "EPI",
		},
		turns = {},
	},

	transversal = {
		color = "",
		stops = {
			"ORT", "XG2", "XPH", "ZTB", "ZTZ", "DOF", "DHR", "HEN", "HEQ", "TZP", "TZB", "HLG", "HLF", "HLH", "KCC", "IMP", "KZK", "EKH", "XIO", "XCE", "XSB", "XMT", "TAV", "XMB", "XMV", "XMH", "TYE", "TYU", "TYN",
		},
		turns = {
			["KCC01"] = {-626, -1033},
			["KCC02"] = {-626, -1105},
			["KCC03"] = {0, -1105},
			["KCC04"] = {0, -1167},
			["IMP01"] = {16, -1167}
		},
	},

	southern = {
		color = "",
		stops = {
			"KCM", "TZM", "TQT", "TQS", "NAN", "ARY", "RPK", "RPR", "XSH", "RPA", "ARF", "NBT", "ARA",
		},
		turns = {},
	},

	slab = {
		color = "",
		stops = {
			"KCY", "STS", "SXG", "LRT", "EDT",
		},
		turns = {},
	},

	western = {
		color = "",
		stops = {},
		turns = {},
	},

	aquatic = {
		color = "",
		stops = {},
		turns = {},
	},

	ngafrican = {
		color = "",
		stops = {},
		turns = {},
	},

	transfortunate = {
		color = "",
		stops = {},
		turns = {},
	},

	cuban = {
		color = "",
		stops = {},
		turns = {},
	},

	archipelago = {
		color = "",
		stops = {},
		turns = {},
	},

	forest = {
		color = "",
		stops = {},
		turns = {},
	},

	corner = {
		color = "",
		stops = {},
		turns = {},
	},

	coastal = {
		color = "",
		stops = {},
		turns = {},
	},

	zyrian = {
		color = "",
		stops = {},
		turns = {},
	},

	olympic = {
		color = "",
		stops = {},
		turns = {},
	},

	mountain = {
		color = "",
		stops = {},
		turns = {},
	},

	crystal = {
		color = "",
		stops = {},
		turns = {},
	},

	mitosis = {
		color = "",
		stops = {},
		turns = {},
	},

	ngerlin = {
		color = "",
		stops = {},
		turns = {},
	},

	-- LOCAL LINES
	
	enkavak_rail = {
		color = "",
		stops = {},
		turns = {},
	},

	shingtsun_line = {
		color = "",
		stops = {},
		turns = {},
	},

	fishland_line = {
		color = "",
		stops = {},
		turns = {},
	},

	kyaw_cen_sheep_line = {
		color = "",
		stops = {},
		turns = {},
	},

	imerchal_rail = {
		color = "",
		stops = {},
		turns = {},
	},

	kozdenen_metro = {
		color = "",
		stops = {},
		turns = {},
	},

	eistowu_local_branch = {
		color = "",
		stops = {},
		turns = {},
	},

	coldba_everglacier_shuttle = {
		color = "",
		stops = {},
		turns = {},
	},

	rails_of_eras = {
		color = "",
		stops = {},
		turns = {},
	},

	oberia_snco = {
		color = "",
		stops = {},
		turns = {},
	},

	rauratoshan_rts = {
		color = "",
		stops = {},
		turns = {},
	},

	puan_metro = {
		color = "",
		stops = {},
		turns = {},
	},

	tanzangi_rail = {
		color = "",
		stops = {},
		turns = {},
	},

	cmcrail = {
		color = "",
		stops = {},
		turns = {},
	},
}