Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Adjacent stations/Spawn Subway: Difference between revisions

From 1F616EMO Survival Server Wiki
m 1F616EMO moved page Module:Adjacent stations/1F616EMO Railway to Module:Adjacent stations/Spawn Subway without leaving a redirect
No edit summary
Line 15: Line 15:
["title"] = "[[Spawn Line]]",
["title"] = "[[Spawn Line]]",
["color"] = "006400",
["color"] = "006400",
["left terminus"] = "North Luciopoli",-- North
["circular"] = true,
["right terminus"] = "Yantian Road", -- South
["left terminus"] = "Next Clockwise",-- North
["right terminus"] = "Next counter-clockwise", -- South
},
},
["ISL"] = {
["ISL"] = {

Revision as of 14:31, 2 November 2024

local p = {
	["system title"] = "[[Spawn Subway]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["S1"] = {
			["title"] = "[[S1]]",
			["color"] = "006400",
			["left terminus"] = "North Luciopoli", -- South
			["right terminus"] = "Have Idea", -- North
		},
		["SPN"] = {
			["title"] = "[[Spawn Line]]",
			["color"] = "006400",
			["circular"] = true,
			["left terminus"] = "Next Clockwise",-- North
			["right terminus"] = "Next counter-clockwise", -- South
		},
		["ISL"] = {
			["title"] = "[[Islands Line]]",
			["color"] = "006400",
			["left terminus"] = "Scorchland", -- West
			["right terminus"] = "Yantian Road", -- East
		},
		["ERL"] = {
			["title"] = "[[Eastern Line]]",
			["color"] = "006400",
			["left terminus"] = "Spawn South", -- North
			["right terminus"] = "Have Idea", -- South
		},
	},
}

return p