1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-04 16:12:58 +08:00
0 Checklist: Ranking a mod
Bartłomiej Dach edited this page 2024-05-23 12:41:30 +02:00
  • Does the mod require new difficulty attributes?
    • If yes, then we
      • need to add new cached rows for a new set of mod combinations to the database, or
      • need to make realtime difficulty calculation work somehow.
  • Does the mod have settings which influence difficulty attributes?
    • If yes, then we need to make realtime difficulty calculation work somehow.
  • Does the mod strictly not require new difficulty attributes, but it should reuse difficulty attributes of another mod? (compare: daycore reusing difficulty attributes of half time)
  • Can the mod be described as "difficulty reduction"?