mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Edit mods description, multiplier, and code
This commit is contained in:
@ -13,7 +13,6 @@ namespace osu.Game.Rulesets.Mods
|
||||
public override string ShortenedName => "EZ";
|
||||
public override FontAwesome Icon => FontAwesome.fa_osu_mod_easy;
|
||||
public override ModType Type => ModType.DifficultyReduction;
|
||||
public override string Description => "Reduces overall difficulty - larger circles, more forgiving HP drain, less accuracy required.";
|
||||
public override double ScoreMultiplier => 0.5;
|
||||
public override bool Ranked => true;
|
||||
public override Type[] IncompatibleMods => new[] { typeof(ModHardRock) };
|
||||
|
Reference in New Issue
Block a user