Skip to content

Commit

Permalink
further cj adjustments | 472
Browse files Browse the repository at this point in the history
preliminary looks at this seems to be that it rips dense farm that runs away from the pack and brings things pretty much in line. generally things are underrated tho
  • Loading branch information
poco0317 committed Nov 1, 2021
1 parent bfe1864 commit a5c4f72
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Etterna/MinaCalc/Dependent/HD_PatternMods/CJOHAnchor.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ struct CJOHAnchorMod
float swap_scaler = 0.10775F;
float not_swap_scaler = 0.019F;

float base = .57F;
float base = .5F;

const std::vector<std::pair<std::string, float*>> _params{
{ "min_mod", &min_mod },
Expand Down
2 changes: 1 addition & 1 deletion src/Etterna/MinaCalc/Dependent/HD_PatternMods/CJOHJ.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ struct CJOHJumpMod

#pragma region params

float min_mod = 0.75F;
float min_mod = 0.5F;
float max_mod = 1.F;

float max_seq_weight = 0.65F;
Expand Down
4 changes: 2 additions & 2 deletions src/Etterna/MinaCalc/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ Calc::InitAdjDiff(Calc& calc, const int& hand)
// CJOHJump // SQRTD BELOW
CJOHAnchor,
VOHTrill,
WideRangeAnchor,
// WideRangeAnchor,
FlamJam, // you may say, why? why not?
},

Expand Down Expand Up @@ -990,7 +990,7 @@ MinaSDCalcDebug(
}
}

int mina_calc_version = 471;
int mina_calc_version = 472;
auto
GetCalcVersion() -> int
{
Expand Down
2 changes: 1 addition & 1 deletion src/Etterna/MinaCalc/UlbuAcolytes.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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.93F, 0.885F, 0.84F, 0.93F, 1.02F, 0.75F, 0.83F
0.F, 0.93F, 0.885F, 0.84F, 0.93F, 1.02F, 0.785F, 0.83F
};

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

0 comments on commit a5c4f72

Please sign in to comment.