No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
["title"] = "[[Spawn Line]]", | ["title"] = "[[Spawn Line]]", | ||
["color"] = "006400", | ["color"] = "006400", | ||
["left terminus"] = " | ["left terminus"] = "North Luciopoli",-- North | ||
["right terminus"] = " | ["right terminus"] = "Yantian Road", -- South | ||
}, | }, | ||
["ISL"] = { | ["ISL"] = { | ||
["title"] = "[[Islands Line]]", | ["title"] = "[[Islands Line]]", | ||
["color"] = "006400", | ["color"] = "006400", | ||
["left terminus"] = " | ["left terminus"] = "Scorchland", -- West | ||
["right terminus"] = " | ["right terminus"] = "Yantian Road", -- East | ||
}, | }, | ||
["ERL"] = { | ["ERL"] = { | ||
["title"] = "[[Eastern Line]]", | ["title"] = "[[Eastern Line]]", | ||
["color"] = "006400", | ["color"] = "006400", | ||
["left terminus"] = " | ["left terminus"] = "Spawn South", -- North | ||
["right terminus"] = " | ["right terminus"] = "Have Idea", -- South | ||
}, | }, | ||
}, | }, |
Revision as of 11:52, 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
},
},
}
return p