Skip to content

Commit

Permalink
Adds some new maps
Browse files Browse the repository at this point in the history
  • Loading branch information
AffectedArc07 committed Sep 14, 2024
1 parent 9a807c4 commit d130a69
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions SS13WebMap/CodebaseData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,10 @@ public class CodebaseData {
new string[] { "Base Map", "deltastation", "1" },
}
},
new GameMap { MapId = "emeraldstation", MapName = "EmeraldStation (NSS Diagoras)", Layers = new List<string[]> {
new string[] { "Base Map", "emeraldstation", "1" },
}
},
new GameMap { MapId = "metastation", MapName = "MetaStation (NSS Cerebron)", Layers = new List<string[]> {
new string[] { "Base Map", "metastation", "1" },
}
Expand Down Expand Up @@ -954,6 +958,10 @@ public class CodebaseData {
new string[] { "Lower Level", "tramstation", "1" },
}
},
new GameMap { MapId = "wawastation", MapName = "WawaStation", Layers = new List<string[]> {
new string[] { "Base Map", "wawastation", "1" },
}
},
}
} },

Expand Down Expand Up @@ -1076,18 +1084,24 @@ public class CodebaseData {
new string[] { "Base Map", "AsteroidStation", "1" },
}
},
new GameMap { MapId = "gaxstation", MapName = "GaxStation", Layers = new List<string[]> {
new GameMap { MapId = "donutstation", MapName = "DonutStation", Layers = new List<string[]> {
new string[] { "Base Map", "DonutStation", "1" },
}
},
new GameMap { MapId = "icemeta", MapName = "IceMeta", Layers = new List<string[]> {
new string[] { "Surface", "IceMeta", "3" },
new string[] { "Underground", "IceMeta", "2" },
new string[] { "Caves", "IceMeta", "1" },
}
},
new GameMap { MapId = "gaxstation", MapName = "NVS Gax", Layers = new List<string[]> {
new string[] { "Base Map", "GaxStation", "1" },
}
},
new GameMap { MapId = "yogstation", MapName = "YogStation", Layers = new List<string[]> {
new string[] { "Base Map", "YogStation", "1" },
}
},
new GameMap { MapId = "yogsmeta", MapName = "YogsMeta", Layers = new List<string[]> {
new string[] { "Base Map", "Yogsmeta", "1" },
}
},
}
} },
};
Expand Down

0 comments on commit d130a69

Please sign in to comment.