Skip to content

Commit

Permalink
update VPR
Browse files Browse the repository at this point in the history
  • Loading branch information
xhabit committed Aug 2, 2024
1 parent 44f2a3f commit 5420d83
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 195 deletions.
13 changes: 10 additions & 3 deletions XIVSlothComboX/Combos/CustomComboPreset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3831,7 +3831,10 @@ New features should be added to the appropriate sections.
[ParentCombo(VPR_ST_CDs)]
[CustomComboInfo("Vicewinder Combo", "Adds Swiftskin's Coil and Hunter's Coil to the rotation.", VPR.JobID)]
VPR_ST_VicewinderCombo = 30007,


[ParentCombo(VPR_ST_VicewinderCombo)]
[CustomComboInfo("Dynamic First Coil", "Uses Hunter's Coil first if you are on the flank, and Swiftskin's Coil first if you are on the rear.\nDefaults to your selection if you are elsewhere.", VPR.JobID)]
VPR_ST_DynamicFirstCoil = 30013,
#endregion

[ParentCombo(VPR_ST_AdvancedMode)]
Expand Down Expand Up @@ -3869,7 +3872,7 @@ New features should be added to the appropriate sections.
VPR_ST_ComboHeals = 30097,

[ParentCombo(VPR_ST_AdvancedMode)]
[CustomComboInfo("Dynamic True North Option", "Adds True North when you are not in the correct position for the enhanced potency bonus.", VPR.JobID)]
[CustomComboInfo("Dynamic True North Option", "Adds True North when you are not in the correct position for the enhanced potency bonus..\n Only for basic combo. Does NOT care about Vicewinder positionals.", VPR.JobID)]
VPR_TrueNorthDynamic = 30098,

[ParentCombo(VPR_TrueNorthDynamic)]
Expand Down Expand Up @@ -3941,7 +3944,11 @@ New features should be added to the appropriate sections.
[ReplaceSkill(VPR.Vicewinder)]
[CustomComboInfo("Vicewinder - Coils", "Replaces Vicewinder with Hunter's/Swiftskin's Coils.", VPR.JobID)]
VPR_VicewinderCoils = 30200,


[ParentCombo(VPR_VicewinderCoils)]
[CustomComboInfo("Dynamic First Coil", "Uses Hunter's Coil first if you are on the flank, and Swiftskin's Coil first if you are on the rear.\nDefaults to your selection if you are elsewhere.", VPR.JobID)]
VPR_DynamicFirstCoil = 30209,

[ParentCombo(VPR_VicewinderCoils)]
[CustomComboInfo("Dynamic True North Option", "Adds True North when you are not in the correct position for the enhanced potency bonus.", VPR.JobID)]
VPR_VicewinderCoilsTN = 30208,
Expand Down
Loading

0 comments on commit 5420d83

Please sign in to comment.