Skip to content

Commit

Permalink
shift more toward ms for cj base
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jun 1, 2020
1 parent 0031597 commit 9284caa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/Etterna/Globals/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5835,8 +5835,6 @@ Hand::InitAdjDiff()
// chordjack
{
CJ,
CJQuad,
CJOHJump,
Anchor,
WideRangeBalance,
},
Expand Down Expand Up @@ -5925,6 +5923,12 @@ Hand::InitAdjDiff()
stam_base =
max(funk, soap[BaseNPS][i] * tp_mods[Skill_Jumpstream]);
break;
case Skill_Chordjack:
adj_diff =
(soap[BaseMSD][i] + soap[BaseMSD][i] + soap[BaseNPS][i]) /
3.f *
tp_mods[ss] * basescalers[ss] ;
break;
case Skill_Technical:
// AHAHAHHAAH DRUNK WITH POWER AHAHAHAHAHAAHAHAH
{
Expand Down

0 comments on commit 9284caa

Please sign in to comment.