From f125a510e0f6692f58dba60a2b000f9e6bc4375e Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Sat, 9 Mar 2024 16:10:13 +0000 Subject: [PATCH] Adds goon --- SS13WebMap/CodebaseData.cs | 46 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/SS13WebMap/CodebaseData.cs b/SS13WebMap/CodebaseData.cs index ec4b660bc..f7c36c34c 100644 --- a/SS13WebMap/CodebaseData.cs +++ b/SS13WebMap/CodebaseData.cs @@ -35,6 +35,52 @@ public class CodebaseData { } } }, + // GoonStation + { "goon", new Codebase { + CodebaseId = "goon", + CodebaseName = "GoonStation", + FancySupport = false, + IsAdult = false, + GameMaps = new List() { + new GameMap { MapId = "atlas", MapName = "Atlas", Layers = new List { + new string[] { "Base Map", "atlas", "1" }, + } + }, + new GameMap { MapId = "clarion", MapName = "Clarion", Layers = new List { + new string[] { "Base Map", "clarion", "1" }, + } + }, + new GameMap { MapId = "cogmap", MapName = "Cogmap", Layers = new List { + new string[] { "Base Map", "cogmap", "1" }, + } + }, + new GameMap { MapId = "cogmap2", MapName = "Cogmap2", Layers = new List { + new string[] { "Base Map", "cogmap2", "1" }, + } + }, + new GameMap { MapId = "destiny", MapName = "Destiny", Layers = new List { + new string[] { "Base Map", "destiny", "1" }, + } + }, + new GameMap { MapId = "donut", MapName = "Donut", Layers = new List { + new string[] { "Base Map", "donut3", "1" }, + } + }, + new GameMap { MapId = "horizon", MapName = "Horizon", Layers = new List { + new string[] { "Base Map", "horizon", "1" }, + } + }, + new GameMap { MapId = "manta", MapName = "Manta", Layers = new List { + new string[] { "Base Map", "manta", "1" }, + } + }, + new GameMap { MapId = "oshan", MapName = "Oshan", Layers = new List { + new string[] { "Base Map", "oshan", "1" }, + } + }, + } + } }, + // Paradise { "paradise", new Codebase { CodebaseId = "paradise",