Skip to content

Commit

Permalink
Adds SS220 and SS1984
Browse files Browse the repository at this point in the history
  • Loading branch information
AffectedArc07 committed May 24, 2024
1 parent 31d34d6 commit 51676c1
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions SS13WebMap/CodebaseData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -762,9 +762,10 @@ public class CodebaseData {
}
} },


// SS1984 Paradise
{ "ss220", new Codebase { // The ID has to stay as SS220 as thats where the maps are under
CodebaseId = "ss220",
{ "ss1984", new Codebase {
CodebaseId = "ss1984",
CodebaseName = "SS1984 Paradise",
TextColour = "#9574ca",
FancySupport = true,
Expand All @@ -785,6 +786,27 @@ public class CodebaseData {
},
}
} },

{ "ss220", new Codebase {
CodebaseId = "ss220",
CodebaseName = "SS220",
FancySupport = false,
IsAdult = false,
GameMaps = new List<GameMap>() {
new GameMap { MapId = "boxstation", MapName = "BoxStation (NSS Cyberiad) / Кибериада", Layers = new List<string[]> {
new string[] { "Base Map", "boxstation", "1" },
}
},
new GameMap { MapId = "deltastation", MapName = "Delta Station (NSS Kerberos) / Керберос", Layers = new List<string[]> {
new string[] { "Base Map", "deltastation", "1" },
}
},
new GameMap { MapId = "metastation", MapName = "MetaStation (NSS Cerebron) / Цереброн", Layers = new List<string[]> {
new string[] { "Base Map", "metastation", "1" },
}
},
}
} },

// TaleStation
{ "talestation", new Codebase {
Expand Down

0 comments on commit 51676c1

Please sign in to comment.