Class HalfTimeAbstract

Mod that applicable to the beatmap.

Implements

Constructors

Properties

acronym: string = 'HT'

The shortened name of this mod.

bitwise: ModBitwise = ModBitwise.HalfTime

Bitwise number of this mod.

incompatibles: ModBitwise = ...

Incompatible mods.

isRanked: boolean = true

Returns if this mod is ranked.

multiplier: number = 0.3

The score multiplier of this mod.

name: string = 'Half Time'

The name of this mod.

type: ModType = ModType.DifficultyReduction

The type of this mod.

Methods