Skip to content

Commit

Permalink
Adds NSV
Browse files Browse the repository at this point in the history
  • Loading branch information
AffectedArc07 committed Mar 31, 2024
1 parent a86359f commit 497cffb
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions SS13WebMap/CodebaseData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,68 @@ public class CodebaseData {
}
} },

// NSV13
{ "nsv", new Codebase {
CodebaseId = "nsv",
CodebaseName = "NSV13",
TextColour = "#b867c5",
FancySupport = true,
IsAdult = false,
LogoPath = "img/logos/nsv.png",
GameMaps = new List<GameMap>() {
new GameMap { MapId = "aetherwhisp", MapName = "Aetherwhisp", Layers = new List<string[]> {
new string[] { "Top Deck", "Aetherwhisp2", "1" },
new string[] { "Bottom Deck", "Aetherwhisp1", "1" },
}
},
new GameMap { MapId = "atlas", MapName = "Atlas", Layers = new List<string[]> {
new string[] { "Top Deck", "atlas2", "1" },
new string[] { "Bottom Deck", "atlas", "1" },
}
},
new GameMap { MapId = "eclipse", MapName = "Eclipse", Layers = new List<string[]> {
new string[] { "Top Deck", "Eclipse2", "1" },
new string[] { "Bottom Deck", "Eclipse1", "1" },
}
},
new GameMap { MapId = "galactica", MapName = "Galactica", Layers = new List<string[]> {
new string[] { "Top Deck", "Galactica1", "1" },
new string[] { "Bottom Deck", "Galactica2", "1" },
}
},
new GameMap { MapId = "gladius", MapName = "Gladius", Layers = new List<string[]> {
new string[] { "Top Deck", "Gladius2", "1" },
new string[] { "Bottom Deck", "Gladius1", "1" },
}
},
new GameMap { MapId = "hammerhead", MapName = "Hammerhead", Layers = new List<string[]> {
new string[] { "Base Map", "Hammerhead", "1" },
}
},
new GameMap { MapId = "serendipity", MapName = "Serendipity", Layers = new List<string[]> {
new string[] { "Top Deck", "Serendipity1", "1" },
new string[] { "Bottom Deck", "Serendipity2", "1" },
}
},
new GameMap { MapId = "shrike", MapName = "Shrike", Layers = new List<string[]> {
new string[] { "Top Deck", "Shrike1", "1" },
new string[] { "Bottom Deck", "Shrike2", "1" },
}
},
new GameMap { MapId = "snake", MapName = "Snake", Layers = new List<string[]> {
new string[] { "Top Deck", "snake_upper", "1" },
new string[] { "Bottom Deck", "snake_lower", "1" },
}
},
new GameMap { MapId = "tycoon", MapName = "Tycoon", MapWidth = 300, MapHeight = 300,
Layers = new List<string[]> {
new string[] { "Top Deck", "Tycoon1", "1" },
new string[] { "Bottom Deck", "Tycoon2", "1" },
}
},
}
} },

// Paradise
{ "paradise", new Codebase {
CodebaseId = "paradise",
Expand Down
Binary file added SS13WebMap/wwwroot/img/logos/nsv.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 497cffb

Please sign in to comment.