mirror of
https://github.com/ppy/osu.git
synced 2024-12-05 03:03:21 +08:00
rename mod
This commit is contained in:
parent
9bea112370
commit
a7b4f975ca
@ -15,10 +15,10 @@ using osu.Game.Rulesets.Taiko.Objects;
|
||||
|
||||
namespace osu.Game.Rulesets.Taiko.Mods
|
||||
{
|
||||
public class TaikoModSimplifiedRhythm : Mod, IApplicableToBeatmap
|
||||
public class TaikoModSimplified : Mod, IApplicableToBeatmap
|
||||
{
|
||||
public override string Name => "Simplified Rhythm";
|
||||
public override string Acronym => "SR";
|
||||
public override string Name => "Simplified";
|
||||
public override string Acronym => "SF";
|
||||
public override double ScoreMultiplier => 0.6;
|
||||
public override LocalisableString Description => "Simplify tricky rhythms!";
|
||||
public override ModType Type => ModType.DifficultyReduction;
|
@ -130,7 +130,7 @@ namespace osu.Game.Rulesets.Taiko
|
||||
new TaikoModEasy(),
|
||||
new TaikoModNoFail(),
|
||||
new MultiMod(new TaikoModHalfTime(), new TaikoModDaycore()),
|
||||
new TaikoModSimplifiedRhythm(),
|
||||
new TaikoModSimplified(),
|
||||
};
|
||||
|
||||
case ModType.DifficultyIncrease:
|
||||
|
Loading…
Reference in New Issue
Block a user