From 99695ef54d9d901d0ee6979c7e4dcaab40728125 Mon Sep 17 00:00:00 2001 From: Taurenkey Date: Sat, 10 Aug 2024 07:13:09 +0100 Subject: [PATCH] Wording update --- XIVSlothCombo/Combos/CustomComboPreset.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/XIVSlothCombo/Combos/CustomComboPreset.cs b/XIVSlothCombo/Combos/CustomComboPreset.cs index 9b1b7c843..02cdbf713 100644 --- a/XIVSlothCombo/Combos/CustomComboPreset.cs +++ b/XIVSlothCombo/Combos/CustomComboPreset.cs @@ -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)] @@ -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)] @@ -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 @@ -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)]