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
No edit summary
No edit summary
Line 17: Line 17:
["color"] = "006400",
["color"] = "006400",
["left terminus"] = "Scorchland", -- West
["left terminus"] = "Scorchland", -- West
["right terminus"] = "Yantian Road", -- East
["right terminus"] = "Spawn Island", -- East
},
},
["ERL"] = {
["ERL"] = {

Revision as of 15:03, 2 November 2024

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

return p