mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-10 21:00:37 -05:00
33 lines
539 B
JavaScript
33 lines
539 B
JavaScript
const salmonRunRecordWildcards = [
|
|
"1_WILDCARD",
|
|
"4_WILCARDS",
|
|
"4_GOLDEN_WILDCARDS",
|
|
]
|
|
|
|
const salmonRunRecordCategories = [
|
|
"TOTAL",
|
|
"TOTAL_NO_NIGHT",
|
|
"PRINCESS",
|
|
"NT_NORMAL",
|
|
"HT_NORMAL",
|
|
"LT_NORMAL",
|
|
"NT_RUSH",
|
|
"HT_RUSH",
|
|
"LT_RUSH",
|
|
"NT_FOG",
|
|
"HT_FOG",
|
|
"LT_FOG",
|
|
"NT_GOLDIE",
|
|
"HT_GOLDIE",
|
|
"LT_GOLDIE",
|
|
"NT_GRILLERS",
|
|
"HT_GRILLERS",
|
|
"LT_GRILLERS",
|
|
"NT_MOTHERSHIP",
|
|
"HT_MOTHERSHIP",
|
|
"LT_MOTHERSHIP",
|
|
"LT_COHOCK",
|
|
]
|
|
|
|
module.exports = { salmonRunRecordWildcards, salmonRunRecordCategories }
|