forked from theborderland/map
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSETTINGS.ts
More file actions
20 lines (16 loc) · 879 Bytes
/
Copy pathSETTINGS.ts
File metadata and controls
20 lines (16 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/**
* Configuration file for variables that can be changed
*/
// Repository
//export const REPOSITORY_URL: string = 'https://robnowa.runasp.net';
export const REPOSITORY_URL: string = 'https://bl-map-dev.runasp.net';
// Rules
export const MAX_CLUSTER_SIZE: number = 1250;
export const MAX_POWER_NEED: number = 8000;
export const MAX_POINTS_BEFORE_WARNING: number = 10;
export const FIRE_BUFFER_IN_METER: number = 5;
export const TOTAL_MEMBERSHIPS_SOLD = 5432; // 2026, this is used for the stats page.
export const SOUND_GUIDE_URL = 'https://docs.google.com/document/d/1aDBv3UWOxngdjWd_z4N34Wcm7r7GvD-gINGwQIr4ti8';
export const POWER_GRID_GEOJSON_URL = 'https://bl.skookum.cc/api/bl26/v/default/power_grid';
export const HAS_SEEN_PLACEMENT_WELCOME_COOKIE_KEY = 'hasSeenPlacementWelcome';
export const HAS_SEEN_EDITOR_INSTRUCTIONS_COOKIE_KEY = 'hasSeenEditorInstructions';