From ca28ff90bc49f50ea567a82af585a12d925cc90c Mon Sep 17 00:00:00 2001 From: Tykku Date: Sun, 30 Jun 2024 21:55:38 -0400 Subject: [PATCH] DT RPR Support DT RPR Support plus update version on all classes --- BasicRotations/Healer/AST_Default.cs | 2 +- BasicRotations/Healer/SCH_Default.cs | 2 +- BasicRotations/Healer/SGE_Default.cs | 2 +- BasicRotations/Healer/WHM_Default.cs | 2 +- BasicRotations/Limited Jobs/BLU_Default.cs | 2 +- BasicRotations/Magical/BLM_Default.cs | 2 +- BasicRotations/Magical/RDM_Default.cs | 2 +- BasicRotations/Magical/SMN_Default.cs | 2 +- BasicRotations/Melee/DRG_Default.cs | 2 +- BasicRotations/Melee/MNK_Default.cs | 2 +- BasicRotations/Melee/NIN_Default.cs | 2 +- BasicRotations/Melee/RPR_Default.cs | 10 +++++++--- BasicRotations/Melee/SAM_Default.cs | 2 +- BasicRotations/PVPRotations/Healer/AST_Default.PVP.cs | 2 +- BasicRotations/PVPRotations/Healer/SCH_Default.PVP.cs | 2 +- BasicRotations/PVPRotations/Healer/SGE_Default.PVP.cs | 2 +- BasicRotations/PVPRotations/Healer/WHM_Default.PVP.cs | 2 +- BasicRotations/PVPRotations/Magical/BLM_Default.PVP.cs | 2 +- BasicRotations/PVPRotations/Magical/RDM_Default.PvP.cs | 2 +- BasicRotations/PVPRotations/Magical/SMN_Default.PVP.cs | 2 +- BasicRotations/PVPRotations/Melee/DRG_Default.PVP.cs | 2 +- BasicRotations/PVPRotations/Melee/MNK_Default.PVP.cs | 2 +- BasicRotations/PVPRotations/Melee/NIN_Default.PVP.cs | 2 +- BasicRotations/PVPRotations/Melee/RPR_Default.PVP.cs | 2 +- BasicRotations/PVPRotations/Melee/SAM_Default.PVP.cs | 2 +- BasicRotations/PVPRotations/Ranged/BRD_Default.PVP.cs | 2 +- BasicRotations/PVPRotations/Ranged/DNC_Default.PVP.cs | 2 +- BasicRotations/PVPRotations/Ranged/MCH_Default.PvP.cs | 2 +- BasicRotations/PVPRotations/Tank/DRK_Default.PVP.cs | 2 +- BasicRotations/PVPRotations/Tank/GNB_Default.PVP.cs | 2 +- BasicRotations/PVPRotations/Tank/PLD_Default.PVP.cs | 2 +- BasicRotations/PVPRotations/Tank/WAR_Default.PVP.cs | 2 +- BasicRotations/Ranged/BRD_Default.cs | 2 +- BasicRotations/Ranged/DNC_Default.cs | 2 +- BasicRotations/Ranged/MCH_Default.cs | 2 +- BasicRotations/Tank/DRK_Default.cs | 2 +- BasicRotations/Tank/GNB_Default.cs | 2 +- BasicRotations/Tank/PLD_Default.cs | 2 +- BasicRotations/Tank/PLD_zBeta.cs | 2 +- BasicRotations/Tank/WAR_Default.cs | 2 +- BasicRotations/Tank/WAR_zBeta.cs | 2 +- 41 files changed, 47 insertions(+), 43 deletions(-) diff --git a/BasicRotations/Healer/AST_Default.cs b/BasicRotations/Healer/AST_Default.cs index 1bf2614..93c6b3e 100644 --- a/BasicRotations/Healer/AST_Default.cs +++ b/BasicRotations/Healer/AST_Default.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Healer; -[Rotation("Default", CombatType.PvE, GameVersion = "6.58")] +[Rotation("Default", CombatType.PvE, GameVersion = "7.00")] [SourceCode(Path = "main/DefaultRotations/Healer/AST_Default.cs")] [Api(1)] public sealed class AST_Default : AstrologianRotation diff --git a/BasicRotations/Healer/SCH_Default.cs b/BasicRotations/Healer/SCH_Default.cs index aabcafd..07ec200 100644 --- a/BasicRotations/Healer/SCH_Default.cs +++ b/BasicRotations/Healer/SCH_Default.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Healer; -[Rotation("Default", CombatType.PvE, GameVersion = "6.58")] +[Rotation("Default", CombatType.PvE, GameVersion = "7.00")] [SourceCode(Path = "main/DefaultRotations/Healer/SCH_Default.cs")] [Api(1)] public sealed class SCH_Default : ScholarRotation diff --git a/BasicRotations/Healer/SGE_Default.cs b/BasicRotations/Healer/SGE_Default.cs index 1e07b59..f9b8437 100644 --- a/BasicRotations/Healer/SGE_Default.cs +++ b/BasicRotations/Healer/SGE_Default.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Healer; -[Rotation("Default", CombatType.PvE, GameVersion = "6.58")] +[Rotation("Default", CombatType.PvE, GameVersion = "7.00")] [SourceCode(Path = "main/DefaultRotations/Healer/SGE_Default.cs")] [Api(1)] public sealed class SGE_Default : SageRotation diff --git a/BasicRotations/Healer/WHM_Default.cs b/BasicRotations/Healer/WHM_Default.cs index 7775820..ec90f7a 100644 --- a/BasicRotations/Healer/WHM_Default.cs +++ b/BasicRotations/Healer/WHM_Default.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Healer; -[Rotation("Default", CombatType.PvE, GameVersion = "6.58")] +[Rotation("Default", CombatType.PvE, GameVersion = "7.00")] [SourceCode(Path = "main/DefaultRotations/Healer/WHM_Default.cs")] [Api(1)] public sealed class WHM_Default :WhiteMageRotation diff --git a/BasicRotations/Limited Jobs/BLU_Default.cs b/BasicRotations/Limited Jobs/BLU_Default.cs index a76a357..c9f9f4e 100644 --- a/BasicRotations/Limited Jobs/BLU_Default.cs +++ b/BasicRotations/Limited Jobs/BLU_Default.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Magical; -[Rotation("Default", CombatType.PvE, GameVersion = "6.58")] +[Rotation("Default", CombatType.PvE, GameVersion = "7.00")] [SourceCode(Path = "main/DefaultRotations/Limited Jobs/BLU_Default.cs")] [Api(1)] public sealed class Blue_Default : BlueMageRotation diff --git a/BasicRotations/Magical/BLM_Default.cs b/BasicRotations/Magical/BLM_Default.cs index 7b9c1fa..f472548 100644 --- a/BasicRotations/Magical/BLM_Default.cs +++ b/BasicRotations/Magical/BLM_Default.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Magical; -[Rotation("Default", CombatType.PvE, GameVersion = "6.58")] +[Rotation("Default", CombatType.PvE, GameVersion = "7.00")] [SourceCode(Path = "main/DefaultRotations/Magical/BLM_Default.cs")] [Api(1)] public class BLM_Default : BlackMageRotation diff --git a/BasicRotations/Magical/RDM_Default.cs b/BasicRotations/Magical/RDM_Default.cs index d763cc5..4ca0b5a 100644 --- a/BasicRotations/Magical/RDM_Default.cs +++ b/BasicRotations/Magical/RDM_Default.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Magical; -[Rotation("Default", CombatType.PvE, GameVersion = "6.58")] +[Rotation("Default", CombatType.PvE, GameVersion = "7.00")] [SourceCode(Path = "main/DefaultRotations/Magical/RDM_Default.cs")] [Api(1)] public sealed class RDM_Default : RedMageRotation diff --git a/BasicRotations/Magical/SMN_Default.cs b/BasicRotations/Magical/SMN_Default.cs index e2baaac..8bf487e 100644 --- a/BasicRotations/Magical/SMN_Default.cs +++ b/BasicRotations/Magical/SMN_Default.cs @@ -2,7 +2,7 @@ namespace DefaultRotations.Magical; -[Rotation("Default", CombatType.PvE, GameVersion = "6.58")] +[Rotation("Default", CombatType.PvE, GameVersion = "7.00")] [SourceCode(Path = "main/DefaultRotations/Magical/SMN_Default.cs")] [Api(1)] public sealed class SMN_Default : SummonerRotation diff --git a/BasicRotations/Melee/DRG_Default.cs b/BasicRotations/Melee/DRG_Default.cs index 2c139fd..ad2d168 100644 --- a/BasicRotations/Melee/DRG_Default.cs +++ b/BasicRotations/Melee/DRG_Default.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Melee; -[Rotation("Default", CombatType.PvE, GameVersion = "6.58")] +[Rotation("Default", CombatType.PvE, GameVersion = "7.00")] [SourceCode(Path = "main/DefaultRotations/Melee/DRG_Default.cs")] [Api(1)] diff --git a/BasicRotations/Melee/MNK_Default.cs b/BasicRotations/Melee/MNK_Default.cs index 42a9642..fa0ad8c 100644 --- a/BasicRotations/Melee/MNK_Default.cs +++ b/BasicRotations/Melee/MNK_Default.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Melee; -[Rotation("Default", CombatType.PvE, GameVersion = "6.58", Description = "Uses Lunar Solar Opener from The Balance")] +[Rotation("Default", CombatType.PvE, GameVersion = "7.00", Description = "Uses Lunar Solar Opener from The Balance")] [SourceCode(Path = "main/DefaultRotations/Melee/MNK_Default.cs")] [Api(1)] public sealed class MNK_Default : MonkRotation diff --git a/BasicRotations/Melee/NIN_Default.cs b/BasicRotations/Melee/NIN_Default.cs index cf19d61..cc2a1ee 100644 --- a/BasicRotations/Melee/NIN_Default.cs +++ b/BasicRotations/Melee/NIN_Default.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Melee; -[Rotation("Default", CombatType.PvE, GameVersion = "6.58")] +[Rotation("Default", CombatType.PvE, GameVersion = "7.00")] [SourceCode(Path = "main/DefaultRotations/Melee/NIN_Default.cs")] [Api(1)] public sealed class NIN_Default : NinjaRotation diff --git a/BasicRotations/Melee/RPR_Default.cs b/BasicRotations/Melee/RPR_Default.cs index 84a2b37..49d1434 100644 --- a/BasicRotations/Melee/RPR_Default.cs +++ b/BasicRotations/Melee/RPR_Default.cs @@ -1,8 +1,8 @@ namespace DefaultRotations.Melee; -[Rotation("Default", CombatType.PvE, GameVersion = "6.58", Description = "Additonal contributions to this rotation thanks to Toshi!")] +[Rotation("Default", CombatType.PvE, GameVersion = "7.00", Description = "")] [SourceCode(Path = "main/DefaultRotations/Melee/RPR_Default.cs")] -[Api(1)] +[Api(2)] public sealed class RPR_Default : ReaperRotation { #region Config Options @@ -29,6 +29,7 @@ protected override bool AttackAbility(IAction nextGCD, out IAction? act) bool IsTargetDying = HostileTarget?.IsDying() ?? false; bool NoEnshroudPooling = !EnshroudPooling && Shroud >= 50; bool YesEnshroudPooling = EnshroudPooling && Shroud >= 50 && (!PlentifulHarvestPvE.EnoughLevel || Player.HasStatus(true, StatusID.ArcaneCircle) || ArcaneCirclePvE.Cooldown.WillHaveOneCharge(8) || !Player.HasStatus(true, StatusID.ArcaneCircle) && ArcaneCirclePvE.Cooldown.WillHaveOneCharge(65) && !ArcaneCirclePvE.Cooldown.WillHaveOneCharge(50) || !Player.HasStatus(true, StatusID.ArcaneCircle) && Shroud >= 90); + bool IsIdealHost = Player.HasStatus(true, StatusID.IdealHost); if (IsBurst) { @@ -47,13 +48,14 @@ protected override bool AttackAbility(IAction nextGCD, out IAction? act) && ArcaneCirclePvE.CanUse(out act, skipAoeCheck: true)) return true; } - if (IsTargetBoss && IsTargetDying || NoEnshroudPooling || YesEnshroudPooling) + if (IsTargetBoss && IsTargetDying || NoEnshroudPooling || YesEnshroudPooling || IsIdealHost) { if (EnshroudPvE.CanUse(out act)) return true; } if (HasEnshrouded && (Player.HasStatus(true, StatusID.ArcaneCircle) || LemureShroud < 3)) { + if (SacrificiumPvE.CanUse(out act, skipAoeCheck: true)) return true; if (LemuresScythePvE.CanUse(out act, usedUp: true)) return true; if (LemuresSlicePvE.CanUse(out act, usedUp: true)) return true; } @@ -81,6 +83,8 @@ protected override bool GeneralGCD(out IAction? act) if (WhorlOfDeathPvE.CanUse(out act)) return true; if (ShadowOfDeathPvE.CanUse(out act)) return true; + if (PerfectioPvE.CanUse(out act)) return true; + if (HasEnshrouded) { if (ShadowOfDeathPvE.CanUse(out act)) return true; diff --git a/BasicRotations/Melee/SAM_Default.cs b/BasicRotations/Melee/SAM_Default.cs index 0ab3d6f..22610f5 100644 --- a/BasicRotations/Melee/SAM_Default.cs +++ b/BasicRotations/Melee/SAM_Default.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Melee; -[Rotation("Default", CombatType.PvE, GameVersion = "6.58")] +[Rotation("Default", CombatType.PvE, GameVersion = "7.00")] [SourceCode(Path = "main/DefaultRotations/Melee/SAM_Default.cs")] [Api(1)] public sealed class SAM_Default : SamuraiRotation diff --git a/BasicRotations/PVPRotations/Healer/AST_Default.PVP.cs b/BasicRotations/PVPRotations/Healer/AST_Default.PVP.cs index 8a6beca..ca99c33 100644 --- a/BasicRotations/PVPRotations/Healer/AST_Default.PVP.cs +++ b/BasicRotations/PVPRotations/Healer/AST_Default.PVP.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Healer; -[Rotation("Default PVP", CombatType.PvP, GameVersion = "6.58", Description = "Beta Rotation")] +[Rotation("Default PVP", CombatType.PvP, GameVersion = "7.00", Description = "Beta Rotation")] [SourceCode(Path = "main/DefaultRotations/PVPRotations/Healer/AST_Default.PVP.cs")] [Api(1)] public class AST_DefaultPVP : AstrologianRotation diff --git a/BasicRotations/PVPRotations/Healer/SCH_Default.PVP.cs b/BasicRotations/PVPRotations/Healer/SCH_Default.PVP.cs index 38fd578..57021be 100644 --- a/BasicRotations/PVPRotations/Healer/SCH_Default.PVP.cs +++ b/BasicRotations/PVPRotations/Healer/SCH_Default.PVP.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Healer; -[Rotation("Default PVP", CombatType.PvP, GameVersion = "6.58", Description = "Beta Rotation")] +[Rotation("Default PVP", CombatType.PvP, GameVersion = "7.00", Description = "Beta Rotation")] [SourceCode(Path = "main/DefaultRotations/PVPRotations/Healer/SCH_Default.PVP.cs")] [Api(1)] public class SCH_DefaultPVP : ScholarRotation diff --git a/BasicRotations/PVPRotations/Healer/SGE_Default.PVP.cs b/BasicRotations/PVPRotations/Healer/SGE_Default.PVP.cs index 307adce..67f9ea7 100644 --- a/BasicRotations/PVPRotations/Healer/SGE_Default.PVP.cs +++ b/BasicRotations/PVPRotations/Healer/SGE_Default.PVP.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Healer; -[Rotation("Default PVP", CombatType.PvP, GameVersion = "6.58", Description = "Beta Rotation")] +[Rotation("Default PVP", CombatType.PvP, GameVersion = "7.00", Description = "Beta Rotation")] [SourceCode(Path = "main/DefaultRotations/PVPRotations/Healer/SGE_Default.PVP.cs")] [Api(1)] public class SGE_DefaultPVP : SageRotation diff --git a/BasicRotations/PVPRotations/Healer/WHM_Default.PVP.cs b/BasicRotations/PVPRotations/Healer/WHM_Default.PVP.cs index 7edc213..9d3ca4e 100644 --- a/BasicRotations/PVPRotations/Healer/WHM_Default.PVP.cs +++ b/BasicRotations/PVPRotations/Healer/WHM_Default.PVP.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Healer; -[Rotation("Default PVP", CombatType.PvP, GameVersion = "6.58", Description = "Beta Rotation")] +[Rotation("Default PVP", CombatType.PvP, GameVersion = "7.00", Description = "Beta Rotation")] [SourceCode(Path = "main/DefaultRotations/PVPRotations/Healer/WHM_Default.PVP.cs")] [Api(1)] public class WHM_DefaultPVP : WhiteMageRotation diff --git a/BasicRotations/PVPRotations/Magical/BLM_Default.PVP.cs b/BasicRotations/PVPRotations/Magical/BLM_Default.PVP.cs index 0751d0a..fe61ac0 100644 --- a/BasicRotations/PVPRotations/Magical/BLM_Default.PVP.cs +++ b/BasicRotations/PVPRotations/Magical/BLM_Default.PVP.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Magical; -[Rotation("Default PVP", CombatType.PvP, GameVersion = "6.58", Description = "Beta Rotation")] +[Rotation("Default PVP", CombatType.PvP, GameVersion = "7.00", Description = "Beta Rotation")] [SourceCode(Path = "main/DefaultRotations/PVPRotations/Magical/BLM_Default.PVP.cs")] [Api(1)] public class BLM_DefaultPVP : BlackMageRotation diff --git a/BasicRotations/PVPRotations/Magical/RDM_Default.PvP.cs b/BasicRotations/PVPRotations/Magical/RDM_Default.PvP.cs index 42b48ca..82e8610 100644 --- a/BasicRotations/PVPRotations/Magical/RDM_Default.PvP.cs +++ b/BasicRotations/PVPRotations/Magical/RDM_Default.PvP.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Magical; -[Rotation("Default PVP", CombatType.PvP, GameVersion = "6.58", Description = "Beta Rotation")] +[Rotation("Default PVP", CombatType.PvP, GameVersion = "7.00", Description = "Beta Rotation")] [SourceCode(Path = "main/DefaultRotations/PVPRotations/Magical/RDM_Default.PVP.cs")] [Api(1)] public class RDM_DefaultPvP : RedMageRotation diff --git a/BasicRotations/PVPRotations/Magical/SMN_Default.PVP.cs b/BasicRotations/PVPRotations/Magical/SMN_Default.PVP.cs index 04e9e8d..3165b68 100644 --- a/BasicRotations/PVPRotations/Magical/SMN_Default.PVP.cs +++ b/BasicRotations/PVPRotations/Magical/SMN_Default.PVP.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Magical; -[Rotation("Default PVP", CombatType.PvP, GameVersion = "6.58", Description = "Beta Rotation")] +[Rotation("Default PVP", CombatType.PvP, GameVersion = "7.00", Description = "Beta Rotation")] [SourceCode(Path = "main/DefaultRotations/PVPRotations/Magical/SMN_Default.PVP.cs")] [Api(1)] public class SMN_DefaultPvP : SummonerRotation diff --git a/BasicRotations/PVPRotations/Melee/DRG_Default.PVP.cs b/BasicRotations/PVPRotations/Melee/DRG_Default.PVP.cs index d0d284f..892ee34 100644 --- a/BasicRotations/PVPRotations/Melee/DRG_Default.PVP.cs +++ b/BasicRotations/PVPRotations/Melee/DRG_Default.PVP.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Melee; -[Rotation("Default PVP", CombatType.PvP, GameVersion = "6.58", Description = "Beta Rotation")] +[Rotation("Default PVP", CombatType.PvP, GameVersion = "7.00", Description = "Beta Rotation")] [SourceCode(Path = "main/DefaultRotations/PVPRotations/Tank/DRG_Default.PvP.cs")] [Api(1)] public sealed class DRG_DefaultPvP : DragoonRotation diff --git a/BasicRotations/PVPRotations/Melee/MNK_Default.PVP.cs b/BasicRotations/PVPRotations/Melee/MNK_Default.PVP.cs index 2ca2f31..120dfb1 100644 --- a/BasicRotations/PVPRotations/Melee/MNK_Default.PVP.cs +++ b/BasicRotations/PVPRotations/Melee/MNK_Default.PVP.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Melee; -[Rotation("Default", CombatType.PvP, GameVersion = "6.58", Description = "Beta Rotation")] +[Rotation("Default", CombatType.PvP, GameVersion = "7.00", Description = "Beta Rotation")] [SourceCode(Path = "main/DefaultRotations/PVPRotations/Melee/MNK_Default.PVP.cs")] [Api(1)] public sealed class MNK_DefaultPvP : MonkRotation diff --git a/BasicRotations/PVPRotations/Melee/NIN_Default.PVP.cs b/BasicRotations/PVPRotations/Melee/NIN_Default.PVP.cs index 8f3c171..493fd5f 100644 --- a/BasicRotations/PVPRotations/Melee/NIN_Default.PVP.cs +++ b/BasicRotations/PVPRotations/Melee/NIN_Default.PVP.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Melee; -[Rotation("Default PVP", CombatType.PvP, GameVersion = "6.58", Description = "Beta Rotation")] +[Rotation("Default PVP", CombatType.PvP, GameVersion = "7.00", Description = "Beta Rotation")] [SourceCode(Path = "main/DefaultRotations/PVPRotations/Tank/NIN_Default.PvP.cs")] [Api(1)] public sealed class NIN_DefaultPvP : NinjaRotation diff --git a/BasicRotations/PVPRotations/Melee/RPR_Default.PVP.cs b/BasicRotations/PVPRotations/Melee/RPR_Default.PVP.cs index 972611b..5b77984 100644 --- a/BasicRotations/PVPRotations/Melee/RPR_Default.PVP.cs +++ b/BasicRotations/PVPRotations/Melee/RPR_Default.PVP.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Melee; -[Rotation("Default PVP", CombatType.PvP, GameVersion = "6.58", Description = "Beta Rotation")] +[Rotation("Default PVP", CombatType.PvP, GameVersion = "7.00", Description = "Beta Rotation")] [SourceCode(Path = "main/DefaultRotations/PVPRotations/Tank/RPR_Default.PvP.cs")] [Api(1)] public sealed class RPR_DefaultPvP : ReaperRotation diff --git a/BasicRotations/PVPRotations/Melee/SAM_Default.PVP.cs b/BasicRotations/PVPRotations/Melee/SAM_Default.PVP.cs index 10814b3..21bf0de 100644 --- a/BasicRotations/PVPRotations/Melee/SAM_Default.PVP.cs +++ b/BasicRotations/PVPRotations/Melee/SAM_Default.PVP.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Melee; -[Rotation("Default PVP", CombatType.PvP, GameVersion = "6.58", Description = "Beta Rotation")] +[Rotation("Default PVP", CombatType.PvP, GameVersion = "7.00", Description = "Beta Rotation")] [SourceCode(Path = "main/DefaultRotations/PVPRotations/Tank/SAM_Default.PvP.cs")] [Api(1)] public sealed class SAM_DefaultPvP : SamuraiRotation diff --git a/BasicRotations/PVPRotations/Ranged/BRD_Default.PVP.cs b/BasicRotations/PVPRotations/Ranged/BRD_Default.PVP.cs index c8cb3f5..51b03b6 100644 --- a/BasicRotations/PVPRotations/Ranged/BRD_Default.PVP.cs +++ b/BasicRotations/PVPRotations/Ranged/BRD_Default.PVP.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Ranged; -[Rotation("Default PVP", CombatType.PvP, GameVersion = "6.58", Description = "Beta Rotation")] +[Rotation("Default PVP", CombatType.PvP, GameVersion = "7.00", Description = "Beta Rotation")] [SourceCode(Path = "main/DefaultRotations/PVPRotations/Ranged/BRD_Default.PvP.cs")] [Api(1)] public sealed class BRD_DefaultPvP : BardRotation diff --git a/BasicRotations/PVPRotations/Ranged/DNC_Default.PVP.cs b/BasicRotations/PVPRotations/Ranged/DNC_Default.PVP.cs index c371e67..80097ac 100644 --- a/BasicRotations/PVPRotations/Ranged/DNC_Default.PVP.cs +++ b/BasicRotations/PVPRotations/Ranged/DNC_Default.PVP.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Ranged; -[Rotation("Default PVP", CombatType.PvP, GameVersion = "6.58", Description = "Beta Rotation")] +[Rotation("Default PVP", CombatType.PvP, GameVersion = "7.00", Description = "Beta Rotation")] [SourceCode(Path = "main/DefaultRotations/PVPRotations/Ranged/DNC_Default.PvP.cs")] [Api(1)] public sealed class DNC_DefaultPvP : DancerRotation diff --git a/BasicRotations/PVPRotations/Ranged/MCH_Default.PvP.cs b/BasicRotations/PVPRotations/Ranged/MCH_Default.PvP.cs index 2806a9a..1539ff9 100644 --- a/BasicRotations/PVPRotations/Ranged/MCH_Default.PvP.cs +++ b/BasicRotations/PVPRotations/Ranged/MCH_Default.PvP.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Ranged; -[Rotation("Default PVP", CombatType.PvP, GameVersion = "6.58", Description = "Beta Rotation")] +[Rotation("Default PVP", CombatType.PvP, GameVersion = "7.00", Description = "Beta Rotation")] [SourceCode(Path = "main/DefaultRotations/PVPRotations/Ranged/MCH_Default.PvP.cs")] [Api(1)] public sealed class MCH_DefaultPvP : MachinistRotation diff --git a/BasicRotations/PVPRotations/Tank/DRK_Default.PVP.cs b/BasicRotations/PVPRotations/Tank/DRK_Default.PVP.cs index 2d0adf1..05995b8 100644 --- a/BasicRotations/PVPRotations/Tank/DRK_Default.PVP.cs +++ b/BasicRotations/PVPRotations/Tank/DRK_Default.PVP.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Tank; -[Rotation("Default PVP", CombatType.PvP, GameVersion = "6.58", Description = "Beta Rotation")] +[Rotation("Default PVP", CombatType.PvP, GameVersion = "7.00", Description = "Beta Rotation")] [SourceCode(Path = "main/DefaultRotations/PVPRotations/Tank/DRK_Default.PvP.cs")] [Api(1)] public sealed class DRK_DefaultPvP : DarkKnightRotation diff --git a/BasicRotations/PVPRotations/Tank/GNB_Default.PVP.cs b/BasicRotations/PVPRotations/Tank/GNB_Default.PVP.cs index b8a9352..9f779bf 100644 --- a/BasicRotations/PVPRotations/Tank/GNB_Default.PVP.cs +++ b/BasicRotations/PVPRotations/Tank/GNB_Default.PVP.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Tank; -[Rotation("Default PVP", CombatType.PvP, GameVersion = "6.58", Description = "Beta Rotation")] +[Rotation("Default PVP", CombatType.PvP, GameVersion = "7.00", Description = "Beta Rotation")] [SourceCode(Path = "main/DefaultRotations/PVPRotations/Tank/GNB_Default.PvP.cs")] [Api(1)] public sealed class GNB_DefaultPvP : GunbreakerRotation diff --git a/BasicRotations/PVPRotations/Tank/PLD_Default.PVP.cs b/BasicRotations/PVPRotations/Tank/PLD_Default.PVP.cs index 74a1c39..a4562be 100644 --- a/BasicRotations/PVPRotations/Tank/PLD_Default.PVP.cs +++ b/BasicRotations/PVPRotations/Tank/PLD_Default.PVP.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Tank; -[Rotation("Default PVP", CombatType.PvP, GameVersion = "6.58", Description = "Beta Rotation")] +[Rotation("Default PVP", CombatType.PvP, GameVersion = "7.00", Description = "Beta Rotation")] [SourceCode(Path = "main/DefaultRotations/PVPRotations/Tank/PLD_Default.PvP.cs")] [Api(1)] public sealed class PLD_DefaultPvP : PaladinRotation diff --git a/BasicRotations/PVPRotations/Tank/WAR_Default.PVP.cs b/BasicRotations/PVPRotations/Tank/WAR_Default.PVP.cs index 1289321..c0dca98 100644 --- a/BasicRotations/PVPRotations/Tank/WAR_Default.PVP.cs +++ b/BasicRotations/PVPRotations/Tank/WAR_Default.PVP.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Tank; -[Rotation("Default PVP", CombatType.PvP, GameVersion = "6.58", Description = "Beta Rotation")] +[Rotation("Default PVP", CombatType.PvP, GameVersion = "7.00", Description = "Beta Rotation")] [SourceCode(Path = "main/DefaultRotations/PVPRotations/Tank/WAR_Default.PvP.cs")] [Api(1)] public sealed class WAR_DefaultPvP : WarriorRotation diff --git a/BasicRotations/Ranged/BRD_Default.cs b/BasicRotations/Ranged/BRD_Default.cs index a02800d..f2fc8bd 100644 --- a/BasicRotations/Ranged/BRD_Default.cs +++ b/BasicRotations/Ranged/BRD_Default.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Ranged; -[Rotation("Default", CombatType.PvE, GameVersion = "6.58", +[Rotation("Default", CombatType.PvE, GameVersion = "7.00", Description = "Please make sure that the three song times add up to 120 seconds, Wanderers default first song for now.")] [SourceCode(Path = "main/DefaultRotations/Ranged/BRD_Default.cs")] [Api(1)] diff --git a/BasicRotations/Ranged/DNC_Default.cs b/BasicRotations/Ranged/DNC_Default.cs index 46af807..912fbf3 100644 --- a/BasicRotations/Ranged/DNC_Default.cs +++ b/BasicRotations/Ranged/DNC_Default.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Ranged; -[Rotation("Default", CombatType.PvE, GameVersion = "6.58", Description = "Additonal contributions to this rotation thanks to Toshi!")] +[Rotation("Default", CombatType.PvE, GameVersion = "7.00", Description = "Additonal contributions to this rotation thanks to Toshi!")] [SourceCode(Path = "main/DefaultRotations/Ranged/DNC_Default.cs")] [Api(1)] public sealed class DNC_Default : DancerRotation diff --git a/BasicRotations/Ranged/MCH_Default.cs b/BasicRotations/Ranged/MCH_Default.cs index b13d4f0..09e3000 100644 --- a/BasicRotations/Ranged/MCH_Default.cs +++ b/BasicRotations/Ranged/MCH_Default.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Ranged; -[Rotation("Default", CombatType.PvE, GameVersion = "6.58", Description = "")] +[Rotation("Default", CombatType.PvE, GameVersion = "7.00", Description = "")] [SourceCode(Path = "main/DefaultRotations/Ranged/MCH_Default.cs")] [Api(2)] public sealed class MCH_Default : MachinistRotation diff --git a/BasicRotations/Tank/DRK_Default.cs b/BasicRotations/Tank/DRK_Default.cs index cfd4843..850ffff 100644 --- a/BasicRotations/Tank/DRK_Default.cs +++ b/BasicRotations/Tank/DRK_Default.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Tank; -[Rotation("Default", CombatType.PvE, GameVersion = "6.58")] +[Rotation("Default", CombatType.PvE, GameVersion = "7.00")] [SourceCode(Path = "main/DefaultRotations/Tank/DRK_Balance.cs")] [Api(1)] public sealed class DRK_Default : DarkKnightRotation diff --git a/BasicRotations/Tank/GNB_Default.cs b/BasicRotations/Tank/GNB_Default.cs index a795d19..a8061b4 100644 --- a/BasicRotations/Tank/GNB_Default.cs +++ b/BasicRotations/Tank/GNB_Default.cs @@ -2,7 +2,7 @@ namespace DefaultRotations.Tank; -[Rotation("Default", CombatType.PvE, GameVersion = "6.58")] +[Rotation("Default", CombatType.PvE, GameVersion = "7.00")] [SourceCode(Path = "main/DefaultRotations/Tank/GNB_Default.cs")] [Api(2)] public sealed class GNB_Default : GunbreakerRotation diff --git a/BasicRotations/Tank/PLD_Default.cs b/BasicRotations/Tank/PLD_Default.cs index e24a3a5..fbc189e 100644 --- a/BasicRotations/Tank/PLD_Default.cs +++ b/BasicRotations/Tank/PLD_Default.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Tank; -[Rotation("Default", CombatType.PvE, GameVersion = "6.58")] +[Rotation("Default", CombatType.PvE, GameVersion = "7.00")] [SourceCode(Path = "main/DefaultRotations/Tank/PLD_Default.cs")] [Api(1)] public class PLD_Default : PaladinRotation diff --git a/BasicRotations/Tank/PLD_zBeta.cs b/BasicRotations/Tank/PLD_zBeta.cs index 98e42bc..c682231 100644 --- a/BasicRotations/Tank/PLD_zBeta.cs +++ b/BasicRotations/Tank/PLD_zBeta.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Tank; -[Rotation("Beta", CombatType.PvE, GameVersion = "6.58")] +[Rotation("Beta", CombatType.PvE, GameVersion = "7.00")] [SourceCode(Path = "main/DefaultRotations/Tank/PLD_zBeta.cs")] [Api(1)] public class PLD_zBeta : PaladinRotation diff --git a/BasicRotations/Tank/WAR_Default.cs b/BasicRotations/Tank/WAR_Default.cs index 5db0a25..69d347b 100644 --- a/BasicRotations/Tank/WAR_Default.cs +++ b/BasicRotations/Tank/WAR_Default.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Tank; -[Rotation("Default", CombatType.PvE, GameVersion = "6.58")] +[Rotation("Default", CombatType.PvE, GameVersion = "7.00")] [SourceCode(Path = "main/DefaultRotations/Tank/WAR_Default.cs")] [Api(1)] public sealed class WAR_Default : WarriorRotation diff --git a/BasicRotations/Tank/WAR_zBeta.cs b/BasicRotations/Tank/WAR_zBeta.cs index 8f24c8d..414e8be 100644 --- a/BasicRotations/Tank/WAR_zBeta.cs +++ b/BasicRotations/Tank/WAR_zBeta.cs @@ -1,6 +1,6 @@ namespace DefaultRotations.Tank; -[Rotation("Beta", CombatType.PvE, GameVersion = "6.58")] +[Rotation("Beta", CombatType.PvE, GameVersion = "7.00")] [SourceCode(Path = "main/DefaultRotations/Tank/WAR_zBeta.cs")] [Api(1)] public sealed class WAR_zBeta : WarriorRotation