Skip to content

Commit

Permalink
balance and stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jun 30, 2020
1 parent cd6a6e1 commit 83b9f11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Etterna/Globals/MinaCalc/SequencingHelpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ static const float s_init = -5.F;
static const float ms_init = 5000.F;

// global multiplier to standardize baselines
static const float finalscaler = 3.632F;
static const float finalscaler = 3.632F * 1.03F;

inline auto
column_count(const unsigned& notes) -> int
Expand Down
2 changes: 1 addition & 1 deletion src/Etterna/Globals/MinaCalc/UlbuAcolytes.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* patterns have lower enps than streams, streams default to 1 and chordstreams
* start lower, stam is a special case and may use normalizers again */
static const std::array<float, NUM_Skillset> basescalers = {
0.F, 0.975F, 0.89F, 0.82F, 0.92F, 1.F, 0.81F, 0.9F
0.F, 0.975F, 0.89F, 0.82F, 0.92F, 1.F, 0.81F, 0.91F
};

static const std::string calc_params_xml = "Save/calc params.xml";
Expand Down

0 comments on commit 83b9f11

Please sign in to comment.