|
6 | 6 | const KHALINDAR_CALIBRATION_AREA_SQ_MI = 7_260_000; |
7 | 7 |
|
8 | 8 | const SEED_GEOGRAPHY = { |
9 | | - solara: { x: 8, y: 88, region: "southwest_ocean", coastal: true, portStrength: 9, routeAccess: ["deep_ocean", "ocean"] }, |
10 | | - empire_of_khalindar: { x: 20, y: 84, region: "southwest", coastal: true, portStrength: 7, routeAccess: ["ocean"] }, |
| 9 | + solara: { x: 8, y: 88, region: "southwest_ocean", coastal: true, portStrength: 9, routeAccess: ["deep_ocean", "ocean"], landRouteExclusions: ["empire_of_khalindar"] }, |
| 10 | + empire_of_khalindar: { x: 20, y: 84, region: "southwest", coastal: true, portStrength: 7, routeAccess: ["ocean"], landRouteExclusions: ["solara"] }, |
11 | 11 | people_s_federation_of_xanaqu: { x: 39, y: 75, region: "south_central", coastal: true, portStrength: 8, routeAccess: ["ocean"] }, |
12 | 12 | imperial_dynasty_of_saochai: { x: 34, y: 54, region: "central_west", coastal: false, landlocked: true, portStrength: 0, routeAccess: ["land"] }, |
13 | 13 | okudan_empire: { x: 28, y: 28, region: "northwest", coastal: true, portStrength: 5, routeAccess: ["ocean", "land"] }, |
|
76 | 76 | baathist_republic_of_volgastan: { x: 84.4, y: 39.2, pathX: 84.4, pathY: 39.2, width: 13.4, height: 8.4, useRoundedBox: true }, |
77 | 77 | baechong_democratic_republic: { sourceId: "svg_path_62" }, |
78 | 78 | benera_navine: { sourceId: "svg_path_88" }, |
79 | | - bingtau_kingdom: { sourceId: "svg_path_158", width: 2.6, height: 2.2, useRoundedBox: true }, |
| 79 | + bingtau_kingdom: { x: 56.8, y: 25.9, pathX: 56.8, pathY: 25.9, width: 2.6, height: 2.2, useRoundedBox: true }, |
80 | 80 | butonian_state: { sourceId: "svg_path_43" }, |
81 | 81 | crovian_national_union: { sourceId: "svg_path_46" }, |
82 | 82 | democratic_republic_of_suzuharu: { sourceId: "svg_path_28" }, |
|
0 commit comments