Skip to content

Commit

Permalink
Merge pull request #1741 from wowsims/balance-player-latency
Browse files Browse the repository at this point in the history
Reaction time to eclipse procs
  • Loading branch information
Gashiraa authored Nov 18, 2022
2 parents 19c587b + 9c40885 commit f3f35fc
Show file tree
Hide file tree
Showing 7 changed files with 218 additions and 200 deletions.
5 changes: 3 additions & 2 deletions proto/druid.proto
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,13 @@ message BalanceDruid {
bool use_starfire = 6;
bool use_typhoon = 7;
bool use_hurricane = 8;
float mf_inside_eclipse_threshold = 9;
float is_inside_eclipse_threshold = 10;
int32 mf_inside_eclipse_threshold = 9;
int32 is_inside_eclipse_threshold = 10;
bool use_smart_cooldowns = 11;
bool maximize_mf_uptime = 12;
bool maximize_is_uptime = 13;
bool maintain_faerie_fire = 14;
int32 player_latency = 15;
}

Rotation rotation = 1;
Expand Down
Loading

0 comments on commit f3f35fc

Please sign in to comment.