Skip to content

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

Example

"difficulties":[
   {
      "characteristic":"Standard",
      "name":"normal"
   },
   {
      "characteristic":"Standard",
      "name":"expertPlus"
   }
]

Highlighted Difficulties. The difficulties are shown with yellow text and they turn green when the player selects it.

Clone this wiki locally