No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
}, | }, | ||
["lines"] = { | ["lines"] = { | ||
["SPN"] = { | ["SPN"] = { | ||
["title"] = "[[Spawn Line]]", | ["title"] = "[[Spawn Line]]", | ||
["color"] = "006400", | ["color"] = "006400", | ||
["circular"] = true, | ["circular"] = true, | ||
["left terminus"] = "Next | ["left terminus"] = "Next counter-clockwise", | ||
["right terminus"] = "Next | ["right terminus"] = "Next clockwise", | ||
}, | }, | ||
["ISL"] = { | ["ISL"] = { |
Revision as of 14:32, 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"] = "Yantian Road", -- East
},
["ERL"] = {
["title"] = "[[Eastern Line]]",
["color"] = "006400",
["left terminus"] = "Spawn South", -- North
["right terminus"] = "Have Idea", -- South
},
},
}
return p