Class DoubleTimeAbstract

Mod that applicable to the beatmap.

Hierarchy (view full)

Implements

Constructors

Properties

acronym: string = 'DT'

The shortened name of this mod.

bitwise: ModBitwise = ModBitwise.DoubleTime

Bitwise number of this mod.

incompatibles: ModBitwise = ...

Incompatible mods.

isRanked: boolean = true

Returns if this mod is ranked.

multiplier: number = 1.12

The score multiplier of this mod.

name: string = 'Double Time'

The name of this mod.

type: ModType = ModType.DifficultyIncrease

The type of this mod.

Methods