Skip to content

Commit

Permalink
Merge pull request #225 from Kagekazu/MCH-BLM
Browse files Browse the repository at this point in the history
[BLM] + [MCH] Updates
Taurenkey authored Dec 23, 2024
2 parents 2b8c118 + 634f310 commit 3087dd4
Showing 4 changed files with 692 additions and 697 deletions.
8 changes: 7 additions & 1 deletion WrathCombo/Combos/CustomComboPreset.cs
Original file line number Diff line number Diff line change
@@ -2718,6 +2718,10 @@ public enum CustomComboPreset
[CustomComboInfo("Full Metal Field Option", "Adds Full Metal Field to the rotation.", MCH.JobID)]
MCH_AoE_Adv_Stabilizer_FullMetalField = 8308,

[ParentCombo(MCH_AoE_AdvancedMode)]
[CustomComboInfo("Air Anchor Option", "Adds Air Anchor to the the rotation.", MCH.JobID)]
MCH_AoE_Adv_AirAnchor = 8313,

[ParentCombo(MCH_AoE_AdvancedMode)]
[CustomComboInfo("Chain Saw Option", "Adds Chain Saw to the the rotation.", MCH.JobID)]
MCH_AoE_Adv_Chainsaw = 8309,
@@ -2812,7 +2816,9 @@ public enum CustomComboPreset
MCH.JobID)]
MCH_DismantleTactician = 8058,

// Last value = 8058
// Last value ST = 8116
// Last value AoE = 8313
// Last value Misc = 8058

#endregion

Loading

0 comments on commit 3087dd4

Please sign in to comment.