Skip to content

Commit

Permalink
Merge pull request #4112 from NerdEgghead/master
Browse files Browse the repository at this point in the history
Completed APL migration of Feral DPS sim
  • Loading branch information
NerdEgghead authored Dec 27, 2023
2 parents da73fd7 + b5dd6e9 commit 5a33b2d
Show file tree
Hide file tree
Showing 10 changed files with 427 additions and 304 deletions.
10 changes: 10 additions & 0 deletions proto/apl.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ option go_package = "./proto";

import "common.proto";
import "shaman.proto";
import "druid.proto";

// Rotation options are based heavily on APL. See https://github.com/simulationcraft/simc/wiki/ActionLists.

Expand Down Expand Up @@ -265,6 +266,15 @@ message APLActionItemSwap {
}

message APLActionCatOptimalRotationAction {
FeralDruid.Rotation.AplType rotation_type = 1;
bool manual_params = 2;
float max_ff_delay = 3;
float min_roar_offset = 4;
int32 rip_leeway = 5;
bool use_rake = 6;
bool use_bite = 7;
float bite_time = 8;
bool flower_weave = 9;
}

///////////////////////////////////////////////////////////////////////////
Expand Down
Loading

0 comments on commit 5a33b2d

Please sign in to comment.