Skip to content

Commit

Permalink
Merge pull request #1260 from wowsims/feral
Browse files Browse the repository at this point in the history
Feral Rotation Updates
  • Loading branch information
NerdEgghead authored Dec 12, 2024
2 parents c8ad078 + 0014933 commit dee9de6
Show file tree
Hide file tree
Showing 12 changed files with 1,228 additions and 690 deletions.
1 change: 1 addition & 0 deletions proto/apl.proto
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ message APLActionCatOptimalRotationAction {
bool use_rake = 6;
bool use_bite = 7;
float bite_time = 8;
float berserk_bite_time = 15;
bool bite_during_execute = 9;
bool allow_aoe_berserk = 10;
bool melee_weave = 11;
Expand Down
1 change: 1 addition & 0 deletions proto/druid.proto
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ message FeralDruid {
bool use_bite = 5;
bool mangle_spam = 6;
float bite_time = 7;
float berserk_bite_time = 16;
int32 min_combos_for_bite = 8;
bool bite_during_execute = 13;
int32 rip_leeway = 19;
Expand Down
Loading

0 comments on commit dee9de6

Please sign in to comment.