Skip to content

Commit

Permalink
Adds GearStation
Browse files Browse the repository at this point in the history
  • Loading branch information
AffectedArc07 committed Mar 24, 2024
1 parent 8211f11 commit 1538457
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions SS13WebMap/CodebaseData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,36 @@ public class CodebaseData {
},
}
} },

// GearStation
{ "gearstation", new Codebase {
CodebaseId = "gearstation",
CodebaseName = "GearStation",
TextColour = "#b2ebf2",
FancySupport = true,
IsAdult = false,
LogoPath = "img/logos/gearstation.png",
GameMaps = new List<GameMap>() {
new GameMap { MapId = "deltastation", MapName = "DeltaStation", Layers = new List<string[]> {
new string[] { "Base Map", "DeltaStation2", "1" },
}
},
new GameMap { MapId = "icebox", MapName = "IceBoxStation", Layers = new List<string[]> {
new string[] { "Station", "IceBoxStation", "3" },
new string[] { "Lower 1", "IceBoxStation", "2" },
new string[] { "Lower 2", "IceBoxStation", "1" },
}
},
new GameMap { MapId = "kilostation", MapName = "KiloStation", Layers = new List<string[]> {
new string[] { "Base Map", "KiloStation", "1" },
}
},
new GameMap { MapId = "metastation", MapName = "MetaStation", Layers = new List<string[]> {
new string[] { "Base Map", "MetaStation", "1" },
}
},
}
} },

// GoonStation
{ "goon", new Codebase {
Expand Down
Binary file added SS13WebMap/wwwroot/img/logos/gearstation.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 1538457

Please sign in to comment.