Skip to content

Commit

Permalink
Lv30-Lv53 note for Early options
Browse files Browse the repository at this point in the history
^ these break combo, big oopy
  • Loading branch information
Akechi-kun authored Jun 6, 2024
1 parent 37c39c4 commit a1de078
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions BossMod/Autorotation/GNB/GNBConfig.cs
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
namespace BossMod;
namespace BossMod;

[ConfigDisplay(Parent = typeof(AutorotationConfig))]
class GNBConfig : ConfigNode
{
[PropertyDisplay("Execute optimal rotations on Keen Edge (ST) or Demon Slice (AOE)")]
public bool FullRotation = true;

[PropertyDisplay("Execute preceeding actions for single-target combos")]
[PropertyDisplay("Execute preceeding actions for ST combos")]
public bool STCombos = true;

[PropertyDisplay("Execute preceeding action for aoe combo")]
[PropertyDisplay("Execute preceeding actions for AOE combo")]
public bool AOECombos = true;

[PropertyDisplay("Smart targeting for Shirk and Heart of Corundum (target if friendly, otherwise mouseover if friendly, otherwise offtank if available)")]
[PropertyDisplay("Smart targeting for Shirk and HoC (target if friendly, otherwise mouseover if friendly, otherwise offtank if available)")]
public bool SmartHeartofCorundumShirkTarget = true;

[PropertyDisplay("Use provoke on mouseover, if available and hostile")]
public bool ProvokeMouseover = true;

[PropertyDisplay("Forbid Lightning Shot too early in prepull")]
[PropertyDisplay("Forbid 'Lightning Shot' too early in prepull")]
public bool ForbidEarlyLightningShot = true;

[PropertyDisplay("Use both Rough Divide charges in No Mercy")]
Expand All @@ -27,9 +27,9 @@ class GNBConfig : ConfigNode
[PropertyDisplay("<= 2.47 sks rotation")]
public bool Skscheck = true;

[PropertyDisplay("Early No Mercy in Opener")]
[PropertyDisplay("Early No Mercy in Opener (NOTE: This will break Lv30-53 rotation)")]
public bool EarlyNoMercy = true;

[PropertyDisplay("Early Sonic Break in Opener")]
[PropertyDisplay("Early Sonic Break in Opener (NOTE: This will break Lv30-53 rotation)")]
public bool EarlySonicBreak = true;
}

0 comments on commit a1de078

Please sign in to comment.