Created
January 26, 2022 07:36
-
-
Save nda86/9a6b6df4eb015211691270505b6c47b1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const A1_CATEGORY_DELAY = { | |
minutes: 0, | |
seconds: 0, | |
}; | |
export const B1_CATEGORY_DELAY = { | |
minutes: 1, | |
seconds: 0, | |
}; | |
export const C1_CATEGORY_DELAY = { | |
minutes: 2, | |
seconds: 0, | |
}; | |
export const A2_CATEGORY_DELAY = { | |
minutes: 0, | |
seconds: 0, | |
}; | |
export const B2_CATEGORY_DELAY = { | |
minutes: 1, | |
seconds: 0, | |
}; | |
export const C2_CATEGORY_DELAY = { | |
minutes: 2, | |
seconds: 0, | |
}; | |
export const A3_CATEGORY_DELAY = { | |
minutes: 0, | |
seconds: 3, | |
}; | |
export const B3_CATEGORY_DELAY = { | |
minutes: 1, | |
seconds: 3, | |
}; | |
export const C3_CATEGORY_DELAY = { | |
minutes: 2, | |
seconds: 3, | |
}; | |
export const A4_CATEGORY_DELAY = { | |
minutes: 0, | |
seconds: 3, | |
}; | |
export const B4_CATEGORY_DELAY = { | |
minutes: 1, | |
seconds: 3, | |
}; | |
export const C4_CATEGORY_DELAY = { | |
minutes: 2, | |
seconds: 3, | |
}; | |
export const A5_CATEGORY_DELAY = { | |
minutes: 0, | |
seconds: 5, | |
}; | |
export const B5_CATEGORY_DELAY = { | |
minutes: 1, | |
seconds: 3, | |
}; | |
export const C5_CATEGORY_DELAY = { | |
minutes: 2, | |
seconds: 3, | |
}; | |
export const A6_CATEGORY_DELAY = { | |
minutes: 0, | |
seconds: 3, | |
}; | |
export const B6_CATEGORY_DELAY = { | |
minutes: 1, | |
seconds: 3, | |
}; | |
export const C6_CATEGORY_DELAY = B6_CATEGORY_DELAY; | |
export const A7_CATEGORY_DELAY = { | |
minutes: 0, | |
seconds: 3, | |
}; | |
export const B7_CATEGORY_DELAY = { | |
minutes: 1, | |
seconds: 3, | |
}; | |
export const C7_CATEGORY_DELAY = { | |
minutes: 2, | |
seconds: 3, | |
}; | |
export const A8_CATEGORY_DELAY = { | |
minutes: 2, | |
seconds: 0, | |
}; | |
export const B8_CATEGORY_DELAY = A8_CATEGORY_DELAY; | |
export const C8_CATEGORY_DELAY = A8_CATEGORY_DELAY; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment