mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
51 lines
1.0 KiB
TypeScript
51 lines
1.0 KiB
TypeScript
export const stages = [
|
|
"The Reef",
|
|
"Musselforge Fitness",
|
|
"Starfish Mainstage",
|
|
"Humpback Pump Track",
|
|
"Inkblot Art Academy",
|
|
"Sturgeon Shipyard",
|
|
"Moray Towers",
|
|
"Port Mackerel",
|
|
"Manta Maria",
|
|
"Kelp Dome",
|
|
"Snapper Canal",
|
|
"Blackbelly Skatepark",
|
|
"MakoMart",
|
|
"Walleye Warehouse",
|
|
"Shellendorf Institute",
|
|
"Arowana Mall",
|
|
"Goby Arena",
|
|
"Piranha Pit",
|
|
"Camp Triggerfish",
|
|
"Wahoo World",
|
|
"New Albacore Hotel",
|
|
"Ancho-V Games",
|
|
"Skipper Pavilion",
|
|
];
|
|
|
|
export const modesShort = ["TW", "SZ", "TC", "RM", "CB"];
|
|
|
|
export const navItems = [
|
|
{
|
|
title: "builds",
|
|
items: ["browse", "gear", "analyzer"],
|
|
},
|
|
{
|
|
title: "play",
|
|
items: ["calendar", "battle", "Rankings"],
|
|
},
|
|
{
|
|
title: "tools",
|
|
items: ["planner", "rotations", "top 500"],
|
|
},
|
|
{
|
|
title: "misc",
|
|
items: ["badges", "links"],
|
|
},
|
|
];
|
|
|
|
export const ADMIN_TEST_UUID = "846e12eb-d373-4002-a0c3-e23077e1c88c";
|
|
export const ADMIN_TEST_DISCORD_ID = "79237403620945920";
|
|
export const ADMIN_TEST_AVATAR = "fcfd65a3bea598905abb9ca25296816b";
|