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

Commit

Permalink
Update descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Taurenkey committed Nov 17, 2024
1 parent 459cb90 commit 2f78213
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
48 changes: 24 additions & 24 deletions XIVSlothCombo/Combos/CustomComboPreset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -387,48 +387,48 @@ public enum CustomComboPreset
BLM_ST_Opener = 2101,

[ParentCombo(BLM_ST_AdvancedMode)]
[CustomComboInfo("Use Amplifier", "Add Amplifier to the rotation.", BLM.JobID)]
[CustomComboInfo("Amplifier Option", "Add Amplifier to the rotation.", BLM.JobID)]
BLM_ST_Amplifier = 2102,

[ParentCombo(BLM_ST_AdvancedMode)]
[CustomComboInfo("Use Leylines", "Add Leylines to the rotation.", BLM.JobID)]
[CustomComboInfo("Leylines Option", "Add Leylines to the rotation.", BLM.JobID)]
BLM_ST_LeyLines = 2103,

[ParentCombo(BLM_ST_AdvancedMode)]
[CustomComboInfo("Use Foul / Xenoglossy", "Add Foul / Xenoglossy to the rotation.", BLM.JobID)]
[CustomComboInfo("Foul/Xenoglossy Option", "Add Foul/Xenoglossy to the rotation.", BLM.JobID)]
BLM_ST_UsePolyglot = 2104,

[ParentCombo(BLM_ST_AdvancedMode)]
[CustomComboInfo("Use Foul / Xenoglossy for movement", "Add Foul / Xenoglossy to the rotation as movement option.", BLM.JobID)]
[CustomComboInfo("Foul/Xenoglossy for Movement Option", "Add Foul / Xenoglossy to the rotation as movement option.", BLM.JobID)]
BLM_ST_UsePolyglotMoving = 2105,

[ParentCombo(BLM_ST_AdvancedMode)]
[CustomComboInfo("Use Swiftcast", "Add Swiftcast to the rotation.", BLM.JobID)]
[CustomComboInfo("Swiftcast Option", "Add Swiftcast to the rotation.", BLM.JobID)]
BLM_ST_Swiftcast = 2106,

[ParentCombo(BLM_ST_AdvancedMode)]
[CustomComboInfo("Use Triplecast", "Add Triplecast to the rotation.", BLM.JobID)]
[CustomComboInfo("Triplecast Option", "Add Triplecast to the rotation.", BLM.JobID)]
BLM_ST_Triplecast = 2107,

[ParentCombo(BLM_ST_AdvancedMode)]
[CustomComboInfo("Use Manafont", "Add Manafont to the rotation.", BLM.JobID)]
[CustomComboInfo("Manafont Option", "Add Manafont to the rotation.", BLM.JobID)]
BLM_ST_Manafont = 2108,

[ParentCombo(BLM_ST_AdvancedMode)]
[CustomComboInfo("Use Transpose", "Add Transpose to the rotation.", BLM.JobID)]
[CustomComboInfo("Transpose Option", "Add Transpose to the rotation.", BLM.JobID)]
BLM_ST_Transpose = 2109,

[ParentCombo(BLM_ST_AdvancedMode)]
[CustomComboInfo("Use Thunder", "Add Thunder to the rotation.", BLM.JobID)]
[CustomComboInfo("Thunder Option", "Add Thunder to the rotation.", BLM.JobID)]
BLM_ST_Thunder = 2110,

[ParentCombo(BLM_ST_AdvancedMode)]
[CustomComboInfo("Use Despair", "Add Despair to the rotation.", BLM.JobID)]
[CustomComboInfo("Despair Option", "Add Despair to the rotation.", BLM.JobID)]
BLM_ST_Despair = 2111,

[ParentCombo(BLM_ST_AdvancedMode)]
[CustomComboInfo("Use Flarestar", "Add Flarestar to the rotation.", BLM.JobID)]
BLM_ST_Flarestar = 2112,
[CustomComboInfo("Flare Star Option", "Add Flare Star to the rotation.", BLM.JobID)]
BLM_ST_FlareStar = 2112,

#endregion

Expand All @@ -440,48 +440,48 @@ public enum CustomComboPreset
BLM_AoE_AdvancedMode = 2200,

[ParentCombo(BLM_AoE_AdvancedMode)]
[CustomComboInfo("Use Amplifier", "Add Amplifier to the rotation.", BLM.JobID)]
[CustomComboInfo("Amplifier Option", "Add Amplifier to the rotation.", BLM.JobID)]
BLM_AoE_Amplifier = 2201,

[ParentCombo(BLM_AoE_AdvancedMode)]
[CustomComboInfo("Use Leylines", "Add Leylines to the rotation.", BLM.JobID)]
[CustomComboInfo("Leylines Option", "Add Leylines to the rotation.", BLM.JobID)]
BLM_AoE_LeyLines = 2202,

[ParentCombo(BLM_AoE_AdvancedMode)]
[CustomComboInfo("Use Foul", "Add Foul to the rotation.", BLM.JobID)]
[CustomComboInfo("Foul Option", "Add Foul to the rotation.", BLM.JobID)]
BLM_AoE_UsePolyglot = 2203,

[ParentCombo(BLM_AoE_AdvancedMode)]
[CustomComboInfo("Use Foul for movement", "Add Foul to the rotation as movement option.", BLM.JobID)]
[CustomComboInfo("Foul for Movement Option", "Add Foul to the rotation as movement option.", BLM.JobID)]
BLM_AoE_UsePolyglotMoving = 2204,

[ParentCombo(BLM_AoE_AdvancedMode)]
[CustomComboInfo("Use Swiftcast", "Add Swiftcast to the rotation.", BLM.JobID)]
[CustomComboInfo("Swiftcast Option", "Add Swiftcast to the rotation.", BLM.JobID)]
BLM_AoE_Swiftcast = 2205,

[ParentCombo(BLM_AoE_AdvancedMode)]
[CustomComboInfo("Use Triplecast", "Add Triplecast to the rotation.", BLM.JobID)]
[CustomComboInfo("Triplecast Option", "Add Triplecast to the rotation.", BLM.JobID)]
BLM_AoE_Triplecast = 2206,

[ParentCombo(BLM_AoE_AdvancedMode)]
[CustomComboInfo("Use Manafont", "Add Manafont to the rotation.", BLM.JobID)]
[CustomComboInfo("Manafont Option", "Add Manafont to the rotation.", BLM.JobID)]
BLM_AoE_Manafont = 2207,

[ParentCombo(BLM_AoE_AdvancedMode)]
[CustomComboInfo("Use Transpose", "Add Transpose to the rotation.", BLM.JobID)]
[CustomComboInfo("Transpose Option", "Add Transpose to the rotation.", BLM.JobID)]
BLM_AoE_Transpose = 2208,

[ParentCombo(BLM_AoE_AdvancedMode)]
[CustomComboInfo("Use Thunder", "Add Thunder to the rotation.", BLM.JobID)]
[CustomComboInfo("Thunder Option", "Add Thunder to the rotation.", BLM.JobID)]
BLM_AoE_Thunder = 2209,

[ParentCombo(BLM_AoE_AdvancedMode)]
[CustomComboInfo("Use Flare", "Add Flare to the rotation.", BLM.JobID)]
[CustomComboInfo("Flare Option", "Add Flare to the rotation.", BLM.JobID)]
BLM_AoE_Flare = 2210,

[ParentCombo(BLM_AoE_AdvancedMode)]
[CustomComboInfo("Use Flarestar", "Add Flarestar to the rotation.", BLM.JobID)]
BLM_AoE_Flarestar = 2211,
[CustomComboInfo("Flare Star Option", "Add Flare Star to the rotation.", BLM.JobID)]
BLM_AoE_FlareStar = 2211,

#endregion

Expand Down
4 changes: 2 additions & 2 deletions XIVSlothCombo/Combos/PvE/BLM.cs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ protected override uint Invoke(uint actionID, uint lastComboMove, float comboTim
curMp < MP.FireI && LevelChecked(Despair) && curMp >= MP.Despair)
return Despair;

if (IsEnabled(CustomComboPreset.BLM_ST_Flarestar) &&
if (IsEnabled(CustomComboPreset.BLM_ST_FlareStar) &&
curMp == 0 && LevelChecked(FlareStar) && Gauge.AstralSoulStacks == 6)
{
if (IsEnabled(CustomComboPreset.BLM_ST_Triplecast) &&
Expand Down Expand Up @@ -602,7 +602,7 @@ protected override uint Invoke(uint actionID, uint lastComboMove, float comboTim

if (Gauge.InAstralFire)
{
if (IsEnabled(CustomComboPreset.BLM_AoE_Flarestar) &&
if (IsEnabled(CustomComboPreset.BLM_AoE_FlareStar) &&
curMp == 0 && FlareStar.LevelChecked() && Gauge.AstralSoulStacks == 6)
return FlareStar;

Expand Down

0 comments on commit 2f78213

Please sign in to comment.