diff options
Diffstat (limited to 'data.js')
-rw-r--r-- | data.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -36,6 +36,7 @@ const EDGES = {} function init_data() { function space(name, type, value, axis, major, minor, wrap, x, y) { + x += 22 // 2nd edition map offset major = (1 - major) / 2 minor = (1 - minor) / 2 SPACES.push({name, type, value, exits: [], layout: { axis, major, minor, wrap, x, y }}) @@ -67,7 +68,7 @@ function init_data() { space("Corduba", "city", 0, "X", 0, 0, 3, 317, 837) space("Creta", "major-port", 0, "X", 0, 0, 3, 1794, 842) space("Cyrene", "port", 0, "X", 0, 1, 3, 1584, 1044) - space("Damascus", "city", 0, "X", -1, 0, 3, 2415, 870) + space("Damascus", "city", 0, "X", 0, 0, 3, 2415, 870) space("Dyrrachium", "port", 0, "Y", -1, 0, 3, 1522, 472) space("Emerita", "city", 0, "Y", -1, 0, 3, 200, 765) space("Ephesus", "major-port", 1, "X", 1, 0, 4, 1905, 635) |