Class EasyAbstract

Mod that applicable to the beatmap.

Implements

Constructors

Properties

acronym: string = 'EZ'

The shortened name of this mod.

bitwise: ModBitwise = ModBitwise.Easy

Bitwise number of this mod.

incompatibles: ModBitwise = ModBitwise.HardRock

Incompatible mods.

isRanked: boolean = true

Returns if this mod is ranked.

multiplier: number = 0.5

The score multiplier of this mod.

name: string = 'Easy'

The name of this mod.

type: ModType = ModType.DifficultyReduction

The type of this mod.

Methods