Skip to content

Commit b0b3e3c

Browse files
committed
Adds WOD13
1 parent c436acf commit b0b3e3c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

SS13WebMap/CodebaseData.cs

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,6 +1188,23 @@ public class CodebaseData {
11881188
},
11891189
}
11901190
} },
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+
} },
11911208

11921209
// YogStation
11931210
{ "yog", new Codebase {

0 commit comments

Comments
 (0)