Lower default osu hp drain

DDR stepcharts are harder due to how they are played. That means that a
hard DDR chart will have much less notes than a hard mania chart. Since
osu does not know that, giving it a (mania typical) hp drain will be
extremely hard with a DDR chart.
master
Simon Bruder 2020-06-27 10:59:53 +02:00
parent e3715c775b
commit bfd8ee75ed
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ pub struct Config {
#[clap(
long = "hp",
about = "Range of HP drain (beginner:challenge)",
default_value = "4:8"
default_value = "2:4"
)]
pub hp_drain: ConfigRange,
#[clap(