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

Commit

Permalink
Merge pull request #1848 from Kagekazu/twinbloodfang_option
Browse files Browse the repository at this point in the history
[VPR] Refactor + Add twinfang/blood option
  • Loading branch information
Taurenkey authored Nov 17, 2024
2 parents deced70 + ba1fc78 commit e9083dd
Show file tree
Hide file tree
Showing 3 changed files with 1,106 additions and 1,100 deletions.
14 changes: 13 additions & 1 deletion XIVSlothCombo/Combos/CustomComboPreset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4178,12 +4178,16 @@ The three digets after RDM.JobID can be used to reorder items in the list
[CustomComboInfo("Vicewinder Combo", "Adds Swiftskin's Coil and Hunter's Coil to the rotation.\nWill automatically swap depending on your position.", VPR.JobID)]
VPR_ST_VicewinderCombo = 30007,

[ParentCombo(VPR_ST_CDs)]
[CustomComboInfo("Vicewinder Weaves", "Adds Twinfang and Bloodfang to the rotation.", VPR.JobID)]
VPR_ST_VicewinderWeaves = 30013,

#endregion

[ParentCombo(VPR_ST_AdvancedMode)]
[CustomComboInfo("Serpents Tail", "Adds Serpents Tail to the rotation.", VPR.JobID)]
VPR_ST_SerpentsTail = 30008,

[ParentCombo(VPR_ST_AdvancedMode)]
[CustomComboInfo("Uncoiled Fury", "Adds Uncoiled Fury to the rotation.", VPR.JobID)]
VPR_ST_UncoiledFury = 30009,
Expand Down Expand Up @@ -4258,6 +4262,11 @@ The three digets after RDM.JobID can be used to reorder items in the list
[CustomComboInfo("Disable Range Check", "Disables the range check for Swiftskin's Den and Hunter's Den, so they will be used even without a target selected.", VPR.JobID)]
VPR_AoE_VicepitCombo_DisableRange = 30113,

[ParentCombo(VPR_AoE_CDs)]
[CustomComboInfo("Vicepit Weaves", "Adds Twinfang and Twinblood to the rotation.", VPR.JobID)]
VPR_AoE_VicepitWeaves = 30115,


#endregion

[ParentCombo(VPR_AoE_AdvancedMode)]
Expand Down Expand Up @@ -4338,6 +4347,9 @@ The three digets after RDM.JobID can be used to reorder items in the list
[VariantParent(VPR_ST_SimpleMode, VPR_AoE_SimpleMode, VPR_ST_AdvancedMode, VPR_AoE_AdvancedMode)]
[CustomComboInfo("Rampart Option", "Use Variant Rampart on cooldown.", VPR.JobID)]
VPR_Variant_Rampart = 30301,

//Last Value ST = 30012
//Last Value AoE = 30112

#endregion

Expand Down
Loading

0 comments on commit e9083dd

Please sign in to comment.