Skip to content

Commit

Permalink
style fixes bluh
Browse files Browse the repository at this point in the history
  • Loading branch information
PrincessRTFM committed Jul 15, 2024
1 parent 8ab0b49 commit 9c9dcd7
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 72 deletions.
1 change: 0 additions & 1 deletion XIVComboVX/Combos/MCH.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ protected override uint Invoke(uint actionID, uint lastComboMove, float comboTim

if (level >= MCH.Levels.Drill) {
if (SelfHasEffect(MCH.Buffs.Reassembled)) {

uint preference = gauge.Battery > 80 ? MCH.Drill : MCH.AirAnchor;

if (level >= MCH.Levels.Chainsaw)
Expand Down
142 changes: 71 additions & 71 deletions XIVComboVX/Config/PluginConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -150,39 +150,39 @@ public PluginConfiguration() { }
#endregion

#region DRG settings
/*
[ComboDetailSetting(
CustomComboPreset.DragoonFullThrustBuffSaver,
"Power Surge buff threshold",
"When the Power Surge buff only has this many seconds left, switch to the Chaos Thrust skill chain to renew it",
0,
30
)]
[ComboDetailSetting(
CustomComboPreset.DragoonTotalThrustBuffSaver,
"Power Surge buff threshold",
"When the Power Surge buff only has this many seconds left, switch to the Chaos Thrust skill chain to renew it",
0,
30
)]
public float DragoonPowerSurgeBuffSaverBuffTime { get; set; } = 7;
[ComboDetailSetting(
CustomComboPreset.DragoonTotalThrustDotSaver,
"Chaos Thrust DoT threshold",
"When the Chaos Thrust DoT only has this many seconds left on your current target, switch to the Chaos Thrust skill chain to renew it",
0,
30
)]
[ComboDetailSetting(
CustomComboPreset.DragoonFullThrustDotSaver,
"Chaos Thrust DoT threshold",
"When the Chaos Thrust DoT only has this many seconds left on your current target, switch to the Chaos Thrust skill chain to renew it",
0,
30
)]
public float DragoonChaosDotSaverDebuffTime { get; set; } = 7;
*/
/*
[ComboDetailSetting(
CustomComboPreset.DragoonFullThrustBuffSaver,
"Power Surge buff threshold",
"When the Power Surge buff only has this many seconds left, switch to the Chaos Thrust skill chain to renew it",
0,
30
)]
[ComboDetailSetting(
CustomComboPreset.DragoonTotalThrustBuffSaver,
"Power Surge buff threshold",
"When the Power Surge buff only has this many seconds left, switch to the Chaos Thrust skill chain to renew it",
0,
30
)]
public float DragoonPowerSurgeBuffSaverBuffTime { get; set; } = 7;
[ComboDetailSetting(
CustomComboPreset.DragoonTotalThrustDotSaver,
"Chaos Thrust DoT threshold",
"When the Chaos Thrust DoT only has this many seconds left on your current target, switch to the Chaos Thrust skill chain to renew it",
0,
30
)]
[ComboDetailSetting(
CustomComboPreset.DragoonFullThrustDotSaver,
"Chaos Thrust DoT threshold",
"When the Chaos Thrust DoT only has this many seconds left on your current target, switch to the Chaos Thrust skill chain to renew it",
0,
30
)]
public float DragoonChaosDotSaverDebuffTime { get; set; } = 7;
*/
#endregion

#region DRK settings
Expand Down Expand Up @@ -220,43 +220,43 @@ public PluginConfiguration() { }
#endregion

#region MNK settings
/*
[ComboDetailSetting(
CustomComboPreset.MonkTwinSnakesFeature,
"Disciplined Fist buff threshold",
"When the Disciplined Fist buff only has this many seconds left, switch to True Strike",
0,
10
)]
public float MonkTwinSnakesBuffTime { get; set; } = 6;
[ComboDetailSetting(
CustomComboPreset.MonkDemolishFeature,
"Demolish debuff threshold",
"When your current target's Demolish debuff only has this many seconds left, switch back to Demolish",
0,
15
)]
public float MonkDemolishDebuffTime { get; set; } = 6;
[ComboDetailSetting(
CustomComboPreset.MonkSTCombo,
"Monk Bloodbath health percentage threshold",
"When your health percentage is below this threshold, weave Bloodbath into the combo",
0,
90
)]
public uint MonkBloodbathHealthPercentage { get; set; } = 75;
[ComboDetailSetting(
CustomComboPreset.MonkSTCombo,
"Monk Riddle of Earth health percentage threshold",
"When your health percentage is below this threshold, weave Riddle of Earth into the combo",
0,
90
)]
public uint MonkRiddleOfEarthHealthPercentage { get; set; } = 50;
*/
/*
[ComboDetailSetting(
CustomComboPreset.MonkTwinSnakesFeature,
"Disciplined Fist buff threshold",
"When the Disciplined Fist buff only has this many seconds left, switch to True Strike",
0,
10
)]
public float MonkTwinSnakesBuffTime { get; set; } = 6;
[ComboDetailSetting(
CustomComboPreset.MonkDemolishFeature,
"Demolish debuff threshold",
"When your current target's Demolish debuff only has this many seconds left, switch back to Demolish",
0,
15
)]
public float MonkDemolishDebuffTime { get; set; } = 6;
[ComboDetailSetting(
CustomComboPreset.MonkSTCombo,
"Monk Bloodbath health percentage threshold",
"When your health percentage is below this threshold, weave Bloodbath into the combo",
0,
90
)]
public uint MonkBloodbathHealthPercentage { get; set; } = 75;
[ComboDetailSetting(
CustomComboPreset.MonkSTCombo,
"Monk Riddle of Earth health percentage threshold",
"When your health percentage is below this threshold, weave Riddle of Earth into the combo",
0,
90
)]
public uint MonkRiddleOfEarthHealthPercentage { get; set; } = 50;
*/
#endregion

#region NIN settings
Expand Down Expand Up @@ -395,7 +395,7 @@ public PluginConfiguration() { }

[LucidWeavingSetting(CustomComboPreset.WhiteMageLucidWeave)]
public uint WhiteMageLucidWeaveManaThreshold { get; set; } = 7000;

[ComboDetailSetting(
CustomComboPreset.WhiteMageDotRefresh,
"Debuff time threshold",
Expand Down

0 comments on commit 9c9dcd7

Please sign in to comment.