Skip to content

Commit

Permalink
Adds Foundation19/Site53
Browse files Browse the repository at this point in the history
  • Loading branch information
AffectedArc07 committed Apr 9, 2024
1 parent d6d2192 commit cb303bd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions SS13WebMap/CodebaseData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,23 @@ public class CodebaseData {
}
} },

// Foundation 19
{ "foundation19", new Codebase {
CodebaseId = "foundation19",
CodebaseName = "Foundation 19",
FancySupport = false,
IsAdult = false,
GameMaps = new List<GameMap>() {
new GameMap { MapId = "site53", MapName = "Site 53", Layers = new List<string[]> {
new string[] { "Level 1", "site53-1", "1" },
new string[] { "Level 2", "site53-2", "1" },
new string[] { "Level 3", "site53-3", "1" },
new string[] { "Level 4", "site53-4", "1" },
}
},
}
} },

// Fulp
{ "fulp", new Codebase {
CodebaseId = "fulp",
Expand Down

0 comments on commit cb303bd

Please sign in to comment.