Skip to content

Commit

Permalink
Adds goon
Browse files Browse the repository at this point in the history
  • Loading branch information
AffectedArc07 committed Mar 9, 2024
1 parent 36a6ddb commit f125a51
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions SS13WebMap/CodebaseData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,52 @@ public class CodebaseData {
}
} },

// GoonStation
{ "goon", new Codebase {
CodebaseId = "goon",
CodebaseName = "GoonStation",
FancySupport = false,
IsAdult = false,
GameMaps = new List<GameMap>() {
new GameMap { MapId = "atlas", MapName = "Atlas", Layers = new List<string[]> {
new string[] { "Base Map", "atlas", "1" },
}
},
new GameMap { MapId = "clarion", MapName = "Clarion", Layers = new List<string[]> {
new string[] { "Base Map", "clarion", "1" },
}
},
new GameMap { MapId = "cogmap", MapName = "Cogmap", Layers = new List<string[]> {
new string[] { "Base Map", "cogmap", "1" },
}
},
new GameMap { MapId = "cogmap2", MapName = "Cogmap2", Layers = new List<string[]> {
new string[] { "Base Map", "cogmap2", "1" },
}
},
new GameMap { MapId = "destiny", MapName = "Destiny", Layers = new List<string[]> {
new string[] { "Base Map", "destiny", "1" },
}
},
new GameMap { MapId = "donut", MapName = "Donut", Layers = new List<string[]> {
new string[] { "Base Map", "donut3", "1" },
}
},
new GameMap { MapId = "horizon", MapName = "Horizon", Layers = new List<string[]> {
new string[] { "Base Map", "horizon", "1" },
}
},
new GameMap { MapId = "manta", MapName = "Manta", Layers = new List<string[]> {
new string[] { "Base Map", "manta", "1" },
}
},
new GameMap { MapId = "oshan", MapName = "Oshan", Layers = new List<string[]> {
new string[] { "Base Map", "oshan", "1" },
}
},
}
} },

// Paradise
{ "paradise", new Codebase {
CodebaseId = "paradise",
Expand Down

0 comments on commit f125a51

Please sign in to comment.