No edit summary |
No edit summary |
||
Line 29: | Line 29: | ||
["left terminus"] = "Spawn South", -- North | ["left terminus"] = "Spawn South", -- North | ||
["right terminus"] = "Have Idea", -- South | ["right terminus"] = "Have Idea", -- South | ||
}, | |||
["LUC"] = { | |||
["title"] = "[[Luciopoli Line]]", | |||
["color"] = "006400", | |||
["left terminus"] = "North Luciopoli", -- North | |||
["right terminus"] = "Yantian Road", -- South | |||
}, | }, | ||
}, | }, |
Revision as of 11:58, 3 September 2024
local p = {
["system title"] = "[[1F616EMO Railway]]",
["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
},
["LUC"] = {
["title"] = "[[Luciopoli Line]]",
["color"] = "006400",
["left terminus"] = "North Luciopoli", -- North
["right terminus"] = "Yantian Road", -- South
},
},
}
return p