Skip to content

Commit

Permalink
Completed APL migration of Feral DPS sim
Browse files Browse the repository at this point in the history
 Changes to be committed:
	modified:   proto/apl.proto
	modified:   sim/druid/feral/TestFeralApl.results
	modified:   sim/druid/feral/apl_values.go
	modified:   sim/druid/feral/rotation.go
	modified:   ui/core/components/individual_sim_ui/apl_actions.ts
	modified:   ui/core/components/individual_sim_ui/apl_helpers.ts
	modified:   ui/core/launched_sims.ts
	modified:   ui/feral_druid/apls/default.apl.json
	modified:   ui/feral_druid/presets.ts
	modified:   ui/feral_druid/sim.ts
  • Loading branch information
NerdEgghead committed Dec 27, 2023
1 parent da73fd7 commit b5dd6e9
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 b5dd6e9

Please sign in to comment.