Split out Special mods into Automation and Conversion

This commit is contained in:
Dean Herbert
2018-07-31 18:00:42 +09:00
parent bc92bed72f
commit 3c06655672
24 changed files with 250 additions and 171 deletions

View File

@ -12,6 +12,7 @@ namespace osu.Game.Rulesets.Osu.Mods
public override string Name => "Spun Out";
public override string ShortenedName => "SO";
public override FontAwesome Icon => FontAwesome.fa_osu_mod_spunout;
public override ModType Type => ModType.DifficultyReduction;
public override string Description => @"Spinners will be automatically completed.";
public override double ScoreMultiplier => 0.9;
public override bool Ranked => true;