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

Commit

Permalink
Wording update
Browse files Browse the repository at this point in the history
  • Loading branch information
Taurenkey committed Aug 10, 2024
1 parent d417400 commit 99695ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions XIVSlothCombo/Combos/CustomComboPreset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ public enum CustomComboPreset

[BlueInactive(BLU.FeatherRain, BLU.ShockStrike, BLU.RoseOfDestruction, BLU.GlassDance)]
[ReplaceSkill(BLU.FeatherRain)]
[CustomComboInfo("Primal Feature", "Turns Feather Rain into Shock Strike, Rose of Destruction, and Glass Dance.\nWill cause primals to desync from Moon Flute burst phases if used on CD.", BLU.JobID, 5)]
[CustomComboInfo("Primal Feature", "Turns Feather Rain into Shock Strike, Rose of Destruction, and Glass Dance.\nWill cause primals to desync from Moon Flute burst phases if used on cooldown.", BLU.JobID, 5)]
BLU_PrimalCombo = 70008,

[BlueInactive(BLU.FeatherRain, BLU.ShockStrike, BLU.RoseOfDestruction, BLU.GlassDance)]
Expand Down Expand Up @@ -1333,7 +1333,7 @@ public enum CustomComboPreset

#endregion

#region CDs AoE
#region cooldowns AoE

[ParentCombo(DRG_AOE_AdvancedMode)]
[CustomComboInfo("Cooldowns Option", "Adds various cooldowns to the rotation.", DRG.JobID)]
Expand Down Expand Up @@ -1572,7 +1572,7 @@ public enum CustomComboPreset
GNB_BS_DoubleDown = 7403,

[ParentCombo(GNB_BS)]
[CustomComboInfo("Reign combo on Burst Strike Feature", "Adds Reign combo to Burst Strike when under No Mercy and when Double Down & Gnashing Fang are on CD.", GNB.JobID)]
[CustomComboInfo("Reign combo on Burst Strike Feature", "Adds Reign combo to Burst Strike when under No Mercy and when Double Down & Gnashing Fang are on cooldown.", GNB.JobID)]
GNB_BS_Reign = 7404,
#endregion

Expand Down Expand Up @@ -3181,7 +3181,7 @@ The three digets after RDM.JobID can be used to reorder items in the list
[CustomComboInfo("Shinten Option", "Adds Shinten to the rotation", SAM.JobID)]
SAM_ST_Shinten = 15008,

#region CDs on Main Combo
#region cooldowns on Main Combo

[ParentCombo(SAM_ST_AdvancedMode)]
[CustomComboInfo("CDs on Main Combo", "Collection of CD features on main combo.", SAM.JobID)]
Expand Down

0 comments on commit 99695ef

Please sign in to comment.