We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c436acf commit b0b3e3cCopy full SHA for b0b3e3c
SS13WebMap/CodebaseData.cs
@@ -1188,6 +1188,23 @@ public class CodebaseData {
1188
},
1189
}
1190
} },
1191
+
1192
+ // Wod13
1193
+ { "wod13", new Codebase {
1194
+ CodebaseId = "wod13",
1195
+ CodebaseName = "World of Darkness 13",
1196
+ FancySupport = false,
1197
+ IsAdult = true,
1198
+ GameMaps = new List<GameMap>() {
1199
+ new GameMap { MapId = "sanfran", MapName = "San Francisco", Layers = new List<string[]> {
1200
+ new string[] { "Z1", "SanFrancisco", "1" },
1201
+ new string[] { "Z2", "SanFrancisco", "2" },
1202
+ new string[] { "Z3", "SanFrancisco", "3" },
1203
+ new string[] { "Z4", "SanFrancisco", "4" },
1204
+ }
1205
+ },
1206
1207
+ } },
1208
1209
// YogStation
1210
{ "yog", new Codebase {
0 commit comments