Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBeatmapCustomStats

Custom beatmap stats for beatmap simulation.

Hierarchy

Index

Properties

approachRate?: number

Custom approach rate for the target beatmap in range [0-11].

bpm?: number

Custom BPM for the target beatmap in range [60-10000]. Can exceed clockrate limits.

circleSize?: number

Custom circle size for the target beatmap in range [0-11].

clockRate?: number

Custom clock rate for the target beatmap in range [0.25-3].

lockApproachRate?: boolean

Prevents scaling of approach rate from difficulty adjusting mods.

default

false

lockCircleSize?: boolean

Prevents scaling of circle size from difficulty adjusting mods.

default

false

lockOverallDifficulty?: boolean

Prevents scaling of overall difficulty from difficulty adjusting mods.

default

false

lockStats?: boolean

Prevents scaling of stats from difficulty adjusting mods. Use lockApproachRate, lockOverallDifficulty or lockCircleSize

deprecated

Since 3.2.0

default

false

overallDifficulty?: number

Custom overall difficulty for the target beatmap in range [0-11].

totalHits?: number

Total hits for gradual beatmap difficulty calculation. If it differs from the hit object count of a full beatmap then it will force difficulty calculation.