-
-
Notifications
You must be signed in to change notification settings - Fork 25
Difficulties
PixelBoom edited this page May 27, 2021
·
5 revisions
Affects: PlaylistSongs
Type: List
Parent Key: None
The "difficulties"
key has a list of suggested difficulties for a song from the author of the playlist. These difficulties will be highlighted ingame for the players to see. Each member of the list contains a difficulty "name"
as well as a "characteristic"
. These values are the same as the ones returned by the BeatSaver API and are NOT case sensitive (so even if the case doesn’t match that is ok). Below are a list of valid names and characteristics.
Valid Names
- easy
- normal
- hard
- expert
- expertPlus
Valid Characteristics
- Standard
- OneSaber
- NoArrows
- 360Degree
- 90Degree
- Lawless
"difficulties":[
{
"characteristic":"Standard",
"name":"normal"
},
{
"characteristic":"Standard",
"name":"expertPlus"
}
]