Skip to content

Commit

Permalink
hs balancing | 434
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Jul 17, 2020
1 parent 198898e commit c64e291
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Etterna/MinaCalc/Agnostic/HA_PatternMods/HS.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ struct HSMod
float total_prop_scaler = 5.571F;
float total_prop_base = 0.4F;

float split_hand_pool = 1.45F;
float split_hand_pool = 1.6F;
float split_hand_min = 0.89F;
float split_hand_max = 1.F;
float split_hand_scaler = 1.F;
Expand Down
6 changes: 3 additions & 3 deletions src/Etterna/MinaCalc/Dependent/HD_PatternMods/OHJ.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ struct OHJumpModGuyThing
float max_mod = 1.F;

float max_seq_weight = 0.65F;
float max_seq_pool = 1.25F;
float max_seq_scaler = 1.F;
float max_seq_pool = 1.2F;
float max_seq_scaler = 2.F;

float prop_pool = 1.4F;
float prop_pool = 1.5F;
float prop_scaler = 1.F;

const std::vector<std::pair<std::string, float*>> _params{
Expand Down
3 changes: 2 additions & 1 deletion src/Etterna/MinaCalc/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,7 @@ Calc::InitAdjDiff(Calc& calc, const int& hi)
TheThing,
WideRangeAnchor,
WideRangeRoll,
WideRangeJumptrill,
OHTrill,
VOHTrill,
// Roll
Expand Down Expand Up @@ -903,7 +904,7 @@ MinaSDCalcDebug(
}
}

int mina_calc_version = 433;
int mina_calc_version = 434;
auto
GetCalcVersion() -> int
{
Expand Down

0 comments on commit c64e291

Please sign in to comment.