Skip to content

Commit

Permalink
Merge pull request #3599 from Horatio27/enh_apl
Browse files Browse the repository at this point in the history
Updated Enh APL, added Defaults for FT and WF, also added a Phase 3 APL due to tier bonus making shocks stronger
  • Loading branch information
Horatio27 authored Sep 3, 2023
2 parents eea9105 + c0092d8 commit 6022fc3
Show file tree
Hide file tree
Showing 18 changed files with 849 additions and 790 deletions.
12 changes: 9 additions & 3 deletions proto/shaman.proto
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ enum ShamanSyncType {

message ElementalShaman {
message Rotation {
ShamanTotems totems = 3;
// Deprecated as of 2023-08-29
ShamanTotems totems = 3 [deprecated = true];

enum RotationType {
Unknown = 0;
Expand All @@ -249,6 +250,7 @@ message ElementalShaman {
message Options {
ShamanShield shield = 1;
bool bloodlust = 2;
ShamanTotems totems = 3;
}

Rotation rotation = 1;
Expand All @@ -257,7 +259,8 @@ message ElementalShaman {

message EnhancementShaman {
message Rotation {
ShamanTotems totems = 1;
// Deprecated as of 2023-08-29
ShamanTotems totems = 1 [deprecated = true];

enum RotationType {
Unknown = 0;
Expand Down Expand Up @@ -316,6 +319,7 @@ message EnhancementShaman {
ShamanSyncType sync_type = 3;
ShamanImbue imbue_mh = 4;
ShamanImbue imbue_oh = 5;
ShamanTotems totems = 6;
}

Rotation rotation = 1;
Expand All @@ -331,7 +335,8 @@ enum ShamanHealSpell {

message RestorationShaman {
message Rotation {
ShamanTotems totems = 1;
// Deprecated as of 2023-08-29
ShamanTotems totems = 1 [deprecated = true];
bool use_earth_shield = 2;
ShamanHealSpell primary_heal = 3;
bool use_riptide = 4;
Expand All @@ -342,6 +347,7 @@ message RestorationShaman {
bool bloodlust = 2;
ShamanImbue imbue_mh = 4;
int32 earth_shield_p_p_m = 5;
ShamanTotems totems = 6;
}

Rotation rotation = 1;
Expand Down
Loading

0 comments on commit 6022fc3

Please sign in to comment.