Skip to content

Commit

Permalink
Adds Nova
Browse files Browse the repository at this point in the history
  • Loading branch information
AffectedArc07 committed Apr 27, 2024
1 parent da69f81 commit 7002bb9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions SS13WebMap/CodebaseData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,32 @@ public class CodebaseData {
}
} },

// NovaSector
{ "nova", new Codebase {
CodebaseId = "nova",
CodebaseName = "NovaSector",
TextColour = "#205bff",
FancySupport = true,
IsAdult = true,
LogoPath = "img/logos/novasector.png",
GameMaps = new List<GameMap>() {
new GameMap { MapId = "blueshift", MapName = "Blueshift", Layers = new List<string[]> {
new string[] { "Bottom Deck", "Blueshift", "1" },
new string[] { "Top Deck", "Blueshift", "2" },
}
},
new GameMap { MapId = "ouroboros", MapName = "Ouroboros", Layers = new List<string[]> {
new string[] { "Bottom Deck", "Ouroboros", "1" },
new string[] { "Top Deck", "Ouroboros", "2" },
}
},
new GameMap { MapId = "voidraptor", MapName = "VoidRaptor", Layers = new List<string[]> {
new string[] { "Base Map", "VoidRaptor", "1" },
}
},
}
} },

// NSV13
{ "nsv", new Codebase {
CodebaseId = "nsv",
Expand Down
Binary file added SS13WebMap/wwwroot/img/logos/novasector.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7002bb9

Please sign in to comment.