@@ -85,7 +85,7 @@ message APLAction {
8585 }
8686}
8787
88- // NextIndex: 100
88+ // NextIndex: 102
8989message APLValue {
9090 UUID uuid = 87 ;
9191
@@ -203,6 +203,7 @@ message APLValue {
203203 APLValueFrontOfTarget front_of_target = 63 ;
204204
205205 // Class or Spec-specific values
206+ APLValueCurrentVengeancePercent current_vengeance_percent = 101 ;
206207 APLValueTotemRemainingTime totem_remaining_time = 49 ;
207208 APLValueCatExcessEnergy cat_excess_energy = 52 ;
208209 APLValueCatNewSavageRoarDuration cat_new_savage_roar_duration = 61 ;
@@ -214,6 +215,7 @@ message APLValue {
214215 APLValueShamanFireElementalDuration shaman_fire_elemental_duration = 83 ;
215216 APLValueMonkCurrentChi monk_current_chi = 95 ;
216217 APLValueMonkMaxChi monk_max_chi = 96 ;
218+ APLValueBrewmasterMonkCurrentStaggerPercent brewmaster_monk_current_stagger_percent = 100 ;
217219 }
218220}
219221
@@ -686,21 +688,18 @@ message APLValueSequenceTimeToReady {
686688message APLValueTotemRemainingTime {
687689 ShamanTotems.TotemType totem_type = 1 ;
688690}
689- message APLValueCatExcessEnergy {
690- }
691- message APLValueCatNewSavageRoarDuration {
692- }
693- message APLValueWarlockShouldRecastDrainSoul {
694- }
691+ message APLValueCatExcessEnergy {}
692+ message APLValueCatNewSavageRoarDuration {}
693+ message APLValueWarlockShouldRecastDrainSoul {}
695694message APLValueWarlockShouldRefreshCorruption {
696695 UnitReference target_unit = 1 ;
697696}
698- message APLValueMageCurrentCombustionDotEstimate {
699- }
700- message APLValueShamanCanSnapshotStrongerFireElemental {
701- }
702- message APLValueShamanFireElementalDuration {
703- }
697+ message APLValueMageCurrentCombustionDotEstimate {}
698+ message APLValueShamanCanSnapshotStrongerFireElemental {}
699+ message APLValueShamanFireElementalDuration {}
704700
705701message APLValueMonkCurrentChi {}
706702message APLValueMonkMaxChi {}
703+ message APLValueBrewmasterMonkCurrentStaggerPercent {}
704+
705+ message APLValueCurrentVengeancePercent {}
0 commit comments