No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
local p = { | local p = { | ||
["system title"] = "[[ | ["system title"] = "[[Spawn Subway]]", | ||
["system icon"] = "", | ["system icon"] = "", | ||
["station format"] = { | ["station format"] = { | ||
Line 29: | Line 29: | ||
["left terminus"] = "Spawn South", -- North | ["left terminus"] = "Spawn South", -- North | ||
["right terminus"] = "Have Idea", -- South | ["right terminus"] = "Have Idea", -- South | ||
}, | }, | ||
}, | }, |
Revision as of 14:17, 3 October 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",
["left terminus"] = "North Luciopoli",-- North
["right terminus"] = "Yantian Road", -- 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