Class HardRockAbstract

Mod that applicable to the beatmap.

Implements

Constructors

Properties

acronym: string = 'HR'

The shortened name of this mod.

bitwise: ModBitwise = ModBitwise.HardRock

Bitwise number of this mod.

incompatibles: ModBitwise = ModBitwise.Easy

Incompatible mods.

isRanked: boolean = true

Returns if this mod is ranked.

multiplier: number = 1.06

The score multiplier of this mod.

name: string = 'Hard Rock'

The name of this mod.

type: ModType = ModType.DifficultyIncrease

The type of this mod.

Methods