Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Merge commit 'refs/pull/1520/head' of https://github.com/Nik-Potokar/…
Browse files Browse the repository at this point in the history
  • Loading branch information
Taurenkey committed Jul 22, 2024
2 parents 111c7b0 + 9f7b8ca commit b68b32b
Show file tree
Hide file tree
Showing 3 changed files with 206 additions and 41 deletions.
15 changes: 11 additions & 4 deletions XIVSlothCombo/Combos/CustomComboPreset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -685,9 +685,9 @@ public enum CustomComboPreset
[CustomComboInfo("Simple Raging Jaws Option", "Enable the snapshotting of DoTs, within the remaining time of Raging Strikes below:", BRD.JobID)]
BRD_Simple_RagingJaws = 3025,

[ParentCombo(BRD_AoE_Simple_Songs)]
[CustomComboInfo("Exclude Wanderer's Minuet Option", "Dont use Wanderer's Minuet.", BRD.JobID)]
BRD_AoE_Simple_SongsExcludeWM = 3027,
//[ParentCombo(BRD_AoE_Simple_Songs)]
//[CustomComboInfo("Exclude Wanderer's Minuet Option", "Dont use Wanderer's Minuet.", BRD.JobID)]
//BRD_AoE_Simple_SongsExcludeWM = 3027,

[ParentCombo(BRD_ST_SimpleMode)]
[CustomComboInfo("Second Wind Option", "Uses Second Wind when below set HP percentage.", BRD.JobID)]
Expand All @@ -707,7 +707,14 @@ public enum CustomComboPreset
[CustomComboInfo("Cure Option", "Use Variant Cure when HP is below set threshold.", BRD.JobID)]
BRD_Variant_Cure = 3031,

// Last value = 3031
[ParentCombo(BRD_AoE_Simple_Songs)]
[CustomComboInfo("Simple AoE Buffs Option", "Adds buffs onto the Simple AoE Bard feature.", BRD.JobID)]
BRD_AoE_Simple_Buffs = 3032,

[ParentCombo(BRD_AoE_SimpleMode)]
[CustomComboInfo("Simple AoE No Waste Option", "Adds enemy health checking on targetted mob for songs.\nThey will not be reapplied if less than specified.", BRD.JobID)]
BRD_AoE_Simple_NoWaste = 3033,
// Last value = 3033

#endregion

Expand Down
Loading

0 comments on commit b68b32b

Please sign in to comment.