Skip to content

Commit

Permalink
Adds Monkestation
Browse files Browse the repository at this point in the history
  • Loading branch information
AffectedArc07 committed May 27, 2024
1 parent 51676c1 commit d7261e2
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions SS13WebMap/CodebaseData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,40 @@ public class CodebaseData {
}
} },


// Monkestation
{ "monkestation", new Codebase {
CodebaseId = "monkestation",
CodebaseName = "Monkestation",
FancySupport = false,
IsAdult = false,
GameMaps = new List<GameMap>() {
new GameMap { MapId = "boxstation", MapName = "BoxStation", Layers = new List<string[]> {
new string[] { "Base Map", "BoxStation", "1" },
}
},
new GameMap { MapId = "deltastation", MapName = "DeltaStation", Layers = new List<string[]> {
new string[] { "Base Map", "DeltaStation2", "1" },
}
},
new GameMap { MapId = "icebox", MapName = "IceBoxStation", Layers = new List<string[]> {
new string[] { "Base Map", "IceBoxStation", "3" },
new string[] { "Lower 1", "IceBoxStation", "2" },
new string[] { "Lower 2", "IceBoxStation", "1" },
}
},
new GameMap { MapId = "metastation", MapName = "MetaStation", Layers = new List<string[]> {
new string[] { "Base Map", "MetaStation", "1" },
}
},
new GameMap { MapId = "tramstation", MapName = "TramStation", Layers = new List<string[]> {
new string[] { "Upper Level", "tramstation", "2" },
new string[] { "Lower Level", "tramstation", "1" },
}
},
}
} },

// NovaSector
{ "nova", new Codebase {
CodebaseId = "nova",
Expand Down

0 comments on commit d7261e2

Please sign in to comment.