show all modifiers now
All checks were successful
Deploy Backend / docker (ubuntu-latest) (push) Successful in 45s
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m11s

This commit is contained in:
Lee
2024-10-19 15:12:06 +01:00
parent d2be3d833b
commit 670f2047a0
2 changed files with 26 additions and 10 deletions

View File

@ -2,19 +2,18 @@
* The score modifiers.
*/
export enum Modifier {
DA = "Disappearing Arrows",
NF = "No Fail",
PM = "Pro Mode",
FS = "Faster Song",
SF = "Super Fast Song",
SS = "Slower Song",
GN = "Ghost Notes",
NA = "No Arrows",
NO = "No Obstacles",
DA = "Disappearing Arrows",
SA = "Strict Angles",
SC = "Small Notes",
PM = "Pro Mode",
CS = "Fail on Saber Clash",
IF = "One Life",
NO = "No Obstacles",
BE = "Battery Energy",
NF = "No Fail",
NB = "No Bombs",
NA = "No Arrows",
}