diff --git a/RotationSolver.Basic/Helpers/IActionHelper.cs b/RotationSolver.Basic/Helpers/IActionHelper.cs
index 7e2067053..3c06491be 100644
--- a/RotationSolver.Basic/Helpers/IActionHelper.cs
+++ b/RotationSolver.Basic/Helpers/IActionHelper.cs
@@ -8,7 +8,7 @@ public static class IActionHelper
internal static ActionID[] MovingActions { get; } =
[
ActionID.EnAvantPvE,
- ActionID.PlungePvE,
+ //ActionID.PlungePvE,
ActionID.RoughDividePvE,
ActionID.ThunderclapPvE,
ActionID.ShukuchiPvE,
@@ -18,7 +18,7 @@ public static class IActionHelper
ActionID.HissatsuGyotenPvE,
ActionID.IcarusPvE,
ActionID.OnslaughtPvE,
- ActionID.SpineshatterDivePvE,
+ //ActionID.SpineshatterDivePvE,
ActionID.DragonfireDivePvE,
];
diff --git a/RotationSolver.Basic/Helpers/StatusHelper.cs b/RotationSolver.Basic/Helpers/StatusHelper.cs
index 1d338eafe..d4af9ed7c 100644
--- a/RotationSolver.Basic/Helpers/StatusHelper.cs
+++ b/RotationSolver.Basic/Helpers/StatusHelper.cs
@@ -98,6 +98,7 @@ public static class StatusHelper
StatusID.Sentinel,
StatusID.ShadowWall,
StatusID.Nebula,
+ StatusID.GreatNebula,
.. NoNeedHealingStatus,
];
diff --git a/RotationSolver.Basic/Rotations/Basic/AstrologianRotation.cs b/RotationSolver.Basic/Rotations/Basic/AstrologianRotation.cs
index 55a103b5d..d9ebe4987 100644
--- a/RotationSolver.Basic/Rotations/Basic/AstrologianRotation.cs
+++ b/RotationSolver.Basic/Rotations/Basic/AstrologianRotation.cs
@@ -68,26 +68,26 @@ static partial void ModifyCollectiveUnconsciousPvE(ref ActionSetting setting)
setting.UnlockedByQuestID = 67560;
}
- static partial void ModifyAstrodynePvE(ref ActionSetting setting)
- {
- setting.ActionCheck = () => !Seals.Contains(SealType.NONE);
- setting.CreateConfig = () => new()
- {
- TimeToKill = 10,
- };
- }
-
- static partial void ModifyDrawPvE(ref ActionSetting setting)
- {
- setting.ActionCheck = () => DrawnCard == CardType.NONE;
- }
-
- static partial void ModifyRedrawPvE(ref ActionSetting setting)
- {
- setting.StatusNeed = [StatusID.ClarifyingDraw];
- setting.ActionCheck = () => DrawnCard != CardType.NONE && Seals.Contains(GetCardSeal(DrawnCard));
- setting.UnlockedByQuestID = 67551;
- }
+ // static partial void ModifyAstrodynePvE(ref ActionSetting setting)
+ // {
+ // setting.ActionCheck = () => !Seals.Contains(SealType.NONE);
+ // setting.CreateConfig = () => new()
+ // {
+ // TimeToKill = 10,
+ // };
+ // }
+ //
+ // static partial void ModifyDrawPvE(ref ActionSetting setting)
+ // {
+ // setting.ActionCheck = () => DrawnCard == CardType.NONE;
+ // }
+ //
+ // static partial void ModifyRedrawPvE(ref ActionSetting setting)
+ // {
+ // setting.StatusNeed = [StatusID.ClarifyingDraw];
+ // setting.ActionCheck = () => DrawnCard != CardType.NONE && Seals.Contains(GetCardSeal(DrawnCard));
+ // setting.UnlockedByQuestID = 67551;
+ // }
static partial void ModifyMinorArcanaPvE(ref ActionSetting setting)
{
diff --git a/RotationSolver.Basic/Rotations/Basic/BlackMageRotation.cs b/RotationSolver.Basic/Rotations/Basic/BlackMageRotation.cs
index 0e1432bd9..e5dd3c230 100644
--- a/RotationSolver.Basic/Rotations/Basic/BlackMageRotation.cs
+++ b/RotationSolver.Basic/Rotations/Basic/BlackMageRotation.cs
@@ -49,7 +49,7 @@ partial class BlackMageRotation
///
///
///
- public static bool IsPolyglotStacksMaxed => EnhancedPolyglotTrait.EnoughLevel ? PolyglotStacks == 2 : PolyglotStacks == 1;
+ //public static bool IsPolyglotStacksMaxed => EnhancedPolyglotTrait.EnoughLevel ? PolyglotStacks == 2 : PolyglotStacks == 1;
static float EnochianTimeRaw => JobGauge.EnochianTimer / 1000f;
@@ -214,12 +214,12 @@ static partial void ModifyBetweenTheLinesPvE(ref ActionSetting setting)
setting.StatusNeed = [StatusID.LeyLines];
}
- static partial void ModifySharpcastPvE(ref ActionSetting setting)
- {
- setting.ActionCheck = () => HasHostilesInRange;
- setting.StatusProvide = [StatusID.Sharpcast];
- setting.UnlockedByQuestID = 67216;
- }
+ // static partial void ModifySharpcastPvE(ref ActionSetting setting)
+ // {
+ // setting.ActionCheck = () => HasHostilesInRange;
+ // setting.StatusProvide = [StatusID.Sharpcast];
+ // setting.UnlockedByQuestID = 67216;
+ // }
static partial void ModifyTriplecastPvE(ref ActionSetting setting)
{
@@ -285,7 +285,7 @@ protected sealed override bool MoveForwardGCD(out IAction? act)
{
if (AetherialManipulationPvE.CanUse(out act)) return true;
return base.MoveForwardGCD(out act);
- }
+ }
static partial void ModifyAetherialManipulationPvP(ref ActionSetting setting)
{
setting.SpecialType = SpecialActionType.MovingForward;
diff --git a/RotationSolver.Basic/Rotations/Basic/DarkKnightRotation.cs b/RotationSolver.Basic/Rotations/Basic/DarkKnightRotation.cs
index ac832c9bc..3ec996730 100644
--- a/RotationSolver.Basic/Rotations/Basic/DarkKnightRotation.cs
+++ b/RotationSolver.Basic/Rotations/Basic/DarkKnightRotation.cs
@@ -148,12 +148,12 @@ static partial void ModifyUnleashPvE(ref ActionSetting setting)
};
}
- static partial void ModifyPlungePvE(ref ActionSetting setting)
- {
- setting.SpecialType = SpecialActionType.MovingForward;
- setting.UnlockedByQuestID = 67597;
- }
-
+ // static partial void ModifyPlungePvE(ref ActionSetting setting)
+ // {
+ // setting.SpecialType = SpecialActionType.MovingForward;
+ // setting.UnlockedByQuestID = 67597;
+ // }
+
static partial void ModifyPlungePvP(ref ActionSetting setting)
{
setting.SpecialType = SpecialActionType.MovingForward;
@@ -202,11 +202,11 @@ protected override bool EmergencyAbility(IAction nextGCD, out IAction? act)
return base.EmergencyAbility(nextGCD, out act);
}
- ///
- [RotationDesc(ActionID.PlungePvE)]
- protected sealed override bool MoveForwardAbility(IAction nextGCD, out IAction? act)
- {
- if (PlungePvE.CanUse(out act)) return true;
- return false;
- }
+ // ///
+ // [RotationDesc(ActionID)]
+ // protected sealed override bool MoveForwardAbility(IAction nextGCD, out IAction? act)
+ // {
+ // if (PlungePvE.CanUse(out act)) return true;
+ // return false;
+ // }
}
diff --git a/RotationSolver.Basic/Rotations/Basic/DragoonRotation.cs b/RotationSolver.Basic/Rotations/Basic/DragoonRotation.cs
index afceeed69..c4fc125de 100644
--- a/RotationSolver.Basic/Rotations/Basic/DragoonRotation.cs
+++ b/RotationSolver.Basic/Rotations/Basic/DragoonRotation.cs
@@ -126,15 +126,15 @@ static partial void ModifyLanceChargePvE(ref ActionSetting setting)
setting.UnlockedByQuestID = 65975;
}
- static partial void ModifyDragonSightPvE(ref ActionSetting setting)
- {
- setting.TargetType = TargetType.Melee;
- setting.CanTarget = b => b != Player;
- setting.CreateConfig = () => new()
- {
- TimeToKill = 10,
- };
- }
+ // static partial void ModifyDragonSightPvE(ref ActionSetting setting)
+ // {
+ // setting.TargetType = TargetType.Melee;
+ // setting.CanTarget = b => b != Player;
+ // setting.CreateConfig = () => new()
+ // {
+ // TimeToKill = 10,
+ // };
+ // }
static partial void ModifyBattleLitanyPvE(ref ActionSetting setting)
{
@@ -155,10 +155,10 @@ static partial void ModifyDoomSpikePvE(ref ActionSetting setting)
setting.UnlockedByQuestID = 66605;
}
- static partial void ModifySpineshatterDivePvE(ref ActionSetting setting)
- {
- setting.UnlockedByQuestID = 66607;
- }
+ // static partial void ModifySpineshatterDivePvE(ref ActionSetting setting)
+ // {
+ // setting.UnlockedByQuestID = 66607;
+ // }
static partial void ModifyDragonfireDivePvE(ref ActionSetting setting)
{
diff --git a/RotationSolver.Basic/Rotations/Basic/GunbreakerRotation.cs b/RotationSolver.Basic/Rotations/Basic/GunbreakerRotation.cs
index 4aee78f5f..a48dad645 100644
--- a/RotationSolver.Basic/Rotations/Basic/GunbreakerRotation.cs
+++ b/RotationSolver.Basic/Rotations/Basic/GunbreakerRotation.cs
@@ -78,8 +78,19 @@ static partial void ModifyLightningShotPvE(ref ActionSetting setting)
setting.SpecialType = SpecialActionType.MeleeRange;
}
+ static partial void ModifyNobleBloodPvE(ref ActionSetting setting)
+ {
+ setting.ComboIds = [ActionID.ReignOfBeastsPvE];
+ }
+
+ static partial void ModifyLionHeartPvE(ref ActionSetting setting)
+ {
+ setting.ComboIds = [ActionID.NobleBloodPvE];
+ }
+
static partial void ModifyFatedCirclePvE(ref ActionSetting setting)
{
+ setting.StatusProvide = [ StatusID.ReadyToRaze ];
setting.ActionCheck = () => Ammo > 0;
}
@@ -99,15 +110,27 @@ static partial void ModifyNebulaPvE(ref ActionSetting setting)
setting.ActionCheck = Player.IsTargetOnSelf;
}
+ static partial void ModifyGreatNebulaPvE(ref ActionSetting setting)
+ {
+ setting.StatusProvide = StatusHelper.RampartStatus;
+ setting.ActionCheck = Player.IsTargetOnSelf;
+ }
+
static partial void ModifyCamouflagePvE(ref ActionSetting setting)
{
setting.ActionCheck = Player.IsTargetOnSelf;
}
+ static partial void ModifySonicBreakPvE(ref ActionSetting setting)
+ {
+ setting.StatusNeed = [ StatusID.ReadyToBreak ];
+ }
+
private protected sealed override IBaseAction TankStance => RoyalGuardPvE;
static partial void ModifyNoMercyPvE(ref ActionSetting setting)
{
+ setting.StatusProvide = [ StatusID.ReadyToBreak ];
setting.CreateConfig = () => new()
{
TimeToKill = 10,
@@ -119,6 +142,15 @@ static partial void ModifyBloodfestPvE(ref ActionSetting setting)
setting.ActionCheck = () => MaxAmmo - Ammo > 1;
}
+ static partial void ModifyFatedBrandPvE(ref ActionSetting setting)
+ {
+ setting.StatusNeed = [StatusID.ReadyToRaze];
+ setting.CreateConfig = () => new ActionConfig()
+ {
+ AoeCount = 2,
+ };
+ }
+
static partial void ModifyDemonSlicePvE(ref ActionSetting setting)
{
setting.CreateConfig = () => new()
@@ -135,11 +167,11 @@ static partial void ModifyDemonSlaughterPvE(ref ActionSetting setting)
};
}
- static partial void ModifyRoughDividePvE(ref ActionSetting setting)
+ static partial void ModifyTrajectoryPvE(ref ActionSetting setting)
{
setting.SpecialType = SpecialActionType.MovingForward;
- }
-
+ }
+
static partial void ModifyRoughDividePvP(ref ActionSetting setting)
{
setting.SpecialType = SpecialActionType.MovingForward;
@@ -159,10 +191,10 @@ protected override bool EmergencyAbility(IAction nextGCD, out IAction? act)
}
///
- [RotationDesc(ActionID.RoughDividePvE)]
+ [RotationDesc(ActionID.TrajectoryPvE)]
protected sealed override bool MoveForwardAbility(IAction nextGCD, out IAction? act)
{
- if (RoughDividePvE.CanUse(out act)) return true;
+ if (TrajectoryPvE.CanUse(out act)) return true;
return false;
}
}
\ No newline at end of file
diff --git a/RotationSolver.Basic/Rotations/Basic/MonkRotation.cs b/RotationSolver.Basic/Rotations/Basic/MonkRotation.cs
index 37661c1e6..2da916a4e 100644
--- a/RotationSolver.Basic/Rotations/Basic/MonkRotation.cs
+++ b/RotationSolver.Basic/Rotations/Basic/MonkRotation.cs
@@ -114,10 +114,10 @@ static partial void ModifyThunderclapPvP(ref ActionSetting setting)
setting.SpecialType = SpecialActionType.MovingForward;
}
- static partial void ModifyMeditationPvE(ref ActionSetting setting)
- {
- setting.UnlockedByQuestID = 66094;
- }
+ // static partial void ModifyMeditationPvE(ref ActionSetting setting)
+ // {
+ // setting.UnlockedByQuestID = 66094;
+ // }
static partial void ModifyRockbreakerPvE(ref ActionSetting setting)
{
diff --git a/RotationSolver.Basic/Rotations/Basic/NinjaRotation.cs b/RotationSolver.Basic/Rotations/Basic/NinjaRotation.cs
index 9bca5b4d2..27709e925 100644
--- a/RotationSolver.Basic/Rotations/Basic/NinjaRotation.cs
+++ b/RotationSolver.Basic/Rotations/Basic/NinjaRotation.cs
@@ -41,11 +41,11 @@ static partial void ModifyArmorCrushPvE(ref ActionSetting setting)
setting.UnlockedByQuestID = 67221;
}
- static partial void ModifyHuraijinPvE(ref ActionSetting setting)
- {
- setting.ActionCheck = () => HutonEndAfterGCD();
- setting.UnlockedByQuestID = 67224;
- }
+ // static partial void ModifyHuraijinPvE(ref ActionSetting setting)
+ // {
+ // setting.ActionCheck = () => HutonEndAfterGCD();
+ // setting.UnlockedByQuestID = 67224;
+ // }
static partial void ModifyPhantomKamaitachiPvE(ref ActionSetting setting)
{
@@ -172,8 +172,8 @@ static partial void ModifyKatonPvE(ref ActionSetting setting)
{
AoeCount = 2,
};
- }
-
+ }
+
static partial void ModifyShukuchiPvP(ref ActionSetting setting)
{
setting.SpecialType = SpecialActionType.MovingForward;
diff --git a/RotationSolver.Basic/Rotations/Basic/PaladinRotation.cs b/RotationSolver.Basic/Rotations/Basic/PaladinRotation.cs
index 6c4a2bcb2..1e2df16fa 100644
--- a/RotationSolver.Basic/Rotations/Basic/PaladinRotation.cs
+++ b/RotationSolver.Basic/Rotations/Basic/PaladinRotation.cs
@@ -34,7 +34,7 @@ partial class PaladinRotation
static partial void ModifyAtonementPvE(ref ActionSetting setting)
{
- setting.StatusNeed = [StatusID.SwordOath_1902];
+ setting.StatusNeed = [StatusID.SwordOath_1991];
}
static partial void ModifyShieldBashPvE(ref ActionSetting setting)
diff --git a/RotationSolver.Basic/Rotations/Basic/SamuraiRotation.cs b/RotationSolver.Basic/Rotations/Basic/SamuraiRotation.cs
index acc37c7b0..4e34be383 100644
--- a/RotationSolver.Basic/Rotations/Basic/SamuraiRotation.cs
+++ b/RotationSolver.Basic/Rotations/Basic/SamuraiRotation.cs
@@ -63,10 +63,10 @@ static partial void ModifyShohaPvE(ref ActionSetting setting)
setting.ActionCheck = () => MeditationStacks == 3;
}
- static partial void ModifyShohaIiPvE(ref ActionSetting setting)
- {
- setting.ActionCheck = () => MeditationStacks == 3;
- }
+ // static partial void ModifyShohaIiPvE(ref ActionSetting setting)
+ // {
+ // setting.ActionCheck = () => MeditationStacks == 3;
+ // }
static partial void ModifyMangetsuPvE(ref ActionSetting setting)
{
@@ -171,8 +171,8 @@ static partial void ModifyHissatsuGurenPvE(ref ActionSetting setting)
static partial void ModifyHissatsuSeneiPvE(ref ActionSetting setting)
{
setting.ActionCheck = () => Kenki >= 25;
- }
-
+ }
+
static partial void ModifyHissatsuSotenPvP(ref ActionSetting setting)
{
setting.SpecialType = SpecialActionType.MovingForward;
diff --git a/RotationSolver.GameData/Getters/RotationGetter.cs b/RotationSolver.GameData/Getters/RotationGetter.cs
index 50784cc57..03589e0f0 100644
--- a/RotationSolver.GameData/Getters/RotationGetter.cs
+++ b/RotationSolver.GameData/Getters/RotationGetter.cs
@@ -9,12 +9,12 @@ internal class RotationGetter(Lumina.GameData gameData, ClassJob job)
{
public string GetName()
{
- return (job.NameEnglish.RawString + " Rotation").ToPascalCase();
+ return (job.Name.ToString() + " Rotation").ToPascalCase();
}
public string GetCode()
{
- var jobName = job.NameEnglish.RawString;
+ var jobName = job.Name.ToString();
var jobs = $"Job.{job.Abbreviation}";
if (job.RowId != 28 && job.RowId != job.ClassJobParent.Row)
@@ -22,7 +22,7 @@ public string GetCode()
jobs += $", Job.{job.ClassJobParent.Value?.Abbreviation ?? "ADV"}";
}
- var jobGauge = job.IsLimitedJob ? string.Empty : $"static {job.Abbreviation}Gauge JobGauge => Svc.Gauges.Get<{job.Abbreviation}Gauge>();";
+ var jobGauge = job.Abbreviation == "BLU" ? string.Empty : $"static {job.Abbreviation}Gauge JobGauge => Svc.Gauges.Get<{job.Abbreviation}Gauge>();";
var rotationsGetter = new ActionSingleRotationGetter(gameData, job);
var traitsGetter = new TraitRotationGetter(gameData, job);
@@ -32,7 +32,7 @@ public string GetCode()
return $$"""
///
- /// {{jobName}}
+ /// {{jobName}}
///
Number of Actions: {{rotationsGetter.Count}}
///
Number of Traits: {{traitsGetter.Count}}
///
diff --git a/RotationSolver.GameData/Getters/TraitRotationGetter.cs b/RotationSolver.GameData/Getters/TraitRotationGetter.cs
index 733520a18..cff8b6df6 100644
--- a/RotationSolver.GameData/Getters/TraitRotationGetter.cs
+++ b/RotationSolver.GameData/Getters/TraitRotationGetter.cs
@@ -14,16 +14,16 @@ protected override void BeforeCreating()
protected override bool AddToList(Trait item)
{
- if (item.ClassJobCategory.Row == 0) return false;
+ if (item.ClassJob.Row == 0) return false;
var name = item.Name.RawString;
if (string.IsNullOrEmpty(name)) return false;
if (!name.All(char.IsAscii)) return false;
if (item.Icon == 0) return false;
- var category = item.ClassJobCategory.Value;
+ var category = item.ClassJob.Value;
if (category == null) return false;
var jobName = job.Abbreviation.RawString;
- return (bool?)category.GetType().GetRuntimeProperty(jobName)?.GetValue(category) ?? false;
+ return category.Abbreviation == jobName;
}
protected override string ToCode(Trait item)
diff --git a/RotationSolver.GameData/Program.cs b/RotationSolver.GameData/Program.cs
index d9498c514..89e82bf67 100644
--- a/RotationSolver.GameData/Program.cs
+++ b/RotationSolver.GameData/Program.cs
@@ -88,7 +88,7 @@ namespace RotationSolver.Basic.Rotations.Basic;
""";
var rotations = gameData.GetExcelSheet()!
- .Where(job => job.JobIndex > 0)
+ .Where(job => job.JobIndex > 0 && job.RowId is not (41 or 42))
.Select(job => new RotationGetter(gameData, job).GetCode());
res.AddResource("Rotation", header + string.Join("\n\n", rotations));
diff --git a/RotationSolver.SourceGenerators/Properties/Resources.resx b/RotationSolver.SourceGenerators/Properties/Resources.resx
index 9380d27ae..4b3e9a592 100644
--- a/RotationSolver.SourceGenerators/Properties/Resources.resx
+++ b/RotationSolver.SourceGenerators/Properties/Resources.resx
@@ -256,7 +256,7 @@ StunResistance = 39,
SilenceResistance = 40,
/// <summary>
/// <see href="https://garlandtools.org/db/#status/41"><strong>Crafting Facility</strong></see> ↑ (All Classes)
-/// <para>Maximum CP is increased for crafters level 80 or below.</para>
+/// <para>Maximum CP is increased for crafters level 90 or below.</para>
/// </summary>
CraftingFacility = 41,
/// <summary>
@@ -692,7 +692,8 @@ PhysicalVulnerabilityUp_126 = 126,
Diversion = 127,
/// <summary>
/// <see href="https://garlandtools.org/db/#status/128"><strong>Barrage</strong></see> ↑ (All Classes)
-/// <para>Striking multiple times per weaponskill.</para>
+/// <para>Able to execute Refulgent ArrowStraight ShotStraight Shot and ShadowbiteWide VolleyWide Volley.</para>
+/// <para>Refulgent ArrowStraight ShotStraight Shot will strike the selected target three times, while ShadowbiteWide VolleyWide Volley's potency will be increased.</para>
/// </summary>
Barrage = 128,
/// <summary>
@@ -851,7 +852,7 @@ Regen = 158,
/// </summary>
DivineSeal = 159,
/// <summary>
-/// <see href="https://garlandtools.org/db/#status/160"><strong>Surecast</strong></see> ↑ (CNJ THM ACN WHM BLM SMN SCH AST RDM BLU SGE)
+/// <see href="https://garlandtools.org/db/#status/160"><strong>Surecast</strong></see> ↑ (CNJ THM ACN WHM BLM SMN SCH AST RDM BLU SGE PCT)
/// <para>Spells cannot be interrupted by taking damage.</para>
/// </summary>
Surecast = 160,
@@ -886,7 +887,7 @@ Firestarter = 165,
/// </summary>
Succor = 166,
/// <summary>
-/// <see href="https://garlandtools.org/db/#status/167"><strong>Swiftcast</strong></see> ↑ (CNJ THM ACN WHM BLM SMN SCH AST RDM BLU SGE)
+/// <see href="https://garlandtools.org/db/#status/167"><strong>Swiftcast</strong></see> ↑ (CNJ THM ACN WHM BLM SMN SCH AST RDM BLU SGE PCT)
/// <para>Next spell will require no time to cast.</para>
/// </summary>
Swiftcast = 167,
@@ -901,7 +902,7 @@ Manaward = 168,
/// </summary>
Manawall = 169,
/// <summary>
-/// <see href="https://garlandtools.org/db/#status/170"><strong>Apocatastasis</strong></see> ↑ (THM ACN BLM SMN RDM BLU)
+/// <see href="https://garlandtools.org/db/#status/170"><strong>Apocatastasis</strong></see> ↑ (THM ACN BLM SMN RDM BLU PCT)
/// <para>Magic damage taken is reduced.</para>
/// </summary>
Apocatastasis = 170,
@@ -2517,7 +2518,7 @@ PhysicalVulnerabilityUp_493 = 493,
/// </summary>
MagicVulnerabilityUp_494 = 494,
/// <summary>
-/// <see href="https://garlandtools.org/db/#status/495"><strong>Goad</strong></see> ↑ (PGL LNC ROG MNK DRG NIN SAM RPR)
+/// <see href="https://garlandtools.org/db/#status/495"><strong>Goad</strong></see> ↑ (PGL LNC ROG MNK DRG NIN SAM RPR VPR)
/// <para>Gradually regenerating TP.</para>
/// </summary>
Goad = 495,
@@ -5803,10 +5804,10 @@ BlackestNight = 1178,
/// </summary>
RiddleOfEarth = 1179,
/// <summary>
-/// <see href="https://garlandtools.org/db/#status/1180"><strong>Earth's Reply</strong></see> ↑ (MNK)
+/// <see href="https://garlandtools.org/db/#status/1180"><strong>Earth's Resolve</strong></see> ↑ (MNK)
/// <para>Regenerating HP over time.</para>
/// </summary>
-EarthsReply = 1180,
+EarthsResolve = 1180,
/// <summary>
/// <see href="https://garlandtools.org/db/#status/1181"><strong>Riddle of Fire</strong></see> ↑ (All Classes)
/// <para>Damage dealt is increased.</para>
@@ -5859,7 +5860,7 @@ TroubadoursPaeon = 1189,
TroubadoursMinuet = 1190,
/// <summary>
/// <see href="https://garlandtools.org/db/#status/1191"><strong>Rampart</strong></see> ↑ (All Classes)
-/// <para>Damage taken is reduced.</para>
+/// <para>Damage taken is reduced and HP recovery via healing actions is increased and HP recovery via healing actions is increased and HP recovery via healing actions is increased and HP recovery via healing actions is increased and HP recovery via healing actions is increased and HP recovery via healing actions is increased.</para>
/// </summary>
Rampart_1191 = 1191,
/// <summary>
@@ -5923,7 +5924,7 @@ NaturesMinne = 1202,
/// </summary>
Addle = 1203,
/// <summary>
-/// <see href="https://garlandtools.org/db/#status/1204"><strong>Lucid Dreaming</strong></see> ↑ (CNJ THM ACN WHM BLM SMN SCH AST RDM BLU SGE)
+/// <see href="https://garlandtools.org/db/#status/1204"><strong>Lucid Dreaming</strong></see> ↑ (CNJ THM ACN WHM BLM SMN SCH AST RDM BLU SGE PCT)
/// <para>Restoring MP over time.</para>
/// </summary>
LucidDreaming = 1204,
@@ -5999,7 +6000,7 @@ ThinAir = 1217,
DivineBenison = 1218,
/// <summary>
/// <see href="https://garlandtools.org/db/#status/1219"><strong>Confession</strong></see> ↑ (WHM)
-/// <para>Sins are confessed. Ready for Plenary Indulgence.</para>
+/// <para>Sins are confessed. Additional HP is recovered when receiving the healing effect of certain spells cast by the white mage who granted this effect.</para>
/// </summary>
Confession = 1219,
/// <summary>
@@ -6330,12 +6331,12 @@ GatheringYieldUpIi = 1286,
Seized_1287 = 1287,
/// <summary>
/// <see href="https://garlandtools.org/db/#status/1288"><strong>Twist of Fate</strong></see> ↑ (All Classes)
-/// <para>Experience earned on FATEs is dramatically increased.</para>
+/// <para>Certain rewards earned from FATEs are dramatically increased.</para>
/// </summary>
TwistOfFate = 1288,
/// <summary>
/// <see href="https://garlandtools.org/db/#status/1289"><strong>Twist of Fate</strong></see> ↑ (All Classes)
-/// <para>Experience earned on FATEs is dramatically increased.</para>
+/// <para>Certain rewards earned from FATEs are dramatically increased.</para>
/// </summary>
TwistOfFate_1289 = 1289,
/// <summary>
@@ -6447,7 +6448,7 @@ RiddleOfEarth_1310 = 1310,
/// <see href="https://garlandtools.org/db/#status/1311"><strong>Earth's Reply</strong></see> ↑ (All Classes)
/// <para>Damage dealt is increased while damage taken is reduced.</para>
/// </summary>
-EarthsReply_1311 = 1311,
+EarthsReply = 1311,
/// <summary>
/// <see href="https://garlandtools.org/db/#status/1312"><strong>Chaos Thrust</strong></see> ↓ (DRG)
/// <para>Sustaining damage over time, as well as increased damage from target who executed Chaos Thrust.</para>
@@ -6929,7 +6930,7 @@ ChainStratagem_1406 = 1406,
/// </summary>
Barrage_1407 = 1407,
/// <summary>
-/// <see href="https://garlandtools.org/db/#status/1408"><strong>Cometeor</strong></see> ↓ (BLM SMN RDM BLU)
+/// <see href="https://garlandtools.org/db/#status/1408"><strong>Cometeor</strong></see> ↓ (BLM SMN RDM BLU PCT)
/// <para>Damage taken is increased.</para>
/// </summary>
Cometeor = 1408,
@@ -6944,10 +6945,10 @@ TerminalVelocity = 1409,
/// </summary>
Chanchala_1410 = 1410,
/// <summary>
-/// <see href="https://garlandtools.org/db/#status/1411"><strong>The Road to 80</strong></see> ↑ (All Classes)
-/// <para>Experience earned while below level 80 is dramatically increased.</para>
+/// <see href="https://garlandtools.org/db/#status/1411"><strong>The Road to 90</strong></see> ↑ (All Classes)
+/// <para>Experience earned while below level 90 is dramatically increased.</para>
/// </summary>
-TheRoadTo80 = 1411,
+TheRoadTo90 = 1411,
/// <summary>
/// <see href="https://garlandtools.org/db/#status/1412"><strong>Vulnerability Up</strong></see> ↓ (All Classes)
/// <para>Damage taken is increased.</para>
@@ -7979,10 +7980,10 @@ LiveWire = 1623,
/// </summary>
Looper = 1624,
/// <summary>
-/// <see href="https://garlandtools.org/db/#status/1625"><strong>Memory Degredation</strong></see> ↓ (All Classes)
+/// <see href="https://garlandtools.org/db/#status/1625"><strong>Memory Degradation</strong></see> ↓ (All Classes)
/// <para>Gradually forgetting important details. A stack of 6 will result in full memory loss.</para>
/// </summary>
-MemoryDegredation = 1625,
+MemoryDegradation = 1625,
/// <summary>
/// <see href="https://garlandtools.org/db/#status/1626"><strong>Memory Loss</strong></see> ↓ (All Classes)
/// <para>Bereft of sense of self and purpose.</para>
@@ -9230,8 +9231,8 @@ Biolysis = 1895,
Recitation = 1896,
/// <summary>
/// <see href="https://garlandtools.org/db/#status/1897"><strong>Nascent Chaos</strong></see> ↑ (WAR)
-/// <para>Decimate is upgraded to Chaotic Cyclone.</para>
-/// <para>Nascent Chaos Effect: Fell Cleave is upgraded to Inner Chaos.</para>
+/// <para>Accumulating sufficient wrath in the Beast Gauge will upgrade Decimate to Chaotic Cyclone.</para>
+/// <para>Fell Cleave will be upgraded to Inner Chaos once learned.</para>
/// </summary>
NascentChaos = 1897,
/// <summary>
@@ -9255,10 +9256,10 @@ WingedShield = 1900,
/// </summary>
Enshielded = 1901,
/// <summary>
-/// <see href="https://garlandtools.org/db/#status/1902"><strong>Sword Oath</strong></see> ↑ (PLD)
+/// <see href="https://garlandtools.org/db/#status/1902"><strong>Atonement Ready</strong></see> ↑ (PLD)
/// <para>Able to execute Atonement.</para>
/// </summary>
-SwordOath_1902 = 1902,
+AtonementReady = 1902,
/// <summary>
/// <see href="https://garlandtools.org/db/#status/1903"><strong>Phantasmal</strong></see> ↑ (All Classes)
/// <para>Without corporeal form.</para>
@@ -9596,7 +9597,7 @@ Doom_1970 = 1970,
Manafication = 1971,
/// <summary>
/// <see href="https://garlandtools.org/db/#status/1972"><strong>Delirium</strong></see> ↑ (DRK)
-/// <para>Blackblood cost for Bloodspiller and Quietus is nullified.</para>
+/// <para>Blackblood cost for Bloodspiller and Quietus is nullified, and restoring MP when landing either weaponskill.</para>
/// </summary>
Delirium_1972 = 1972,
/// <summary>
@@ -9630,17 +9631,17 @@ FullSwing = 1977,
/// </summary>
Rampart_1978 = 1978,
/// <summary>
-/// <see href="https://garlandtools.org/db/#status/1981"><strong>Blood for Blood</strong></see> ↑ (MNK DRG NIN SAM RPR)
+/// <see href="https://garlandtools.org/db/#status/1981"><strong>Blood for Blood</strong></see> ↑ (MNK DRG NIN SAM RPR VPR)
/// <para>Damage dealt and damage taken are increased.</para>
/// </summary>
BloodForBlood_1981 = 1981,
/// <summary>
-/// <see href="https://garlandtools.org/db/#status/1982"><strong>Bloodbath</strong></see> ↑ (MNK DRG NIN SAM RPR)
+/// <see href="https://garlandtools.org/db/#status/1982"><strong>Bloodbath</strong></see> ↑ (MNK DRG NIN SAM RPR VPR)
/// <para>Attacks generate HP equal to the amount of physical damage dealt.</para>
/// </summary>
Bloodbath_1982 = 1982,
/// <summary>
-/// <see href="https://garlandtools.org/db/#status/1983"><strong>Fetter Ward</strong></see> ↑ (MNK DRG NIN SAM RPR)
+/// <see href="https://garlandtools.org/db/#status/1983"><strong>Fetter Ward</strong></see> ↑ (MNK DRG NIN SAM RPR VPR)
/// <para>All Stun, Sleep, Bind, Heavy, Silence, knockback, and draw-in effects are nullified.</para>
/// </summary>
FetterWard = 1983,
@@ -9655,22 +9656,22 @@ ArmsLength_1984 = 1984,
/// </summary>
Peloton_1985 = 1985,
/// <summary>
-/// <see href="https://garlandtools.org/db/#status/1986"><strong>Phantom Dart</strong></see> ↓ (BLM SMN RDM BLU)
+/// <see href="https://garlandtools.org/db/#status/1986"><strong>Phantom Dart</strong></see> ↓ (BLM SMN RDM BLU PCT)
/// <para>Damage taken is increased.</para>
/// </summary>
PhantomDart = 1986,
/// <summary>
-/// <see href="https://garlandtools.org/db/#status/1987"><strong>Swiftcast</strong></see> ↑ (BLM SMN RDM BLU)
+/// <see href="https://garlandtools.org/db/#status/1987"><strong>Swiftcast</strong></see> ↑ (BLM SMN RDM BLU PCT)
/// <para>The next spell will be cast immediately.</para>
/// </summary>
Swiftcast_1987 = 1987,
/// <summary>
-/// <see href="https://garlandtools.org/db/#status/1988"><strong>Addle</strong></see> ↓ (BLM SMN RDM BLU)
+/// <see href="https://garlandtools.org/db/#status/1988"><strong>Addle</strong></see> ↓ (BLM SMN RDM BLU PCT)
/// <para>Damage dealt is reduced.</para>
/// </summary>
Addle_1988 = 1988,
/// <summary>
-/// <see href="https://garlandtools.org/db/#status/1989"><strong>Manaward</strong></see> ↑ (BLM SMN RDM BLU)
+/// <see href="https://garlandtools.org/db/#status/1989"><strong>Manaward</strong></see> ↑ (BLM SMN RDM BLU PCT)
/// <para>An aetherial barrier is preventing damage.</para>
/// </summary>
Manaward_1989 = 1989,
@@ -10456,7 +10457,7 @@ FloodOfShadow = 2170,
/// </summary>
DarkMissionary_2171 = 2171,
/// <summary>
-/// <see href="https://garlandtools.org/db/#status/2172"><strong>Arm's Length</strong></see> ↑ (MNK DRG NIN SAM RPR)
+/// <see href="https://garlandtools.org/db/#status/2172"><strong>Arm's Length</strong></see> ↑ (MNK DRG NIN SAM RPR VPR)
/// <para>Weakening enemies when attacked. Damage taken is reduced.</para>
/// </summary>
ArmsLength_2172 = 2172,
@@ -10501,7 +10502,7 @@ Testudo = 2179,
/// </summary>
FastDraw = 2180,
/// <summary>
-/// <see href="https://garlandtools.org/db/#status/2181"><strong>Arm's Length</strong></see> ↓ (MNK DRG NIN SAM RPR)
+/// <see href="https://garlandtools.org/db/#status/2181"><strong>Arm's Length</strong></see> ↓ (MNK DRG NIN SAM RPR VPR)
/// <para>Damage dealt is reduced.</para>
/// </summary>
ArmsLength_2181 = 2181,
@@ -10521,7 +10522,7 @@ NocturnalField_2183 = 2183,
/// </summary>
Retaliation = 2184,
/// <summary>
-/// <see href="https://garlandtools.org/db/#status/2185"><strong>Feint</strong></see> ↓ (MNK DRG NIN SAM RPR)
+/// <see href="https://garlandtools.org/db/#status/2185"><strong>Feint</strong></see> ↓ (MNK DRG NIN SAM RPR VPR)
/// <para>Sustaining increased damage from target who executed Feint.</para>
/// </summary>
Feint_2185 = 2185,
@@ -10531,7 +10532,7 @@ Feint_2185 = 2185,
/// </summary>
Concentrate = 2186,
/// <summary>
-/// <see href="https://garlandtools.org/db/#status/2187"><strong>Aetheric Burst</strong></see> ↓ (BLM SMN RDM BLU)
+/// <see href="https://garlandtools.org/db/#status/2187"><strong>Aetheric Burst</strong></see> ↓ (BLM SMN RDM BLU PCT)
/// <para>Weaponskill and spell cast time and recast time are increased.</para>
/// </summary>
AethericBurst = 2187,
@@ -12345,12 +12346,12 @@ JustChilling = 2602,
Hubris = 2603,
/// <summary>
/// <see href="https://garlandtools.org/db/#status/2604"><strong>Kardia</strong></see> ↑ (SGE)
-/// <para>Triggers a healing effect on a player under the effect of Kardion granted by you when casting attack magic.</para>
+/// <para>Triggers a healing effect on a player under the effect of Kardion granted by you upon landing attack magic.</para>
/// </summary>
Kardia = 2604,
/// <summary>
/// <see href="https://garlandtools.org/db/#status/2605"><strong>Kardion</strong></see> ↑ (SGE)
-/// <para>Triggers a healing effect when the sage who applied this status casts attack magic.</para>
+/// <para>Triggers a healing effect when the sage who applied this status lands attack magic.</para>
/// </summary>
Kardion = 2605,
/// <summary>
@@ -12755,7 +12756,7 @@ RiddleOfWind_2687 = 2687,
Overheated = 2688,
/// <summary>
/// <see href="https://garlandtools.org/db/#status/2689"><strong>Meisui</strong></see> ↑ (NIN)
-/// <para>Next Bhavacakra will deal increased damage.</para>
+/// <para>Next Zesho Meppo or Bhavacakra will deal increased damage.</para>
/// </summary>
Meisui = 2689,
/// <summary>
@@ -13470,7 +13471,7 @@ IronWill_2843 = 2843,
SomanouticBarrier = 2844,
/// <summary>
/// <see href="https://garlandtools.org/db/#status/2845"><strong>Enhanced Harpe</strong></see> ↑ (RPR)
-/// <para>Next Harpe will require no time to cast.</para>
+/// <para>Next Harpe requires no time to cast and will reduce the recast timer of Hell's Ingress and Hell's Egress.</para>
/// </summary>
EnhancedHarpe = 2845,
/// <summary>
@@ -13634,6 +13635,11 @@ MousasMantle = 2878,
/// </summary>
AdamantinonThelema = 2879,
/// <summary>
+/// <see href="https://garlandtools.org/db/#status/2880"><strong>Poison</strong></see> ↓ (All Classes)
+/// <para>Toxins are causing damage over time.</para>
+/// </summary>
+Poison_2880 = 2880,
+/// <summary>
/// <see href="https://garlandtools.org/db/#status/2885"><strong>Shackles of Companionship</strong></see> ↓ (All Classes)
/// <para>Wrapped in chains binding you ever tighter to nearby allies.</para>
/// </summary>
@@ -15414,6 +15420,11 @@ Frozen_3286 = 3286,
/// </summary>
DeepFreeze_3287 = 3287,
/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3288"><strong>Sustained Damage</strong></see> ↓ (All Classes)
+/// <para>Sustaining damage over time.</para>
+/// </summary>
+SustainedDamage_3288 = 3288,
+/// <summary>
/// <see href="https://garlandtools.org/db/#status/3290"><strong>Echo of the Fallen</strong></see> ↓ (All Classes)
/// <para>The Curse of the Fallen resonates within, causing an explosion when this effect expires.</para>
/// </summary>
@@ -15519,6 +15530,11 @@ PurgatoryWinds = 3310,
/// </summary>
HolyPurgation = 3311,
/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3312"><strong>Overload</strong></see> ↓ (All Classes)
+/// <para>Unleashing power beyond physical limitations and taking damage over time.</para>
+/// </summary>
+Overload = 3312,
+/// <summary>
/// <see href="https://garlandtools.org/db/#status/3313"><strong>Aetherial Exchange</strong></see> ↑ (All Classes)
/// <para>Warping the nature of the next action to be executed.</para>
/// </summary>
@@ -16259,6 +16275,21 @@ PenitentsShackles = 3476,
/// </summary>
Penance_3477 = 3477,
/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3479"><strong>Deep Freeze</strong></see> ↓ (All Classes)
+/// <para>Your body is encased in ice, preventing action and dealing damage over time.</para>
+/// </summary>
+DeepFreeze_3479 = 3479,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3480"><strong>Deep Freeze</strong></see> ↓ (All Classes)
+/// <para>Your body is encased in ice, preventing action and dealing damage over time.</para>
+/// </summary>
+DeepFreeze_3480 = 3480,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3481"><strong>Deep Freeze</strong></see> ↓ (All Classes)
+/// <para>Your body is encased in ice, preventing action and dealing damage over time.</para>
+/// </summary>
+DeepFreeze_3481 = 3481,
+/// <summary>
/// <see href="https://garlandtools.org/db/#status/3483"><strong>Blooming Welt</strong></see> ↓ (All Classes)
/// <para>A scathing curse lingers on your skin, resulting in a radiating explosion when this effect expires.</para>
/// </summary>
@@ -16989,6 +17020,166 @@ MortalFlame_3643 = 3643,
/// </summary>
Apokalypsis = 3644,
/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3645"><strong>Flankstung Venom</strong></see> ↑ (VPR)
+/// <para>Potency of Flanksting Strike is increased.</para>
+/// </summary>
+FlankstungVenom = 3645,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3646"><strong>Flanksbane Venom</strong></see> ↑ (VPR)
+/// <para>Potency of Flanksbane Fang is increased.</para>
+/// </summary>
+FlanksbaneVenom = 3646,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3647"><strong>Hindstung Venom</strong></see> ↑ (VPR)
+/// <para>Potency of Hindsting Strike is increased.</para>
+/// </summary>
+HindstungVenom = 3647,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3648"><strong>Hindsbane Venom</strong></see> ↑ (VPR)
+/// <para>Potency of Hindsbane Fang is increased.</para>
+/// </summary>
+HindsbaneVenom = 3648,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3649"><strong>Grimhunter's Venom</strong></see> ↑ (VPR)
+/// <para>Potency of Jagged Maw is increased.</para>
+/// </summary>
+GrimhuntersVenom = 3649,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3650"><strong>Grimskin's Venom</strong></see> ↑ (VPR)
+/// <para>Potency of Bloodied Maw is increased.</para>
+/// </summary>
+GrimskinsVenom = 3650,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3657"><strong>Hunter's Venom</strong></see> ↑ (VPR)
+/// <para>Potency of Twinfang Bite is increased.</para>
+/// </summary>
+HuntersVenom = 3657,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3658"><strong>Swiftskin's Venom</strong></see> ↑ (VPR)
+/// <para>Potency of Twinblood Bite is increased.</para>
+/// </summary>
+SwiftskinsVenom = 3658,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3659"><strong>Fellhunter's Venom</strong></see> ↑ (VPR)
+/// <para>Potency of Twinfang Thresh is increased.</para>
+/// </summary>
+FellhuntersVenom = 3659,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3660"><strong>Fellskin's Venom</strong></see> ↑ (VPR)
+/// <para>Potency of Twinblood Thresh is increased.</para>
+/// </summary>
+FellskinsVenom = 3660,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3665"><strong>Poised for Twinfang</strong></see> ↑ (VPR)
+/// <para>Potency of Uncoiled Twinfang is increased.</para>
+/// </summary>
+PoisedForTwinfang = 3665,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3666"><strong>Poised for Twinblood</strong></see> ↑ (VPR)
+/// <para>Potency of Uncoiled Twinblood is increased.</para>
+/// </summary>
+PoisedForTwinblood = 3666,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3667"><strong>Noxious Gnash</strong></see> ↓ (VPR)
+/// <para>Damage taken from the viper who applied this effect is increased.</para>
+/// </summary>
+NoxiousGnash = 3667,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3668"><strong>Hunter's Instinct</strong></see> ↑ (VPR)
+/// <para>Damage dealt is increased.</para>
+/// </summary>
+HuntersInstinct = 3668,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3669"><strong>Swiftscaled</strong></see> ↑ (VPR)
+/// <para>Weaponskill cast time and recast time, spell cast time and recast time, and auto-attack delay are reduced.</para>
+/// </summary>
+Swiftscaled = 3669,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3670"><strong>Reawakened</strong></see> ↑ (VPR)
+/// <para>Tapped into the strength of your hunter forebears.</para>
+/// </summary>
+Reawakened = 3670,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3671"><strong>Ready to Reawaken</strong></see> ↑ (VPR)
+/// <para>Able to execute Reawaken while ignoring Serpent Offerings Gauge cost.</para>
+/// </summary>
+ReadyToReawaken = 3671,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3674"><strong>Subtractive Palette</strong></see> ↑ (PCT)
+/// <para>The properties of your pictomancy spells have changed.</para>
+/// </summary>
+SubtractivePalette = 3674,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3675"><strong>Aetherhues</strong></see> ↑ (PCT)
+/// <para>Able to cast green and yellow magicks.</para>
+/// </summary>
+Aetherhues = 3675,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3676"><strong>Aetherhues II</strong></see> ↑ (PCT)
+/// <para>Able to cast blue and magenta magicks.</para>
+/// </summary>
+AetherhuesIi = 3676,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3679"><strong>Rainbow Bright</strong></see> ↑ (PCT)
+/// <para>Next Rainbow Drip will require no time to cast, and will have a reduced recast timer.</para>
+/// </summary>
+RainbowBright = 3679,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3680"><strong>Hammer Time</strong></see> ↑ (PCT)
+/// <para>Able to execute the hammer combo.</para>
+/// </summary>
+HammerTime = 3680,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3681"><strong>Starstruck</strong></see> ↑ (PCT)
+/// <para>Able to execute Star Prism.</para>
+/// </summary>
+Starstruck = 3681,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3683"><strong>Star Prism</strong></see> ↑ (PCT)
+/// <para>Regenerating HP over time.</para>
+/// </summary>
+StarPrism = 3683,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3684"><strong>Smudge</strong></see> ↑ (PCT)
+/// <para>Movement speed is increased.</para>
+/// </summary>
+Smudge = 3684,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3685"><strong>Starry Muse</strong></see> ↑ (PCT)
+/// <para>Damage dealt is increased.</para>
+/// </summary>
+StarryMuse = 3685,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3686"><strong>Tempera Coat</strong></see> ↑ (PCT)
+/// <para>A magicked barrier is nullifying damage.</para>
+/// </summary>
+TemperaCoat = 3686,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3687"><strong>Tempera Grassa</strong></see> ↑ (PCT)
+/// <para>A magicked barrier is nullifying damage.</para>
+/// </summary>
+TemperaGrassa = 3687,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3688"><strong>Hyperphantasia</strong></see> ↑ (PCT)
+/// <para>Starry Muse is deployed.</para>
+/// </summary>
+Hyperphantasia = 3688,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3689"><strong>Inspiration</strong></see> ↑ (PCT)
+/// <para>Inspired by Starry Muse, your spell cast and recast times are reduced.</para>
+/// </summary>
+Inspiration = 3689,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3690"><strong>Subtractive Spectrum</strong></see> ↑ (PCT)
+/// <para>Able to execute Subtractive Palette.</para>
+/// </summary>
+SubtractiveSpectrum = 3690,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3691"><strong>Monochrome Tones</strong></see> ↑ (PCT)
+/// <para>One stack of White Paint has been converted to Black Paint.</para>
+/// </summary>
+MonochromeTones = 3691,
+/// <summary>
/// <see href="https://garlandtools.org/db/#status/3692"><strong>Concentrated Poison</strong></see> ↓ (All Classes)
/// <para>Powerful poison is slowly draining HP while reducing HP recovery.</para>
/// </summary>
@@ -17419,10 +17610,10 @@ AccelerationBomb_3793 = 3793,
/// </summary>
BeckoningDark_3794 = 3794,
/// <summary>
-/// <see href="https://garlandtools.org/db/#status/3795"><strong>Sustained Damage</strong></see> ↓ (All Classes)
-/// <para>Sustaining damage over time.</para>
+/// <see href="https://garlandtools.org/db/#status/3796"><strong>Trauma</strong></see> ↓ (All Classes)
+/// <para>Suffering injuries from a powerful attack. Increased trauma will result in a Concussion.</para>
/// </summary>
-SustainedDamage_3795 = 3795,
+Trauma = 3796,
/// <summary>
/// <see href="https://garlandtools.org/db/#status/3797"><strong>Dropsy</strong></see> ↓ (All Classes)
/// <para>Sustaining water damage over time.</para>
@@ -17439,12381 +17630,16124 @@ Dropsy_3798 = 3798,
/// </summary>
ForkedLightning_3799 = 3799,
/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3801"><strong>Sharpened Sights</strong></see> ↑ (All Classes)
+/// <para>Eyes have been infused with aether, enhancing vision. Performing certain actions will trigger Eye of the Fierce.</para>
+/// </summary>
+SharpenedSights = 3801,
+/// <summary>
/// <see href="https://garlandtools.org/db/#status/3802"><strong>Acceleration Bomb</strong></see> ↓ (All Classes)
/// <para>An acceleration-trigger explosive is affixed to the body. Any movement when effect wears off will result in detonation.</para>
/// </summary>
AccelerationBomb_3802 = 3802,
/// <summary>
-/// <see href="https://garlandtools.org/db/#status/3938"><strong>Times Three</strong></see> ↑ (All Classes)
-/// <para>The angle of effect for the next rotational attack executed will be tripled.</para>
+/// <see href="https://garlandtools.org/db/#status/3803"><strong>Apex Wings</strong></see> ↑ (All Classes)
+/// <para>Apollyon's wings are enhanced.</para>
/// </summary>
-TimesThree_3938 = 3938,
+ApexWings = 3803,
/// <summary>
-/// <see href="https://garlandtools.org/db/#status/3939"><strong>Times Five</strong></see> ↑ (All Classes)
-/// <para>The angle of effect for the next rotational attack executed will be quintupled.</para>
+/// <see href="https://garlandtools.org/db/#status/3804"><strong>Apex Blades</strong></see> ↑ (All Classes)
+/// <para>Apollyon's blades are enhanced.</para>
/// </summary>
-TimesFive_3939 = 3939,
-
-
- /// <summary>
-///
+ApexBlades = 3804,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3805"><strong>Fury</strong></see> ↑ (All Classes)
+/// <para>Unbridled rage is increasing damage dealt.</para>
/// </summary>
-DutyRoulette = 1,
+Fury = 3805,
/// <summary>
-///
+/// <see href="https://garlandtools.org/db/#status/3806"><strong>Vitalized</strong></see> ↑ (All Classes)
+/// <para>Invigorated by Drowsie's dancing.</para>
/// </summary>
-Dungeons = 2,
+Vitalized = 3806,
/// <summary>
-///
+/// <see href="https://garlandtools.org/db/#status/3807"><strong>Vitalized</strong></see> ↑ (All Classes)
+/// <para>Invigorated by Drowsie's dancing.</para>
/// </summary>
-Guildhests = 3,
+Vitalized_3807 = 3807,
/// <summary>
-///
+/// <see href="https://garlandtools.org/db/#status/3809"><strong>Seed Crystals</strong></see> ↓ (All Classes)
+/// <para>Heavy crystals are encasing your lower body. Will bear a Crystal Burden when this effect expires.</para>
/// </summary>
-Trials = 4,
+SeedCrystals = 3809,
/// <summary>
-///
+/// <see href="https://garlandtools.org/db/#status/3810"><strong>Crystal Burden</strong></see> ↓ (All Classes)
+/// <para>Heavy crystals are encasing your body, preventing movement and slowing activity. Will become Crystallized when this effect expires.</para>
/// </summary>
-Raids = 5,
+CrystalBurden = 3810,
/// <summary>
-///
+/// <see href="https://garlandtools.org/db/#status/3811"><strong>Crystallized</strong></see> ↓ (All Classes)
+/// <para>Completely encased in crystal and unable to move or breathe. KO is imminent.</para>
/// </summary>
-PvP = 6,
+Crystallized = 3811,
/// <summary>
-///
+/// <see href="https://garlandtools.org/db/#status/3812"><strong>Expedience</strong></see> ↑ (Disciple of the Hand)
+/// <para>Hasty Touch is upgraded to Daring Touch.</para>
/// </summary>
-QuestBattles = 7,
+Expedience_3812 = 3812,
/// <summary>
-///
+/// <see href="https://garlandtools.org/db/#status/3813"><strong>Trained Perfection</strong></see> ↑ (Disciple of the Hand)
+/// <para>Durability loss of next action is reduced to zero.</para>
/// </summary>
-FatEs = 8,
+TrainedPerfection = 3813,
/// <summary>
-///
+/// <see href="https://garlandtools.org/db/#status/3814"><strong>Gravitational Anomaly</strong></see> ↓ (All Classes)
+/// <para>Hovering above the ground due to a disturbance in gravity.</para>
/// </summary>
-TreasureHunt = 9,
+GravitationalAnomaly = 3814,
/// <summary>
-///
+/// <see href="https://garlandtools.org/db/#status/3815"><strong>Authority's Gaze</strong></see> ↓ (All Classes)
+/// <para>Under Absolute Authority. Will unleash a petrifying light upon those nearby when this effect expires.</para>
/// </summary>
-Levequests = 10,
+AuthoritysGaze = 3815,
/// <summary>
-///
+/// <see href="https://garlandtools.org/db/#status/3817"><strong>Calamity's Flames</strong></see> ↓ (All Classes)
+/// <para>Inundated with fire-aspected aether. Scourge of Fire will be triggered when this effect expires.</para>
/// </summary>
-GrandCompany = 11,
+CalamitysFlames = 3817,
/// <summary>
-///
+/// <see href="https://garlandtools.org/db/#status/3818"><strong>Calamity's Inferno</strong></see> ↓ (All Classes)
+/// <para>Inundated with fire-aspected aether. Scourge of Fire will be triggered in succession when this effect expires.</para>
/// </summary>
-Companions = 12,
+CalamitysInferno = 3818,
/// <summary>
-///
+/// <see href="https://garlandtools.org/db/#status/3819"><strong>Calamity's Embers</strong></see> ↓ (All Classes)
+/// <para>Inundated with fire-aspected aether. Scourge of Fire will be triggered when this effect expires.</para>
/// </summary>
-TribalQuests = 13,
+CalamitysEmbers = 3819,
/// <summary>
-///
+/// <see href="https://garlandtools.org/db/#status/3820"><strong>Calamity's Frost</strong></see> ↓ (All Classes)
+/// <para>Inundated with ice-aspected aether. An ice boulder will spawn on the ground when this effect expires.</para>
/// </summary>
-OverallCompletion = 14,
+CalamitysFrost = 3820,
/// <summary>
-///
+/// <see href="https://garlandtools.org/db/#status/3821"><strong>Calamity's Bite</strong></see> ↓ (All Classes)
+/// <para>Inundated with ice-aspected aether. Scourge of Ice will be executed when this effect expires.</para>
/// </summary>
-PlayerCommendation = 15,
+CalamitysBite = 3821,
/// <summary>
-///
+/// <see href="https://garlandtools.org/db/#status/3822"><strong>Calamity's Chill</strong></see> ↓ (All Classes)
+/// <para>Inundated with ice-aspected aether. Will trigger Freezing Up when this effect expires, resulting in Deep Freeze if not continuously in motion.</para>
/// </summary>
-DisciplesOfTheLand = 16,
+CalamitysChill = 3822,
/// <summary>
-///
+/// <see href="https://garlandtools.org/db/#status/3823"><strong>Calamity's Bolt</strong></see> ↓ (All Classes)
+/// <para>Inundated with lightning-aspected aether. Scourge of Thunder will be triggered when this effect expires.</para>
/// </summary>
-DisciplesOfTheHand = 17,
+CalamitysBolt = 3823,
/// <summary>
-///
+/// <see href="https://garlandtools.org/db/#status/3824"><strong>Calamity's Fulgur</strong></see> ↓ (All Classes)
+/// <para>Inundated with lightning-aspected aether. Scourge of Thunder will be triggered when this effect expires.</para>
/// </summary>
-RetainerVentures = 18,
+CalamitysFulgur = 3824,
/// <summary>
-///
+/// <see href="https://garlandtools.org/db/#status/3825"><strong>Greatest Curse</strong></see> ↓ (All Classes)
+/// <para>An ancient curse has been placed upon you, resulting in certain death when the counter reaches zero.</para>
/// </summary>
-GoldSaucer = 19,
+GreatestCurse = 3825,
/// <summary>
-///
+/// <see href="https://garlandtools.org/db/#status/3826"><strong>Burns</strong></see> ↓ (All Classes)
+/// <para>Sustaining fire damage over time.</para>
/// </summary>
-DeepDungeons = 21,
+Burns_3826 = 3826,
/// <summary>
-///
+/// <see href="https://garlandtools.org/db/#status/3827"><strong>Supplication Ready</strong></see> ↑ (PLD)
+/// <para>Able to execute Supplication.</para>
/// </summary>
-WondrousTails = 24,
+SupplicationReady = 3827,
/// <summary>
-///
+/// <see href="https://garlandtools.org/db/#status/3828"><strong>Sepulchre Ready</strong></see> ↑ (PLD)
+/// <para>Able to execute Sepulchre.</para>
/// </summary>
-CustomDeliveries = 25,
+SepulchreReady = 3828,
/// <summary>
-///
+/// <see href="https://garlandtools.org/db/#status/3829"><strong>Guardian</strong></see> ↑ (PLD)
+/// <para>Damage taken is reduced.</para>
/// </summary>
-Eureka = 26,
+Guardian = 3829,
/// <summary>
-///
+/// <see href="https://garlandtools.org/db/#status/3830"><strong>Guardian's Will</strong></see> ↑ (PLD)
+/// <para>A magicked barrier is nullifying damage.</para>
/// </summary>
-UltimateRaids = 28,
+GuardiansWill = 3830,
/// <summary>
-///
+/// <see href="https://garlandtools.org/db/#status/3831"><strong>Blade of Honor Ready</strong></see> ↑ (PLD)
+/// <para>Able to execute Blade of Honor.</para>
/// </summary>
-VcDungeonFinder = 30,
+BladeOfHonorReady = 3831,
/// <summary>
-///
+/// <see href="https://garlandtools.org/db/#status/3832"><strong>Damnation</strong></see> ↑ (WAR)
+/// <para>Damage taken is reduced while inflicting a portion of sustained damage back to its source. HP will be restored over time when effect expires.</para>
/// </summary>
-OceanFishing = 31,
+Damnation = 3832,
/// <summary>
-///
+/// <see href="https://garlandtools.org/db/#status/3833"><strong>Burgeoning Fury</strong></see> ↑ (WAR)
+/// <para>Fury is building within you. At 3 stacks, effect changes to Wrathful, allowing you to execute Primal Wrath.</para>
/// </summary>
-TripleTriad = 32,
+BurgeoningFury = 3833,
/// <summary>
-///
+/// <see href="https://garlandtools.org/db/#status/3834"><strong>Primal Ruination Ready</strong></see> ↑ (WAR)
+/// <para>Able to execute Primal Ruination.</para>
/// </summary>
-TheHunt = 33,
+PrimalRuinationReady = 3834,
/// <summary>
-///
+/// <see href="https://garlandtools.org/db/#status/3835"><strong>Shadowed Vigil</strong></see> ↑ (DRK)
+/// <para>Damage taken is reduced.</para>
/// </summary>
-Fishing = 34,
+ShadowedVigil = 3835,
/// <summary>
-///
+/// <see href="https://garlandtools.org/db/#status/3836"><strong>Delirium</strong></see> ↑ (DRK)
+/// <para>Able to execute Scarlet Delirium and Impalement.</para>
/// </summary>
-Gate = 35,
-
-
- /// <summary>
-/// <see href="https://garlandtools.org/db/#action/3"><strong>Sprint</strong></see> <i>PvE</i> (All Classes) [3] [System]
-/// <para></para>
+Delirium_3836 = 3836,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#status/3837"><strong>Scorn</strong></see> ↑ (DRK)
+/// <para>Able to execute Disesteem.</para>
/// </summary>
-SprintPvE = 3,
+Scorn = 3837,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/5"><strong>Teleport</strong></see> <i>PvE</i> (All Classes) [5] [System]
-/// <para></para>
+/// <see href="https://garlandtools.org/db/#status/3838"><strong>Great Nebula</strong></see> ↑ (GNB)
+/// <para>Damage taken is reduced.</para>
/// </summary>
-TeleportPvE = 5,
+GreatNebula = 3838,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/6"><strong>Return</strong></see> <i>PvE</i> (All Classes) [6] [System]
-/// <para>Instantly return to your current home point.</para>
+/// <see href="https://garlandtools.org/db/#status/3839"><strong>Ready to Raze</strong></see> ↑ (GNB)
+/// <para>Able to execute Fated Brand.</para>
/// </summary>
-ReturnPvE = 6,
+ReadyToRaze = 3839,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/9"><strong>Fast Blade</strong></see> <i>PvE</i> (GLA PLD) [9] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
+/// <see href="https://garlandtools.org/db/#status/3840"><strong>Ready to Reign</strong></see> ↑ (GNB)
+/// <para>Able to execute Reign of Beasts.</para>
/// </summary>
-FastBladePvE = 9,
+ReadyToReign = 3840,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/15"><strong>Riot Blade</strong></see> <i>PvE</i> (GLA PLD) [15] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Combo Action: Fast Blade</para>
-/// <para>Combo Potency: </para>
-/// <para>Combo Bonus: Restores MP</para>
+/// <see href="https://garlandtools.org/db/#status/3841"><strong>Earth's Rumination</strong></see> ↑ (MNK)
+/// <para>Able to execute Earth's Reply.</para>
/// </summary>
-RiotBladePvE = 15,
+EarthsRumination = 3841,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16"><strong>Shield Bash</strong></see> <i>PvE</i> (GLA PLD) [16] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100.</para>
-/// <para>Additional Effect: Stun</para>
-/// <para>Duration: 6s</para>
+/// <see href="https://garlandtools.org/db/#status/3842"><strong>Wind's Rumination</strong></see> ↑ (MNK)
+/// <para>Able to execute Wind's Reply.</para>
/// </summary>
-ShieldBashPvE = 16,
+WindsRumination = 3842,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/17"><strong>Sentinel</strong></see> <i>PvE</i> (GLA PLD) [17] [Ability]
-/// <para>Reduces damage taken by 30%.</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#status/3843"><strong>Fire's Rumination</strong></see> ↑ (MNK)
+/// <para>Able to execute Fire's Reply.</para>
/// </summary>
-SentinelPvE = 17,
+FiresRumination = 3843,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20"><strong>Fight or Flight</strong></see> <i>PvE</i> (GLA PLD) [20] [Ability]
-/// <para>Increases damage dealt by 25%.</para>
-/// <para>Duration: 20s</para>
+/// <see href="https://garlandtools.org/db/#status/3844"><strong>Nastrond Ready</strong></see> ↑ (DRG)
+/// <para>Able to execute Nastrond.</para>
/// </summary>
-FightOrFlightPvE = 20,
+NastrondReady = 3844,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/21"><strong>Rage of Halone</strong></see> <i>PvE</i> (GLA PLD) [21] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100.</para>
-/// <para>Combo Action: Riot Blade</para>
-/// <para>Combo Potency: 330</para>
+/// <see href="https://garlandtools.org/db/#status/3845"><strong>Dragon's Flight</strong></see> ↑ (DRG)
+/// <para>Able to execute Rise of the Dragon.</para>
/// </summary>
-RageOfHalonePvE = 21,
+DragonsFlight = 3845,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/22"><strong>Bulwark</strong></see> <i>PvE</i> (PLD) [22] [Ability]
-/// <para>Block incoming attacks.</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#status/3846"><strong>Starcross Ready</strong></see> ↑ (DRG)
+/// <para>Able to execute Starcross.</para>
/// </summary>
-BulwarkPvE = 22,
+StarcrossReady = 3846,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23"><strong>Circle of Scorn</strong></see> <i>PvE</i> (GLA PLD) [23] [Ability]
-/// <para>Delivers an attack with a potency of 140 to all nearby enemies.</para>
-/// <para>Additional Effect: Damage over time</para>
-/// <para>Potency: 30</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#status/3847"><strong>Goring Blade Ready</strong></see> ↑ (PLD)
+/// <para>Able to execute Goring Blade.</para>
/// </summary>
-CircleOfScornPvE = 23,
+GoringBladeReady = 3847,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24"><strong>Shield Lob</strong></see> <i>PvE</i> (GLA PLD) [24] [Weaponskill]
-/// <para>Delivers a ranged attack with a potency of 100.</para>
-/// <para>Additional Effect: Increased enmity</para>
+/// <see href="https://garlandtools.org/db/#status/3848"><strong>Shadow Walker</strong></see> ↑ (NIN)
+/// <para>Able to use actions normally requiring the Hidden status.</para>
/// </summary>
-ShieldLobPvE = 24,
+ShadowWalker = 3848,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/27"><strong>Cover</strong></see> <i>PvE</i> (PLD) [27] [Ability]
-/// <para>Take all damage intended for another party member as long as said member remains within 10 yalms.</para>
-/// <para>Does not activate with certain attacks.</para>
-/// <para>Duration: 12s</para>
-/// <para>Oath Gauge Cost: 50</para>
+/// <see href="https://garlandtools.org/db/#status/3849"><strong>Dokumori</strong></see> ↓ (NIN)
+/// <para>Damage taken is increased.</para>
/// </summary>
-CoverPvE = 27,
+Dokumori = 3849,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/28"><strong>Iron Will</strong></see> <i>PvE</i> (GLA PLD) [28] [Ability]
-/// <para>Significantly increases enmity generation.</para>
-/// <para>Effect ends upon reuse.</para>
+/// <see href="https://garlandtools.org/db/#status/3850"><strong>Higi</strong></see> ↑ (NIN)
+/// <para>Able to make use of advanced ninja arts.</para>
/// </summary>
-IronWillPvE = 28,
+Higi = 3850,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29"><strong>Spirits Within</strong></see> <i>PvE</i> (PLD) [29] [Ability]
-/// <para>Delivers an attack with a potency of 270.</para>
-/// <para>Additional Effect: Restores MP</para>
+/// <see href="https://garlandtools.org/db/#status/3851"><strong>Tenri Jindo Ready</strong></see> ↑ (NIN)
+/// <para>Able to execute Tenri Jindo.</para>
/// </summary>
-SpiritsWithinPvE = 29,
+TenriJindoReady = 3851,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/30"><strong>Hallowed Ground</strong></see> <i>PvE</i> (PLD) [30] [Ability]
-/// <para>Renders you impervious to most attacks.</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#status/3852"><strong>Tsubame-gaeshi Ready</strong></see> ↑ (SAM)
+/// <para>Able to execute Tsubame-gaeshi.</para>
/// </summary>
-HallowedGroundPvE = 30,
+TsubamegaeshiReady = 3852,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/31"><strong>Heavy Swing</strong></see> <i>PvE</i> (MRD WAR) [31] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
+/// <see href="https://garlandtools.org/db/#status/3853"><strong>Tengetsu</strong></see> ↑ (SAM)
+/// <para>Damage taken is reduced.</para>
/// </summary>
-HeavySwingPvE = 31,
+Tengetsu = 3853,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/37"><strong>Maim</strong></see> <i>PvE</i> (MRD WAR) [37] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Combo Action: Heavy Swing</para>
-/// <para>Combo Potency: </para>
-/// <para>Combo Bonus: Increases Beast Gauge by 10</para>
+/// <see href="https://garlandtools.org/db/#status/3854"><strong>Tengetsu's Foresight</strong></see> ↑ (SAM)
+/// <para>HP will be restored automatically when effect expires.</para>
/// </summary>
-MaimPvE = 37,
+TengetsusForesight = 3854,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/38"><strong>Berserk</strong></see> <i>PvE</i> (MRD WAR) [38] [Ability]
-/// <para>Grants 3 stacks of Berserk, each stack guaranteeing weaponskill attacks are critical and direct hits.</para>
-/// <para>Increases damage dealt when under an effect that raises critical hit rate or direct hit rate.</para>
-/// <para>Duration: 15s</para>
-/// <para>Additional Effect: Extends Surging Tempest duration by 10s to a maximum of 60s</para>
-/// <para>Additional Effect: Extends Surging Tempest duration by 10s to a maximum of 60s</para>
+/// <see href="https://garlandtools.org/db/#status/3855"><strong>Zanshin Ready</strong></see> ↑ (SAM)
+/// <para>Able to execute Zanshin.</para>
/// </summary>
-BerserkPvE = 38,
+ZanshinReady = 3855,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/40"><strong>Thrill of Battle</strong></see> <i>PvE</i> (MRD WAR) [40] [Ability]
-/// <para>Increases maximum HP by 20% and restores the amount increased.</para>
-/// <para>Additional Effect: Increases HP recovery via healing actions on self by 20%</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#status/3856"><strong>Tendo</strong></see> ↑ (SAM)
+/// <para>Tenka Goken is upgraded to Tendo Goken, and Midare Setsugekka is upgraded to Tendo Setsugekka.</para>
/// </summary>
-ThrillOfBattlePvE = 40,
+Tendo = 3856,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/41"><strong>Overpower</strong></see> <i>PvE</i> (MRD WAR) [41] [Weaponskill]
-/// <para>Delivers an attack with a potency of 110 to all nearby enemies.</para>
+/// <see href="https://garlandtools.org/db/#status/3857"><strong>Oblatio</strong></see> ↑ (RPR)
+/// <para>Able to execute Sacrificium.</para>
/// </summary>
-OverpowerPvE = 41,
+Oblatio = 3857,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/42"><strong>Storm's Path</strong></see> <i>PvE</i> (MRD WAR) [42] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Combo Action: Maim</para>
-/// <para>Combo Potency: </para>
-/// <para>Combo Bonus: Restores own HP</para>
-/// <para>Cure Potency: 250</para>
-/// <para>Combo Bonus: Increases Beast Gauge by 20</para>
+/// <see href="https://garlandtools.org/db/#status/3858"><strong>Executioner</strong></see> ↑ (RPR)
+/// <para>Able to execute Executioner's Gibbet, Executioner's Gallows, and Executioner's Guillotine.</para>
/// </summary>
-StormsPathPvE = 42,
+Executioner = 3858,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/43"><strong>Holmgang</strong></see> <i>PvE</i> (MRD WAR) [43] [Ability]
-/// <para>Brace yourself for an enemy onslaught, preventing most attacks from reducing your HP to less than 1.</para>
-/// <para>Duration: 10s</para>
-/// <para>When a target is selected, halts their movement with chains.</para>
+/// <see href="https://garlandtools.org/db/#status/3859"><strong>Perfectio Occulta</strong></see> ↑ (RPR)
+/// <para>Grants Perfectio Parata upon executing Communio.</para>
/// </summary>
-HolmgangPvE = 43,
+PerfectioOcculta = 3859,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/44"><strong>Vengeance</strong></see> <i>PvE</i> (MRD WAR) [44] [Ability]
-/// <para>Reduces damage taken by 30% and delivers an attack with a potency of 55 every time you suffer physical damage.</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#status/3860"><strong>Perfectio Parata</strong></see> ↑ (RPR)
+/// <para>Able to execute Perfectio.</para>
/// </summary>
-VengeancePvE = 44,
+PerfectioParata = 3860,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/45"><strong>Storm's Eye</strong></see> <i>PvE</i> (MRD WAR) [45] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Combo Action: Maim</para>
-/// <para>Combo Potency: </para>
-/// <para>Combo Bonus: Grants Surging Tempest, increasing damage dealt by 10%</para>
-/// <para>Duration: 30s</para>
-/// <para>Extends Surging Tempest duration by 30s to a maximum of 60s.</para>
-/// <para>Combo Bonus: Increases Beast Gauge by 10</para>
+/// <see href="https://garlandtools.org/db/#status/3861"><strong>Hawk's Eye</strong></see> ↑ (BRD)
+/// <para>Able to execute Refulgent ArrowStraight ShotStraight Shot and Shadowbite and Wide Volley and Wide Volley and Wide Volley and Wide Volley</para>
/// </summary>
-StormsEyePvE = 45,
+HawksEye_3861 = 3861,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/46"><strong>Tomahawk</strong></see> <i>PvE</i> (MRD WAR) [46] [Weaponskill]
-/// <para>Delivers a ranged attack with a potency of 150.</para>
-/// <para>Additional Effect: Increased enmity</para>
+/// <see href="https://garlandtools.org/db/#status/3862"><strong>Resonant Arrow Ready</strong></see> ↑ (BRD)
+/// <para>Able to execute Resonant Arrow.</para>
/// </summary>
-TomahawkPvE = 46,
+ResonantArrowReady = 3862,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/48"><strong>Defiance</strong></see> <i>PvE</i> (MRD WAR) [48] [Ability]
-/// <para>Significantly increases enmity generation.</para>
-/// <para>Effect ends upon reuse.</para>
+/// <see href="https://garlandtools.org/db/#status/3863"><strong>Radiant Encore Ready</strong></see> ↑ (BRD)
+/// <para>Able to execute Radiant Encore.</para>
/// </summary>
-DefiancePvE = 48,
+RadiantEncoreReady = 3863,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/49"><strong>Inner Beast</strong></see> <i>PvE</i> (WAR) [49] [Weaponskill]
-/// <para>Delivers an attack with a potency of 330.</para>
-/// <para>Beast Gauge Cost: 50</para>
+/// <see href="https://garlandtools.org/db/#status/3864"><strong>Hypercharged</strong></see> ↑ (MCH)
+/// <para>Able to execute Hypercharge.</para>
/// </summary>
-InnerBeastPvE = 49,
+Hypercharged = 3864,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/51"><strong>Steel Cyclone</strong></see> <i>PvE</i> (WAR) [51] [Weaponskill]
-/// <para>Delivers an attack with a potency of 170 to all nearby enemies.</para>
-/// <para>Beast Gauge Cost: 50</para>
+/// <see href="https://garlandtools.org/db/#status/3865"><strong>Excavator Ready</strong></see> ↑ (MCH)
+/// <para>Able to execute Excavator.</para>
/// </summary>
-SteelCyclonePvE = 51,
+ExcavatorReady = 3865,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/52"><strong>Infuriate</strong></see> <i>PvE</i> (WAR) [52] [Ability]
-/// <para>Increases Beast Gauge by 50.</para>
-/// <para>Additional Effect: Grants Nascent Chaos</para>
-/// <para>Duration: 30s</para>
-/// <para>Maximum Charges: 2</para>
-/// <para>Can only be executed while in combat.</para>
+/// <see href="https://garlandtools.org/db/#status/3866"><strong>Full Metal Machinist</strong></see> ↑ (MCH)
+/// <para>Able to execute Full Metal Field.</para>
/// </summary>
-InfuriatePvE = 52,
+FullMetalMachinist = 3866,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/53"><strong>Bootshine</strong></see> <i>PvE</i> (PGL MNK) [53] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Leaden Fist Potency: </para>
-/// <para>Opo-opo Form Bonus: Guarantees a critical hit</para>
-/// <para>Damage dealt is increased when under an effect that raises critical hit rate.</para>
-/// <para>Additional Effect: Changes form to raptor</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#status/3867"><strong>Last Dance Ready</strong></see> ↑ (DNC)
+/// <para>Able to execute Last Dance.</para>
/// </summary>
-BootshinePvE = 53,
+LastDanceReady = 3867,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/54"><strong>True Strike</strong></see> <i>PvE</i> (PGL MNK) [54] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Can only be executed when in raptor form.</para>
-/// <para>Additional Effect: Changes form to coeurl</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#status/3868"><strong>Finishing Move Ready</strong></see> ↑ (DNC)
+/// <para>Able to execute Finishing Move.</para>
/// </summary>
-TrueStrikePvE = 54,
+FinishingMoveReady = 3868,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/56"><strong>Snap Punch</strong></see> <i>PvE</i> (PGL MNK) [56] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para> when executed from a target's flank.</para>
-/// <para>Can only be executed when in coeurl form.</para>
-/// <para>Additional Effect: Changes form to opo-opo</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#status/3869"><strong>Dance of the Dawn Ready</strong></see> ↑ (DNC)
+/// <para>Able to execute Dance of the Dawn.</para>
/// </summary>
-SnapPunchPvE = 56,
+DanceOfTheDawnReady = 3869,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/61"><strong>Twin Snakes</strong></see> <i>PvE</i> (PGL MNK) [61] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Can only be executed when in raptor form.</para>
-/// <para>Additional Effect: Grants Disciplined Fist</para>
-/// <para>Disciplined Fist Effect: Increases damage dealt by %</para>
-/// <para>Duration: 15s</para>
-/// <para>Additional Effect: Changes form to coeurl</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#status/3870"><strong>Thunderhead</strong></see> ↑ (BLM)
+/// <para>Able to cast Thunder spells.</para>
/// </summary>
-TwinSnakesPvE = 61,
+Thunderhead = 3870,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/62"><strong>Arm of the Destroyer</strong></see> <i>PvE</i> (PGL MNK) [62] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100 to all nearby targets.</para>
-/// <para>Opo-opo Form Potency: 110</para>
-/// <para>Additional Effect: Changes form to raptor</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#status/3871"><strong>High Thunder</strong></see> ↓ (BLM)
+/// <para>Sustaining lightning damage over time.</para>
/// </summary>
-ArmOfTheDestroyerPvE = 62,
+HighThunder = 3871,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/65"><strong>Mantra</strong></see> <i>PvE</i> (PGL MNK) [65] [Ability]
-/// <para>Increases HP recovery via healing actions by 10% for self and nearby party members.</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#status/3872"><strong>High Thunder</strong></see> ↓ (BLM)
+/// <para>Sustaining lightning damage over time.</para>
/// </summary>
-MantraPvE = 65,
+HighThunder_3872 = 3872,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/66"><strong>Demolish</strong></see> <i>PvE</i> (PGL MNK) [66] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para> when executed from a target's rear.</para>
-/// <para>Can only be executed when in coeurl form.</para>
-/// <para>Additional Effect: Damage over time</para>
-/// <para>Potency: 70</para>
-/// <para>Duration: 18s</para>
-/// <para>Additional Effect: Changes form to opo-opo</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#status/3873"><strong>Ruby's Glimmer</strong></see> ↑ (SMN)
+/// <para>Able to execute Searing Flash.</para>
/// </summary>
-DemolishPvE = 66,
+RubysGlimmer = 3873,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/69"><strong>Perfect Balance</strong></see> <i>PvE</i> (MNK) [69] [Ability]
-/// <para>Grants 3 stacks of Perfect Balance, each stack allowing the execution of a weaponskill that requires a certain form, without being in that form.</para>
-/// <para>Duration: 20s</para>
-/// <para>Additional Effect: Grants Opo-opo Chakra, Coeurl Chakra, or Raptor Chakra depending on the form required by actions executed</para>
-/// <para>Maximum Charges: 2</para>
-/// <para>Can only be executed while in combat and when not under the effect of any Beast Chakra.Can only be executed while in combat.Can only be executed while in combat.</para>
+/// <see href="https://garlandtools.org/db/#status/3874"><strong>Refulgent Lux</strong></see> ↑ (SMN)
+/// <para>Able to execute Lux Solaris.</para>
/// </summary>
-PerfectBalancePvE = 69,
+RefulgentLux = 3874,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/70"><strong>Rockbreaker</strong></see> <i>PvE</i> (MNK) [70] [Weaponskill]
-/// <para>Delivers an attack with a potency of 130 to all nearby enemies.</para>
-/// <para>Can only be executed when in coeurl form.</para>
-/// <para>Additional Effect: Changes form to opo-opo</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#status/3875"><strong>Magicked Swordplay</strong></see> ↑ (RDM)
+/// <para>Able to execute enchanted sword skills without cost.</para>
/// </summary>
-RockbreakerPvE = 70,
+MagickedSwordplay = 3875,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/74"><strong>Dragon Kick</strong></see> <i>PvE</i> (PGL MNK) [74] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Opo-opo Form Bonus: Grants Leaden Fist</para>
-/// <para>Duration: 30s</para>
-/// <para>Additional Effect: Changes form to raptor</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#status/3876"><strong>Thorned Flourish</strong></see> ↑ (RDM)
+/// <para>Able to execute Vice of Thorns.</para>
/// </summary>
-DragonKickPvE = 74,
+ThornedFlourish = 3876,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/75"><strong>True Thrust</strong></see> <i>PvE</i> (LNC DRG) [75] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para></para>
-/// <para>※Action changes to Raiden Thrust while under the effect of Draconian Fire.</para>
+/// <see href="https://garlandtools.org/db/#status/3877"><strong>Grand Impact Ready</strong></see> ↑ (RDM)
+/// <para>Able to execute Grand Impact.</para>
/// </summary>
-TrueThrustPvE = 75,
+GrandImpactReady = 3877,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/78"><strong>Vorpal Thrust</strong></see> <i>PvE</i> (LNC DRG) [78] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Combo Action: True Thrust</para>
-/// <para>Combo Potency: </para>
+/// <see href="https://garlandtools.org/db/#status/3878"><strong>Prefulgence Ready</strong></see> ↑ (RDM)
+/// <para>Able to cast Prefulgence.</para>
/// </summary>
-VorpalThrustPvE = 78,
+PrefulgenceReady = 3878,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/83"><strong>Life Surge</strong></see> <i>PvE</i> (LNC DRG) [83] [Ability]
-/// <para>Ensures critical damage for first weaponskill used while Life Surge is active.</para>
-/// <para>Duration: 5s</para>
-/// <para>Increases damage dealt when under an effect that raises critical hit rate.</para>
-/// <para>Effect cannot be applied to damage over time.</para>
-/// <para>Additional Effect: Absorbs a portion of damage dealt as HP</para>
-/// <para>Maximum Charges: 2</para>
+/// <see href="https://garlandtools.org/db/#status/3879"><strong>Sacred Sight</strong></see> ↑ (WHM)
+/// <para>Able to execute Glare IV.</para>
/// </summary>
-LifeSurgePvE = 83,
+SacredSight = 3879,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/84"><strong>Full Thrust</strong></see> <i>PvE</i> (LNC DRG) [84] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100.</para>
-/// <para>Combo Action: Vorpal Thrust</para>
-/// <para>Combo Potency: 400</para>
-/// <para>Combo Bonus: Grants Fang and Claw Bared</para>
-/// <para>Duration: 30s</para>
-/// <para>Effect of Fang and Claw Bared ends upon execution of any melee weaponskill.</para>
+/// <see href="https://garlandtools.org/db/#status/3880"><strong>Medica III</strong></see> ↑ (WHM)
+/// <para>Regenerating HP over time.</para>
/// </summary>
-FullThrustPvE = 84,
+MedicaIii = 3880,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/85"><strong>Lance Charge</strong></see> <i>PvE</i> (LNC DRG) [85] [Ability]
-/// <para>Increases damage dealt by 10%.</para>
-/// <para>Duration: 20s</para>
+/// <see href="https://garlandtools.org/db/#status/3881"><strong>Divine Grace</strong></see> ↑ (SCH)
+/// <para>Able to execute Divine Caress.</para>
/// </summary>
-LanceChargePvE = 85,
+DivineGrace = 3881,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/86"><strong>Doom Spike</strong></see> <i>PvE</i> (DRG) [86] [Weaponskill]
-/// <para>Delivers an attack with a potency of 110 to all enemies in a straight line before you.</para>
-/// <para></para>
-/// <para>※Action changes to Draconian Fury when under the effect of Draconian Fire.</para>
+/// <see href="https://garlandtools.org/db/#status/3882"><strong>Impact Imminent</strong></see> ↑ (SCH)
+/// <para>Able to execute Baneful Impaction.</para>
/// </summary>
-DoomSpikePvE = 86,
+ImpactImminent = 3882,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/87"><strong>Disembowel</strong></see> <i>PvE</i> (LNC DRG) [87] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Combo Action: True Thrust</para>
-/// <para>Combo Potency: </para>
-/// <para>Combo Bonus: Grants Power Surge</para>
-/// <para>Power Surge Effect: Increases damage dealt by 10%</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#status/3883"><strong>Baneful Impaction</strong></see> ↓ (SCH)
+/// <para>Sustaining unaspected damage over time.</para>
/// </summary>
-DisembowelPvE = 87,
+BanefulImpaction = 3883,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/88"><strong>Chaos Thrust</strong></see> <i>PvE</i> (LNC DRG) [88] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100.</para>
-/// <para>140 when executed from a target's rear.</para>
-/// <para>Combo Action: Disembowel</para>
-/// <para>Combo Potency: 220</para>
-/// <para>Rear Combo Potency: 260</para>
-/// <para>Combo Bonus: Damage over time</para>
-/// <para>Potency: 40</para>
-/// <para>Duration: 24s</para>
-/// <para>Combo Bonus: Grants Wheel in Motion</para>
-/// <para>Duration: 30s</para>
-/// <para>Effect of Wheel in Motion ends upon execution of any melee weaponskill.</para>
+/// <see href="https://garlandtools.org/db/#status/3884"><strong>Seraphism</strong></see> ↑ (SCH)
+/// <para>Self and nearby party members are regenerating HP over time.</para>
/// </summary>
-ChaosThrustPvE = 88,
+Seraphism = 3884,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/90"><strong>Piercing Talon</strong></see> <i>PvE</i> (LNC DRG) [90] [Weaponskill]
-/// <para>Delivers a ranged attack with a potency of 150.</para>
+/// <see href="https://garlandtools.org/db/#status/3885"><strong>Seraphism</strong></see> ↑ (SCH)
+/// <para>Regenerating HP over time.</para>
/// </summary>
-PiercingTalonPvE = 90,
+Seraphism_3885 = 3885,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/92"><strong>Jump</strong></see> <i>PvE</i> (DRG) [92] [Ability]
-/// <para>Delivers a jumping attack with a potency of . Returns you to your original position after the attack is made.</para>
-/// <para>Additional Effect: Grants Dive Ready</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#status/3886"><strong>Ready to Break</strong></see> ↑ (GNB)
+/// <para>Able to execute Sonic Break.</para>
/// </summary>
-JumpPvE = 92,
+ReadyToBreak = 3886,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/94"><strong>Elusive Jump</strong></see> <i>PvE</i> (DRG) [94] [Ability]
-/// <para>Executes a jump to a location 15 yalms behind you.</para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#status/3887"><strong>The Balance</strong></see> ↑ (AST)
+/// <para>Damage dealt is increased.</para>
/// </summary>
-ElusiveJumpPvE = 94,
+TheBalance_3887 = 3887,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/95"><strong>Spineshatter Dive</strong></see> <i>PvE</i> (DRG) [95] [Ability]
-/// <para>Delivers a jumping attack with a potency of .</para>
-/// <para>Maximum Charges: 2</para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#status/3888"><strong>The Arrow</strong></see> ↑ (AST)
+/// <para>HP recovery via healing actions is increased.</para>
/// </summary>
-SpineshatterDivePvE = 95,
+TheArrow_3888 = 3888,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/96"><strong>Dragonfire Dive</strong></see> <i>PvE</i> (DRG) [96] [Ability]
-/// <para>Delivers a jumping fire-based attack with a potency of 300 to target and all enemies nearby it.</para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#status/3889"><strong>The Spear</strong></see> ↑ (AST)
+/// <para>Damage dealt is increased.</para>
/// </summary>
-DragonfireDivePvE = 96,
+TheSpear_3889 = 3889,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/97"><strong>Heavy Shot</strong></see> <i>PvE</i> (ARC BRD) [97] [Weaponskill]
-/// <para>Delivers an attack with a potency of 160.</para>
-/// <para>Additional Effect: 20% chance of becoming Straight Shot Ready</para>
-/// <para>Duration: 30s</para>
-/// <para>Additional Effect: 20% chance of becoming Straight Shot Ready</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#status/3890"><strong>The Bole</strong></see> ↑ (AST)
+/// <para>Damage taken is reduced.</para>
/// </summary>
-HeavyShotPvE = 97,
+TheBole_3890 = 3890,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/98"><strong>Straight Shot</strong></see> <i>PvE</i> (ARC BRD) [98] [Weaponskill]
-/// <para>Delivers an attack with a potency of 200.</para>
-/// <para>Can only be executed when Straight Shot Ready.</para>
+/// <see href="https://garlandtools.org/db/#status/3891"><strong>The Ewer</strong></see> ↑ (AST)
+/// <para>Regenerating HP over time.</para>
/// </summary>
-StraightShotPvE = 98,
+TheEwer_3891 = 3891,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/100"><strong>Venomous Bite</strong></see> <i>PvE</i> (ARC BRD) [100] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100.</para>
-/// <para>Additional Effect: Venom</para>
-/// <para>Potency: 15</para>
-/// <para>Duration: 45s</para>
+/// <see href="https://garlandtools.org/db/#status/3892"><strong>The Spire</strong></see> ↑ (AST)
+/// <para>A magicked barrier is nullifying damage.</para>
/// </summary>
-VenomousBitePvE = 100,
+TheSpire_3892 = 3892,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/101"><strong>Raging Strikes</strong></see> <i>PvE</i> (ARC BRD) [101] [Ability]
-/// <para>Increases damage dealt by 15%.</para>
-/// <para>Duration: 20s</para>
+/// <see href="https://garlandtools.org/db/#status/3893"><strong>Divining</strong></see> ↑ (AST)
+/// <para>Able to execute Oracle.</para>
/// </summary>
-RagingStrikesPvE = 101,
+Divining = 3893,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/106"><strong>Quick Nock</strong></see> <i>PvE</i> (ARC BRD) [106] [Weaponskill]
-/// <para>Delivers an attack with a potency of 110 to all enemies in a cone before you.</para>
-/// <para>Additional Effect: 35% chance of becoming Shadowbite Ready</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#status/3894"><strong>Helios Conjunction</strong></see> ↑ (AST)
+/// <para>Regenerating HP over time.</para>
/// </summary>
-QuickNockPvE = 106,
+HeliosConjunction = 3894,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/107"><strong>Barrage</strong></see> <i>PvE</i> (ARC BRD) [107] [Ability]
-/// <para>Triples the number of strikes for a single-target weaponskill. Additional effects added only once.</para>
-/// <para>Duration: 10s</para>
-/// <para>Additional Effect: Increases the potency of Shadowbite to 270</para>
-/// <para>Additional Effect: Grants Straight Shot Ready</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#status/3895"><strong>Suntouched</strong></see> ↑ (AST)
+/// <para>Able to execute Sun Sign.</para>
/// </summary>
-BarragePvE = 107,
+Suntouched = 3895,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/110"><strong>Bloodletter</strong></see> <i>PvE</i> (ARC BRD) [110] [Ability]
-/// <para>Delivers an attack with a potency of 110.</para>
-/// <para>Maximum Charges: </para>
-/// <para>Shares a recast timer with Rain of Death.</para>
+/// <see href="https://garlandtools.org/db/#status/3896"><strong>Sun Sign</strong></see> ↑ (AST)
+/// <para>Damage taken is reduced.</para>
/// </summary>
-BloodletterPvE = 110,
+SunSign = 3896,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/112"><strong>Repelling Shot</strong></see> <i>PvE</i> (ARC BRD) [112] [Ability]
-/// <para>Jump 10 yalms away from current target.</para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#status/3897"><strong>Eukrasian Dyskrasia</strong></see> ↓ (SGE)
+/// <para>Sustaining unaspected damage over time.</para>
/// </summary>
-RepellingShotPvE = 112,
+EukrasianDyskrasia = 3897,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/113"><strong>Windbite</strong></see> <i>PvE</i> (ARC BRD) [113] [Weaponskill]
-/// <para>Deals wind damage with a potency of 60.</para>
-/// <para>Additional Effect: Wind damage over time</para>
-/// <para>Potency: 20</para>
-/// <para>Duration: 45s</para>
+/// <see href="https://garlandtools.org/db/#status/3898"><strong>Philosophia</strong></see> ↑ (SGE)
+/// <para>HP restoration via healing magic is increased.</para>
/// </summary>
-WindbitePvE = 113,
+Philosophia = 3898,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/114"><strong>Mage's Ballad</strong></see> <i>PvE</i> (BRD) [114] [Ability]
-/// <para>Deals unaspected damage with a potency of 100.</para>
-/// <para>Additional Effect: Grants Mage's Ballad to self and all party members within 50 yalms, increasing damage dealt by 1%</para>
-/// <para>Duration: 45s</para>
-/// <para>Additional Effect: 80% chance to grant Repertoire</para>
-/// <para>Repertoire Effect: Reduces the recast time of Bloodletter and Rain of Death by 7.5s</para>
-/// <para>Additional Effect: Grants Mage's Coda</para>
+/// <see href="https://garlandtools.org/db/#status/3899"><strong>Eudaimonia</strong></see> ↑ (SGE)
+/// <para>Additional HP is recovered when the sage who granted this effect lands any spell.</para>
/// </summary>
-MagesBalladPvE = 114,
+Eudaimonia = 3899,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/116"><strong>Army's Paeon</strong></see> <i>PvE</i> (BRD) [116] [Ability]
-/// <para>Deals unaspected damage with a potency of 100.</para>
-/// <para>Additional Effect: Grants Army's Paeon to self and all party members within 50 yalms, increasing direct hit rate by 3%</para>
-/// <para>Duration: 45s</para>
-/// <para>Additional Effect: 80% chance to grant Repertoire</para>
-/// <para>Repertoire Effect: Reduces weaponskill cast time and recast time, spell cast time and recast time, and auto-attack delay by 4%</para>
-/// <para>Can be stacked up to 4 times.</para>
-/// <para>Additional Effect: Grants Army's Coda</para>
+/// <see href="https://garlandtools.org/db/#status/3900"><strong>Primeval Impulse</strong></see> ↑ (WAR)
+/// <para>Regenerating HP over time.</para>
/// </summary>
-ArmysPaeonPvE = 116,
+PrimevalImpulse = 3900,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/117"><strong>Rain of Death</strong></see> <i>PvE</i> (BRD) [117] [Ability]
-/// <para>Delivers an attack with a potency of 100 to target and all enemies nearby it.</para>
-/// <para>Maximum Charges: </para>
-/// <para>Shares a recast timer with Bloodletter.</para>
+/// <see href="https://garlandtools.org/db/#status/3901"><strong>Wrathful</strong></see> ↑ (WAR)
+/// <para>Able to execute Primal Wrath.</para>
/// </summary>
-RainOfDeathPvE = 117,
+Wrathful = 3901,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/118"><strong>Battle Voice</strong></see> <i>PvE</i> (BRD) [118] [Ability]
-/// <para>Increases direct hit rate of self and all nearby party members by 20%.</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#status/3902"><strong>Vigilant</strong></see> ↑ (DRK)
+/// <para>HP will be restored automatically upon falling below a certain level or expiration of effect duration.</para>
/// </summary>
-BattleVoicePvE = 118,
+Vigilant = 3902,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/119"><strong>Stone</strong></see> <i>PvE</i> (CNJ WHM) [119] [Spell]
-/// <para>Deals earth damage with a potency of 140.</para>
+/// <see href="https://garlandtools.org/db/#status/3903"><strong>Divine Caress</strong></see> ↑ (WHM)
+/// <para>A holy barrier is nullifying damage.</para>
/// </summary>
-StonePvE = 119,
+DivineCaress = 3903,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/120"><strong>Cure</strong></see> <i>PvE</i> (CNJ WHM) [120] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: </para>
-/// <para>Additional Effect: 15% chance next Cure II will cost no MP</para>
-/// <para>Duration: 15s</para>
-/// <para>Additional Effect: 15% chance next Cure II will cost no MP</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#status/3904"><strong>Divine Aura</strong></see> ↑ (WHM)
+/// <para>Regenerating HP over time.</para>
/// </summary>
-CurePvE = 120,
+DivineAura = 3904,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/121"><strong>Aero</strong></see> <i>PvE</i> (CNJ WHM) [121] [Spell]
-/// <para>Deals wind damage with a potency of 50.</para>
-/// <para>Additional Effect: Wind damage over time</para>
-/// <para>Potency: 30</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#status/3905"><strong>Ideal Host</strong></see> ↑ (RPR)
+/// <para>Able to execute Enshroud.</para>
/// </summary>
-AeroPvE = 121,
+IdealHost = 3905,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/124"><strong>Medica</strong></see> <i>PvE</i> (CNJ WHM) [124] [Spell]
-/// <para>Restores own HP and the HP of all nearby party members.</para>
-/// <para>Cure Potency: </para>
+/// <see href="https://garlandtools.org/db/#status/3906"><strong>Kunai's Bane</strong></see> ↓ (NIN)
+/// <para>Sustaining increased damage from target who executed Kunai's Bane.</para>
/// </summary>
-MedicaPvE = 124,
+KunaisBane = 3906,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/125"><strong>Raise</strong></see> <i>PvE</i> (CNJ WHM) [125] [Spell]
-/// <para>Resurrects target to a weakened state.</para>
+/// <see href="https://garlandtools.org/db/#status/3907"><strong>Big-game Fishing</strong></see> ↑ (All Classes)
+/// <para>Large-sized fish when caught are more likely to be an especially large specimen.</para>
/// </summary>
-RaisePvE = 125,
+BiggameFishing = 3907,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/127"><strong>Stone II</strong></see> <i>PvE</i> (CNJ WHM) [127] [Spell]
-/// <para>Deals earth damage with a potency of 190.</para>
+/// <see href="https://garlandtools.org/db/#status/3908"><strong>Down for the Count</strong></see> ↓ (All Classes)
+/// <para>Unable to move or execute actions.</para>
/// </summary>
-StoneIiPvE = 127,
+DownForTheCount_3908 = 3908,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/131"><strong>Cure III</strong></see> <i>PvE</i> (WHM) [131] [Spell]
-/// <para>Restores own or target party member's HP and all party members nearby target.</para>
-/// <para>Cure Potency: </para>
+/// <see href="https://garlandtools.org/db/#status/3909"><strong>Temporary Misdirection</strong></see> ↓ (All Classes)
+/// <para>Overcome with confusion and can only move in the direction indicated.</para>
/// </summary>
-CureIiiPvE = 131,
+TemporaryMisdirection_3909 = 3909,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/132"><strong>Aero II</strong></see> <i>PvE</i> (CNJ WHM) [132] [Spell]
-/// <para>Deals wind damage with a potency of 50.</para>
-/// <para>Additional Effect: Wind damage over time</para>
-/// <para>Potency: 50</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#status/3910"><strong>Priming Touch</strong></see> ↑ (All Classes)
+/// <para>Chance your next use of a meticulous action will not affect integrity is doubled.</para>
/// </summary>
-AeroIiPvE = 132,
+PrimingTouch = 3910,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/133"><strong>Medica II</strong></see> <i>PvE</i> (CNJ WHM) [133] [Spell]
-/// <para>Restores own HP and the HP of all nearby party members.</para>
-/// <para>Cure Potency: </para>
-/// <para>Additional Effect: Regen</para>
-/// <para>Cure Potency: </para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#status/3911"><strong>Collector's High Standard</strong></see> ↑ (All Classes)
+/// <para>Effectiveness of brazen actions are increased. Chance meticulous actions do not affect integrity is also increased.</para>
/// </summary>
-MedicaIiPvE = 133,
+CollectorsHighStandard = 3911,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/135"><strong>Cure II</strong></see> <i>PvE</i> (CNJ WHM) [135] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: </para>
+/// <see href="https://garlandtools.org/db/#status/3912"><strong>Roar of Conviction</strong></see> ↑ (All Classes)
+/// <para>Determination fills the heart and damage dealt is increased.</para>
/// </summary>
-CureIiPvE = 135,
+RoarOfConviction = 3912,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/136"><strong>Presence of Mind</strong></see> <i>PvE</i> (WHM) [136] [Ability]
-/// <para>Reduces spell cast time and recast time, and auto-attack delay by 20%.</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#status/3914"><strong>Riled</strong></see> ↑ (All Classes)
+/// <para>Damage dealt is increased and restoring HP over time.</para>
/// </summary>
-PresenceOfMindPvE = 136,
+Riled_3914 = 3914,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/137"><strong>Regen</strong></see> <i>PvE</i> (WHM) [137] [Spell]
-/// <para>Grants healing over time effect to target.</para>
-/// <para>Cure Potency: </para>
-/// <para>Duration: 18s</para>
+/// <see href="https://garlandtools.org/db/#status/3938"><strong>Times Three</strong></see> ↑ (All Classes)
+/// <para>The angle of effect for the next rotational attack executed will be tripled.</para>
/// </summary>
-RegenPvE = 137,
+TimesThree_3938 = 3938,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/139"><strong>Holy</strong></see> <i>PvE</i> (WHM) [139] [Spell]
-/// <para>Deals unaspected damage with a potency of 140 to all nearby enemies.</para>
-/// <para>Additional Effect: Stun</para>
-/// <para>Duration: 4s</para>
+/// <see href="https://garlandtools.org/db/#status/3939"><strong>Times Five</strong></see> ↑ (All Classes)
+/// <para>The angle of effect for the next rotational attack executed will be quintupled.</para>
/// </summary>
-HolyPvE = 139,
+TimesFive_3939 = 3939,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/140"><strong>Benediction</strong></see> <i>PvE</i> (WHM) [140] [Ability]
-/// <para>Restores all of a target's HP.</para>
+/// <see href="https://garlandtools.org/db/#status/3940"><strong>Delayed Neurotoxicity</strong></see> ↓ (All Classes)
+/// <para>Poison spreads throughout the body, promising to paralyze after an allotted time has passed.</para>
/// </summary>
-BenedictionPvE = 140,
+DelayedNeurotoxicity = 3940,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/141"><strong>Fire</strong></see> <i>PvE</i> (THM BLM) [141] [Spell]
-/// <para>Deals fire damage with a potency of 180.</para>
-/// <para>Additional Effect: Grants Astral Fire or removes Umbral Ice</para>
-/// <para>Duration: 15s</para>
-/// <para>Additional Effect: 40% chance next Fire III will cost no MP and have no cast time</para>
-/// <para>Duration: 30s</para>
-/// <para>Additional Effect: 40% chance next Fire III will cost no MP and have no cast time</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#status/3945"><strong>Thunder of the Rroneek</strong></see> ↓ (All Classes)
+/// <para>Damage dealt is reduced.</para>
/// </summary>
-FirePvE = 141,
+ThunderOfTheRroneek = 3945,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/142"><strong>Blizzard</strong></see> <i>PvE</i> (THM BLM) [142] [Spell]
-/// <para>Deals ice damage with a potency of 180.</para>
-/// <para>Additional Effect: Grants Umbral Ice or removes Astral Fire</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#status/3946"><strong>Turali Will</strong></see> ↑ (All Classes)
+/// <para>Impervious to most attacks.</para>
/// </summary>
-BlizzardPvE = 142,
+TuraliWill = 3946,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/144"><strong>Thunder</strong></see> <i>PvE</i> (THM BLM) [144] [Spell]
-/// <para>Deals lightning damage with a potency of 30.</para>
-/// <para>Additional Effect: Lightning damage over time</para>
-/// <para>Potency: 35</para>
-/// <para>Duration: 21s</para>
-/// <para>Additional Effect: 10% chance after each tick that the next Thunder spell of any grade will add its full damage over time amount to its initial damage, have no cast time, and cost no MP</para>
-/// <para>Duration: 40s</para>
-/// <para></para>
-/// <para>Additional Effect: 10% chance after each tick that the next Thunder spell of any grade will add its full damage over time amount to its initial damage, have no cast time, and cost no MP</para>
-/// <para>Duration: 40s</para>
-/// <para></para>
-/// <para></para>
-/// <para>Only one Thunder spell-induced damage over time effect per caster can be inflicted upon a single target.</para>
+/// <see href="https://garlandtools.org/db/#status/3948"><strong>Benoggined</strong></see> ↓ (All Classes)
+/// <para>Crowned with a weighty mascot noggin, reducing movement speed and inhibiting the use of actions.</para>
/// </summary>
-ThunderPvE = 144,
+Benoggined = 3948,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/147"><strong>Fire II</strong></see> <i>PvE</i> (THM BLM) [147] [Spell]
-/// <para>Deals fire damage with a potency of 100 to target and all enemies nearby it.</para>
-/// <para>Additional Effect: Grants Astral Fire III and removes Umbral IceGrants Astral Fire III and removes Umbral IceGrants Astral Fire or removes Umbral IceGrants Astral Fire or removes Umbral Ice</para>
-/// <para>Duration: 15s</para>
-/// <para>Astral Fire Bonus: Grants Enhanced Flare</para>
-/// <para>Effect is canceled if Astral Fire ends.</para>
+/// <see href="https://garlandtools.org/db/#status/3949"><strong>Ghostly Guise</strong></see> ↑ (All Classes)
+/// <para>An incorporeal form is enabling you to pass through obstacles, but additional damage is taken from certain attacks.</para>
/// </summary>
-FireIiPvE = 147,
+GhostlyGuise = 3949,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/149"><strong>Transpose</strong></see> <i>PvE</i> (THM BLM) [149] [Ability]
-/// <para>Swaps Astral Fire with a single Umbral Ice, or Umbral Ice with a single Astral Fire.</para>
+/// <see href="https://garlandtools.org/db/#status/3950"><strong>Nuisance</strong></see> ↓ (All Classes)
+/// <para>Causing trouble to others. Will be compelled to release Feather Ray's special attack when cast.</para>
/// </summary>
-TransposePvE = 149,
+Nuisance = 3950,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/152"><strong>Fire III</strong></see> <i>PvE</i> (THM BLM) [152] [Spell]
-/// <para>Deals fire damage with a potency of 260.</para>
-/// <para>Additional Effect: Grants Astral Fire III and removes Umbral Ice</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#status/3951"><strong>Heart of the Rroneek</strong></see> ↑ (All Classes)
+/// <para>A highly effective defensive maneuver is nullifying damage.</para>
/// </summary>
-FireIiiPvE = 152,
+HeartOfTheRroneek = 3951,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/153"><strong>Thunder III</strong></see> <i>PvE</i> (BLM) [153] [Spell]
-/// <para>Deals lightning damage with a potency of 50.</para>
-/// <para>Additional Effect: Lightning damage over time</para>
-/// <para>Potency: 35</para>
-/// <para>Duration: 30s</para>
-/// <para>Additional Effect: 10% chance after each tick that the next Thunder spell of any grade will add its full damage over time amount to its initial damage, have no cast time, and cost no MP</para>
-/// <para>Duration: 40s</para>
-/// <para></para>
-/// <para>Additional Effect: 10% chance after each tick that the next Thunder spell of any grade will add its full damage over time amount to its initial damage, have no cast time, and cost no MP</para>
-/// <para>Duration: 40s</para>
-/// <para></para>
-/// <para></para>
-/// <para>Only one Thunder spell-induced damage over time effect per caster can be inflicted upon a single target.</para>
+/// <see href="https://garlandtools.org/db/#status/3952"><strong>Rroneek's Favor</strong></see> ↑ (All Classes)
+/// <para>Regenerating HP over time.</para>
/// </summary>
-ThunderIiiPvE = 153,
+RroneeksFavor = 3952,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/154"><strong>Blizzard III</strong></see> <i>PvE</i> (BLM) [154] [Spell]
-/// <para>Deals ice damage with a potency of 260.</para>
-/// <para>Additional Effect: Grants Umbral Ice III and removes Astral Fire</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#status/3954"><strong>Heart of Tural</strong></see> ↑ (All Classes)
+/// <para>By the strength of immovable conviction, damage taken is reduced.</para>
/// </summary>
-BlizzardIiiPvE = 154,
+HeartOfTural = 3954,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/155"><strong>Aetherial Manipulation</strong></see> <i>PvE</i> (THM BLM) [155] [Ability]
-/// <para>Rush to a target party member's side.</para>
-/// <para>Unable to cast if bound.</para>
+/// <see href="https://garlandtools.org/db/#status/3955"><strong>Tural's Embrace</strong></see> ↑ (All Classes)
+/// <para>By the blessing of the land, damage taken is reduced.</para>
/// </summary>
-AetherialManipulationPvE = 155,
+TuralsEmbrace = 3955,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/156"><strong>Scathe</strong></see> <i>PvE</i> (THM BLM) [156] [Spell]
-/// <para>Deals unaspected damage with a potency of 100.</para>
-/// <para>Additional Effect: 20% chance potency will double</para>
+/// <see href="https://garlandtools.org/db/#status/3956"><strong>Eukrasia</strong></see> ↑ (All Classes)
+/// <para>Certain actions are being augmented.</para>
/// </summary>
-ScathePvE = 156,
+Eukrasia_3956 = 3956,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/157"><strong>Manaward</strong></see> <i>PvE</i> (THM BLM) [157] [Ability]
-/// <para>Creates a barrier that nullifies damage totaling up to 30% of maximum HP.</para>
-/// <para>Duration: 20s</para>
+/// <see href="https://garlandtools.org/db/#status/3957"><strong>Vermedica II</strong></see> ↑ (All Classes)
+/// <para>Regenerating HP over time.</para>
/// </summary>
-ManawardPvE = 157,
+VermedicaIi = 3957,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/158"><strong>Manafont</strong></see> <i>PvE</i> (BLM) [158] [Ability]
-/// <para>Restores 30% of maximum MP.</para>
+/// <see href="https://garlandtools.org/db/#status/3958"><strong>Strengthening Stimulant</strong></see> ↑ (All Classes)
+/// <para>An alchemical tonic is granting preternatural strength. Physical abilities are greatly enhanced.</para>
/// </summary>
-ManafontPvE = 158,
+StrengtheningStimulant = 3958,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/159"><strong>Freeze</strong></see> <i>PvE</i> (BLM) [159] [Spell]
-/// <para>Deals ice damage with a potency of 120 to target and all enemies nearby it.</para>
-/// <para>Additional Effect: Grants 3 Umbral Hearts</para>
-/// <para>Umbral Heart Bonus: Nullifies Astral Fire's MP cost increase for Fire spells and reduces MP cost for Flare by one-third</para>
-/// <para>Can only be executed while under the effect of Umbral Ice.</para>
+/// <see href="https://garlandtools.org/db/#status/3959"><strong>Concentration Concentrate</strong></see> ↑ (All Classes)
+/// <para>An alchemical tonic is improving concentration. Spells cannot be interrupted by taking damage.</para>
/// </summary>
-FreezePvE = 159,
+ConcentrationConcentrate = 3959,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/162"><strong>Flare</strong></see> <i>PvE</i> (BLM) [162] [Spell]
-/// <para>Deals fire damage to target and all enemies nearby it with a potency of 220 for the first enemy, and 40% less for all remaining enemies.</para>
-/// <para>Enhanced Flare Potency: 280</para>
-/// <para>Additional Effect: Grants Astral Fire III</para>
-/// <para>Duration: 15s</para>
-/// <para>Can only be executed while under the effect of Astral Fire.</para>
+/// <see href="https://garlandtools.org/db/#status/3960"><strong>Mana Medication</strong></see> ↑ (All Classes)
+/// <para>An alchemical tonic is amplifying magical abilities. MP is recovering continuously over time.</para>
/// </summary>
-FlarePvE = 162,
+ManaMedication = 3960,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/163"><strong>Ruin</strong></see> <i>PvE</i> (ACN SMN) [163] [Spell]
-/// <para>Deals unaspected damage with a potency of 240.</para>
+/// <see href="https://garlandtools.org/db/#status/3961"><strong>High Wire</strong></see> ↑ (All Classes)
+/// <para>Heightened excitement is causing actions to become erratic.</para>
/// </summary>
-RuinPvE = 163,
+HighWire_3961 = 3961,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/166"><strong>Aetherflow</strong></see> <i>PvE</i> (SCH) [166] [Ability]
-/// <para>Restores 20% of maximum MP.</para>
-/// <para>Additional Effect: Aetherflow III</para>
-/// <para>Can only be executed while in combat.</para>
+/// <see href="https://garlandtools.org/db/#status/3962"><strong>Overmedicated</strong></see> ↓ (All Classes)
+/// <para>Experiencing debilitating side effects caused by tonic overdose.</para>
/// </summary>
-AetherflowPvE = 166,
+Overmedicated = 3962,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/167"><strong>Energy Drain</strong></see> <i>PvE</i> (SCH) [167] [Ability]
-/// <para>Deals unaspected damage with a potency of 100.</para>
-/// <para>Additional Effect: Absorbs a portion of damage dealt as HP</para>
-/// <para>Additional Effect: Increases Faerie Gauge by 10</para>
-/// <para>Aetherflow Gauge Cost: 1</para>
+/// <see href="https://garlandtools.org/db/#status/3963"><strong>Paralysis</strong></see> ↓ (All Classes)
+/// <para>Deadened nerves are sometimes preventing the execution of actions.</para>
/// </summary>
-EnergyDrainPvE = 167,
+Paralysis_3963 = 3963,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/172"><strong>Ruin II</strong></see> <i>PvE</i> (ACN SMN) [172] [Spell]
-/// <para>Deals unaspected damage with a potency of 270.</para>
+/// <see href="https://garlandtools.org/db/#status/3964"><strong>Damage Down</strong></see> ↓ (All Classes)
+/// <para>Damage dealt is reduced.</para>
/// </summary>
-RuinIiPvE = 172,
+DamageDown_3964 = 3964,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/173"><strong>Resurrection</strong></see> <i>PvE</i> (ACN SMN SCH) [173] [Spell]
-/// <para>Resurrects target to a weakened state.</para>
+/// <see href="https://garlandtools.org/db/#status/3965"><strong>Infirmity</strong></see> ↓ (All Classes)
+/// <para>HP recovery via healing magic is reduced.</para>
/// </summary>
-ResurrectionPvE = 173,
+Infirmity_3965 = 3965,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/181"><strong>Fester</strong></see> <i>PvE</i> (ACN SMN) [181] [Ability]
-/// <para>Deals unaspected damage with a potency of 340.</para>
-/// <para>Aetherflow Gauge Cost: 1</para>
+/// <see href="https://garlandtools.org/db/#status/3966"><strong>Bleeding</strong></see> ↓ (All Classes)
+/// <para>Sustaining damage over time.</para>
/// </summary>
-FesterPvE = 181,
+Bleeding_3966 = 3966,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/185"><strong>Adloquium</strong></see> <i>PvE</i> (SCH) [185] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 300</para>
-/// <para>Additional Effect: Grants Galvanize to target, nullifying damage equaling % of the amount of HP restored. When critical HP is restored, also grants Catalyze, nullifying damage equaling % the amount of HP restored.</para>
-/// <para>Duration: 30s</para>
-/// <para>Effect cannot be stacked with certain sage barrier effects.</para>
+/// <see href="https://garlandtools.org/db/#status/3967"><strong>HP Recovery Down</strong></see> ↓ (All Classes)
+/// <para>Rapid decomposition of the flesh is reducing HP recovery.</para>
/// </summary>
-AdloquiumPvE = 185,
+HpRecoveryDown_3967 = 3967,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/186"><strong>Succor</strong></see> <i>PvE</i> (SCH) [186] [Spell]
-/// <para>Restores own HP and the HP of all nearby party members.</para>
-/// <para>Cure Potency: 200</para>
-/// <para>Additional Effect: Erects a magicked barrier which nullifies damage equaling % of the amount of HP restored</para>
-/// <para>Duration: 30s</para>
-/// <para>Effect cannot be stacked with certain sage barrier effects.</para>
+/// <see href="https://garlandtools.org/db/#status/3968"><strong>Delusions</strong></see> ↓ (All Classes)
+/// <para>Exposure to the Heartsting's toxins is causing hallucinations.</para>
/// </summary>
-SuccorPvE = 186,
+Delusions = 3968,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/188"><strong>Sacred Soil</strong></see> <i>PvE</i> (SCH) [188] [Ability]
-/// <para>Creates a designated area in which party members will only suffer 90% of all damage inflicted.</para>
-/// <para>Duration: 15s</para>
-/// <para>Additional Effect: Regen</para>
-/// <para>Cure Potency: 100</para>
-/// <para>Additional Effect: Increases Faerie Gauge by 10</para>
-/// <para>Aetherflow Gauge Cost: 1</para>
+/// <see href="https://garlandtools.org/db/#status/3969"><strong>Delusions</strong></see> ↓ (All Classes)
+/// <para>Exposure to the Heartsting's toxins is causing hallucinations.</para>
/// </summary>
-SacredSoilPvE = 188,
+Delusions_3969 = 3969,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/189"><strong>Lustrate</strong></see> <i>PvE</i> (SCH) [189] [Ability]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 600</para>
-/// <para>Additional Effect: Increases Faerie Gauge by 10</para>
-/// <para>Aetherflow Gauge Cost: 1</para>
+/// <see href="https://garlandtools.org/db/#status/3972"><strong>Ambitious Lure</strong></see> ↑ (All Classes)
+/// <para>Increased chance of landing large-sized fish. Chance increases with additional stacks. Ambitious Lure cannot be used after reaching 3 stacks.</para>
/// </summary>
-LustratePvE = 189,
+AmbitiousLure = 3972,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/190"><strong>Physick</strong></see> <i>PvE</i> (SCH) [190] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: </para>
+/// <see href="https://garlandtools.org/db/#status/3973"><strong>Modest Lure</strong></see> ↑ (All Classes)
+/// <para>Increased chance of landing small-sized fish. Chance increases with additional stacks. Modest Lure cannot be used after reaching 3 stacks.</para>
/// </summary>
-PhysickPvE = 190,
+ModestLure = 3973,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/802"><strong>Embrace</strong></see> <i>PvE</i> (SCH) [802] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: </para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#status/3974"><strong>Levitate</strong></see> ↑ (All Classes)
+/// <para>Floating several ilms off the ground, defying the universal laws of gravity.</para>
/// </summary>
-EmbracePvE = 802,
+Levitate = 3974,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/803"><strong>Whispering Dawn</strong></see> <i>PvE</i> (SCH) [803] [Ability]
-/// <para>Gradually restores the HP of all nearby party members.</para>
-/// <para>Cure Potency: 80</para>
-/// <para>Duration: 21s</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#status/3975"><strong>Damage Up</strong></see> ↑ (All Classes)
+/// <para>Damage dealt is increased.</para>
/// </summary>
-WhisperingDawnPvE = 803,
+DamageUp_3975 = 3975,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/805"><strong>Fey Illumination</strong></see> <i>PvE</i> (SCH) [805] [Ability]
-/// <para>Increases healing magic potency of all nearby party members by 10%, while reducing magic damage taken by all nearby party members by 5%.</para>
-/// <para>Duration: 20s</para>
-/// <para>Effect cannot be stacked with Seraphic Illumination.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#status/3976"><strong>Eukrasian Dosis III</strong></see> ↓ (All Classes)
+/// <para>Sustaining damage over time.</para>
/// </summary>
-FeyIlluminationPvE = 805,
+EukrasianDosisIii_3976 = 3976,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/1128"><strong>Magitek Cannon</strong></see> <i>PvE</i> (All Classes) [1128] [Weaponskill]
-/// <para>Fires an explosive projectile at the designated area.</para>
+/// <see href="https://garlandtools.org/db/#status/3981"><strong>Toxicosis</strong></see> ↓ (All Classes)
+/// <para>Toxins are causing damage over time.</para>
/// </summary>
-MagitekCannonPvE = 1128,
+Toxicosis_3981 = 3981,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/1129"><strong>Photon Stream</strong></see> <i>PvE</i> (All Classes) [1129] [Weaponskill]
-/// <para>Fires a short-range burst of energy in a straight line before you.</para>
+/// <see href="https://garlandtools.org/db/#status/3982"><strong>Toxicosis</strong></see> ↓ (All Classes)
+/// <para>Toxins are causing damage over time.</para>
/// </summary>
-PhotonStreamPvE = 1129,
+Toxicosis_3982 = 3982,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/1584"><strong>Purify</strong></see> <i>PvE</i> (WHM SCH AST SGE) [1584] [Ability]
-/// <para>Restores own or target party member's HP while also removing Stun, Sleep, Bind, Heavy, and Silence.</para>
-/// <para>Cure Potency: 2,000</para>
-/// <para>Cure potency is doubled when a status affliction is removed. Can be used regardless of own status affliction.</para>
+/// <see href="https://garlandtools.org/db/#status/3983"><strong>Down for the Count</strong></see> ↓ (All Classes)
+/// <para>Unable to move or execute actions.</para>
/// </summary>
-PurifyPvE = 1584,
+DownForTheCount_3983 = 3983,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/1694"><strong>Decipher</strong></see> <i>PvE</i> (All Classes) [1694] [System]
-/// <para></para>
+/// <see href="https://garlandtools.org/db/#status/3984"><strong>Temperance</strong></see> ↑ (All Classes)
+/// <para>Healing magic potency is increased.</para>
/// </summary>
-DecipherPvE = 1694,
+Temperance_3984 = 3984,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/1695"><strong>Dig</strong></see> <i>PvE</i> (All Classes) [1695] [System]
-/// <para></para>
+/// <see href="https://garlandtools.org/db/#status/3985"><strong>Temperance</strong></see> ↑ (All Classes)
+/// <para>Damage taken is reduced.</para>
/// </summary>
-DigPvE = 1695,
+Temperance_3985 = 3985,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2240"><strong>Spinning Edge</strong></see> <i>PvE</i> (ROG NIN) [2240] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Additional Effect: Increases Ninki Gauge by 5</para>
+/// <see href="https://garlandtools.org/db/#status/3986"><strong>Medica III</strong></see> ↑ (All Classes)
+/// <para>Regenerating HP over time.</para>
/// </summary>
-SpinningEdgePvE = 2240,
+MedicaIii_3986 = 3986,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2241"><strong>Shade Shift</strong></see> <i>PvE</i> (ROG NIN) [2241] [Ability]
-/// <para>Create shadows that nullify damage up to 20% of maximum HP.</para>
-/// <para>Duration: 20s</para>
+/// <see href="https://garlandtools.org/db/#status/3987"><strong>Medica III of the Seventh Dawn</strong></see> ↑ (All Classes)
+/// <para>Regenerating HP over time.</para>
/// </summary>
-ShadeShiftPvE = 2241,
+MedicaIiiOfTheSeventhDawn = 3987,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2242"><strong>Gust Slash</strong></see> <i>PvE</i> (ROG NIN) [2242] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Combo Action: Spinning Edge</para>
-/// <para>Combo Potency: </para>
-/// <para>Combo Bonus: Increases Ninki Gauge by 5</para>
+/// <see href="https://garlandtools.org/db/#status/3988"><strong>Neutral Sect</strong></see> ↑ (All Classes)
+/// <para>A magicked barrier is nullifying damage.</para>
/// </summary>
-GustSlashPvE = 2242,
+NeutralSect_3988 = 3988,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2245"><strong>Hide</strong></see> <i>PvE</i> (ROG NIN) [2245] [Ability]
-/// <para>Blend in with your surroundings, making it impossible for most enemies to detect you, but reducing movement speed by 50%. Has no effect on enemies 10 levels higher than your own, or certain enemies with special sight.</para>
-/// <para>Additional Effect: Restores 2 charges to all mudra</para>
-/// <para>The effect of Doton ends upon execution of Hide.</para>
-/// <para>Cannot be executed while in combat.</para>
-/// <para>Effect ends upon use of any action other than Sprint, or upon reuse of Hide.</para>
+/// <see href="https://garlandtools.org/db/#status/3989"><strong>Macrocosmos</strong></see> ↑ (All Classes)
+/// <para>Restores HP when the astrologian who granted this effect executes Microcosmos.</para>
/// </summary>
-HidePvE = 2245,
+Macrocosmos_3989 = 3989,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2246"><strong>Assassinate</strong></see> <i>PvE</i> (NIN) [2246] [Ability]
-/// <para>Delivers an attack with a potency of 200.</para>
+/// <see href="https://garlandtools.org/db/#status/3996"><strong>On a Roll</strong></see> ↑ (All Classes)
+/// <para>Having a ball on a ball.</para>
/// </summary>
-AssassinatePvE = 2246,
+OnARoll = 3996,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2247"><strong>Throwing Dagger</strong></see> <i>PvE</i> (ROG NIN) [2247] [Weaponskill]
-/// <para>Delivers a ranged attack with a potency of 120.</para>
-/// <para>Additional Effect: Increases Ninki Gauge by 5</para>
+/// <see href="https://garlandtools.org/db/#status/4009"><strong>Inverse Operations</strong></see> ↑ (All Classes)
+/// <para>Prepared to systemically work backwards.</para>
/// </summary>
-ThrowingDaggerPvE = 2247,
+InverseOperations = 4009,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2248"><strong>Mug</strong></see> <i>PvE</i> (ROG NIN) [2248] [Ability]
-/// <para>Delivers an attack with a potency of 150.</para>
-/// <para>Additional Effect: Increases target's damage taken by 5%</para>
-/// <para>Duration: 20s</para>
-/// <para>Additional Effect: Increases the chance of additional items being dropped by target if Mug is dealt before, or as, the finishing blow</para>
-/// <para>Additional Effect: Increases Ninki Gauge by 40</para>
+/// <see href="https://garlandtools.org/db/#status/4010"><strong>Wandering Eyes</strong></see> ↑ (All Classes)
+/// <para>Cursing all who look away.</para>
/// </summary>
-MugPvE = 2248,
+WanderingEyes = 4010,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2254"><strong>Death Blossom</strong></see> <i>PvE</i> (ROG NIN) [2254] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
-/// <para>Additional Effect: Increases Ninki Gauge by 5</para>
+/// <see href="https://garlandtools.org/db/#status/4011"><strong>Chance of Wildfires</strong></see> ↑ (All Classes)
+/// <para>All are advised to prepare for fire-aspected damage.</para>
/// </summary>
-DeathBlossomPvE = 2254,
+ChanceOfWildfires = 4011,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2255"><strong>Aeolian Edge</strong></see> <i>PvE</i> (ROG NIN) [2255] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para> when executed from a target's rear.</para>
-/// <para>Combo Action: Gust Slash</para>
-/// <para>Combo Potency: </para>
-/// <para>Rear Combo Potency: </para>
-/// <para>Combo Bonus: Increases Ninki Gauge by </para>
+/// <see href="https://garlandtools.org/db/#status/4012"><strong>Chance of Hyperelectricity</strong></see> ↑ (All Classes)
+/// <para>All are advised to prepare for lightning-aspected damage.</para>
/// </summary>
-AeolianEdgePvE = 2255,
+ChanceOfHyperelectricity = 4012,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2258"><strong>Trick Attack</strong></see> <i>PvE</i> (ROG NIN) [2258] [Ability]
-/// <para>Delivers an attack with a potency of 300.</para>
-/// <para>400 when executed from a target's rear.</para>
-/// <para>Additional Effect: Increases damage you deal target by 10%</para>
-/// <para>Duration: 15s</para>
-/// <para>Can only be executed while under the effect of Hidden.</para>
+/// <see href="https://garlandtools.org/db/#status/4013"><strong>Chance of Gale-force Winds</strong></see> ↑ (All Classes)
+/// <para>All are advised to prepare for wind-aspected damage.</para>
/// </summary>
-TrickAttackPvE = 2258,
+ChanceOfGaleforceWinds = 4013,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2259"><strong>Ten</strong></see> <i>PvE</i> (NIN) [2259] [Ability]
-/// <para>Make the ritual mudra hand gesture for “heaven.”</para>
-/// <para>Duration: 6s</para>
-/// <para>Maximum Charges: 2</para>
-/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
-/// <para>Conversely, execution of weaponskills triggers the cooldown of this action.</para>
+/// <see href="https://garlandtools.org/db/#status/4014"><strong>Chance of Blizzards</strong></see> ↑ (All Classes)
+/// <para>All are advised to prepare for ice-aspected damage.</para>
/// </summary>
-TenPvE = 2259,
+ChanceOfBlizzards = 4014,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2260"><strong>Ninjutsu</strong></see> <i>PvE</i> (NIN) [2260] [Ability]
-/// <para>Executes a specific ninjutsu action coinciding with the combination of mudra made immediately beforehand.</para>
-/// <para>If any other action is used before the mudra are combined and the ninjutsu executed, Ninjutsu will fail.</para>
-/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
-/// <para>Conversely, execution of weaponskills triggers the cooldown of this action.</para>
-/// <para>Restores 2 charges to all mudra when Hide is executed while outside of combat.</para>
+/// <see href="https://garlandtools.org/db/#status/4029"><strong>Left Windup</strong></see> ↑ (All Classes)
+/// <para>Ready to unleash a series of blows, starting with a leftward spin.</para>
/// </summary>
-NinjutsuPvE = 2260,
+LeftWindup = 4029,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2261"><strong>Chi</strong></see> <i>PvE</i> (NIN) [2261] [Ability]
-/// <para>Make the ritual mudra hand gesture for “earth.”</para>
-/// <para>Duration: 6s</para>
-/// <para>Maximum Charges: 2</para>
-/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
-/// <para>Conversely, execution of weaponskills triggers the cooldown of this action.</para>
+/// <see href="https://garlandtools.org/db/#status/4030"><strong>Right Windup</strong></see> ↑ (All Classes)
+/// <para>Ready to unleash a series of blows, starting with a rightward spin.</para>
/// </summary>
-ChiPvE = 2261,
+RightWindup = 4030,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2262"><strong>Shukuchi</strong></see> <i>PvE</i> (NIN) [2262] [Ability]
-/// <para>Move quickly to the specified location.</para>
-/// <para>Maximum Charges: 2</para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#status/4031"><strong>Left Windup</strong></see> ↑ (All Classes)
+/// <para>Ready to unleash a series of blows, starting with a leftward spin.</para>
/// </summary>
-ShukuchiPvE = 2262,
+LeftWindup_4031 = 4031,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2263"><strong>Jin</strong></see> <i>PvE</i> (NIN) [2263] [Ability]
-/// <para>Make the ritual mudra hand gesture for “man.”</para>
-/// <para>Duration: 6s</para>
-/// <para>Maximum Charges: 2</para>
-/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
-/// <para>Conversely, execution of weaponskills triggers the cooldown of this action.</para>
+/// <see href="https://garlandtools.org/db/#status/4032"><strong>Right Windup</strong></see> ↑ (All Classes)
+/// <para>Ready to unleash a series of blows, starting with a rightward spin.</para>
/// </summary>
-JinPvE = 2263,
+RightWindup_4032 = 4032,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2264"><strong>Kassatsu</strong></see> <i>PvE</i> (NIN) [2264] [Ability]
-/// <para>Allows the execution of a single ninjutsu without consumption of mudra charges.</para>
-/// <para>Additional Effect: Increases damage for the next ninjutsu action by 30%</para>
-/// <para>Duration: 15s</para>
-/// <para>Recast timer of mudra is not affected by the execution of this action.</para>
+/// <see href="https://garlandtools.org/db/#status/4033"><strong>Shining Encouragement</strong></see> ↑ (All Classes)
+/// <para>Spurred on by Ceetol Ja's heartfelt support.</para>
/// </summary>
-KassatsuPvE = 2264,
+ShiningEncouragement = 4033,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2265"><strong>Fuma Shuriken</strong></see> <i>PvE</i> (NIN) [2265] [Ability]
-/// <para>Delivers a ranged ninjutsu attack with a potency of 450.</para>
-/// <para>Mudra Combination: Any one of the Ten, Chi, or Jin mudra</para>
-/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#status/4034"><strong>Unbroken Mettle</strong></see> ↑ (All Classes)
+/// <para>Protected by the Steelhog's magicked barrier.</para>
/// </summary>
-FumaShurikenPvE = 2265,
+UnbrokenMettle = 4034,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2266"><strong>Katon</strong></see> <i>PvE</i> (NIN) [2266] [Ability]
-/// <para>Deals fire damage with a potency of 350 to target and all enemies nearby it.</para>
-/// <para>Mudra Combination: Chi→Ten or Jin→Ten</para>
-/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#status/4035"><strong>Fractured Mettle</strong></see> ↑ (All Classes)
+/// <para>Protected by a damaged magicked barrier.</para>
/// </summary>
-KatonPvE = 2266,
+FracturedMettle = 4035,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2267"><strong>Raiton</strong></see> <i>PvE</i> (NIN) [2267] [Ability]
-/// <para>Deals lightning damage with a potency of 650.</para>
-/// <para>Additional Effect: Grants a stack of Raiju Ready</para>
-/// <para>Duration: 30s</para>
-/// <para>Maximum Stacks: 3</para>
-/// <para>Effect of Raiju Ready ends upon execution of any melee weaponskill.</para>
-/// <para>Mudra Combination: Ten→Chi or Jin→Chi</para>
-/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#status/4036"><strong>Rightward Fracture</strong></see> ↓ (All Classes)
+/// <para>Magicked barrier is cracking under pressure. Damage dealt from the right is greatly increased.</para>
/// </summary>
-RaitonPvE = 2267,
+RightwardFracture = 4036,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2268"><strong>Hyoton</strong></see> <i>PvE</i> (NIN) [2268] [Ability]
-/// <para>Deals ice damage with a potency of 350.</para>
-/// <para>Additional Effect: Bind</para>
-/// <para>Duration: 15s</para>
-/// <para>Mudra Combination: Ten→Jin or Chi→Jin</para>
-/// <para>Cancels auto-attack upon execution.</para>
-/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#status/4037"><strong>Leftward Fracture</strong></see> ↓ (All Classes)
+/// <para>Magicked barrier is cracking under pressure. Damage dealt from the left is greatly increased.</para>
/// </summary>
-HyotonPvE = 2268,
+LeftwardFracture = 4037,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2269"><strong>Huton</strong></see> <i>PvE</i> (NIN) [2269] [Ability]
-/// <para>Reduces weaponskill recast time and auto-attack delay by 15%.</para>
-/// <para>Duration: 60s</para>
-/// <para>Mudra Combination: Jin→Chi→Ten or Chi→Jin→Ten</para>
-/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#status/4039"><strong>Backward Fracture</strong></see> ↓ (All Classes)
+/// <para>Magicked barrier is cracking under pressure. Damage dealt from the rear is greatly increased.</para>
/// </summary>
-HutonPvE = 2269,
+BackwardFracture = 4039,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2270"><strong>Doton</strong></see> <i>PvE</i> (NIN) [2270] [Ability]
-/// <para>Creates a patch of corrupted earth, dealing damage with a potency of 80 to any enemies who enter.</para>
-/// <para>Duration: 18s</para>
-/// <para>Additional Effect: Heavy +40%</para>
-/// <para>Mudra Combination: Ten→Jin→Chi or Jin→Ten→Chi</para>
-/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#status/4040"><strong>Intersection</strong></see> ↑ (All Classes)
+/// <para>A magicked barrier is nullifying damage.</para>
/// </summary>
-DotonPvE = 2270,
+Intersection_4040 = 4040,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2271"><strong>Suiton</strong></see> <i>PvE</i> (NIN) [2271] [Ability]
-/// <para>Deals water damage with a potency of 500.</para>
-/// <para>Additional Effect: Grants Suiton</para>
-/// <para>Duration: 20s</para>
-/// <para>Suiton Effect: Allows execution of actions which require the effect of Hidden, without being under that effect</para>
-/// <para>Mudra Combination: Ten→Chi→Jin or Chi→Ten→Jin</para>
-/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#status/4041"><strong>Balance Drawn</strong></see> ↑ (All Classes)
+/// <para>The Balance card is drawn.</para>
/// </summary>
-SuitonPvE = 2271,
+BalanceDrawn_4041 = 4041,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2272"><strong>Rabbit Medium</strong></see> <i>PvE</i> (NIN) [2272] [Ability]
-/// <para>Thumpity thump thump, thumpity thump thump...</para>
+/// <see href="https://garlandtools.org/db/#status/4042"><strong>Bole Drawn</strong></see> ↑ (All Classes)
+/// <para>The Bole card is drawn.</para>
/// </summary>
-RabbitMediumPvE = 2272,
+BoleDrawn_4042 = 4042,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2360"><strong>Festal Cant</strong></see> <i>PvE</i> (All Classes) [2360] [Special]
-/// <para>Casts a minor spell upon the designated location.</para>
+/// <see href="https://garlandtools.org/db/#status/4043"><strong>Arrow Drawn</strong></see> ↑ (All Classes)
+/// <para>The Arrow card is drawn.</para>
/// </summary>
-FestalCantPvE = 2360,
+ArrowDrawn_4043 = 4043,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2443"><strong>Toad Breath</strong></see> <i>PvE</i> (All Classes) [2443] [Special]
-/// <para></para>
+/// <see href="https://garlandtools.org/db/#status/4044"><strong>Spear Drawn</strong></see> ↑ (All Classes)
+/// <para>The Spear card is drawn.</para>
/// </summary>
-ToadBreathPvE = 2443,
+SpearDrawn_4044 = 4044,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2864"><strong>Rook Autoturret</strong></see> <i>PvE</i> (MCH) [2864] [Ability]
-/// <para>Deploys a single-target battle turret which attacks using Volley Fire, dealing damage with a potency of 35.</para>
-/// <para>Potency increases as Battery Gauge exceeds required cost at time of deployment, up to a maximum of 75.</para>
-/// <para>Battery Gauge Cost: 50</para>
-/// <para>Duration: 9s</para>
-/// <para>Consumes Battery Gauge upon execution.</para>
-/// <para>Shuts down when time expires or upon execution of Rook Overdrive.</para>
-/// <para>Shares a recast timer with Rook Overdrive.</para>
+/// <see href="https://garlandtools.org/db/#status/4045"><strong>Ewer Drawn</strong></see> ↑ (All Classes)
+/// <para>The Ewer card is drawn.</para>
/// </summary>
-RookAutoturretPvE = 2864,
+EwerDrawn_4045 = 4045,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2866"><strong>Split Shot</strong></see> <i>PvE</i> (MCH) [2866] [Weaponskill]
-/// <para>Delivers an attack with a potency of 140.</para>
-/// <para>Additional Effect: Increases Heat Gauge by 5</para>
+/// <see href="https://garlandtools.org/db/#status/4046"><strong>Spire Drawn</strong></see> ↑ (All Classes)
+/// <para>The Spire card is drawn.</para>
/// </summary>
-SplitShotPvE = 2866,
+SpireDrawn_4046 = 4046,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2868"><strong>Slug Shot</strong></see> <i>PvE</i> (MCH) [2868] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100.</para>
-/// <para>Combo Action: Split Shot or Heated Split Shot</para>
-/// <para>Combo Potency: 210</para>
-/// <para>Combo Bonus: Increases Heat Gauge by 5</para>
+/// <see href="https://garlandtools.org/db/#status/4047"><strong>Projection</strong></see> ↓ (All Classes)
+/// <para>Zoraal Ja's will is being projected upon you. Contact with specific flows of aether will provoke an attack.</para>
/// </summary>
-SlugShotPvE = 2868,
+Projection = 4047,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2870"><strong>Spread Shot</strong></see> <i>PvE</i> (MCH) [2870] [Weaponskill]
-/// <para>Delivers an attack with a potency of 140 to all enemies in a cone before you.</para>
-/// <para>Additional Effect: Increases Heat Gauge by 5</para>
+/// <see href="https://garlandtools.org/db/#status/4065"><strong>The Narwhal's Lullaby</strong></see> ↓ (All Classes)
+/// <para>The sacred treasure is inducing a deep slumber.</para>
/// </summary>
-SpreadShotPvE = 2870,
+TheNarwhalsLullaby = 4065,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2872"><strong>Hot Shot</strong></see> <i>PvE</i> (MCH) [2872] [Weaponskill]
-/// <para>Delivers an attack with a potency of 240.</para>
-/// <para>Additional Effect: Increases Battery Gauge by 20</para>
-/// <para>This weaponskill does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#status/4066"><strong>The Narwhal's Lullaby</strong></see> ↓ (All Classes)
+/// <para>The sacred treasure is inducing a deep slumber.</para>
/// </summary>
-HotShotPvE = 2872,
+TheNarwhalsLullaby_4066 = 4066,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2873"><strong>Clean Shot</strong></see> <i>PvE</i> (MCH) [2873] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100.</para>
-/// <para>Combo Action: Slug Shot or Heated Slug Shot</para>
-/// <para>Combo Potency: 270</para>
-/// <para>Combo Bonus: Increases Heat Gauge by 5</para>
-/// <para>Combo Bonus: Increases Battery Gauge by 10</para>
+/// <see href="https://garlandtools.org/db/#status/4067"><strong>Wide-eyed</strong></see> ↑ (All Classes)
+/// <para>Tentoawa is driving away the tendrils of sleep.</para>
/// </summary>
-CleanShotPvE = 2873,
+Wideeyed = 4067,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2874"><strong>Gauss Round</strong></see> <i>PvE</i> (MCH) [2874] [Ability]
-/// <para>Delivers an attack with a potency of 130.</para>
-/// <para>Maximum Charges: </para>
+/// <see href="https://garlandtools.org/db/#status/4068"><strong>Bleeding</strong></see> ↓ (All Classes)
+/// <para>Sustaining damage over time.</para>
/// </summary>
-GaussRoundPvE = 2874,
+Bleeding_4068 = 4068,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2876"><strong>Reassemble</strong></see> <i>PvE</i> (MCH) [2876] [Ability]
-/// <para>Guarantees that next weaponskill is a critical direct hit.</para>
-/// <para>Duration: 5s</para>
-/// <para>Increases damage dealt when under an effect that raises critical hit rate or direct hit rate.</para>
-/// <para>This action does not affect damage over time effects.</para>
-/// <para>Maximum Charges: 2</para>
+/// <see href="https://garlandtools.org/db/#status/4071"><strong>Positive Charge</strong></see> ↓ (All Classes)
+/// <para>Exhibiting a positive magnetic charge.</para>
/// </summary>
-ReassemblePvE = 2876,
+PositiveCharge_4071 = 4071,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2878"><strong>Wildfire</strong></see> <i>PvE</i> (MCH) [2878] [Ability]
-/// <para>Covers target's body in a slow-burning pitch. Action is changed to Detonator for the duration of the effect.</para>
-/// <para>Deals damage when time expires or upon executing Detonator.</para>
-/// <para>Potency is increased by for each of your own weaponskills you land prior to the end of the effect.</para>
-/// <para>Can be stacked up to 6 times.</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#status/4072"><strong>Negative Charge</strong></see> ↓ (All Classes)
+/// <para>Exhibiting a negative magnetic charge.</para>
/// </summary>
-WildfirePvE = 2878,
+NegativeCharge_4072 = 4072,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2887"><strong>Dismantle</strong></see> <i>PvE</i> (MCH) [2887] [Ability]
-/// <para>Lowers target's damage dealt by 10%.</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#status/4073"><strong>Revised to Wildfires</strong></see> ↑ (All Classes)
+/// <para>Apologies for the error. All are advised to prepare for fire-aspected damage.</para>
/// </summary>
-DismantlePvE = 2887,
+RevisedToWildfires = 4073,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/2890"><strong>Ricochet</strong></see> <i>PvE</i> (MCH) [2890] [Ability]
-/// <para>Deals damage to all nearby enemies with a potency of 130 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Maximum Charges: </para>
+/// <see href="https://garlandtools.org/db/#status/4074"><strong>Revised to Blizzards</strong></see> ↑ (All Classes)
+/// <para>Apologies for the error. All are advised to prepare for ice-aspected damage.</para>
/// </summary>
-RicochetPvE = 2890,
+RevisedToBlizzards = 4074,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3139"><strong>Imp Punch</strong></see> <i>PvE</i> (All Classes) [3139] [Special]
-/// <para>Delivers an impotent attack. In certain cases, may remove the Wet Plate status.</para>
+/// <see href="https://garlandtools.org/db/#status/4075"><strong>Revised to Hyperelectricity</strong></see> ↑ (All Classes)
+/// <para>Apologies for the error. All are advised to prepare for lightning-aspected damage.</para>
/// </summary>
-ImpPunchPvE = 3139,
+RevisedToHyperelectricity = 4075,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3504"><strong>Quickchant</strong></see> <i>PvE</i> (All Classes) [3504] [Special]
-/// <para>Delivers a ranged attack.</para>
+/// <see href="https://garlandtools.org/db/#status/4076"><strong>Revised to Gale-force Winds</strong></see> ↑ (All Classes)
+/// <para>Apologies for the error. All are advised to prepare for wind-aspected damage.</para>
/// </summary>
-QuickchantPvE = 3504,
+RevisedToGaleforceWinds = 4076,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3538"><strong>Goring Blade</strong></see> <i>PvE</i> (PLD) [3538] [Weaponskill]
-/// <para>Delivers an attack with a potency of 700.</para>
-/// <para>This weaponskill does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#status/4094"><strong>Reawakened</strong></see> ↑ (VPR)
+/// <para>Tapped into the strength of your hunter forebears.</para>
/// </summary>
-GoringBladePvE = 3538,
+Reawakened_4094 = 4094,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3539"><strong>Royal Authority</strong></see> <i>PvE</i> (PLD) [3539] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Combo Action: Riot Blade</para>
-/// <para>Combo Potency: </para>
-/// <para>Combo Bonus: Grants 3 stacks of Sword Oath</para>
-/// <para>Duration: 30s</para>
-/// <para>Combo Bonus: Grants Divine Might</para>
-/// <para>Divine Might Effect: Allows next Holy Spirit or Holy Circle to be cast immediately with increased potency</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#status/4095"><strong>Slither</strong></see> ↑ (VPR)
+/// <para>Next weaponskill will deal increased damage.</para>
/// </summary>
-RoyalAuthorityPvE = 3539,
+Slither = 4095,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3540"><strong>Divine Veil</strong></see> <i>PvE</i> (PLD) [3540] [Ability]
-/// <para>Creates a barrier around self and all party members near you that absorbs damage equivalent to 10% of your maximum HP.</para>
-/// <para>Duration: 30s</para>
-/// <para>Additional Effect: Restores target's HP</para>
-/// <para>Cure Potency: 400</para>
+/// <see href="https://garlandtools.org/db/#status/4096"><strong>Hardened Scales</strong></see> ↑ (VPR)
+/// <para>Though unable to move, damage taken is reduced. All Stun, Heavy, Bind, Silence, Half-asleep, Sleep, Deep Freeze, knockback, and draw-in effects are nullified.</para>
/// </summary>
-DivineVeilPvE = 3540,
+HardenedScales = 4096,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3541"><strong>Clemency</strong></see> <i>PvE</i> (PLD) [3541] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 1,000</para>
-/// <para>Additional Effect: Restores to self 50% of HP restored to target if target is a party member</para>
+/// <see href="https://garlandtools.org/db/#status/4097"><strong>Armored Scales</strong></see> ↑ (VPR)
+/// <para>A magicked barrier is nullifying damage.</para>
/// </summary>
-ClemencyPvE = 3541,
+ArmoredScales = 4097,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3542"><strong>Sheltron</strong></see> <i>PvE</i> (PLD) [3542] [Ability]
-/// <para>Reduces damage taken by 15%.</para>
-/// <para>Duration: s</para>
-/// <para>Oath Gauge Cost: 50</para>
+/// <see href="https://garlandtools.org/db/#status/4098"><strong>Snake's Bane</strong></see> ↑ (VPR)
+/// <para>Backlash is upgraded to Furious Backlash.</para>
/// </summary>
-SheltronPvE = 3542,
+SnakesBane = 4098,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3543"><strong>Tornado Kick</strong></see> <i>PvE</i> (MNK) [3543] [Weaponskill]
-/// <para>Delivers an attack to target and all enemies nearby it with a potency of 850 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Grants Formless Fist, allowing the execution of a weaponskill that requires a certain form, without being in that form</para>
-/// <para>Duration: 30s</para>
-/// <para>Any additional effects associated with the executed action will also be applied.</para>
-/// <para>Can only be executed while under the effect of Lunar Nadi and Solar Nadi, as well as three Beast Chakra.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#status/4099"><strong>Noxious Gnash</strong></see> ↓ (VPR)
+/// <para>Damage taken from the viper who applied this effect is increased.</para>
/// </summary>
-TornadoKickPvE = 3543,
+NoxiousGnash_4099 = 4099,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3545"><strong>Elixir Field</strong></see> <i>PvE</i> (MNK) [3545] [Weaponskill]
-/// <para>Delivers an attack to all nearby enemies with a potency of 600 for the first enemy, and 70% less for all remaining enemies.</para>
-/// <para>Additional Effect: Opens the Lunar Nadi</para>
-/// <para>Additional Effect: Grants Formless Fist, allowing the execution of a weaponskill that requires a certain form, without being in that form</para>
-/// <para>Duration: 30s</para>
-/// <para>Any additional effects associated with the executed action will also be applied.</para>
-/// <para>Can only be executed while under the effect of three of the same Beast Chakra.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#status/4100"><strong>Aetherhues</strong></see> ↑ (PCT)
+/// <para>Able to cast green and yellow magicks.</para>
/// </summary>
-ElixirFieldPvE = 3545,
+Aetherhues_4100 = 4100,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3546"><strong>Meditation</strong></see> <i>PvE</i> (PGL MNK) [3546] [Ability]
-/// <para>Opens a chakra. Up to five chakra can be opened at once.</para>
-/// <para>Opens all five chakra when used outside of combat.</para>
-/// <para>Triggers the cooldown of weaponskills upon execution.</para>
-/// <para>Conversely, execution of weaponskills triggers the cooldown of this action.</para>
-/// <para></para>
-/// <para>※Action changes to The Forbidden ChakraSteel PeakSteel Peak when all five chakra are open.</para>
+/// <see href="https://garlandtools.org/db/#status/4101"><strong>Aetherhues II</strong></see> ↑ (PCT)
+/// <para>Able to cast blue and magenta magicks.</para>
/// </summary>
-MeditationPvE = 3546,
+AetherhuesIi_4101 = 4101,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3547"><strong>the Forbidden Chakra</strong></see> <i>PvE</i> (MNK) [3547] [Ability]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Can only be executed while in combat and under the effect of the Fifth Chakra. The five chakra close upon execution.</para>
-/// <para>Shares a recast timer with EnlightenmentHowling FistHowling Fist.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#status/4102"><strong>Subtractive Palette</strong></see> ↑ (PCT)
+/// <para>The properties of your pictomancy spells have changed.</para>
/// </summary>
-TheForbiddenChakraPvE = 3547,
+SubtractivePalette_4102 = 4102,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3549"><strong>Fell Cleave</strong></see> <i>PvE</i> (WAR) [3549] [Weaponskill]
-/// <para>Delivers an attack with a potency of 520.</para>
-/// <para>Beast Gauge Cost: 50</para>
-/// <para></para>
-/// <para>※Action changes to Inner Chaos while under the effect of Nascent Chaos.</para>
+/// <see href="https://garlandtools.org/db/#status/4103"><strong>Moogle Portrait</strong></see> ↑ (PCT)
+/// <para>Able to execute Mog of the Ages.</para>
/// </summary>
-FellCleavePvE = 3549,
+MooglePortrait = 4103,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3550"><strong>Decimate</strong></see> <i>PvE</i> (WAR) [3550] [Weaponskill]
-/// <para>Delivers an attack to all nearby enemies with a potency of 200.</para>
-/// <para>Beast Gauge Cost: 50</para>
-/// <para></para>
-/// <para>※Action changes to Chaotic Cyclone while under the effect of Nascent Chaos.</para>
+/// <see href="https://garlandtools.org/db/#status/4104"><strong>Madeen Portrait</strong></see> ↑ (PCT)
+/// <para>Able to execute Retribution of the Madeen.</para>
/// </summary>
-DecimatePvE = 3550,
+MadeenPortrait = 4104,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3551"><strong>Raw Intuition</strong></see> <i>PvE</i> (WAR) [3551] [Ability]
-/// <para>Reduces damage taken by 10%.</para>
-/// <para>Duration: 6s</para>
-/// <para>Additional Effect: Restores HP with each weaponskill successfully delivered</para>
-/// <para>Cure Potency: 400</para>
-/// <para>Shares a recast timer with Nascent Flash.</para>
+/// <see href="https://garlandtools.org/db/#status/4105"><strong>Pom Motif</strong></see> ↑ (PCT)
+/// <para>Able to execute Pom Muse.</para>
/// </summary>
-RawIntuitionPvE = 3551,
+PomMotif = 4105,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3552"><strong>Equilibrium</strong></see> <i>PvE</i> (WAR) [3552] [Ability]
-/// <para>Restores own HP.</para>
-/// <para>Cure Potency: 1,200</para>
-/// <para>Additional Effect: Gradually restores HP</para>
-/// <para>Cure Potency: 200</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#status/4106"><strong>Wing Motif</strong></see> ↑ (PCT)
+/// <para>Able to execute Winged Muse.</para>
/// </summary>
-EquilibriumPvE = 3552,
+WingMotif = 4106,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3554"><strong>Fang and Claw</strong></see> <i>PvE</i> (DRG) [3554] [Weaponskill]
-/// <para>Delivers an attack with a potency of 260.</para>
-/// <para>300 when executed from a target's flank.</para>
-/// <para>Can only be executed while under the effect of Fang and Claw Bared, granted by Heavens' ThrustFull ThrustFull Thrust.</para>
+/// <see href="https://garlandtools.org/db/#status/4107"><strong>Claw Motif</strong></see> ↑ (PCT)
+/// <para>Able to execute Clawed Muse.</para>
/// </summary>
-FangAndClawPvE = 3554,
+ClawMotif = 4107,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3555"><strong>Geirskogul</strong></see> <i>PvE</i> (DRG) [3555] [Ability]
-/// <para>Delivers an attack to all enemies in a straight line before you with a potency of for the first enemy, and 30% less for all remaining enemies.</para>
-/// <para>Additional Effect: Grants Life of the Dragon while under the full gaze of the first brood</para>
-/// <para></para>
-/// <para>※Action changes to Nastrond while under the effect of Life of the Dragon.</para>
+/// <see href="https://garlandtools.org/db/#status/4108"><strong>Maw Motif</strong></see> ↑ (PCT)
+/// <para>Able to execute Fanged Muse.</para>
/// </summary>
-GeirskogulPvE = 3555,
+MawMotif = 4108,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3556"><strong>Wheeling Thrust</strong></see> <i>PvE</i> (DRG) [3556] [Weaponskill]
-/// <para>Delivers an attack with a potency of 260.</para>
-/// <para>300 when executed from a target's rear.</para>
-/// <para>Can only be executed while under the effect of Wheel in Motion, granted by Chaotic SpringChaos ThrustChaos Thrust.</para>
+/// <see href="https://garlandtools.org/db/#status/4109"><strong>Pom Muse</strong></see> ↑ (PCT)
+/// <para>Damage dealt and potency of HP restoration actions are increased.</para>
/// </summary>
-WheelingThrustPvE = 3556,
+PomMuse = 4109,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3557"><strong>Battle Litany</strong></see> <i>PvE</i> (DRG) [3557] [Ability]
-/// <para>Increases critical hit rate of self and nearby party members by 10%.</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#status/4110"><strong>Winged Muse</strong></see> ↑ (PCT)
+/// <para>Spell cast and recast time are reduced. Movement speed is also increased.</para>
/// </summary>
-BattleLitanyPvE = 3557,
+WingedMuse = 4110,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3558"><strong>Empyreal Arrow</strong></see> <i>PvE</i> (BRD) [3558] [Ability]
-/// <para>Delivers an attack with a potency of 240.</para>
+/// <see href="https://garlandtools.org/db/#status/4111"><strong>Clawed Muse</strong></see> ↓ (PCT)
+/// <para>Damage taken is increased while HP recovered via healing actions is reduced.</para>
/// </summary>
-EmpyrealArrowPvE = 3558,
+ClawedMuse = 4111,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3559"><strong>the Wanderer's Minuet</strong></see> <i>PvE</i> (BRD) [3559] [Ability]
-/// <para>Deals unaspected damage with a potency of 100.</para>
-/// <para>Additional Effect: Grants the Wanderer's Minuet to self and all party members within 50 yalms, increasing critical hit rate by 2%</para>
-/// <para>Duration: 45s</para>
-/// <para>Additional Effect: 80% chance to grant Repertoire</para>
-/// <para>Repertoire Effect: Allows execution of Pitch Perfect</para>
-/// <para>Can be stacked up to 3 times.</para>
-/// <para>Additional Effect: Grants Wanderer's Coda</para>
-/// <para></para>
-/// <para>※Action changes to Pitch Perfect upon execution.</para>
+/// <see href="https://garlandtools.org/db/#status/4112"><strong>Fanged Muse</strong></see> ↓ (PCT)
+/// <para>Sustaining damage over time.</para>
/// </summary>
-TheWanderersMinuetPvE = 3559,
+FangedMuse = 4112,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3560"><strong>Iron Jaws</strong></see> <i>PvE</i> (BRD) [3560] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100.</para>
-/// <para>Additional Effect: If the target is suffering from a Caustic Bite or StormbiteVenomous Bite or WindbiteVenomous Bite or Windbite effect inflicted by you, the effect timer is reset</para>
-/// <para>Additional Effect: 35% chance of becoming Straight Shot Ready</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#status/4113"><strong>Smudge</strong></see> ↑ (PCT)
+/// <para>Movement speed is increased.</para>
/// </summary>
-IronJawsPvE = 3560,
+Smudge_4113 = 4113,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3561"><strong>the Warden's Paean</strong></see> <i>PvE</i> (BRD) [3561] [Ability]
-/// <para>Removes one select detrimental effect from self or target party member. If the target is not enfeebled, a barrier is created nullifying the target's next detrimental effect suffered.</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#status/4114"><strong>Tempera Coat</strong></see> ↑ (PCT)
+/// <para>A magicked barrier is nullifying damage.</para>
/// </summary>
-TheWardensPaeanPvE = 3561,
+TemperaCoat_4114 = 4114,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3562"><strong>Sidewinder</strong></see> <i>PvE</i> (BRD) [3562] [Ability]
-/// <para>Delivers an attack with a potency of 320.</para>
+/// <see href="https://garlandtools.org/db/#status/4115"><strong>Tempera Grassa</strong></see> ↑ (PCT)
+/// <para>A magicked barrier is nullifying damage.</para>
/// </summary>
-SidewinderPvE = 3562,
+TemperaGrassa_4115 = 4115,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3563"><strong>Armor Crush</strong></see> <i>PvE</i> (NIN) [3563] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para> when executed from a target's flank.</para>
-/// <para>Combo Action: Gust Slash</para>
-/// <para>Combo Potency: </para>
-/// <para>Flank Combo Potency: </para>
-/// <para>Combo Bonus: Extends Huton duration by 30s to a maximum of 60s</para>
-/// <para>Combo Bonus: Increases Ninki Gauge by </para>
+/// <see href="https://garlandtools.org/db/#status/4116"><strong>Advent of Chocobastion</strong></see> ↑ (PCT)
+/// <para>Manifesting an area of protection.</para>
/// </summary>
-ArmorCrushPvE = 3563,
+AdventOfChocobastion = 4116,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3566"><strong>Dream Within a Dream</strong></see> <i>PvE</i> (NIN) [3566] [Ability]
-/// <para>Delivers a threefold attack, each hit with a potency of 150.</para>
+/// <see href="https://garlandtools.org/db/#status/4117"><strong>Chocobastion</strong></see> ↑ (PCT)
+/// <para>Damage taken is reduced while HP recovered via healing actions is increased.</para>
/// </summary>
-DreamWithinADreamPvE = 3566,
+Chocobastion = 4117,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3568"><strong>Stone III</strong></see> <i>PvE</i> (WHM) [3568] [Spell]
-/// <para>Deals earth damage with a potency of 220.</para>
+/// <see href="https://garlandtools.org/db/#status/4118"><strong>Starstruck</strong></see> ↑ (PCT)
+/// <para>Able to execute Star Prism.</para>
/// </summary>
-StoneIiiPvE = 3568,
+Starstruck_4118 = 4118,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3569"><strong>Asylum</strong></see> <i>PvE</i> (WHM) [3569] [Ability]
-/// <para>Envelops a designated area in a veil of succor, granting healing over time to self and any party members who enter.</para>
-/// <para>Cure Potency: 100</para>
-/// <para>Duration: 24s </para>
-/// <para>Additional Effect: Increases HP recovery via healing actions on party members in the designated area by 10%</para>
+/// <see href="https://garlandtools.org/db/#status/4119"><strong>Star Prism</strong></see> ↑ (PCT)
+/// <para>Regenerating HP over time.</para>
/// </summary>
-AsylumPvE = 3569,
+StarPrism_4119 = 4119,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3570"><strong>Tetragrammaton</strong></see> <i>PvE</i> (WHM) [3570] [Ability]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 700</para>
+/// <see href="https://garlandtools.org/db/#status/4120"><strong>Hunter's Instinct</strong></see> ↑ (VPR)
+/// <para>Damage dealt is increased.</para>
/// </summary>
-TetragrammatonPvE = 3570,
+HuntersInstinct_4120 = 4120,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3571"><strong>Assize</strong></see> <i>PvE</i> (WHM) [3571] [Ability]
-/// <para>Deals unaspected damage with a potency of 400 to all nearby enemies.</para>
-/// <para>Additional Effect: Restores own HP and the HP of nearby party members</para>
-/// <para>Cure Potency: 400</para>
-/// <para>Additional Effect: Restores 5% of maximum MP</para>
+/// <see href="https://garlandtools.org/db/#status/4121"><strong>Swiftscaled</strong></see> ↑ (VPR)
+/// <para>Weaponskill recast time is reduced.</para>
/// </summary>
-AssizePvE = 3571,
+Swiftscaled_4121 = 4121,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3573"><strong>Ley Lines</strong></see> <i>PvE</i> (BLM) [3573] [Ability]
-/// <para>Connects naturally occurring ley lines to create a circle of power which, while standing within it, reduces spell cast time and recast time, and auto-attack delay by 15%.</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#status/4122"><strong>Perpetual Conflagration</strong></see> ↓ (All Classes)
+/// <para>Valigarmanda's flames are slowly consuming you, causing damage over time and increasing damage taken. This effect will not expire until Valigarmanda is defeated.</para>
/// </summary>
-LeyLinesPvE = 3573,
+PerpetualConflagration = 4122,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3574"><strong>Sharpcast</strong></see> <i>PvE</i> (BLM) [3574] [Ability]
-/// <para>Ensures the next Scathe, Fire, Paradox, or Thunder spell cast will, for the first hit, trigger Scathe's additional effect, Firestarter, or Thundercloud.</para>
-/// <para>Duration: 30s</para>
-/// <para>Maximum Charges: 2</para>
+/// <see href="https://garlandtools.org/db/#status/4123"><strong>Life Siphon</strong></see> ↑ (All Classes)
+/// <para>Attacks generate HP equal to the amount of damage dealt.</para>
/// </summary>
-SharpcastPvE = 3574,
+LifeSiphon = 4123,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3576"><strong>Blizzard IV</strong></see> <i>PvE</i> (BLM) [3576] [Spell]
-/// <para>Deals ice damage with a potency of 310.</para>
-/// <para>Additional Effect: Grants 3 Umbral Hearts</para>
-/// <para>Umbral Heart Bonus: Nullifies Astral Fire's MP cost increase for Fire spells and reduces MP cost for Flare by one-third</para>
-/// <para>Can only be executed while under the effect of Umbral Ice.</para>
+/// <see href="https://garlandtools.org/db/#status/4124"><strong>Pom Sketch</strong></see> ↑ (PCT)
+/// <para>Able to execute Pom Motif.</para>
/// </summary>
-BlizzardIvPvE = 3576,
+PomSketch = 4124,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3577"><strong>Fire IV</strong></see> <i>PvE</i> (BLM) [3577] [Spell]
-/// <para>Deals fire damage with a potency of 310.</para>
-/// <para>Can only be executed while under the effect of Astral Fire.</para>
+/// <see href="https://garlandtools.org/db/#status/4125"><strong>Wing Sketch</strong></see> ↑ (PCT)
+/// <para>Able to execute Wing Motif.</para>
/// </summary>
-FireIvPvE = 3577,
+WingSketch = 4125,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3578"><strong>Painflare</strong></see> <i>PvE</i> (SMN) [3578] [Ability]
-/// <para>Deals unaspected damage with a potency of 150 to target and all enemies nearby it.</para>
-/// <para>Aetherflow Gauge Cost: 1</para>
+/// <see href="https://garlandtools.org/db/#status/4126"><strong>Claw Sketch</strong></see> ↑ (PCT)
+/// <para>Able to execute Claw Motif.</para>
/// </summary>
-PainflarePvE = 3578,
+ClawSketch = 4126,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3579"><strong>Ruin III</strong></see> <i>PvE</i> (SMN) [3579] [Spell]
-/// <para>Deals unaspected damage with a potency of .</para>
+/// <see href="https://garlandtools.org/db/#status/4127"><strong>Maw Sketch</strong></see> ↑ (PCT)
+/// <para>Able to execute Maw Motif.</para>
/// </summary>
-RuinIiiPvE = 3579,
+MawSketch = 4127,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3581"><strong>Dreadwyrm Trance</strong></see> <i>PvE</i> (SMN) [3581] [Spell]
-/// <para>Enters Dreadwyrm Trance.</para>
-/// <para>Duration: 15s</para>
-/// <para>Additional Effect: Changes Ruin III to Astral Impulse and Outburst to Astral Flare</para>
-/// <para>Additional Effect: Grants Ruby Arcanum, Topaz Arcanum, and Emerald Arcanum</para>
-/// <para>Can only be executed in combat and while Carbuncle is summoned.</para>
-/// <para>This action does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#status/4128"><strong>Dreamwoven Mimicry</strong></see> ↑ (All Classes)
+/// <para>Mimicking the form of another through the power of the Dreamweave Cocoon.</para>
/// </summary>
-DreadwyrmTrancePvE = 3581,
+DreamwovenMimicry = 4128,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3582"><strong>Deathflare</strong></see> <i>PvE</i> (SMN) [3582] [Ability]
-/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 500 for the first enemy, and 60% less for all remaining enemies.</para>
-/// <para>Can only be executed while in Dreadwyrm Trance.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#status/4129"><strong>Dawn's Resolve</strong></see> ↑ (All Classes)
+/// <para>Inspired by Wuk Lamat's unyielding will and defying all mortal limits.</para>
/// </summary>
-DeathflarePvE = 3582,
+DawnsResolve = 4129,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3583"><strong>Indomitability</strong></see> <i>PvE</i> (SCH) [3583] [Ability]
-/// <para>Restores own HP and the HP of all nearby party members.</para>
-/// <para>Cure Potency: 400</para>
-/// <para>Additional Effect: Increases Faerie Gauge by 10</para>
-/// <para>Aetherflow Gauge Cost: 1</para>
+/// <see href="https://garlandtools.org/db/#status/4130"><strong>Authority's Hold</strong></see> ↓ (All Classes)
+/// <para>Under Absolute Authority. Any movement when effect wears off will result in detonation.</para>
/// </summary>
-IndomitabilityPvE = 3583,
+AuthoritysHold = 4130,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3584"><strong>Broil</strong></see> <i>PvE</i> (SCH) [3584] [Spell]
-/// <para>Deals unaspected damage with a potency of 220.</para>
+/// <see href="https://garlandtools.org/db/#status/4132"><strong>Down for the Count</strong></see> ↓ (All Classes)
+/// <para>Unable to move or execute actions.</para>
/// </summary>
-BroilPvE = 3584,
+DownForTheCount_4132 = 4132,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3585"><strong>Deployment Tactics</strong></see> <i>PvE</i> (SCH) [3585] [Ability]
-/// <para>Extends Galvanize effect cast on self or target party member to other nearby party members.</para>
-/// <para>Duration: Time remaining on original effect</para>
-/// <para>No effect when target is not under the effect of Galvanize.</para>
+/// <see href="https://garlandtools.org/db/#status/4133"><strong>Haste</strong></see> ↑ (All Classes)
+/// <para>Weaponskill cast time and recast time, spell cast time and recast time, and auto-attack delay are reduced.</para>
/// </summary>
-DeploymentTacticsPvE = 3585,
+Haste_4133 = 4133,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3586"><strong>Emergency Tactics</strong></see> <i>PvE</i> (SCH) [3586] [Ability]
-/// <para>Transforms the next Galvanize and Catalyze statuses into HP recovery equaling the amount of damage reduction intended for the barrier.</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#status/4134"><strong>Honor's Accord</strong></see> ↑ (All Classes)
+/// <para>Taking an honorable battle stance that will affect the next attack.</para>
/// </summary>
-EmergencyTacticsPvE = 3586,
+HonorsAccord = 4134,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3587"><strong>Dissipation</strong></see> <i>PvE</i> (SCH) [3587] [Ability]
-/// <para>Orders your faerie away while granting you a full Aetherflow stack. Also increases healing magic potency by 20%.</para>
-/// <para>Duration: 30s</para>
-/// <para>Current faerie will return once the effect expires.</para>
-/// <para>Summon Eos cannot be executed while under the effect of Dissipation.</para>
-/// <para>Can only be executed while in combat.</para>
+/// <see href="https://garlandtools.org/db/#status/4136"><strong>Aetherstock</strong></see> ↑ (All Classes)
+/// <para>Storing elemental aether in the body. The aether is released upon attacking.</para>
/// </summary>
-DissipationPvE = 3587,
+Aetherstock = 4136,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3590"><strong>Draw</strong></see> <i>PvE</i> (AST) [3590] [Ability]
-/// <para>Draws a card (arcanum) from your divining deck. Only one arcanum can be drawn at a time.</para>
-/// <para>Arcanum effect can be triggered using the action Play.</para>
-/// <para>Additional Effect: Restores 5% of maximum MP</para>
-/// <para>Additional Effect: Grants Clarifying Draw, allowing the execution of Redraw</para>
-/// <para>Maximum Charges: 2</para>
+/// <see href="https://garlandtools.org/db/#status/4139"><strong>Ghostly Guise</strong></see> ↑ (All Classes)
+/// <para>An incorporeal form is enabling you to pass through obstacles, but additional damage is taken from certain attacks.</para>
/// </summary>
-DrawPvE = 3590,
+GhostlyGuise_4139 = 4139,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3593"><strong>Redraw</strong></see> <i>PvE</i> (AST) [3593] [Ability]
-/// <para>Draws a different arcanum from your deck.</para>
-/// <para>Can only be executed while under the effect of Clarifying Draw.</para>
+/// <see href="https://garlandtools.org/db/#status/4140"><strong>Boiling</strong></see> ↓ (All Classes)
+/// <para>Body is slowly heating up. Will become Pyretic when this effect expires.</para>
/// </summary>
-RedrawPvE = 3593,
+Boiling_4140 = 4140,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3594"><strong>Benefic</strong></see> <i>PvE</i> (AST) [3594] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: </para>
-/// <para>Additional Effect: 15% chance next Benefic II will restore critical HP</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#status/4141"><strong>Heatstroke</strong></see> ↓ (All Classes)
+/// <para>Body heat is being manipulated. Will become Pyretic when this effect expires.</para>
/// </summary>
-BeneficPvE = 3594,
+Heatstroke = 4141,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3595"><strong>Aspected Benefic</strong></see> <i>PvE</i> (AST) [3595] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: </para>
-/// <para>Additional Effect: Regen</para>
-/// <para>Cure Potency: </para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#status/4142"><strong>Cold Sweats</strong></see> ↓ (All Classes)
+/// <para>Body heat is being manipulated. Will freeze up when this effect expires.</para>
/// </summary>
-AspectedBeneficPvE = 3595,
+ColdSweats = 4142,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3596"><strong>Malefic</strong></see> <i>PvE</i> (AST) [3596] [Spell]
-/// <para>Deals unaspected damage with a potency of 150.</para>
+/// <see href="https://garlandtools.org/db/#status/4144"><strong>Acceleration Bomb</strong></see> ↓ (All Classes)
+/// <para>An acceleration-trigger explosive is affixed to the body. Any movement when effect wears off will result in detonation.</para>
/// </summary>
-MaleficPvE = 3596,
+AccelerationBomb_4144 = 4144,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3598"><strong>Malefic II</strong></see> <i>PvE</i> (AST) [3598] [Spell]
-/// <para>Deals unaspected damage with a potency of 160.</para>
+/// <see href="https://garlandtools.org/db/#status/4147"><strong>Bee Be Gone</strong></see> ↑ (All Classes)
+/// <para>Unbridled rage is increasing damage dealt. Standing too close will provoke an attack.</para>
/// </summary>
-MaleficIiPvE = 3598,
+BeeBeGone = 4147,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3599"><strong>Combust</strong></see> <i>PvE</i> (AST) [3599] [Spell]
-/// <para>Deals unaspected damage over time.</para>
-/// <para>Potency: 40</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#status/4148"><strong>Bee Be Here</strong></see> ↑ (All Classes)
+/// <para>Unbridled rage is increasing damage dealt. Standing too far away will provoke an attack.</para>
/// </summary>
-CombustPvE = 3599,
+BeeBeHere = 4148,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3600"><strong>Helios</strong></see> <i>PvE</i> (AST) [3600] [Spell]
-/// <para>Restores own HP and the HP of all nearby party members.</para>
-/// <para>Cure Potency: </para>
+/// <see href="https://garlandtools.org/db/#status/4150"><strong>Deep Freeze</strong></see> ↓ (All Classes)
+/// <para>Your body is encased in ice, preventing action and dealing damage over time.</para>
/// </summary>
-HeliosPvE = 3600,
+DeepFreeze_4150 = 4150,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3601"><strong>Aspected Helios</strong></see> <i>PvE</i> (AST) [3601] [Spell]
-/// <para>Restores own HP and the HP of all nearby party members.</para>
-/// <para>Cure Potency: </para>
-/// <para>Additional Effect: Regen</para>
-/// <para>Cure Potency: </para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#status/4151"><strong>Leftward Omen</strong></see> ↑ (All Classes)
+/// <para>The next attack will be executed from the left.</para>
/// </summary>
-AspectedHeliosPvE = 3601,
+LeftwardOmen = 4151,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3603"><strong>Ascend</strong></see> <i>PvE</i> (AST) [3603] [Spell]
-/// <para>Resurrects target to a weakened state.</para>
+/// <see href="https://garlandtools.org/db/#status/4152"><strong>Rightward Omen</strong></see> ↑ (All Classes)
+/// <para>The next attack will be executed from the right.</para>
/// </summary>
-AscendPvE = 3603,
+RightwardOmen = 4152,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3606"><strong>Lightspeed</strong></see> <i>PvE</i> (AST) [3606] [Ability]
-/// <para>Reduces cast times for spells by 2.5 seconds.</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#status/4153"><strong>Forward Omen</strong></see> ↑ (All Classes)
+/// <para>The next attack will be executed from the front.</para>
/// </summary>
-LightspeedPvE = 3606,
+ForwardOmen = 4153,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3608"><strong>Combust II</strong></see> <i>PvE</i> (AST) [3608] [Spell]
-/// <para>Deals unaspected damage over time.</para>
-/// <para>Potency: 50</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#status/4154"><strong>Rearward Omen</strong></see> ↑ (All Classes)
+/// <para>The next attack will be executed from the rear.</para>
/// </summary>
-CombustIiPvE = 3608,
+RearwardOmen = 4154,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3610"><strong>Benefic II</strong></see> <i>PvE</i> (AST) [3610] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: </para>
+/// <see href="https://garlandtools.org/db/#status/4155"><strong>Leftward Omen</strong></see> ↑ (All Classes)
+/// <para>The next attack will be executed from the left.</para>
/// </summary>
-BeneficIiPvE = 3610,
+LeftwardOmen_4155 = 4155,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3612"><strong>Synastry</strong></see> <i>PvE</i> (AST) [3612] [Ability]
-/// <para>Generate an aetheric bond with target party member. Each time you cast a single-target healing spell on yourself or a party member, the party member with whom you have the bond will also recover HP equaling 40% of the original spell.</para>
-/// <para>Duration: 20s</para>
+/// <see href="https://garlandtools.org/db/#status/4156"><strong>Rightward Omen</strong></see> ↑ (All Classes)
+/// <para>The next attack will be executed from the right.</para>
/// </summary>
-SynastryPvE = 3612,
+RightwardOmen_4156 = 4156,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3613"><strong>Collective Unconscious</strong></see> <i>PvE</i> (AST) [3613] [Ability]
-/// <para>Creates a celestial ring 8 yalms around the caster.</para>
-/// <para>Duration: 18s</para>
-/// <para>Additional Effect: Reduces damage taken by 10% for self and any party members within 30 yalms and applies Wheel of Fortune to self and any party members within 8 yalms</para>
-/// <para>Duration: 5s</para>
-/// <para>Wheel of Fortune Effect: Regen</para>
-/// <para>Cure Potency: 100</para>
-/// <para>Duration: 15s</para>
-/// <para>Effects will be applied continuously to self and all party members standing within the celestial ring.</para>
-/// <para>Collective Unconscious effect ends upon using another action or moving (including facing a different direction).</para>
-/// <para>Cancels auto-attack upon execution.</para>
+/// <see href="https://garlandtools.org/db/#status/4168"><strong>Rampart</strong></see> ↑ (All Classes)
+/// <para>Damage taken is reduced and HP recovery via healing actions is increased.</para>
/// </summary>
-CollectiveUnconsciousPvE = 3613,
+Rampart_4168 = 4168,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3614"><strong>Essential Dignity</strong></see> <i>PvE</i> (AST) [3614] [Ability]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 400</para>
-/// <para>Potency increases up to 900 as the target's HP decreases, reaching its maximum value when the target has 30% HP or less.</para>
-/// <para>Maximum Charges: 2</para>
+/// <see href="https://garlandtools.org/db/#status/4169"><strong>Rroneek Pulse</strong></see> ↑ (All Classes)
+/// <para>Damage taken is reduced and HP recovery via healing actions is increased.</para>
/// </summary>
-EssentialDignityPvE = 3614,
+RroneekPulse_4169 = 4169,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3615"><strong>Gravity</strong></see> <i>PvE</i> (AST) [3615] [Spell]
-/// <para>Deals unaspected damage with a potency of 120 to target and all enemies nearby it.</para>
+/// <see href="https://garlandtools.org/db/#status/4170"><strong>Blood of the Br'aax</strong></see> ↑ (All Classes)
+/// <para>Damage taken is reduced while inflicting a portion of sustained damage back to its source.</para>
/// </summary>
-GravityPvE = 3615,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3617"><strong>Hard Slash</strong></see> <i>PvE</i> (DRK) [3617] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
+BloodOfTheBraax = 4170,
+
+
+ /// <summary>
+///
/// </summary>
-HardSlashPvE = 3617,
+DutyRoulette = 1,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3621"><strong>Unleash</strong></see> <i>PvE</i> (DRK) [3621] [Spell]
-/// <para>Deals unaspected damage with a potency of 120 to all nearby enemies.</para>
+///
/// </summary>
-UnleashPvE = 3621,
+Dungeons = 2,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3623"><strong>Syphon Strike</strong></see> <i>PvE</i> (DRK) [3623] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Combo Action: Hard Slash</para>
-/// <para>Combo Potency: </para>
-/// <para>Combo Bonus: Restores MP</para>
+///
/// </summary>
-SyphonStrikePvE = 3623,
+Guildhests = 3,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3624"><strong>Unmend</strong></see> <i>PvE</i> (DRK) [3624] [Spell]
-/// <para>Deals unaspected damage with a potency of 150.</para>
-/// <para>Additional Effect: Increased enmity</para>
-/// <para>Additional Effect: Reduces the recast time of Plunge by 5 seconds</para>
+///
/// </summary>
-UnmendPvE = 3624,
+Trials = 4,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3625"><strong>Blood Weapon</strong></see> <i>PvE</i> (DRK) [3625] [Ability]
-/// <para>Grants 5 stacks of Blood Weapon, each stack increasing Blood Gauge by 10 and restoring MPrestoring MPrestoring MP upon landing weaponskills or spells.</para>
-/// <para>Duration: 15s</para>
-/// <para>Effect does not stack when hitting multiple targets with a single attack.</para>
+///
/// </summary>
-BloodWeaponPvE = 3625,
+Raids = 5,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3629"><strong>Grit</strong></see> <i>PvE</i> (DRK) [3629] [Ability]
-/// <para>Significantly increases enmity generation.</para>
-/// <para>Effect ends upon reuse.</para>
+///
/// </summary>
-GritPvE = 3629,
+PvP = 6,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3632"><strong>Souleater</strong></see> <i>PvE</i> (DRK) [3632] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Combo Action: Syphon Strike</para>
-/// <para>Combo Potency: </para>
-/// <para>Combo Bonus: Restores own HP</para>
-/// <para>Cure Potency: 300</para>
-/// <para>Combo Bonus: Increases Blood Gauge by 20</para>
+///
/// </summary>
-SouleaterPvE = 3632,
+QuestBattles = 7,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3634"><strong>Dark Mind</strong></see> <i>PvE</i> (DRK) [3634] [Ability]
-/// <para>Reduces magic vulnerability by 20%.</para>
-/// <para>Duration: 10s</para>
+///
/// </summary>
-DarkMindPvE = 3634,
+FatEs = 8,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3636"><strong>Shadow Wall</strong></see> <i>PvE</i> (DRK) [3636] [Ability]
-/// <para>Reduces damage taken by 30%.</para>
-/// <para>Duration: 15s</para>
+///
/// </summary>
-ShadowWallPvE = 3636,
+TreasureHunt = 9,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3638"><strong>Living Dead</strong></see> <i>PvE</i> (DRK) [3638] [Ability]
-/// <para>Grants the effect of Living Dead.</para>
-/// <para>When HP is reduced to 0 while under the effect of Living Dead, instead of becoming KO'd, your status will change to Walking Dead.</para>
-/// <para>Living Dead Duration: 10s</para>
-/// <para>Additional Effect: Restores HP with each weaponskill successfully delivered or spell cast</para>
-/// <para>Cure Potency: 1500</para>
-/// <para>While under the effect of Walking Dead, most attacks will not lower your HP below 1. If, before the Walking Dead timer runs out, an amount of HP totaling your maximum HP is restored, the effect will change to Undead Rebirth. If this amount is not restored, you will be KO'd.</para>
-/// <para>Walking Dead Duration: 10s</para>
-/// <para>While under the effect of Undead Rebirth, most attacks will not lower your HP below 1.</para>
-/// <para>Undead Rebirth Duration: Time remaining on Walking Dead</para>
+///
/// </summary>
-LivingDeadPvE = 3638,
+Levequests = 10,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3639"><strong>Salted Earth</strong></see> <i>PvE</i> (DRK) [3639] [Ability]
-/// <para>Creates a patch of salted earth at your feet, dealing unaspected damage with a potency of 50 to any enemies who enter.</para>
-/// <para>Duration: 15s</para>
-/// <para></para>
-/// <para>※Action changes to Salt and Darkness upon execution.</para>
+///
/// </summary>
-SaltedEarthPvE = 3639,
+GrandCompany = 11,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3640"><strong>Plunge</strong></see> <i>PvE</i> (DRK) [3640] [Ability]
-/// <para>Delivers a jumping attack with a potency of 150.</para>
-/// <para>Maximum Charges: 2</para>
-/// <para>Cannot be executed while bound.</para>
+///
/// </summary>
-PlungePvE = 3640,
+Companions = 12,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3641"><strong>Abyssal Drain</strong></see> <i>PvE</i> (DRK) [3641] [Ability]
-/// <para>Deals unaspected damage with a potency of 240 to target and all enemies nearby it.</para>
-/// <para>Additional Effect: Restores own HP</para>
-/// <para>Cure Potency: 200</para>
-/// <para>Additional Effect: Restores MP</para>
-/// <para>Shares a recast timer with Carve and Spit.</para>
+///
/// </summary>
-AbyssalDrainPvE = 3641,
+TribalQuests = 13,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/3643"><strong>Carve and Spit</strong></see> <i>PvE</i> (DRK) [3643] [Ability]
-/// <para>Delivers a threefold attack with a potency of 510.</para>
-/// <para>Additional Effect: Restores MP</para>
-/// <para>Shares a recast timer with Abyssal Drain.</para>
+///
/// </summary>
-CarveAndSpitPvE = 3643,
+OverallCompletion = 14,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/4262"><strong>Form Shift</strong></see> <i>PvE</i> (MNK) [4262] [Weaponskill]
-/// <para>Grants Formless Fist to self, allowing the execution of a weaponskill that requires a certain form, without being in that form.</para>
-/// <para>Duration: 30s</para>
-/// <para>Any additional effects associated with the executed action will also be applied.</para>
+///
/// </summary>
-FormShiftPvE = 4262,
+PlayerCommendation = 15,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/4401"><strong>the Balance</strong></see> <i>PvE</i> (AST) [4401] [Ability]
-/// <para>Increases damage dealt by a party member or self by 6% if target is melee DPS or tank, or 3% for all other roles.</para>
-/// <para>Duration: 15s</para>
-/// <para>Additional Effect: Grants a Solar Sign when used in combat</para>
-/// <para>Only one arcanum effect can be applied to a target at a time.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+///
/// </summary>
-TheBalancePvE = 4401,
+DisciplesOfTheLand = 16,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/4402"><strong>the Arrow</strong></see> <i>PvE</i> (AST) [4402] [Ability]
-/// <para>Increases damage dealt by a party member or self by 6% if target is melee DPS or tank, or 3% for all other roles.</para>
-/// <para>Duration: 15s</para>
-/// <para>Additional Effect: Grants a Lunar Sign when used in combat</para>
-/// <para>Only one arcanum effect can be applied to a target at a time.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+///
/// </summary>
-TheArrowPvE = 4402,
+DisciplesOfTheHand = 17,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/4403"><strong>the Spear</strong></see> <i>PvE</i> (AST) [4403] [Ability]
-/// <para>Increases damage dealt by a party member or self by 6% if target is melee DPS or tank, or 3% for all other roles.</para>
-/// <para>Duration: 15s</para>
-/// <para>Additional Effect: Grants a Celestial Sign when used in combat</para>
-/// <para>Only one arcanum effect can be applied to a target at a time.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+///
/// </summary>
-TheSpearPvE = 4403,
+RetainerVentures = 18,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/4404"><strong>the Bole</strong></see> <i>PvE</i> (AST) [4404] [Ability]
-/// <para>Increases damage dealt by a party member or self by 6% if target is ranged DPS or healer, or 3% for all other roles.</para>
-/// <para>Duration: 15s</para>
-/// <para>Additional Effect: Grants a Solar Sign when used in combat</para>
-/// <para>Only one arcanum effect can be applied to a target at a time.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+///
/// </summary>
-TheBolePvE = 4404,
+GoldSaucer = 19,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/4405"><strong>the Ewer</strong></see> <i>PvE</i> (AST) [4405] [Ability]
-/// <para>Increases damage dealt by a party member or self by 6% if target is ranged DPS or healer, or 3% for all other roles.</para>
-/// <para>Duration: 15s</para>
-/// <para>Additional Effect: Grants a Lunar Sign when used in combat</para>
-/// <para>Only one arcanum effect can be applied to a target at a time.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+///
/// </summary>
-TheEwerPvE = 4405,
+DeepDungeons = 21,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/4406"><strong>the Spire</strong></see> <i>PvE</i> (AST) [4406] [Ability]
-/// <para>Increases damage dealt by a party member or self by 6% if target is ranged DPS or healer, or 3% for all other roles.</para>
-/// <para>Duration: 15s</para>
-/// <para>Additional Effect: Grants a Celestial Sign when used in combat</para>
-/// <para>Only one arcanum effect can be applied to a target at a time.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+///
/// </summary>
-TheSpirePvE = 4406,
+WondrousTails = 24,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/5475"><strong>Browbeat</strong></see> <i>PvE</i> (All Classes) [5475] [Special]
-/// <para></para>
+///
/// </summary>
-BrowbeatPvE = 5475,
+CustomDeliveries = 25,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/5476"><strong>Apothecary</strong></see> <i>PvE</i> (All Classes) [5476] [Special]
-/// <para></para>
+///
/// </summary>
-ApothecaryPvE = 5476,
+Eureka = 26,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/5477"><strong>Wing Cutter</strong></see> <i>PvE</i> (All Classes) [5477] [Special]
-/// <para></para>
+///
/// </summary>
-WingCutterPvE = 5477,
+UltimateRaids = 28,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/6273"><strong>Pummel</strong></see> <i>PvE</i> (All Classes) [6273] [Special]
-/// <para>Deals damage to a target.</para>
+///
/// </summary>
-PummelPvE = 6273,
+VcDungeonFinder = 30,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/6274"><strong>Void Fire II</strong></see> <i>PvE</i> (All Classes) [6274] [Spell]
-/// <para>Deals damage to nearby enemies while increasing vulnerability.</para>
+///
/// </summary>
-VoidFireIiPvE = 6274,
+OceanFishing = 31,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/6871"><strong>Heavenly Judge</strong></see> <i>PvE</i> (All Classes) [6871] [Special]
-/// <para>Stuns and deals damage to all nearby targets. Damage increased for certain enemies.</para>
+///
/// </summary>
-HeavenlyJudgePvE = 6871,
+TripleTriad = 32,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7381"><strong>Total Eclipse</strong></see> <i>PvE</i> (GLA PLD) [7381] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
+///
/// </summary>
-TotalEclipsePvE = 7381,
+TheHunt = 33,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7382"><strong>Intervention</strong></see> <i>PvE</i> (PLD) [7382] [Ability]
-/// <para>Reduces target party member's damage taken by 10%.</para>
-/// <para>Duration: s</para>
-/// <para>Additional Effect: Increases damage reduction by an additional 10% if Rampart or Sentinel are active</para>
-/// <para>Additional Effect: Grants Knight's Resolve to target</para>
-/// <para>Knight's Resolve Effect: Reduces damage taken by 10%</para>
-/// <para>Duration: 4s</para>
-/// <para>Additional Effect: Grants Knight's Benediction to target</para>
-/// <para>Knight's Benediction Effect: Gradually restores HP</para>
-/// <para>Cure Potency: 250</para>
-/// <para>Duration: 12s</para>
-/// <para>Oath Gauge Cost: 50</para>
+///
/// </summary>
-InterventionPvE = 7382,
+Fishing = 34,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7383"><strong>Requiescat</strong></see> <i>PvE</i> (PLD) [7383] [Ability]
-/// <para>Deals unaspected damage with a potency of 320.</para>
-/// <para>Additional Effect: Grants 4 stacks of Requiescat</para>
-/// <para>Requiescat Effect: Increases the potency of Holy Spirit, Holy Circle, and all Confiteor combo actionsHoly Spirit, Holy Circle, and ConfiteorHoly Spirit and Holy CircleHoly SpiritHoly SpiritHoly Spirit and Holy CircleHoly SpiritHoly SpiritHoly Spirit, Holy Circle, and ConfiteorHoly Spirit and Holy CircleHoly SpiritHoly SpiritHoly Spirit and Holy CircleHoly SpiritHoly Spirit and spells will require no cast time</para>
-/// <para>Additional Effect: Grants Confiteor Ready</para>
-/// <para>Duration: 30s</para>
+///
/// </summary>
-RequiescatPvE = 7383,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7384"><strong>Holy Spirit</strong></see> <i>PvE</i> (PLD) [7384] [Spell]
-/// <para>Deals unaspected damage with a potency of .</para>
-/// <para>Divine Might Potency: </para>
-/// <para>Requiescat Potency: </para>
-/// <para>The effect of Divine Might will be prioritized over Requiescat when under the effect of both.</para>
-/// <para>Additional Effect: Restores own HP</para>
-/// <para>Cure Potency: 400</para>
+Gate = 35,
+
+
+ /// <summary>
+/// <see href="https://garlandtools.org/db/#action/3"><strong>Sprint</strong></see> <i>PvE</i> (All Classes) [3] [System]
+/// <para></para>
/// </summary>
-HolySpiritPvE = 7384,
+SprintPvE = 3,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7385"><strong>Passage of Arms</strong></see> <i>PvE</i> (PLD) [7385] [Ability]
-/// <para>Increases block rate to 100% and creates a designated area in a cone behind you in which party members will only suffer 85% of all damage inflicted.</para>
-/// <para>Duration: 18s</para>
-/// <para>Effect ends upon using another action or moving (including facing a different direction).</para>
-/// <para>Cancels auto-attack upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/5"><strong>Teleport</strong></see> <i>PvE</i> (All Classes) [5] [System]
+/// <para></para>
/// </summary>
-PassageOfArmsPvE = 7385,
+TeleportPvE = 5,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7386"><strong>Onslaught</strong></see> <i>PvE</i> (WAR) [7386] [Ability]
-/// <para>Rushes target and delivers an attack with a potency of 150.</para>
-/// <para>Maximum Charges: </para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#action/6"><strong>Return</strong></see> <i>PvE</i> (All Classes) [6] [System]
+/// <para>Instantly return to your current home point.</para>
/// </summary>
-OnslaughtPvE = 7386,
+ReturnPvE = 6,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7387"><strong>Upheaval</strong></see> <i>PvE</i> (WAR) [7387] [Ability]
-/// <para>Delivers an attack with a potency of 400.</para>
-/// <para>Shares a recast timer with Orogeny.</para>
+/// <see href="https://garlandtools.org/db/#action/9"><strong>Fast Blade</strong></see> <i>PvE</i> (GLA PLD) [9] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
/// </summary>
-UpheavalPvE = 7387,
+FastBladePvE = 9,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7388"><strong>Shake It Off</strong></see> <i>PvE</i> (WAR) [7388] [Ability]
-/// <para>Creates a barrier around self and all nearby party members that absorbs damage totaling 15% of maximum HP.</para>
-/// <para>Dispels Thrill of Battle, Vengeance, and BloodwhettingRaw IntuitionRaw Intuition, increasing damage absorbed by 2% for each effect removed. </para>
-/// <para>Duration: 30s</para>
-/// <para>Additional Effect: Gradually restores HP</para>
-/// <para>Cure Potency: 100</para>
-/// <para>Duration: 15s</para>
-/// <para>Additional Effect: Restores target's HP</para>
-/// <para>Cure Potency: 300</para>
+/// <see href="https://garlandtools.org/db/#action/15"><strong>Riot Blade</strong></see> <i>PvE</i> (GLA PLD) [15] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Combo Action: Fast Blade</para>
+/// <para>Combo Potency: </para>
+/// <para>Combo Bonus: Restores MP</para>
/// </summary>
-ShakeItOffPvE = 7388,
+RiotBladePvE = 15,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7389"><strong>Inner Release</strong></see> <i>PvE</i> (WAR) [7389] [Ability]
-/// <para>Grants 3 stacks of Inner Release, each stack allowing the use of Fell Cleave or Decimate without cost and guaranteeing they are critical and direct hits.</para>
-/// <para>Increases damage dealt when under an effect that raises critical hit rate or direct hit rate.</para>
-/// <para>Additional Effect: Grants Inner Strength, nullifying Stun, Sleep, Bind, Heavy, and most knockback and draw-in effects</para>
-/// <para>Duration: 15s</para>
-/// <para>Additional Effect: Extends Surging Tempest duration by 10s to a maximum of 60s</para>
-/// <para>Additional Effect: Grants Primal Rend Ready</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/16"><strong>Shield Bash</strong></see> <i>PvE</i> (GLA PLD) [16] [Weaponskill]
+/// <para>Delivers an attack with a potency of 100.</para>
+/// <para>Additional Effect: Stun</para>
+/// <para>Duration: 6s</para>
/// </summary>
-InnerReleasePvE = 7389,
+ShieldBashPvE = 16,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7390"><strong>Delirium</strong></see> <i>PvE</i> (DRK) [7390] [Ability]
-/// <para>Grants 3 stacks of Delirium, each stack allowing the execution of Quietus or Bloodspiller without Blackblood cost, restoring MP when landing either weaponskill.</para>
+/// <see href="https://garlandtools.org/db/#action/17"><strong>Sentinel</strong></see> <i>PvE</i> (GLA PLD) [17] [Ability]
+/// <para>Reduces damage taken by 30%.</para>
/// <para>Duration: 15s</para>
/// </summary>
-DeliriumPvE = 7390,
+SentinelPvE = 17,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7391"><strong>Quietus</strong></see> <i>PvE</i> (DRK) [7391] [Weaponskill]
-/// <para>Delivers an attack with a potency of 200 to all nearby enemies.</para>
-/// <para>Blood Gauge Cost: 50</para>
+/// <see href="https://garlandtools.org/db/#action/20"><strong>Fight or Flight</strong></see> <i>PvE</i> (GLA PLD) [20] [Ability]
+/// <para>Increases damage dealt by 25%.</para>
+/// <para>Duration: 20s</para>
+/// <para>Additional Effect: Grants Goring Blade Ready</para>
+/// <para>Duration: 30s</para>
/// </summary>
-QuietusPvE = 7391,
+FightOrFlightPvE = 20,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7392"><strong>Bloodspiller</strong></see> <i>PvE</i> (DRK) [7392] [Weaponskill]
-/// <para>Delivers an attack with a potency of 500.</para>
-/// <para>Blood Gauge Cost: 50</para>
+/// <see href="https://garlandtools.org/db/#action/21"><strong>Rage of Halone</strong></see> <i>PvE</i> (GLA PLD) [21] [Weaponskill]
+/// <para>Delivers an attack with a potency of 100.</para>
+/// <para>Combo Action: Riot Blade</para>
+/// <para>Combo Potency: 330</para>
/// </summary>
-BloodspillerPvE = 7392,
+RageOfHalonePvE = 21,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7393"><strong>The Blackest Night</strong></see> <i>PvE</i> (DRK) [7393] [Ability]
-/// <para>Creates a barrier around self or target party member that absorbs damage totaling 25% of target's maximum HP.</para>
-/// <para>Duration: 7s</para>
-/// <para>Grants Dark Arts when barrier is completely absorbed.</para>
-/// <para>Dark Arts Effect: Consume Dark Arts instead of MP to execute Edge of Shadow or Flood of ShadowEdge of Darkness or Flood of DarknessEdge of Darkness or Flood of Darkness</para>
+/// <see href="https://garlandtools.org/db/#action/22"><strong>Bulwark</strong></see> <i>PvE</i> (PLD) [22] [Ability]
+/// <para>Block incoming attacks.</para>
+/// <para>Duration: 10s</para>
/// </summary>
-TheBlackestNightPvE = 7393,
+BulwarkPvE = 22,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7394"><strong>Riddle of Earth</strong></see> <i>PvE</i> (MNK) [7394] [Ability]
-/// <para>Reduces damage taken by 20%.</para>
-/// <para>Duration: 10s</para>
-/// <para>Additional Effect: Grants Earth's Reply upon taking damage</para>
-/// <para>Earth's Reply Effect: Gradually restores HP</para>
-/// <para>Cure Potency: 100</para>
+/// <see href="https://garlandtools.org/db/#action/23"><strong>Circle of Scorn</strong></see> <i>PvE</i> (GLA PLD) [23] [Ability]
+/// <para>Delivers an attack with a potency of 140 to all nearby enemies.</para>
+/// <para>Additional Effect: Damage over time</para>
+/// <para>Potency: 30</para>
/// <para>Duration: 15s</para>
/// </summary>
-RiddleOfEarthPvE = 7394,
+CircleOfScornPvE = 23,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7395"><strong>Riddle of Fire</strong></see> <i>PvE</i> (MNK) [7395] [Ability]
-/// <para>Increases damage dealt by 15%.</para>
-/// <para>Duration: 20s</para>
+/// <see href="https://garlandtools.org/db/#action/24"><strong>Shield Lob</strong></see> <i>PvE</i> (GLA PLD) [24] [Weaponskill]
+/// <para>Delivers a ranged attack with a potency of 100.</para>
+/// <para>Additional Effect: Increased enmity</para>
/// </summary>
-RiddleOfFirePvE = 7395,
+ShieldLobPvE = 24,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7396"><strong>Brotherhood</strong></see> <i>PvE</i> (MNK) [7396] [Ability]
-/// <para>Grants Brotherhood and Meditative Brotherhood to self and all nearby party members.</para>
-/// <para>Brotherhood Effect: Increases damage dealt by 5%</para>
-/// <para>Meditative Brotherhood Effect: 20% chance you open a chakra when party members under this effect successfully land a weaponskill or cast a spell</para>
-/// <para>Chance is 100% when you successfully land a weaponskill or cast a spell while under the effect of Meditative Brotherhood.20% chance you open a chakra when you or party members under this effect successfully land a weaponskill or cast a spell20% chance you open a chakra when you or party members under this effect successfully land a weaponskill or cast a spell</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#action/27"><strong>Cover</strong></see> <i>PvE</i> (PLD) [27] [Ability]
+/// <para>Take all damage intended for another party member as long as said member remains within 10 yalms.</para>
+/// <para>Does not activate with certain attacks.</para>
+/// <para>Duration: 12s</para>
+/// <para>Oath Gauge Cost: 50</para>
/// </summary>
-BrotherhoodPvE = 7396,
+CoverPvE = 27,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7397"><strong>Sonic Thrust</strong></see> <i>PvE</i> (DRG) [7397] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100 to all enemies in a straight line before you.</para>
-/// <para>Combo Action: Doom Spike</para>
-/// <para>Combo Potency: 120</para>
-/// <para>Combo Bonus: Grants Power Surge</para>
-/// <para>Power Surge Effect: Increases damage dealt by 10%</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/28"><strong>Iron Will</strong></see> <i>PvE</i> (GLA PLD) [28] [Ability]
+/// <para>Significantly increases enmity generation.</para>
+/// <para>Effect ends upon reuse.</para>
/// </summary>
-SonicThrustPvE = 7397,
+IronWillPvE = 28,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7398"><strong>Dragon Sight</strong></see> <i>PvE</i> (DRG) [7398] [Ability]
-/// <para>Grants Right Eye to self, increasing damage dealt by 10% and nullifying all action direction requirements. Also grants target party member Left Eye, increasing damage dealt by 5%.</para>
-/// <para>Duration: 20s</para>
+/// <see href="https://garlandtools.org/db/#action/29"><strong>Spirits Within</strong></see> <i>PvE</i> (PLD) [29] [Ability]
+/// <para>Delivers an attack with a potency of 270.</para>
+/// <para>Additional Effect: Restores MP</para>
/// </summary>
-DragonSightPvE = 7398,
+SpiritsWithinPvE = 29,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7399"><strong>Mirage Dive</strong></see> <i>PvE</i> (DRG) [7399] [Ability]
-/// <para>Delivers an attack with a potency of 200.</para>
-/// <para>Additional Effect: Strengthens the gaze of your Dragon Gauge by 1</para>
-/// <para>Can only be executed when Dive Ready.</para>
+/// <see href="https://garlandtools.org/db/#action/30"><strong>Hallowed Ground</strong></see> <i>PvE</i> (PLD) [30] [Ability]
+/// <para>Renders you impervious to most attacks.</para>
+/// <para>Duration: 10s</para>
/// </summary>
-MirageDivePvE = 7399,
+HallowedGroundPvE = 30,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7400"><strong>Nastrond</strong></see> <i>PvE</i> (DRG) [7400] [Ability]
-/// <para>Delivers an attack to all enemies in a straight line before you with a potency of for the first enemy, and 30% less for all remaining enemies.</para>
-/// <para>Can only be executed while under the effect of Life of the Dragon.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/31"><strong>Heavy Swing</strong></see> <i>PvE</i> (MRD WAR) [31] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
/// </summary>
-NastrondPvE = 7400,
+HeavySwingPvE = 31,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7401"><strong>Hellfrog Medium</strong></see> <i>PvE</i> (NIN) [7401] [Ability]
-/// <para>Deals fire damage with a potency of 160 to target and all enemies nearby it.</para>
-/// <para>Ninki Gauge Cost: 50</para>
-/// <para>Shares a recast timer with Bhavacakra.</para>
+/// <see href="https://garlandtools.org/db/#action/37"><strong>Maim</strong></see> <i>PvE</i> (MRD WAR) [37] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Combo Action: Heavy Swing</para>
+/// <para>Combo Potency: </para>
+/// <para>Combo Bonus: Increases Beast Gauge by 10</para>
/// </summary>
-HellfrogMediumPvE = 7401,
+MaimPvE = 37,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7402"><strong>Bhavacakra</strong></see> <i>PvE</i> (NIN) [7402] [Ability]
-/// <para>Deals unaspected damage with a potency of 350.</para>
-/// <para>Meisui Bonus: Potency is increased to 500 when under the effect of Meisui</para>
-/// <para>Ninki Gauge Cost: 50</para>
-/// <para>Shares a recast timer with Hellfrog Medium.</para>
+/// <see href="https://garlandtools.org/db/#action/38"><strong>Berserk</strong></see> <i>PvE</i> (MRD WAR) [38] [Ability]
+/// <para>Grants 3 stacks of Berserk, each stack guaranteeing weaponskill attacks are critical and direct hits.</para>
+/// <para>Increases damage dealt when under an effect that raises critical hit rate or direct hit rate.</para>
+/// <para>Duration: 15s</para>
+/// <para>Additional Effect: Extends Surging Tempest duration by 10s to a maximum of 60s</para>
+/// <para>Additional Effect: Extends Surging Tempest duration by 10s to a maximum of 60s</para>
/// </summary>
-BhavacakraPvE = 7402,
+BerserkPvE = 38,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7403"><strong>Ten Chi Jin</strong></see> <i>PvE</i> (NIN) [7403] [Ability]
-/// <para>Temporarily converts each of the three mudra into a ninjutsu action. Executing one of these actions will convert the remaining mudra into different ninjutsu actions until all three have been executed or the Ten Chi Jin effect expires.</para>
-/// <para>Duration: 6s</para>
-/// <para>Only ninjutsu available while active. The same ninjutsu cannot be executed twice.</para>
-/// <para>Cannot be executed while under the effect of Kassatsu. Effect ends upon moving.</para>
+/// <see href="https://garlandtools.org/db/#action/40"><strong>Thrill of Battle</strong></see> <i>PvE</i> (MRD WAR) [40] [Ability]
+/// <para>Increases maximum HP by 20% and restores the amount increased.</para>
+/// <para>Additional Effect: Increases HP recovery via healing actions on self by 20%</para>
+/// <para>Duration: 10s</para>
/// </summary>
-TenChiJinPvE = 7403,
+ThrillOfBattlePvE = 40,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7404"><strong>Pitch Perfect</strong></see> <i>PvE</i> (BRD) [7404] [Ability]
-/// <para>Delivers an attack to the target. Potency varies with number of Repertoire stacks.</para>
-/// <para>1 Repertoire Stack: 100</para>
-/// <para>2 Repertoire Stacks: 220</para>
-/// <para>3 Repertoire Stacks: 360</para>
-/// <para>Can only be executed when the Wanderer's Minuet is active.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/41"><strong>Overpower</strong></see> <i>PvE</i> (MRD WAR) [41] [Weaponskill]
+/// <para>Delivers an attack with a potency of 110 to all nearby enemies.</para>
/// </summary>
-PitchPerfectPvE = 7404,
+OverpowerPvE = 41,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7405"><strong>Troubadour</strong></see> <i>PvE</i> (BRD) [7405] [Ability]
-/// <para>Reduces damage taken by self and nearby party members by 10%.</para>
-/// <para>Duration: 15s</para>
-/// <para>Effect cannot be stacked with machinist's Tactician or dancer's Shield Samba.</para>
+/// <see href="https://garlandtools.org/db/#action/42"><strong>Storm's Path</strong></see> <i>PvE</i> (MRD WAR) [42] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Combo Action: Maim</para>
+/// <para>Combo Potency: </para>
+/// <para>Combo Bonus: Restores own HP</para>
+/// <para>Cure Potency: 250</para>
+/// <para>Combo Bonus: Increases Beast Gauge by 20</para>
/// </summary>
-TroubadourPvE = 7405,
+StormsPathPvE = 42,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7406"><strong>Caustic Bite</strong></see> <i>PvE</i> (BRD) [7406] [Weaponskill]
-/// <para>Delivers an attack with a potency of 150.</para>
-/// <para>Additional Effect: Poison</para>
-/// <para>Potency: 20</para>
-/// <para>Duration: 45s</para>
-/// <para>Additional Effect: 35% chance of becoming Straight Shot Ready</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/43"><strong>Holmgang</strong></see> <i>PvE</i> (MRD WAR) [43] [Ability]
+/// <para>Brace yourself for an enemy onslaught, preventing most attacks from reducing your HP to less than 1.</para>
+/// <para>Duration: 10s</para>
+/// <para>When a target is selected, halts their movement with chains.</para>
/// </summary>
-CausticBitePvE = 7406,
+HolmgangPvE = 43,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7407"><strong>Stormbite</strong></see> <i>PvE</i> (BRD) [7407] [Weaponskill]
-/// <para>Deals wind damage with a potency of 100.</para>
-/// <para>Additional Effect: Wind damage over time</para>
-/// <para>Potency: 25</para>
-/// <para>Duration: 45s</para>
-/// <para>Additional Effect: 35% chance of becoming Straight Shot Ready</para>
+/// <see href="https://garlandtools.org/db/#action/44"><strong>Vengeance</strong></see> <i>PvE</i> (MRD WAR) [44] [Ability]
+/// <para>Reduces damage taken by 30% and delivers an attack with a potency of 55 every time you suffer physical damage.</para>
+/// <para>Duration: 15s</para>
+/// </summary>
+VengeancePvE = 44,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/45"><strong>Storm's Eye</strong></see> <i>PvE</i> (MRD WAR) [45] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Combo Action: Maim</para>
+/// <para>Combo Potency: </para>
+/// <para>Combo Bonus: Grants Surging Tempest, increasing damage dealt by 10%</para>
/// <para>Duration: 30s</para>
+/// <para>Extends Surging Tempest duration by 30s to a maximum of 60s.</para>
+/// <para>Combo Bonus: Increases Beast Gauge by 10</para>
/// </summary>
-StormbitePvE = 7407,
+StormsEyePvE = 45,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7408"><strong>Nature's Minne</strong></see> <i>PvE</i> (BRD) [7408] [Ability]
-/// <para>Increases HP recovery via healing actions by 15% for self and nearby party members.</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#action/46"><strong>Tomahawk</strong></see> <i>PvE</i> (MRD WAR) [46] [Weaponskill]
+/// <para>Delivers a ranged attack with a potency of 150.</para>
+/// <para>Additional Effect: Increased enmity</para>
/// </summary>
-NaturesMinnePvE = 7408,
+TomahawkPvE = 46,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7409"><strong>Refulgent Arrow</strong></see> <i>PvE</i> (BRD) [7409] [Weaponskill]
-/// <para>Delivers an attack with a potency of 280.</para>
-/// <para>Can only be executed when Straight Shot Ready.</para>
+/// <see href="https://garlandtools.org/db/#action/48"><strong>Defiance</strong></see> <i>PvE</i> (MRD WAR) [48] [Ability]
+/// <para>Significantly increases enmity generation.</para>
+/// <para>Effect ends upon reuse.</para>
/// </summary>
-RefulgentArrowPvE = 7409,
+DefiancePvE = 48,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7410"><strong>Heat Blast</strong></see> <i>PvE</i> (MCH) [7410] [Weaponskill]
-/// <para>Delivers an attack with a potency of 200.</para>
-/// <para>Additional Effect: Reduces the recast time of both Gauss Round and Ricochet by 15s</para>
-/// <para>Can only be executed when firearm is Overheated.</para>
-/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <see href="https://garlandtools.org/db/#action/49"><strong>Inner Beast</strong></see> <i>PvE</i> (WAR) [49] [Weaponskill]
+/// <para>Delivers an attack with a potency of 330.</para>
+/// <para>Beast Gauge Cost: 50</para>
/// </summary>
-HeatBlastPvE = 7410,
+InnerBeastPvE = 49,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7411"><strong>Heated Split Shot</strong></see> <i>PvE</i> (MCH) [7411] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Additional Effect: Increases Heat Gauge by 5</para>
+/// <see href="https://garlandtools.org/db/#action/51"><strong>Steel Cyclone</strong></see> <i>PvE</i> (WAR) [51] [Weaponskill]
+/// <para>Delivers an attack with a potency of 160 to all nearby enemies.</para>
+/// <para>Beast Gauge Cost: 50</para>
/// </summary>
-HeatedSplitShotPvE = 7411,
+SteelCyclonePvE = 51,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7412"><strong>Heated Slug Shot</strong></see> <i>PvE</i> (MCH) [7412] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Combo Action: Heated Split Shot</para>
-/// <para>Combo Potency: </para>
-/// <para>Combo Bonus: Increases Heat Gauge by 5</para>
+/// <see href="https://garlandtools.org/db/#action/52"><strong>Infuriate</strong></see> <i>PvE</i> (WAR) [52] [Ability]
+/// <para>Increases Beast Gauge by 50.</para>
+/// <para>Additional Effect: Grants Nascent Chaos</para>
+/// <para>Duration: 30s</para>
+/// <para>Nascent Chaos Effect: When Beast Gauge is 50 or greater, changes Decimate to Chaotic Cyclone and Fell Cleave to Inner Chaos</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Can only be executed while in combat.</para>
/// </summary>
-HeatedSlugShotPvE = 7412,
+InfuriatePvE = 52,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7413"><strong>Heated Clean Shot</strong></see> <i>PvE</i> (MCH) [7413] [Weaponskill]
+/// <see href="https://garlandtools.org/db/#action/53"><strong>Bootshine</strong></see> <i>PvE</i> (PGL MNK) [53] [Weaponskill]
/// <para>Delivers an attack with a potency of .</para>
-/// <para>Combo Action: Heated Slug Shot</para>
-/// <para>Combo Potency: </para>
-/// <para>Combo Bonus: Increases Heat Gauge by 5</para>
-/// <para>Combo Bonus: Increases Battery Gauge by 10</para>
+/// <para>Opo-opo's Fury Potency: </para>
+/// <para>Opo-opo's Fury Potency: </para>
+/// <para>Opo-opo Form Bonus: Guarantees a critical hit</para>
+/// <para>Damage dealt is increased when under an effect that raises critical hit rate.</para>
+/// <para>Additional Effect: Changes form to raptor</para>
+/// <para>Duration: 30s</para>
/// </summary>
-HeatedCleanShotPvE = 7413,
+BootshinePvE = 53,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7414"><strong>Barrel Stabilizer</strong></see> <i>PvE</i> (MCH) [7414] [Ability]
-/// <para>Increases Heat Gauge by 50.</para>
-/// <para>Can only be executed while in combat.</para>
+/// <see href="https://garlandtools.org/db/#action/54"><strong>True Strike</strong></see> <i>PvE</i> (PGL MNK) [54] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Raptor's Fury Potency: </para>
+/// <para>Raptor's Fury Potency: </para>
+/// <para>Can only be executed when in raptor form.</para>
+/// <para>Additional Effect: Changes form to coeurl</para>
+/// <para>Duration: 30s</para>
/// </summary>
-BarrelStabilizerPvE = 7414,
+TrueStrikePvE = 54,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7415"><strong>Rook Overdrive</strong></see> <i>PvE</i> (MCH) [7415] [Ability]
-/// <para>Orders the rook autoturret to use Rook Overload.</para>
-/// <para>Rook Overload Potency: 160</para>
-/// <para>Potency increases as Battery Gauge exceeds required cost at time of deployment, up to a maximum of 320.</para>
-/// <para>The rook autoturret shuts down after execution. If this action is not used manually while the rook autoturret is active, it will be triggered automatically immediately before shutting down.</para>
-/// <para>Shares a recast timer with Rook Autoturret.</para>
+/// <see href="https://garlandtools.org/db/#action/56"><strong>Snap Punch</strong></see> <i>PvE</i> (PGL MNK) [56] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para> when executed from a target's flank.</para>
+/// <para>Coeurl's Fury Potency: </para>
+/// <para>Flank Coeurl's Fury Potency: </para>
+/// <para>Coeurl's Fury Potency: </para>
+/// <para>Flank Coeurl's Fury Potency: </para>
+/// <para>Can only be executed when in coeurl form.</para>
+/// <para>Additional Effect: Changes form to opo-opo</para>
+/// <para>Duration: 30s</para>
/// </summary>
-RookOverdrivePvE = 7415,
+SnapPunchPvE = 56,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7416"><strong>Rook Overload</strong></see> <i>PvE</i> (MCH) [7416] [Ability]
-/// <para>Delivers an attack with a potency of 160.</para>
-/// <para>Potency increases as Battery Gauge exceeds required cost at time of deployment, up to a maximum of 320.</para>
-/// <para>The rook autoturret shuts down after execution. If this action is not used manually while the rook autoturret is active, it will be triggered automatically immediately before shutting down.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/61"><strong>Twin Snakes</strong></see> <i>PvE</i> (PGL MNK) [61] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Can only be executed when in raptor form.</para>
+/// <para>Additional Effect: Grants 2 stacks of Raptor's Fury</para>
+/// <para>Raptor's Fury Effect: Increases potency of Rising RaptorTrue StrikeTrue Strike by 150</para>
+/// <para>Additional Effect: Changes form to coeurl</para>
+/// <para>Duration: 30s</para>
/// </summary>
-RookOverloadPvE = 7416,
+TwinSnakesPvE = 61,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7418"><strong>Flamethrower</strong></see> <i>PvE</i> (MCH) [7418] [Ability]
-/// <para>Delivers damage over time to all enemies in a cone before you.</para>
-/// <para>Potency: 80</para>
-/// <para>Duration: 10s</para>
-/// <para>Effect ends upon using another action or moving (including facing a different direction).</para>
-/// <para>Cancels auto-attack upon execution.</para>
-/// <para>Triggers the cooldown of weaponskills upon execution. Cannot be executed during the cooldown of weaponskills.</para>
+/// <see href="https://garlandtools.org/db/#action/62"><strong>Arm of the Destroyer</strong></see> <i>PvE</i> (PGL MNK) [62] [Weaponskill]
+/// <para>Delivers an attack with a potency of 100 to all nearby targets.</para>
+/// <para>Opo-opo Form Potency: 110</para>
+/// <para>Additional Effect: Changes form to raptor</para>
+/// <para>Duration: 30s</para>
/// </summary>
-FlamethrowerPvE = 7418,
+ArmOfTheDestroyerPvE = 62,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7419"><strong>Between the Lines</strong></see> <i>PvE</i> (BLM) [7419] [Ability]
-/// <para>Move instantly to Ley Lines drawn by you.</para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#action/65"><strong>Mantra</strong></see> <i>PvE</i> (PGL MNK) [65] [Ability]
+/// <para>Increases HP recovery via healing actions by 10% for self and nearby party members.</para>
+/// <para>Duration: 15s</para>
/// </summary>
-BetweenTheLinesPvE = 7419,
+MantraPvE = 65,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7420"><strong>Thunder IV</strong></see> <i>PvE</i> (BLM) [7420] [Spell]
-/// <para>Deals lightning damage with a potency of 50 to target and all enemies nearby it.</para>
-/// <para>Additional Effect: Lightning damage over time</para>
-/// <para>Potency: 20</para>
-/// <para>Duration: 18s</para>
-/// <para>Additional Effect: 3% chance after each tick that the next Thunder spell of any grade will add its full damage over time amount to its initial damage, have no cast time, and cost no MP</para>
-/// <para>Duration: 40s</para>
-/// <para>Only one Thunder spell-induced damage over time effect per caster can be inflicted upon a single target.</para>
+/// <see href="https://garlandtools.org/db/#action/66"><strong>Demolish</strong></see> <i>PvE</i> (PGL MNK) [66] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para> when executed from a target's rear.</para>
+/// <para>Can only be executed when in coeurl form.</para>
+/// <para>Additional Effect: Grants 3 stacks of Coeurl's Fury</para>
+/// <para>Coeurl's Fury Effect: Increases potency of Pouncing CoeurlSnap PunchSnap Punch by 100</para>
+/// <para>Additional Effect: Changes form to opo-opo</para>
+/// <para>Duration: 30s</para>
/// </summary>
-ThunderIvPvE = 7420,
+DemolishPvE = 66,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7421"><strong>Triplecast</strong></see> <i>PvE</i> (BLM) [7421] [Ability]
-/// <para>The next three spells will require no cast time.</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#action/69"><strong>Perfect Balance</strong></see> <i>PvE</i> (MNK) [69] [Ability]
+/// <para>Grants 3 stacks of Perfect Balance, each stack allowing the execution of a weaponskill that requires a certain form, without being in that form.</para>
+/// <para>Duration: 20s</para>
+/// <para>Additional Effect: Grants Opo-opo Chakra, Coeurl Chakra, or Raptor Chakra depending on the form changed to upon executing actions</para>
+/// <para>Changing to Opo-opo Form grants Coeurl Chakra</para>
+/// <para>Changing to Raptor Form grants Opo-opo Chakra</para>
+/// <para>Changing to Coeurl Form grants Raptor Chakra</para>
/// <para>Maximum Charges: 2</para>
+/// <para>Can only be executed while in combat and when not under the effect of any Beast Chakra.Can only be executed while in combat.Can only be executed while in combat.</para>
/// </summary>
-TriplecastPvE = 7421,
+PerfectBalancePvE = 69,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7422"><strong>Foul</strong></see> <i>PvE</i> (BLM) [7422] [Spell]
-/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 600 for the first enemy, and 60% less for all remaining enemies.</para>
-/// <para>Polyglot Cost: 1</para>
+/// <see href="https://garlandtools.org/db/#action/70"><strong>Rockbreaker</strong></see> <i>PvE</i> (MNK) [70] [Weaponskill]
+/// <para>Delivers an attack with a potency of 130 to all nearby enemies.</para>
+/// <para>Can only be executed when in coeurl form.</para>
+/// <para>Additional Effect: Changes form to opo-opo</para>
+/// <para>Duration: 30s</para>
/// </summary>
-FoulPvE = 7422,
+RockbreakerPvE = 70,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7426"><strong>Ruin IV</strong></see> <i>PvE</i> (SMN) [7426] [Spell]
-/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 430 for the first enemy, and 60% less for all remaining enemies.</para>
-/// <para>Can only be executed while under the effect of Further Ruin.</para>
+/// <see href="https://garlandtools.org/db/#action/74"><strong>Dragon Kick</strong></see> <i>PvE</i> (PGL MNK) [74] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Additional Effect: Grants a stack of Opo-opo's Fury</para>
+/// <para>Opo-opo's Fury Effect: Increases potency of Leaping OpoBootshineBootshine by 200</para>
+/// <para>Additional Effect: Changes form to raptor</para>
+/// <para>Duration: 30s</para>
/// </summary>
-RuinIvPvE = 7426,
+DragonKickPvE = 74,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7427"><strong>Summon Bahamut</strong></see> <i>PvE</i> (SMN) [7427] [Spell]
-/// <para>Enters Dreadwyrm Trance and summons Demi-Bahamut to fight your target.</para>
-/// <para>Demi-Bahamut will execute Wyrmwave automatically on the targets attacked by you after summoning.</para>
-/// <para>Increases enmity in target when Demi-Bahamut is summoned.</para>
-/// <para>Duration: 15s</para>
-/// <para>Additional Effect: Changes Ruin III to Astral Impulse and Tri-disasterOutburstOutburst to Astral Flare</para>
-/// <para>Additional Effect: Grants Ruby Arcanum, Topaz Arcanum, and Emerald Arcanum</para>
-/// <para>Can only be executed while Carbuncle is summoned.</para>
-/// <para>This action does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/75"><strong>True Thrust</strong></see> <i>PvE</i> (LNC DRG) [75] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
/// </summary>
-SummonBahamutPvE = 7427,
+TrueThrustPvE = 75,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7428"><strong>Wyrmwave</strong></see> <i>PvE</i> (SMN) [7428] [Spell]
-/// <para>Deals unaspected damage with a potency of 150.</para>
-/// <para>Will only execute while Demi-Bahamut is summoned.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/78"><strong>Vorpal Thrust</strong></see> <i>PvE</i> (LNC DRG) [78] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Combo Action: True Thrust</para>
+/// <para>Combo Potency: </para>
/// </summary>
-WyrmwavePvE = 7428,
+VorpalThrustPvE = 78,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7429"><strong>Enkindle Bahamut</strong></see> <i>PvE</i> (SMN) [7429] [Ability]
-/// <para>Orders Demi-Bahamut to execute Akh Morn.</para>
-/// <para>Akh Morn Effect: Deals unaspected damage to target and all enemies nearby it with a potency of 1,300 for the first enemy, and 60% less for all remaining enemies</para>
+/// <see href="https://garlandtools.org/db/#action/83"><strong>Life Surge</strong></see> <i>PvE</i> (LNC DRG) [83] [Ability]
+/// <para>Ensures critical damage for first weaponskill used while Life Surge is active.</para>
+/// <para>Duration: 5s</para>
+/// <para>Increases damage dealt when under an effect that raises critical hit rate.</para>
+/// <para>Effect cannot be applied to damage over time.</para>
+/// <para>Additional Effect: Absorbs a portion of damage dealt as HP</para>
+/// <para>Maximum Charges: 2</para>
/// </summary>
-EnkindleBahamutPvE = 7429,
+LifeSurgePvE = 83,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7430"><strong>Thin Air</strong></see> <i>PvE</i> (WHM) [7430] [Ability]
-/// <para>Next action is executed without MP cost.</para>
-/// <para>Duration: 12s</para>
-/// <para>Maximum Charges: 2</para>
+/// <see href="https://garlandtools.org/db/#action/84"><strong>Full Thrust</strong></see> <i>PvE</i> (LNC DRG) [84] [Weaponskill]
+/// <para>Delivers an attack with a potency of 100.</para>
+/// <para>Combo Action: Vorpal Thrust</para>
+/// <para>Combo Potency: 380</para>
/// </summary>
-ThinAirPvE = 7430,
+FullThrustPvE = 84,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7431"><strong>Stone IV</strong></see> <i>PvE</i> (WHM) [7431] [Spell]
-/// <para>Deals earth damage with a potency of 260.</para>
+/// <see href="https://garlandtools.org/db/#action/85"><strong>Lance Charge</strong></see> <i>PvE</i> (LNC DRG) [85] [Ability]
+/// <para>Increases damage dealt by 10%.</para>
+/// <para>Duration: 20s</para>
/// </summary>
-StoneIvPvE = 7431,
+LanceChargePvE = 85,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7432"><strong>Divine Benison</strong></see> <i>PvE</i> (WHM) [7432] [Ability]
-/// <para>Creates a barrier around self or target party member that absorbs damage equivalent to a heal of 500 potency.</para>
-/// <para>Duration: 15s</para>
-/// <para>Maximum Charges: 2</para>
+/// <see href="https://garlandtools.org/db/#action/86"><strong>Doom Spike</strong></see> <i>PvE</i> (DRG) [86] [Weaponskill]
+/// <para>Delivers an attack with a potency of 110 to all enemies in a straight line before you.</para>
/// </summary>
-DivineBenisonPvE = 7432,
+DoomSpikePvE = 86,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7433"><strong>Plenary Indulgence</strong></see> <i>PvE</i> (WHM) [7433] [Ability]
-/// <para>Grants Confession to self and nearby party members.</para>
-/// <para>Upon receiving HP recovery via Medica, Medica II, Cure III, or Afflatus Rapture cast by self, Confession triggers an additional healing effect.</para>
-/// <para>Cure Potency: 200</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/87"><strong>Disembowel</strong></see> <i>PvE</i> (LNC DRG) [87] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Combo Action: True Thrust</para>
+/// <para>Combo Potency: </para>
+/// <para>Combo Bonus: Grants Power Surge</para>
+/// <para>Power Surge Effect: Increases damage dealt by 10%</para>
+/// <para>Duration: 30s</para>
/// </summary>
-PlenaryIndulgencePvE = 7433,
+DisembowelPvE = 87,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7434"><strong>Excogitation</strong></see> <i>PvE</i> (SCH) [7434] [Ability]
-/// <para>Grants self or target party member the effect of Excogitation, restoring HP when member's HP falls below 50% or upon effect duration expiration.</para>
-/// <para>Cure Potency: 800</para>
-/// <para>Duration: 45s</para>
-/// <para>Additional Effect: Increases Faerie Gauge by 10</para>
-/// <para>Aetherflow Gauge Cost: 1</para>
+/// <see href="https://garlandtools.org/db/#action/88"><strong>Chaos Thrust</strong></see> <i>PvE</i> (LNC DRG) [88] [Weaponskill]
+/// <para>Delivers an attack with a potency of 100.</para>
+/// <para>140 when executed from a target's rear.</para>
+/// <para>Combo Action: Disembowel</para>
+/// <para>Combo Potency: 220</para>
+/// <para>Rear Combo Potency: 260</para>
+/// <para>Combo Bonus: Damage over time</para>
+/// <para>Potency: 40</para>
+/// <para>Duration: 24s</para>
/// </summary>
-ExcogitationPvE = 7434,
+ChaosThrustPvE = 88,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7435"><strong>Broil II</strong></see> <i>PvE</i> (SCH) [7435] [Spell]
-/// <para>Deals unaspected damage with a potency of 240.</para>
+/// <see href="https://garlandtools.org/db/#action/90"><strong>Piercing Talon</strong></see> <i>PvE</i> (LNC DRG) [90] [Weaponskill]
+/// <para>Delivers a ranged attack with a potency of 150.</para>
/// </summary>
-BroilIiPvE = 7435,
+PiercingTalonPvE = 90,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7436"><strong>Chain Stratagem</strong></see> <i>PvE</i> (SCH) [7436] [Ability]
-/// <para>Increases rate at which target takes critical hits by 10%.</para>
+/// <see href="https://garlandtools.org/db/#action/92"><strong>Jump</strong></see> <i>PvE</i> (DRG) [92] [Ability]
+/// <para>Delivers a jumping attack with a potency of . Returns you to your original position after the attack is made.</para>
+/// <para>Additional Effect: Grants Dive Ready</para>
/// <para>Duration: 15s</para>
/// </summary>
-ChainStratagemPvE = 7436,
+JumpPvE = 92,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7437"><strong>Aetherpact</strong></see> <i>PvE</i> (SCH) [7437] [Ability]
-/// <para>Orders faerie to execute Fey Union with target party member. Effect ends upon reuse.</para>
-/// <para>Faerie Gauge Cost: 10</para>
-/// <para>Fey Union Effect: Gradually restores HP of party member with which faerie has a Fey Union.</para>
-/// <para>Cure Potency: 300</para>
-/// <para>Faerie Gauge is depleted by 10 periodically while HP is restored. Fey Union effect fades upon execution of other faerie actions or when party member moves from within 30 yalms of the faerie.</para>
-/// <para>The Faerie Gauge increases when a faerie or Serapha faeriea faerie is summoned and an Aetherflow action is successfully executed while in combat.</para>
+/// <see href="https://garlandtools.org/db/#action/94"><strong>Elusive Jump</strong></see> <i>PvE</i> (DRG) [94] [Ability]
+/// <para>Executes a jump to a location 15 yalms behind you.</para>
+/// <para>Cannot be executed while bound.</para>
/// </summary>
-AetherpactPvE = 7437,
+ElusiveJumpPvE = 94,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7438"><strong>Fey Union</strong></see> <i>PvE</i> (SCH) [7438] [Ability]
-/// <para>Gradually restores HP of party member with which faerie has a Fey Union.</para>
-/// <para>Cure Potency: 300</para>
-/// <para>Faerie Gauge is depleted by 10 periodically while HP is restored. Fey Union effect fades upon execution of other faerie actions or when party member moves from within 30 yalms of the faerie.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/96"><strong>Dragonfire Dive</strong></see> <i>PvE</i> (DRG) [96] [Ability]
+/// <para>Delivers a jumping fire-based attack to target and all enemies nearby it with a potency of 500 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Grants Dragon's Flight</para>
+/// <para>Duration: 30s</para>
+/// <para>Cannot be executed while bound.</para>
/// </summary>
-FeyUnionPvE = 7438,
+DragonfireDivePvE = 96,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7439"><strong>Earthly Star</strong></see> <i>PvE</i> (AST) [7439] [Ability]
-/// <para>Deploys an Earthly Star in the designated area and grants the effect of Earthly Dominance.</para>
-/// <para>Duration: 10s</para>
-/// <para>Executing Stellar Detonation while under the effect of Earthly Dominance creates a Stellar Burst dealing unaspected damage with a potency of 205 to all nearby enemies. Also restores own HP and the HP of all nearby party members.</para>
-/// <para>Cure Potency: 540</para>
-/// <para>After 10s, Earthly Dominance effect is changed to Giant Dominance.</para>
-/// <para>Duration: 10s</para>
-/// <para>Waiting 10s or executing Stellar Detonation while under the effect of Giant Dominance creates a Stellar Explosion dealing unaspected damage with a potency of 310 to all nearby enemies. Also restores own HP and the HP of all nearby party members.</para>
-/// <para>Cure Potency: 720</para>
+/// <see href="https://garlandtools.org/db/#action/97"><strong>Heavy Shot</strong></see> <i>PvE</i> (ARC BRD) [97] [Weaponskill]
+/// <para>Delivers an attack with a potency of 160.</para>
+/// <para>Additional Effect: 20% chance of granting Hawk's Eye</para>
+/// <para>Duration: 30s</para>
+/// <para>Additional Effect: 20% chance of granting Hawk's Eye</para>
+/// <para>Duration: 30s</para>
/// </summary>
-EarthlyStarPvE = 7439,
+HeavyShotPvE = 97,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7442"><strong>Malefic III</strong></see> <i>PvE</i> (AST) [7442] [Spell]
-/// <para>Deals unaspected damage with a potency of 190.</para>
+/// <see href="https://garlandtools.org/db/#action/98"><strong>Straight Shot</strong></see> <i>PvE</i> (ARC BRD) [98] [Weaponskill]
+/// <para>Delivers an attack with a potency of 200.</para>
+/// <para>Can only be executed when under the effect of Hawk's Eye.</para>
/// </summary>
-MaleficIiiPvE = 7442,
+StraightShotPvE = 98,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7443"><strong>Minor Arcana</strong></see> <i>PvE</i> (AST) [7443] [Ability]
-/// <para>Draws either the Lord of Crowns or the Lady of Crowns from your divining deck.</para>
-/// <para>Action changes to the drawn arcanum.</para>
-/// <para>Can only be executed while in combat.</para>
+/// <see href="https://garlandtools.org/db/#action/100"><strong>Venomous Bite</strong></see> <i>PvE</i> (ARC BRD) [100] [Weaponskill]
+/// <para>Delivers an attack with a potency of 100.</para>
+/// <para>Additional Effect: Venom</para>
+/// <para>Potency: 15</para>
+/// <para>Duration: 45s</para>
/// </summary>
-MinorArcanaPvE = 7443,
+VenomousBitePvE = 100,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7444"><strong>Lord of Crowns</strong></see> <i>PvE</i> (AST) [7444] [Ability]
-/// <para>Deals unaspected damage with a potency of 250 to all nearby enemies.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/101"><strong>Raging Strikes</strong></see> <i>PvE</i> (ARC BRD) [101] [Ability]
+/// <para>Increases damage dealt by 15%.</para>
+/// <para>Duration: 20s</para>
/// </summary>
-LordOfCrownsPvE = 7444,
+RagingStrikesPvE = 101,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7445"><strong>Lady of Crowns</strong></see> <i>PvE</i> (AST) [7445] [Ability]
-/// <para>Restores own HP and the HP of all nearby party members.</para>
-/// <para>Cure Potency: 400</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/106"><strong>Quick Nock</strong></see> <i>PvE</i> (ARC BRD) [106] [Weaponskill]
+/// <para>Delivers an attack with a potency of 110 to all enemies in a cone before you.</para>
+/// <para>Additional Effect: 20% chance of granting Hawk's Eye</para>
+/// <para>Duration: 30s</para>
+/// <para>Additional Effect: 20% chance of granting Hawk's Eye</para>
+/// <para>Duration: 30s</para>
/// </summary>
-LadyOfCrownsPvE = 7445,
+QuickNockPvE = 106,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7447"><strong>Thunder II</strong></see> <i>PvE</i> (THM BLM) [7447] [Spell]
-/// <para>Deals lightning damage with a potency of 50 to target and all enemies nearby it.</para>
-/// <para>Additional Effect: Lightning damage over time</para>
-/// <para>Potency: 15</para>
-/// <para>Duration: 18s</para>
-/// <para>Additional Effect: 3% chance after each tick that the next Thunder spell of any grade will add its full damage over time amount to its initial damage, have no cast time, and cost no MP</para>
-/// <para>Duration: 40s</para>
-/// <para></para>
-/// <para>Additional Effect: 3% chance after each tick that the next Thunder spell of any grade will add its full damage over time amount to its initial damage, have no cast time, and cost no MP</para>
-/// <para>Duration: 40s</para>
-/// <para></para>
-/// <para></para>
-/// <para>Only one Thunder spell-induced damage over time effect per caster can be inflicted upon a single target.</para>
+/// <see href="https://garlandtools.org/db/#action/107"><strong>Barrage</strong></see> <i>PvE</i> (ARC BRD) [107] [Ability]
+/// <para>Grants Barrage, allowing the use of Refulgent ArrowStraight ShotStraight Shot and ShadowbiteWide VolleyWide Volley. Upon execution, Refulgent ArrowStraight ShotStraight Shot will strike the selected target three times, while ShadowbiteWide VolleyWide Volley's potency will be increased to .</para>
+/// <para>Duration: 10s</para>
+/// <para>Additional Effect: Grants Resonant Arrow Ready</para>
+/// <para>Duration: 30s</para>
/// </summary>
-ThunderIiPvE = 7447,
+BarragePvE = 107,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7449"><strong>Akh Morn</strong></see> <i>PvE</i> (SMN) [7449] [Ability]
-/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 1,300 for the first enemy, and 60% less for all remaining enemies.</para>
-/// <para>Can only be executed while Demi-Bahamut is summoned.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/110"><strong>Bloodletter</strong></see> <i>PvE</i> (ARC BRD) [110] [Ability]
+/// <para>Delivers an attack with a potency of 130.</para>
+/// <para>Maximum Charges: </para>
+/// <para>Shares a recast timer with Rain of Death.</para>
/// </summary>
-AkhMornPvE = 7449,
+BloodletterPvE = 110,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7477"><strong>Hakaze</strong></see> <i>PvE</i> (SAM) [7477] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Additional Effect: Increases Kenki Gauge by 5</para>
+/// <see href="https://garlandtools.org/db/#action/112"><strong>Repelling Shot</strong></see> <i>PvE</i> (ARC BRD) [112] [Ability]
+/// <para>Jump 10 yalms away from current target.</para>
+/// <para>Cannot be executed while bound.</para>
/// </summary>
-HakazePvE = 7477,
+RepellingShotPvE = 112,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7478"><strong>Jinpu</strong></see> <i>PvE</i> (SAM) [7478] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Combo Action: Hakaze</para>
-/// <para>Combo Potency: </para>
-/// <para>Combo Bonus: Grants Fugetsu</para>
-/// <para>Fugetsu Effect: Increases damage dealt by %</para>
-/// <para>Duration: 40s</para>
-/// <para>Combo Bonus: Increases Kenki Gauge by 5</para>
+/// <see href="https://garlandtools.org/db/#action/113"><strong>Windbite</strong></see> <i>PvE</i> (ARC BRD) [113] [Weaponskill]
+/// <para>Deals wind damage with a potency of 60.</para>
+/// <para>Additional Effect: Wind damage over time</para>
+/// <para>Potency: 20</para>
+/// <para>Duration: 45s</para>
/// </summary>
-JinpuPvE = 7478,
+WindbitePvE = 113,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7479"><strong>Shifu</strong></see> <i>PvE</i> (SAM) [7479] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Combo Action: Hakaze</para>
-/// <para>Combo Potency: </para>
-/// <para>Combo Bonus: Grants Fuka</para>
-/// <para>Fuka Effect: Reduces weaponskill cast time and recast time, spell cast time and recast time, and auto-attack delay by %</para>
-/// <para>Duration: 40s</para>
-/// <para>Combo Bonus: Increases Kenki Gauge by 5</para>
+/// <see href="https://garlandtools.org/db/#action/114"><strong>Mage's Ballad</strong></see> <i>PvE</i> (BRD) [114] [Ability]
+/// <para>Grants Mage's Ballad to self and all party members within 50 yalms, increasing damage dealt by 1%.</para>
+/// <para>Duration: 45s</para>
+/// <para>Additional Effect: 80% chance to grant Repertoire</para>
+/// <para>This effect can trigger repeatedly while singing the Mage's Ballad.</para>
+/// <para>Repertoire Effect: Reduces the recast time of Heartbreak ShotBloodletterBloodletter and Rain of Death by 7.5s</para>
+/// <para>Additional Effect: Grants Mage's Coda</para>
+/// <para>Can only be executed while in combat.</para>
/// </summary>
-ShifuPvE = 7479,
+MagesBalladPvE = 114,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7480"><strong>Yukikaze</strong></see> <i>PvE</i> (SAM) [7480] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Combo Action: Hakaze</para>
-/// <para>Combo Potency: </para>
-/// <para>Combo Bonus: Increases Kenki Gauge by </para>
-/// <para>Combo Bonus: Grants Setsu</para>
-/// <para>Combo Bonus: Grants Setsu</para>
-/// <para>Combo Bonus: Grants Setsu</para>
+/// <see href="https://garlandtools.org/db/#action/116"><strong>Army's Paeon</strong></see> <i>PvE</i> (BRD) [116] [Ability]
+/// <para>Grants Army's Paeon to self and all party members within 50 yalms, increasing direct hit rate by 3%.</para>
+/// <para>Duration: 45s</para>
+/// <para>Additional Effect: 80% chance to grant Repertoire</para>
+/// <para>This effect can trigger repeatedly while singing the Army's Paeon.</para>
+/// <para>Repertoire Effect: Reduces weaponskill cast time and recast time, spell cast time and recast time, and auto-attack delay by 4%</para>
+/// <para>Can be stacked up to 4 times.</para>
+/// <para>Additional Effect: Grants Army's Coda</para>
+/// <para>Can only be executed while in combat.</para>
/// </summary>
-YukikazePvE = 7480,
+ArmysPaeonPvE = 116,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7481"><strong>Gekko</strong></see> <i>PvE</i> (SAM) [7481] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para> when executed from a target's rear.</para>
-/// <para>Combo Action: Jinpu</para>
-/// <para>Combo Potency: </para>
-/// <para>Rear Combo Potency: </para>
-/// <para>Combo Bonus: Increases Kenki Gauge by </para>
-/// <para>Combo Bonus: Grants Getsu</para>
+/// <see href="https://garlandtools.org/db/#action/117"><strong>Rain of Death</strong></see> <i>PvE</i> (BRD) [117] [Ability]
+/// <para>Delivers an attack with a potency of 100 to target and all enemies nearby it.</para>
+/// <para>Maximum Charges: </para>
+/// <para>Shares a recast timer with Bloodletter.</para>
/// </summary>
-GekkoPvE = 7481,
+RainOfDeathPvE = 117,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7482"><strong>Kasha</strong></see> <i>PvE</i> (SAM) [7482] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para> when executed from a target's flank.</para>
-/// <para>Combo Action: Shifu</para>
-/// <para>Combo Potency: </para>
-/// <para>Flank Combo Potency: </para>
-/// <para>Combo Bonus: Increases Kenki Gauge by </para>
-/// <para>Combo Bonus: Grants Ka</para>
+/// <see href="https://garlandtools.org/db/#action/118"><strong>Battle Voice</strong></see> <i>PvE</i> (BRD) [118] [Ability]
+/// <para>Increases direct hit rate of self and all nearby party members by 20%.</para>
+/// <para>Duration: 20s</para>
/// </summary>
-KashaPvE = 7482,
+BattleVoicePvE = 118,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7483"><strong>Fuga</strong></see> <i>PvE</i> (SAM) [7483] [Weaponskill]
-/// <para>Delivers an attack with a potency of 90 to all enemies in a cone before you.</para>
-/// <para>Additional Effect: Increases Kenki Gauge by 5</para>
+/// <see href="https://garlandtools.org/db/#action/119"><strong>Stone</strong></see> <i>PvE</i> (CNJ WHM) [119] [Spell]
+/// <para>Deals earth damage with a potency of 140.</para>
/// </summary>
-FugaPvE = 7483,
+StonePvE = 119,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7484"><strong>Mangetsu</strong></see> <i>PvE</i> (SAM) [7484] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
-/// <para>Combo Action: FukoFugaFuga</para>
-/// <para>Combo Potency: 120</para>
-/// <para>Combo Bonus: Grants Fugetsu</para>
-/// <para>Fugetsu Effect: Increases damage dealt by %</para>
-/// <para>Duration: 40s</para>
-/// <para>Combo Bonus: Increases Kenki Gauge by </para>
-/// <para>Combo Bonus: Grants Getsu</para>
-/// <para>Combo Bonus: Grants Getsu</para>
-/// <para>Combo Bonus: Grants Getsu</para>
+/// <see href="https://garlandtools.org/db/#action/120"><strong>Cure</strong></see> <i>PvE</i> (CNJ WHM) [120] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: </para>
+/// <para>Additional Effect: 15% chance next Cure II will cost no MP</para>
+/// <para>Duration: 15s</para>
+/// <para>Additional Effect: 15% chance next Cure II will cost no MP</para>
+/// <para>Duration: 15s</para>
/// </summary>
-MangetsuPvE = 7484,
+CurePvE = 120,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7485"><strong>Oka</strong></see> <i>PvE</i> (SAM) [7485] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
-/// <para>Combo Action: FukoFugaFuga</para>
-/// <para>Combo Potency: 120</para>
-/// <para>Combo Bonus: Grants Fuka</para>
-/// <para>Fuka Effect: Reduces weaponskill cast time and recast time, spell cast time and recast time, and auto-attack delay by %</para>
-/// <para>Duration: 40s</para>
-/// <para>Combo Bonus: Increases Kenki Gauge by </para>
-/// <para>Combo Bonus: Grants Ka</para>
-/// <para>Combo Bonus: Grants Ka</para>
-/// <para>Combo Bonus: Grants Ka</para>
+/// <see href="https://garlandtools.org/db/#action/121"><strong>Aero</strong></see> <i>PvE</i> (CNJ WHM) [121] [Spell]
+/// <para>Deals wind damage with a potency of 50.</para>
+/// <para>Additional Effect: Wind damage over time</para>
+/// <para>Potency: 30</para>
+/// <para>Duration: 30s</para>
/// </summary>
-OkaPvE = 7485,
+AeroPvE = 121,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7486"><strong>Enpi</strong></see> <i>PvE</i> (SAM) [7486] [Weaponskill]
-/// <para>Delivers a ranged attack with a potency of 100.</para>
-/// <para>Enhanced Enpi Bonus Potency: 260</para>
-/// <para>Additional Effect: Increases Kenki Gauge by </para>
+/// <see href="https://garlandtools.org/db/#action/124"><strong>Medica</strong></see> <i>PvE</i> (CNJ WHM) [124] [Spell]
+/// <para>Restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: </para>
/// </summary>
-EnpiPvE = 7486,
+MedicaPvE = 124,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7487"><strong>Midare Setsugekka</strong></see> <i>PvE</i> (SAM) [7487] [Weaponskill]
-/// <para>Delivers a critical hit with a potency of 640.</para>
-/// <para>Damage dealt is increased when under an effect that raises critical hit rate.</para>
-/// <para>Additional Effect: Grants a stack of Meditation, up to a maximum of 3</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/125"><strong>Raise</strong></see> <i>PvE</i> (CNJ WHM) [125] [Spell]
+/// <para>Resurrects target to a weakened state.</para>
/// </summary>
-MidareSetsugekkaPvE = 7487,
+RaisePvE = 125,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7488"><strong>Tenka Goken</strong></see> <i>PvE</i> (SAM) [7488] [Weaponskill]
-/// <para>Delivers an attack with a potency of 300 to all nearby enemies.</para>
-/// <para>Additional Effect: Grants a stack of Meditation, up to a maximum of 3</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/127"><strong>Stone II</strong></see> <i>PvE</i> (CNJ WHM) [127] [Spell]
+/// <para>Deals earth damage with a potency of 190.</para>
/// </summary>
-TenkaGokenPvE = 7488,
+StoneIiPvE = 127,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7489"><strong>Higanbana</strong></see> <i>PvE</i> (SAM) [7489] [Weaponskill]
-/// <para>Delivers an attack with a potency of 200.</para>
-/// <para>Additional Effect: Damage over time</para>
-/// <para>Potency: 45</para>
-/// <para>Duration: 60s</para>
-/// <para>Additional Effect: Grants a stack of Meditation, up to a maximum of 3</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/131"><strong>Cure III</strong></see> <i>PvE</i> (WHM) [131] [Spell]
+/// <para>Restores own or target party member's HP and all party members nearby target.</para>
+/// <para>Cure Potency: </para>
/// </summary>
-HiganbanaPvE = 7489,
+CureIiiPvE = 131,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7490"><strong>Hissatsu: Shinten</strong></see> <i>PvE</i> (SAM) [7490] [Ability]
-/// <para>Delivers an attack with a potency of 250.</para>
-/// <para>Kenki Gauge Cost: 25</para>
+/// <see href="https://garlandtools.org/db/#action/132"><strong>Aero II</strong></see> <i>PvE</i> (CNJ WHM) [132] [Spell]
+/// <para>Deals wind damage with a potency of 50.</para>
+/// <para>Additional Effect: Wind damage over time</para>
+/// <para>Potency: 50</para>
+/// <para>Duration: 30s</para>
/// </summary>
-HissatsuShintenPvE = 7490,
+AeroIiPvE = 132,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7491"><strong>Hissatsu: Kyuten</strong></see> <i>PvE</i> (SAM) [7491] [Ability]
-/// <para>Delivers an attack with a potency of 120 to all nearby enemies.</para>
-/// <para>Kenki Gauge Cost: 25</para>
+/// <see href="https://garlandtools.org/db/#action/133"><strong>Medica II</strong></see> <i>PvE</i> (CNJ WHM) [133] [Spell]
+/// <para>Restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: </para>
+/// <para>Additional Effect: Regen</para>
+/// <para>Cure Potency: </para>
+/// <para>Duration: 15s</para>
/// </summary>
-HissatsuKyutenPvE = 7491,
+MedicaIiPvE = 133,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7492"><strong>Hissatsu: Gyoten</strong></see> <i>PvE</i> (SAM) [7492] [Ability]
-/// <para>Rushes target and delivers an attack with a potency of 100.</para>
-/// <para>Kenki Gauge Cost: 10</para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#action/135"><strong>Cure II</strong></see> <i>PvE</i> (CNJ WHM) [135] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: </para>
/// </summary>
-HissatsuGyotenPvE = 7492,
+CureIiPvE = 135,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7493"><strong>Hissatsu: Yaten</strong></see> <i>PvE</i> (SAM) [7493] [Ability]
-/// <para>Delivers an attack with a potency of 100.</para>
-/// <para>Additional Effect: 10-yalm backstep</para>
-/// <para>Additional Effect: Grants Enhanced Enpi</para>
+/// <see href="https://garlandtools.org/db/#action/136"><strong>Presence of Mind</strong></see> <i>PvE</i> (WHM) [136] [Ability]
+/// <para>Reduces spell cast time and recast time, and auto-attack delay by 20%.</para>
/// <para>Duration: 15s</para>
-/// <para>Kenki Gauge Cost: 10</para>
-/// <para>Cannot be executed while bound.</para>
+/// <para>Additional Effect: Grants 3 stacks of Sacred Sight</para>
+/// <para>Duration: 30s</para>
/// </summary>
-HissatsuYatenPvE = 7493,
+PresenceOfMindPvE = 136,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7495"><strong>Hagakure</strong></see> <i>PvE</i> (SAM) [7495] [Ability]
-/// <para>Converts Setsu, Getsu, and Ka into Kenki. Each Sen converted increases your Kenki Gauge by 10. Can only be executed if under the effect of at least one of the three statuses.</para>
+/// <see href="https://garlandtools.org/db/#action/137"><strong>Regen</strong></see> <i>PvE</i> (WHM) [137] [Spell]
+/// <para>Grants healing over time effect to target.</para>
+/// <para>Cure Potency: </para>
+/// <para>Duration: 18s</para>
/// </summary>
-HagakurePvE = 7495,
+RegenPvE = 137,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7496"><strong>Hissatsu: Guren</strong></see> <i>PvE</i> (SAM) [7496] [Ability]
-/// <para>Delivers an attack to all enemies in a straight line before you with a potency of 500 for the first enemy, and 25% less for all remaining enemies.</para>
-/// <para>Kenki Gauge Cost: 25</para>
-/// <para>Shares a recast timer with Hissatsu: Senei.</para>
+/// <see href="https://garlandtools.org/db/#action/139"><strong>Holy</strong></see> <i>PvE</i> (WHM) [139] [Spell]
+/// <para>Deals unaspected damage with a potency of 140 to all nearby enemies.</para>
+/// <para>Additional Effect: Stun</para>
+/// <para>Duration: 4s</para>
/// </summary>
-HissatsuGurenPvE = 7496,
+HolyPvE = 139,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7497"><strong>Meditate</strong></see> <i>PvE</i> (SAM) [7497] [Ability]
-/// <para>Gradually increases your Kenki Gauge.</para>
-/// <para>Duration: 15s</para>
-/// <para>Additional Effect: Grants stacks of Meditation when used in combat, up to a maximum of 3</para>
-/// <para>Kenki Gauge not affected when used outside battle.</para>
-/// <para>Effect ends upon using another action or moving (including facing a different direction).</para>
-/// <para>Cancels auto-attack upon execution.</para>
-/// <para>Triggers the cooldown of weaponskills upon execution. Cannot be executed during the cooldown of weaponskills.</para>
+/// <see href="https://garlandtools.org/db/#action/140"><strong>Benediction</strong></see> <i>PvE</i> (WHM) [140] [Ability]
+/// <para>Restores all of a target's HP.</para>
/// </summary>
-MeditatePvE = 7497,
+BenedictionPvE = 140,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7498"><strong>Third Eye</strong></see> <i>PvE</i> (SAM) [7498] [Ability]
-/// <para>Reduces the amount of damage taken by the next attack by 10%.</para>
-/// <para>Duration: 4s</para>
-/// <para>Additional Effect: Increases Kenki Gauge by 10 when hit</para>
+/// <see href="https://garlandtools.org/db/#action/141"><strong>Fire</strong></see> <i>PvE</i> (THM BLM) [141] [Spell]
+/// <para>Deals fire damage with a potency of 180.</para>
+/// <para>Additional Effect: Grants Astral Fire or removes Umbral Ice</para>
+/// <para>Duration: 15s</para>
+/// <para>Additional Effect: 40% chance to grant Firestarter</para>
+/// <para>Firestarter Effect: Next Fire III will cost no MP and have no cast time</para>
+/// <para>Duration: 30sAdditional Effect: 40% chance to grant Firestarter</para>
+/// <para>Firestarter Effect: Next Fire III will cost no MP and have no cast time</para>
+/// <para>Duration: 30s</para>
/// </summary>
-ThirdEyePvE = 7498,
+FirePvE = 141,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7499"><strong>Meikyo Shisui</strong></see> <i>PvE</i> (SAM) [7499] [Ability]
-/// <para>Execute up to 3 weaponskill combos without meeting combo prerequisites. Does not affect Iaijutsu or Ogi Namikiri.</para>
+/// <see href="https://garlandtools.org/db/#action/142"><strong>Blizzard</strong></see> <i>PvE</i> (THM BLM) [142] [Spell]
+/// <para>Deals ice damage with a potency of 180.</para>
+/// <para>Additional Effect: Grants Umbral Ice or removes Astral Fire</para>
/// <para>Duration: 15s</para>
-/// <para>Additional Effect: Successfully landing Gekko grants Fugetsu, and successfully landing Kasha grants Fuka</para>
-/// <para>Maximum Charges: 2</para>
/// </summary>
-MeikyoShisuiPvE = 7499,
+BlizzardPvE = 142,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7503"><strong>Jolt</strong></see> <i>PvE</i> (RDM) [7503] [Spell]
-/// <para>Deals unaspected damage with a potency of 170.</para>
-/// <para>Additional Effect: Increases both Black Mana and White Mana by 2</para>
+/// <see href="https://garlandtools.org/db/#action/144"><strong>Thunder</strong></see> <i>PvE</i> (THM BLM) [144] [Spell]
+/// <para>Deals lightning damage with a potency of 120.</para>
+/// <para>Additional Effect: Lightning damage over time</para>
+/// <para>Potency: 40</para>
+/// <para>Duration: 24s</para>
+/// <para>Can only be cast while under the effect of Thunderhead, granted when gaining Astral Fire or Umbral Ice from an unaspected state, or changing between their influences.</para>
+/// <para>Thunderhead Duration: 30s</para>
+/// <para>Only one Thunder spell-induced damage over time effect per caster can be inflicted upon a single target.</para>
/// </summary>
-JoltPvE = 7503,
+ThunderPvE = 144,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7504"><strong>Riposte</strong></see> <i>PvE</i> (RDM) [7504] [Weaponskill]
-/// <para>Delivers an attack with a potency of 130.</para>
-/// <para>Action upgraded to Enchanted Riposte if both Black Mana and White Mana are at 20 or more.</para>
+/// <see href="https://garlandtools.org/db/#action/147"><strong>Fire II</strong></see> <i>PvE</i> (THM BLM) [147] [Spell]
+/// <para>Deals fire damage with a potency of 80 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Grants Astral Fire III and removes Umbral IceGrants Astral Fire III and removes Umbral IceGrants Astral Fire or removes Umbral IceGrants Astral Fire or removes Umbral Ice</para>
+/// <para>Duration: 15s</para>
/// </summary>
-RipostePvE = 7504,
+FireIiPvE = 147,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7505"><strong>Verthunder</strong></see> <i>PvE</i> (RDM) [7505] [Spell]
-/// <para>Deals lightning damage with a potency of .</para>
-/// <para>Additional Effect: Increases Black Mana by 6</para>
-/// <para>Additional Effect: 50% chance of becoming Verfire Ready</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/149"><strong>Transpose</strong></see> <i>PvE</i> (THM BLM) [149] [Ability]
+/// <para>Swaps Astral Fire with a single Umbral Ice, or Umbral Ice with a single Astral Fire.</para>
/// </summary>
-VerthunderPvE = 7505,
+TransposePvE = 149,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7506"><strong>Corps-a-corps</strong></see> <i>PvE</i> (RDM) [7506] [Ability]
-/// <para>Rushes target and delivers an attack with a potency of 130.</para>
-/// <para>Maximum Charges: 2</para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#action/152"><strong>Fire III</strong></see> <i>PvE</i> (THM BLM) [152] [Spell]
+/// <para>Deals fire damage with a potency of 280.</para>
+/// <para>Additional Effect: Grants Astral Fire III and removes Umbral Ice</para>
+/// <para>Duration: 15s</para>
/// </summary>
-CorpsacorpsPvE = 7506,
+FireIiiPvE = 152,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7507"><strong>Veraero</strong></see> <i>PvE</i> (RDM) [7507] [Spell]
-/// <para>Deals wind damage with a potency of .</para>
-/// <para>Additional Effect: Increases White Mana by 6</para>
-/// <para>Additional Effect: 50% chance of becoming Verstone Ready</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/153"><strong>Thunder III</strong></see> <i>PvE</i> (BLM) [153] [Spell]
+/// <para>Deals lightning damage with a potency of 160.</para>
+/// <para>Additional Effect: Lightning damage over time</para>
+/// <para>Potency: 45</para>
+/// <para>Duration: 27s</para>
+/// <para>Can only be cast while under the effect of Thunderhead, granted when gaining Astral Fire or Umbral Ice from an unaspected state, or changing between their influences.</para>
+/// <para>Thunderhead Duration: 30s</para>
+/// <para>Only one Thunder spell-induced damage over time effect per caster can be inflicted upon a single target.</para>
/// </summary>
-VeraeroPvE = 7507,
+ThunderIiiPvE = 153,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7509"><strong>Scatter</strong></see> <i>PvE</i> (RDM) [7509] [Spell]
-/// <para>Deals unaspected damage with a potency of 120 to target and all enemies nearby it.</para>
-/// <para>Acceleration Potency: 170</para>
-/// <para>Additional Effect: Increases both Black Mana and White Mana by 3</para>
+/// <see href="https://garlandtools.org/db/#action/154"><strong>Blizzard III</strong></see> <i>PvE</i> (BLM) [154] [Spell]
+/// <para>Deals ice damage with a potency of 280.</para>
+/// <para>Additional Effect: Grants Umbral Ice III and removes Astral Fire</para>
+/// <para>Duration: 15s</para>
/// </summary>
-ScatterPvE = 7509,
+BlizzardIiiPvE = 154,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7510"><strong>Verfire</strong></see> <i>PvE</i> (RDM) [7510] [Spell]
-/// <para>Deals fire damage with a potency of .</para>
-/// <para>Additional Effect: Increases Black Mana by 5</para>
-/// <para>Can only be executed while Verfire Ready is active.</para>
+/// <see href="https://garlandtools.org/db/#action/155"><strong>Aetherial Manipulation</strong></see> <i>PvE</i> (THM BLM) [155] [Ability]
+/// <para>Rush to a target party member's side.</para>
+/// <para>Unable to cast if bound.</para>
/// </summary>
-VerfirePvE = 7510,
+AetherialManipulationPvE = 155,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7511"><strong>Verstone</strong></see> <i>PvE</i> (RDM) [7511] [Spell]
-/// <para>Deals earth damage with a potency of .</para>
-/// <para>Additional Effect: Increases White Mana by 5</para>
-/// <para>Can only be executed while Verstone Ready is active.</para>
+/// <see href="https://garlandtools.org/db/#action/156"><strong>Scathe</strong></see> <i>PvE</i> (THM BLM) [156] [Spell]
+/// <para>Deals unaspected damage with a potency of 100.</para>
+/// <para>Additional Effect: 20% chance potency will double</para>
/// </summary>
-VerstonePvE = 7511,
+ScathePvE = 156,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7512"><strong>Zwerchhau</strong></see> <i>PvE</i> (RDM) [7512] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100.</para>
-/// <para>Combo Action: Riposte or Enchanted Riposte</para>
-/// <para>Combo Potency: 150</para>
-/// <para>Action upgraded to Enchanted Zwerchhau if both Black Mana and White Mana are at 15 or more.</para>
+/// <see href="https://garlandtools.org/db/#action/157"><strong>Manaward</strong></see> <i>PvE</i> (THM BLM) [157] [Ability]
+/// <para>Creates a barrier that nullifies damage totaling up to 30% of maximum HP.</para>
+/// <para>Duration: 20s</para>
/// </summary>
-ZwerchhauPvE = 7512,
+ManawardPvE = 157,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7513"><strong>Moulinet</strong></see> <i>PvE</i> (RDM) [7513] [Weaponskill]
-/// <para>Delivers an attack with a potency of 60 to all enemies in a cone before you.</para>
-/// <para>Action upgraded to Enchanted Moulinet if both Black Mana and White Mana are at 20 or more.</para>
+/// <see href="https://garlandtools.org/db/#action/158"><strong>Manafont</strong></see> <i>PvE</i> (BLM) [158] [Ability]
+/// <para>Fully restores MP.</para>
+/// <para>Additional Effect: Grants Astral Fire III</para>
+/// <para>Duration: 15s</para>
+/// <para>Additional Effect: Grants Thunderhead</para>
+/// <para>Duration: 30s</para>
+/// <para>Additional Effect: Grants 3 Umbral Hearts</para>
+/// <para>Umbral Heart Bonus: Nullifies Astral Fire's MP cost increase for Fire spells</para>
+/// <para>Additional Effect: Grants Paradox</para>
+/// <para>Can only be executed while under the effect of Astral Fire.</para>
/// </summary>
-MoulinetPvE = 7513,
+ManafontPvE = 158,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7514"><strong>Vercure</strong></see> <i>PvE</i> (RDM) [7514] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 350</para>
+/// <see href="https://garlandtools.org/db/#action/159"><strong>Freeze</strong></see> <i>PvE</i> (BLM) [159] [Spell]
+/// <para>Deals ice damage with a potency of 120 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Grants 3 Umbral Hearts</para>
+/// <para>Umbral Heart Bonus: Nullifies Astral Fire's MP cost increase for Fire spells and reduces MP cost for Flare by one-third</para>
+/// <para>Can only be executed while under the effect of Umbral Ice.</para>
/// </summary>
-VercurePvE = 7514,
+FreezePvE = 159,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7515"><strong>Displacement</strong></see> <i>PvE</i> (RDM) [7515] [Ability]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Additional Effect: 15-yalm backstep</para>
-/// <para>Maximum Charges: 2</para>
-/// <para>Cannot be executed while bound.</para>
-/// <para>Shares a recast timer with Engagement.</para>
+/// <see href="https://garlandtools.org/db/#action/162"><strong>Flare</strong></see> <i>PvE</i> (BLM) [162] [Spell]
+/// <para>Deals fire damage to target and all enemies nearby it with a potency of 240 for the first enemy, and 40% less for all remaining enemies.</para>
+/// <para>Additional Effect: Grants Astral Fire III</para>
+/// <para>Duration: 15s</para>
+/// <para>Additional Effect: Grants 3 stacks of Astral Soul</para>
+/// <para>Effect ends when Astral Fire expires.</para>
+/// <para>Can only be executed while under the effect of Astral Fire.</para>
/// </summary>
-DisplacementPvE = 7515,
+FlarePvE = 162,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7516"><strong>Redoublement</strong></see> <i>PvE</i> (RDM) [7516] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100.</para>
-/// <para>Combo Action: Zwerchhau or Enchanted Zwerchhau</para>
-/// <para>Combo Potency: 230</para>
-/// <para>Action upgraded to Enchanted Redoublement if both Black Mana and White Mana are at 15 or more.</para>
+/// <see href="https://garlandtools.org/db/#action/163"><strong>Ruin</strong></see> <i>PvE</i> (ACN SMN) [163] [Spell]
+/// <para>Deals unaspected damage with a potency of 240.</para>
/// </summary>
-RedoublementPvE = 7516,
+RuinPvE = 163,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7517"><strong>Fleche</strong></see> <i>PvE</i> (RDM) [7517] [Ability]
-/// <para>Delivers an attack with a potency of 460.</para>
+/// <see href="https://garlandtools.org/db/#action/166"><strong>Aetherflow</strong></see> <i>PvE</i> (SCH) [166] [Ability]
+/// <para>Restores 20% of maximum MP.</para>
+/// <para>Additional Effect: Aetherflow III</para>
+/// <para>Can only be executed while in combat.</para>
/// </summary>
-FlechePvE = 7517,
+AetherflowPvE = 166,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7518"><strong>Acceleration</strong></see> <i>PvE</i> (RDM) [7518] [Ability]
-/// <para>Ensures the next Verthunder III, Veraero IIIVerthunder, VeraeroVerthunder, Veraero, or ImpactScatterScatter can be cast immediately.</para>
-/// <para>Duration: 20s</para>
-/// <para>Additional Effect: Increases the potency of ImpactScatterScatter by 50</para>
-/// <para>Additional Effect: Ensures Verthunder III and Veraero IIIVerthunder and VeraeroVerthunder and Veraero trigger Verfire Ready or Verstone Ready respectively</para>
-/// <para>Maximum Charges: 2</para>
+/// <see href="https://garlandtools.org/db/#action/167"><strong>Energy Drain</strong></see> <i>PvE</i> (SCH) [167] [Ability]
+/// <para>Deals unaspected damage with a potency of 100.</para>
+/// <para>Additional Effect: Absorbs a portion of damage dealt as HP</para>
+/// <para>Additional Effect: Increases Faerie Gauge by 10</para>
+/// <para>Aetherflow Gauge Cost: 1</para>
/// </summary>
-AccelerationPvE = 7518,
+EnergyDrainPvE = 167,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7519"><strong>Contre Sixte</strong></see> <i>PvE</i> (RDM) [7519] [Ability]
-/// <para>Delivers an attack with a potency of 380 to target and all enemies nearby it.</para>
+/// <see href="https://garlandtools.org/db/#action/172"><strong>Ruin II</strong></see> <i>PvE</i> (ACN SMN) [172] [Spell]
+/// <para>Deals unaspected damage with a potency of 270.</para>
/// </summary>
-ContreSixtePvE = 7519,
+RuinIiPvE = 172,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7520"><strong>Embolden</strong></see> <i>PvE</i> (RDM) [7520] [Ability]
-/// <para>Increases own magic damage dealt by 5% and damage dealt by nearby party members by 5%.</para>
-/// <para>Duration: 20s</para>
+/// <see href="https://garlandtools.org/db/#action/173"><strong>Resurrection</strong></see> <i>PvE</i> (ACN SMN SCH) [173] [Spell]
+/// <para>Resurrects target to a weakened state.</para>
/// </summary>
-EmboldenPvE = 7520,
+ResurrectionPvE = 173,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7521"><strong>Manafication</strong></see> <i>PvE</i> (RDM) [7521] [Ability]
-/// <para>Increases both Black Mana and White Mana by 50.</para>
-/// <para>Additional Effect: Grants stacks of Manafication</para>
-/// <para>Manafication Effect: Increases magic damage dealt by 5%</para>
-/// <para>Duration: 15s</para>
-/// <para>All combos are canceled upon execution of Manafication.</para>
-/// <para>Can only be executed while in combat.</para>
-/// </summary>
-ManaficationPvE = 7521,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7523"><strong>Verraise</strong></see> <i>PvE</i> (RDM) [7523] [Spell]
-/// <para>Resurrects target to a weakened state.</para>
+/// <see href="https://garlandtools.org/db/#action/181"><strong>Fester</strong></see> <i>PvE</i> (ACN SMN) [181] [Ability]
+/// <para>Deals unaspected damage with a potency of 340.</para>
+/// <para>Aetherflow Gauge Cost: 1</para>
/// </summary>
-VerraisePvE = 7523,
+FesterPvE = 181,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7524"><strong>Jolt II</strong></see> <i>PvE</i> (RDM) [7524] [Spell]
-/// <para>Deals unaspected damage with a potency of .</para>
-/// <para>Additional Effect: Increases both Black Mana and White Mana by 2</para>
+/// <see href="https://garlandtools.org/db/#action/185"><strong>Adloquium</strong></see> <i>PvE</i> (SCH) [185] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 300</para>
+/// <para>Additional Effect: Grants Galvanize to target, nullifying damage equaling % of the amount of HP restored. When critical HP is restored, also grants Catalyze, nullifying damage equaling % the amount of HP restored.</para>
+/// <para>Duration: 30s</para>
+/// <para>Effect cannot be stacked with certain sage barrier effects.</para>
/// </summary>
-JoltIiPvE = 7524,
+AdloquiumPvE = 185,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7525"><strong>Verflare</strong></see> <i>PvE</i> (RDM) [7525] [Spell]
-/// <para>Deals fire damage to target and all enemies nearby it with a potency of 600 for the first enemy, and 60% less for all remaining enemies.</para>
-/// <para>Additional Effect: Increases Black Mana by 11</para>
-/// <para>Additional Effect: 20% chance of becoming Verfire Ready</para>
+/// <see href="https://garlandtools.org/db/#action/186"><strong>Succor</strong></see> <i>PvE</i> (SCH) [186] [Spell]
+/// <para>Restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: 200</para>
+/// <para>Additional Effect: Erects a magicked barrier which nullifies damage equaling % of the amount of HP restored</para>
/// <para>Duration: 30s</para>
-/// <para>Chance to become Verfire Ready increases to 100% if White Mana is higher than Black Mana at time of execution.</para>
-/// <para>Mana Stack Cost: 3</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>Effect cannot be stacked with certain sage barrier effects.</para>
/// </summary>
-VerflarePvE = 7525,
+SuccorPvE = 186,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7526"><strong>Verholy</strong></see> <i>PvE</i> (RDM) [7526] [Spell]
-/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 600 for the first enemy, and 60% less for all remaining enemies.</para>
-/// <para>Additional Effect: Increases White Mana by 11</para>
-/// <para>Additional Effect: 20% chance of becoming Verstone Ready</para>
-/// <para>Duration: 30s</para>
-/// <para>Chance to become Verstone Ready increases to 100% if Black Mana is higher than White Mana at time of execution.</para>
-/// <para>Mana Stack Cost: 3</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/188"><strong>Sacred Soil</strong></see> <i>PvE</i> (SCH) [188] [Ability]
+/// <para>Creates a designated area in which party members will only suffer 90% of all damage inflicted.</para>
+/// <para>Duration: 15s</para>
+/// <para>Additional Effect: Regen</para>
+/// <para>Cure Potency: 100</para>
+/// <para>Additional Effect: Increases Faerie Gauge by 10</para>
+/// <para>Aetherflow Gauge Cost: 1</para>
/// </summary>
-VerholyPvE = 7526,
+SacredSoilPvE = 188,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7527"><strong>Enchanted Riposte</strong></see> <i>PvE</i> (RDM) [7527] [Weaponskill]
-/// <para>Deals unaspected damage with a potency of .</para>
-/// <para>Additional Effect: Grants a Mana Stack</para>
-/// <para>Balance Gauge Cost: 20 Black Mana</para>
-/// <para>Balance Gauge Cost: 20 White Mana</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/189"><strong>Lustrate</strong></see> <i>PvE</i> (SCH) [189] [Ability]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 600</para>
+/// <para>Additional Effect: Increases Faerie Gauge by 10</para>
+/// <para>Aetherflow Gauge Cost: 1</para>
/// </summary>
-EnchantedRipostePvE = 7527,
+LustratePvE = 189,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7528"><strong>Enchanted Zwerchhau</strong></see> <i>PvE</i> (RDM) [7528] [Weaponskill]
-/// <para>Deals unaspected damage with a potency of .</para>
-/// <para>Combo Action: Riposte or Enchanted Riposte</para>
-/// <para>Combo Potency: </para>
-/// <para>Additional Effect: Grants a Mana Stack</para>
-/// <para>Balance Gauge Cost: 15 Black Mana</para>
-/// <para>Balance Gauge Cost: 15 White Mana</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/190"><strong>Physick</strong></see> <i>PvE</i> (SCH) [190] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: </para>
/// </summary>
-EnchantedZwerchhauPvE = 7528,
+PhysickPvE = 190,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7529"><strong>Enchanted Redoublement</strong></see> <i>PvE</i> (RDM) [7529] [Weaponskill]
-/// <para>Deals unaspected damage with a potency of .</para>
-/// <para>Combo Action: Enchanted Zwerchhau</para>
-/// <para>Combo Potency: </para>
-/// <para>Additional Effect: Grants a Mana Stack</para>
-/// <para>Balance Gauge Cost: 15 Black Mana</para>
-/// <para>Balance Gauge Cost: 15 White Mana</para>
+/// <see href="https://garlandtools.org/db/#action/802"><strong>Embrace</strong></see> <i>PvE</i> (SCH) [802] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: </para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-EnchantedRedoublementPvE = 7529,
+EmbracePvE = 802,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7530"><strong>Enchanted Moulinet</strong></see> <i>PvE</i> (RDM) [7530] [Weaponskill]
-/// <para>Deals unaspected damage with a potency of 130 to all enemies in a cone before you.</para>
-/// <para>Additional Effect: Grants a Mana Stack</para>
-/// <para>Balance Gauge Cost: 20 Black Mana</para>
-/// <para>Balance Gauge Cost: 20 White Mana</para>
+/// <see href="https://garlandtools.org/db/#action/803"><strong>Whispering Dawn</strong></see> <i>PvE</i> (SCH) [803] [Ability]
+/// <para>Gradually restores the HP of all nearby party members.</para>
+/// <para>Cure Potency: 80</para>
+/// <para>Duration: 21s</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-EnchantedMoulinetPvE = 7530,
+WhisperingDawnPvE = 803,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7531"><strong>Rampart</strong></see> <i>PvE</i> (GLA MRD PLD WAR DRK GNB) [7531] [Ability]
-/// <para>Reduces damage taken by 20%.</para>
+/// <see href="https://garlandtools.org/db/#action/805"><strong>Fey Illumination</strong></see> <i>PvE</i> (SCH) [805] [Ability]
+/// <para>Increases healing magic potency of all nearby party members by 10%, while reducing magic damage taken by all nearby party members by 5%.</para>
/// <para>Duration: 20s</para>
+/// <para>Effect cannot be stacked with Seraphic Illumination.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-RampartPvE = 7531,
+FeyIlluminationPvE = 805,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7533"><strong>Provoke</strong></see> <i>PvE</i> (GLA MRD PLD WAR DRK GNB) [7533] [Ability]
-/// <para>Gesture threateningly, placing yourself at the top of a target's enmity list while gaining additional enmity.</para>
+/// <see href="https://garlandtools.org/db/#action/1128"><strong>Magitek Cannon</strong></see> <i>PvE</i> (All Classes) [1128] [Weaponskill]
+/// <para>Fires an explosive projectile at the designated area.</para>
/// </summary>
-ProvokePvE = 7533,
+MagitekCannonPvE = 1128,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7535"><strong>Reprisal</strong></see> <i>PvE</i> (GLA MRD PLD WAR DRK GNB) [7535] [Ability]
-/// <para>Reduces damage dealt by nearby enemies by 10%.</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/1129"><strong>Photon Stream</strong></see> <i>PvE</i> (All Classes) [1129] [Weaponskill]
+/// <para>Fires a short-range burst of energy in a straight line before you.</para>
/// </summary>
-ReprisalPvE = 7535,
+PhotonStreamPvE = 1129,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7537"><strong>Shirk</strong></see> <i>PvE</i> (GLA MRD PLD WAR DRK GNB) [7537] [Ability]
-/// <para>Diverts 25% of enmity to target party member.</para>
+/// <see href="https://garlandtools.org/db/#action/1584"><strong>Purify</strong></see> <i>PvE</i> (WHM SCH AST SGE) [1584] [Ability]
+/// <para>Restores own or target party member's HP while also removing Stun, Sleep, Bind, Heavy, and Silence.</para>
+/// <para>Cure Potency: 2,000</para>
+/// <para>Cure potency is doubled when a status affliction is removed. Can be used regardless of own status affliction.</para>
/// </summary>
-ShirkPvE = 7537,
+PurifyPvE = 1584,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7538"><strong>Interject</strong></see> <i>PvE</i> (GLA MRD PLD WAR DRK GNB) [7538] [Ability]
-/// <para>Interrupts the use of a target's action.</para>
+/// <see href="https://garlandtools.org/db/#action/1694"><strong>Decipher</strong></see> <i>PvE</i> (All Classes) [1694] [System]
+/// <para></para>
/// </summary>
-InterjectPvE = 7538,
+DecipherPvE = 1694,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7540"><strong>Low Blow</strong></see> <i>PvE</i> (GLA MRD PLD WAR DRK GNB) [7540] [Ability]
-/// <para>Stuns target.</para>
-/// <para>Duration: 5s</para>
+/// <see href="https://garlandtools.org/db/#action/1695"><strong>Dig</strong></see> <i>PvE</i> (All Classes) [1695] [System]
+/// <para></para>
/// </summary>
-LowBlowPvE = 7540,
+DigPvE = 1695,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7541"><strong>Second Wind</strong></see> <i>PvE</i> (PGL LNC ARC ROG MNK DRG BRD NIN MCH SAM DNC RPR) [7541] [Ability]
-/// <para>Instantly restores own HP.</para>
-/// <para>Cure Potency: 500</para>
+/// <see href="https://garlandtools.org/db/#action/2240"><strong>Spinning Edge</strong></see> <i>PvE</i> (ROG NIN) [2240] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Additional Effect: Increases Ninki Gauge by 5</para>
/// </summary>
-SecondWindPvE = 7541,
+SpinningEdgePvE = 2240,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7542"><strong>Bloodbath</strong></see> <i>PvE</i> (PGL LNC ROG MNK DRG NIN SAM RPR) [7542] [Ability]
-/// <para>Converts a portion of physical damage dealt into HP.</para>
+/// <see href="https://garlandtools.org/db/#action/2241"><strong>Shade Shift</strong></see> <i>PvE</i> (ROG NIN) [2241] [Ability]
+/// <para>Create shadows that nullify damage up to 20% of maximum HP.</para>
/// <para>Duration: 20s</para>
/// </summary>
-BloodbathPvE = 7542,
+ShadeShiftPvE = 2241,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7546"><strong>True North</strong></see> <i>PvE</i> (PGL LNC ROG MNK DRG NIN SAM RPR) [7546] [Ability]
-/// <para>Nullifies all action direction requirements.</para>
-/// <para>Duration: 10s</para>
-/// <para>Maximum Charges: 2</para>
+/// <see href="https://garlandtools.org/db/#action/2242"><strong>Gust Slash</strong></see> <i>PvE</i> (ROG NIN) [2242] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Combo Action: Spinning Edge</para>
+/// <para>Combo Potency: </para>
+/// <para>Combo Bonus: Increases Ninki Gauge by 5</para>
/// </summary>
-TrueNorthPvE = 7546,
+GustSlashPvE = 2242,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7548"><strong>Arm's Length</strong></see> <i>PvE</i> (GLA PGL MRD LNC ARC PLD MNK WAR DRG BRD ROG NIN MCH DRK SAM GNB DNC RPR) [7548] [Ability]
-/// <para>Creates a barrier nullifying most knockback and draw-in effects.</para>
-/// <para>Duration: 6s</para>
-/// <para>Additional Effect: Slow +20% when barrier is struck</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#action/2245"><strong>Hide</strong></see> <i>PvE</i> (ROG NIN) [2245] [Ability]
+/// <para>Blend in with your surroundings, making it impossible for most enemies to detect you, but reducing movement speed by 50%. Has no effect on enemies 10 levels higher than your own, or certain enemies with special sight.</para>
+/// <para>Additional Effect: Restores 2 charges to all mudra</para>
+/// <para>The effect of Doton ends upon execution of Hide.</para>
+/// <para>Cannot be executed while in combat.</para>
+/// <para>Effect ends upon use of any action other than Sprint, or upon reuse of Hide.</para>
/// </summary>
-ArmsLengthPvE = 7548,
+HidePvE = 2245,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7549"><strong>Feint</strong></see> <i>PvE</i> (PGL LNC ROG MNK DRG NIN SAM RPR) [7549] [Ability]
-/// <para>Lowers target's physical damage dealt by 10% and magic damage dealt by 5%.</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/2246"><strong>Assassinate</strong></see> <i>PvE</i> (NIN) [2246] [Ability]
+/// <para>Delivers an attack with a potency of 200.</para>
/// </summary>
-FeintPvE = 7549,
+AssassinatePvE = 2246,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7551"><strong>Head Graze</strong></see> <i>PvE</i> (ARC BRD MCH DNC) [7551] [Ability]
-/// <para>Interrupts the use of a target's action.</para>
+/// <see href="https://garlandtools.org/db/#action/2247"><strong>Throwing Dagger</strong></see> <i>PvE</i> (ROG NIN) [2247] [Weaponskill]
+/// <para>Delivers a ranged attack with a potency of 120.</para>
+/// <para>Additional Effect: Increases Ninki Gauge by 5</para>
/// </summary>
-HeadGrazePvE = 7551,
+ThrowingDaggerPvE = 2247,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7553"><strong>Foot Graze</strong></see> <i>PvE</i> (ARC BRD MCH DNC) [7553] [Ability]
-/// <para>Binds target.</para>
-/// <para>Duration: 10s</para>
-/// <para>Cancels auto-attack upon execution.</para>
-/// <para>Target unbound if damage taken.</para>
+/// <see href="https://garlandtools.org/db/#action/2248"><strong>Mug</strong></see> <i>PvE</i> (ROG NIN) [2248] [Ability]
+/// <para>Delivers an attack with a potency of 150.</para>
+/// <para>Additional Effect: Increases target's damage taken by 5%</para>
+/// <para>Duration: 20s</para>
+/// <para>Additional Effect: Increases the chance of additional items being dropped by target if Mug is dealt before, or as, the finishing blow</para>
/// </summary>
-FootGrazePvE = 7553,
+MugPvE = 2248,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7554"><strong>Leg Graze</strong></see> <i>PvE</i> (ARC BRD MCH DNC) [7554] [Ability]
-/// <para>Afflicts target with Heavy +40%.</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/2254"><strong>Death Blossom</strong></see> <i>PvE</i> (ROG NIN) [2254] [Weaponskill]
+/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
+/// <para>Additional Effect: Increases Ninki Gauge by 5</para>
/// </summary>
-LegGrazePvE = 7554,
+DeathBlossomPvE = 2254,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7557"><strong>Peloton</strong></see> <i>PvE</i> (ARC BRD MCH DNC) [7557] [Ability]
-/// <para>Increases movement speed of self and nearby party members.</para>
-/// <para>Duration: 30s</para>
-/// <para>Effect ends when enmity is generated. Has no effect in battle.</para>
+/// <see href="https://garlandtools.org/db/#action/2255"><strong>Aeolian Edge</strong></see> <i>PvE</i> (ROG NIN) [2255] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para> when executed from a target's rear.</para>
+/// <para>Combo Action: Gust Slash</para>
+/// <para>Combo Potency: </para>
+/// <para>Rear Combo Potency: </para>
+/// <para>Potencies are increased by 100 while under the effect of Kazematoi.</para>
+/// <para>Combo Bonus: Increases Ninki Gauge by </para>
/// </summary>
-PelotonPvE = 7557,
+AeolianEdgePvE = 2255,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7559"><strong>Surecast</strong></see> <i>PvE</i> (CNJ THM ACN WHM BLM SMN SCH AST RDM BLU SGE) [7559] [Ability]
-/// <para>Spells can be cast without interruption.</para>
-/// <para>Additional Effect: Nullifies most knockback and draw-in effects</para>
-/// <para>Duration: 6s</para>
+/// <see href="https://garlandtools.org/db/#action/2258"><strong>Trick Attack</strong></see> <i>PvE</i> (ROG NIN) [2258] [Ability]
+/// <para>Delivers an attack with a potency of 300.</para>
+/// <para>400 when executed from a target's rear.</para>
+/// <para>Additional Effect: Increases damage you deal target by 10%</para>
+/// <para>Duration: 15s</para>
+/// <para>Can only be executed while under the effect of Hidden.</para>
/// </summary>
-SurecastPvE = 7559,
+TrickAttackPvE = 2258,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7560"><strong>Addle</strong></see> <i>PvE</i> (THM ACN BLM SMN RDM BLU) [7560] [Ability]
-/// <para>Lowers target's physical damage dealt by 5% and magic damage dealt by 10%.</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/2259"><strong>Ten</strong></see> <i>PvE</i> (NIN) [2259] [Ability]
+/// <para>Make the ritual mudra hand gesture for “heaven.”</para>
+/// <para>Duration: 6s</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
+/// <para>Conversely, execution of weaponskills triggers the cooldown of this action.</para>
/// </summary>
-AddlePvE = 7560,
+TenPvE = 2259,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7561"><strong>Swiftcast</strong></see> <i>PvE</i> (CNJ THM ACN WHM BLM SMN SCH AST RDM BLU SGE) [7561] [Ability]
-/// <para>Next spell is cast immediately.</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/2260"><strong>Ninjutsu</strong></see> <i>PvE</i> (NIN) [2260] [Ability]
+/// <para>Executes a specific ninjutsu action coinciding with the combination of mudra made immediately beforehand.</para>
+/// <para>If any other action is used before the mudra are combined and the ninjutsu executed, Ninjutsu will fail.</para>
+/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
+/// <para>Conversely, execution of weaponskills triggers the cooldown of this action.</para>
+/// <para>Restores 2 charges to all mudra when Hide is executed while outside of combat.</para>
/// </summary>
-SwiftcastPvE = 7561,
+NinjutsuPvE = 2260,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7562"><strong>Lucid Dreaming</strong></see> <i>PvE</i> (CNJ THM ACN WHM BLM SMN SCH AST RDM BLU SGE) [7562] [Ability]
-/// <para>Gradually restores own MP.</para>
-/// <para>Potency: 55</para>
-/// <para>Duration: 21s</para>
+/// <see href="https://garlandtools.org/db/#action/2261"><strong>Chi</strong></see> <i>PvE</i> (NIN) [2261] [Ability]
+/// <para>Make the ritual mudra hand gesture for “earth.”</para>
+/// <para>Duration: 6s</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
+/// <para>Conversely, execution of weaponskills triggers the cooldown of this action.</para>
/// </summary>
-LucidDreamingPvE = 7562,
+ChiPvE = 2261,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7568"><strong>Esuna</strong></see> <i>PvE</i> (CNJ WHM SCH AST SGE) [7568] [Spell]
-/// <para>Removes a single detrimental effect from target.</para>
+/// <see href="https://garlandtools.org/db/#action/2262"><strong>Shukuchi</strong></see> <i>PvE</i> (NIN) [2262] [Ability]
+/// <para>Move quickly to the specified location.</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Cannot be executed while bound.</para>
/// </summary>
-EsunaPvE = 7568,
+ShukuchiPvE = 2262,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7571"><strong>Rescue</strong></see> <i>PvE</i> (CNJ WHM SCH AST SGE) [7571] [Ability]
-/// <para>Instantly draws target party member to your side. Cannot be used outside of combat or when target is suffering from certain enfeeblements.</para>
+/// <see href="https://garlandtools.org/db/#action/2263"><strong>Jin</strong></see> <i>PvE</i> (NIN) [2263] [Ability]
+/// <para>Make the ritual mudra hand gesture for “man.”</para>
+/// <para>Duration: 6s</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
+/// <para>Conversely, execution of weaponskills triggers the cooldown of this action.</para>
/// </summary>
-RescuePvE = 7571,
+JinPvE = 2263,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7619"><strong>Magitek Cannon</strong></see> <i>PvE</i> (All Classes) [7619] [Ability]
-/// <para>Fires an explosive projectile at the designated area.</para>
+/// <see href="https://garlandtools.org/db/#action/2264"><strong>Kassatsu</strong></see> <i>PvE</i> (NIN) [2264] [Ability]
+/// <para>Allows the execution of a single ninjutsu without consumption of mudra charges.</para>
+/// <para>Additional Effect: Increases damage for the next ninjutsu action by 30%</para>
+/// <para>Duration: 15s</para>
+/// <para>Recast timer of mudra is not affected by the execution of this action.</para>
/// </summary>
-MagitekCannonPvE_7619 = 7619,
+KassatsuPvE = 2264,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7620"><strong>Photon Stream</strong></see> <i>PvE</i> (All Classes) [7620] [Ability]
-/// <para>Fires a short-range burst of energy in a straight line before you.</para>
+/// <see href="https://garlandtools.org/db/#action/2265"><strong>Fuma Shuriken</strong></see> <i>PvE</i> (NIN) [2265] [Ability]
+/// <para>Delivers a ranged ninjutsu attack with a potency of .</para>
+/// <para>Mudra Combination: Any one of the Ten, Chi, or Jin mudra</para>
+/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Ninjutsu changes to Fuma Shuriken when requirements for execution are met.</para>
/// </summary>
-PhotonStreamPvE_7620 = 7620,
+FumaShurikenPvE = 2265,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7621"><strong>Diffractive Magitek Cannon</strong></see> <i>PvE</i> (All Classes) [7621] [Ability]
-/// <para>Fires an explosive projectile at the designated area.</para>
+/// <see href="https://garlandtools.org/db/#action/2266"><strong>Katon</strong></see> <i>PvE</i> (NIN) [2266] [Ability]
+/// <para>Deals fire damage with a potency of 350 to target and all enemies nearby it.</para>
+/// <para>Mudra Combination: Chi→Ten or Jin→Ten</para>
+/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Ninjutsu changes to Katon when requirements for execution are met.</para>
/// </summary>
-DiffractiveMagitekCannonPvE = 7621,
+KatonPvE = 2266,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7622"><strong>High-powered Magitek Cannon</strong></see> <i>PvE</i> (All Classes) [7622] [Ability]
-/// <para>Fires a concentrated burst of energy in a straight line before you.</para>
+/// <see href="https://garlandtools.org/db/#action/2267"><strong>Raiton</strong></see> <i>PvE</i> (NIN) [2267] [Ability]
+/// <para>Deals lightning damage with a potency of .</para>
+/// <para>Additional Effect: Grants a stack of Raiju Ready</para>
+/// <para>Duration: 30s</para>
+/// <para>Maximum Stacks: 3</para>
+/// <para>Effect of Raiju Ready ends upon execution of any melee weaponskill.</para>
+/// <para>Mudra Combination: Ten→Chi or Jin→Chi</para>
+/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Ninjutsu changes to Raiton when requirements for execution are met.</para>
/// </summary>
-HighpoweredMagitekCannonPvE = 7622,
+RaitonPvE = 2267,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7816"><strong>Smoke Screen</strong></see> <i>PvE</i> (All Classes) [7816] [Ability]
-/// <para>Throw an incendiary device that creates a blanket of smoke temporarily granting you the Stealth status.</para>
+/// <see href="https://garlandtools.org/db/#action/2268"><strong>Hyoton</strong></see> <i>PvE</i> (NIN) [2268] [Ability]
+/// <para>Deals ice damage with a potency of 350.</para>
+/// <para>Additional Effect: Bind</para>
+/// <para>Duration: 15s</para>
+/// <para>Mudra Combination: Ten→Jin or Chi→Jin</para>
+/// <para>Cancels auto-attack upon execution.</para>
+/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Ninjutsu changes to Hyoton when requirements for execution are met.</para>
/// </summary>
-SmokeScreenPvE = 7816,
+HyotonPvE = 2268,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7863"><strong>Leg Sweep</strong></see> <i>PvE</i> (PGL LNC ROG MNK DRG NIN SAM RPR) [7863] [Ability]
-/// <para>Stuns target.</para>
-/// <para>Duration: 3s</para>
+/// <see href="https://garlandtools.org/db/#action/2269"><strong>Huton</strong></see> <i>PvE</i> (NIN) [2269] [Ability]
+/// <para>Deals fire damage with a potency of 240 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Grants Shadow Walker</para>
+/// <para>Shadow Walker Effect: Allows execution of actions which require the effect of Hidden, without being under that effect</para>
+/// <para>Duration: 20s</para>
+/// <para>Mudra Combination: Jin→Chi→Ten or Chi→Jin→Ten</para>
+/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Ninjutsu changes to Huton when requirements for execution are met.</para>
/// </summary>
-LegSweepPvE = 7863,
+HutonPvE = 2269,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7867"><strong>Iaijutsu</strong></see> <i>PvE</i> (SAM) [7867] [Weaponskill]
-/// <para>Executes a weaponskill depending on current number of Sen stored in Sen Gauge.</para>
-/// <para>1 Sen: Higanbana</para>
-/// <para>2 Sen: Tenka Goken</para>
-/// <para>3 Sen: Midare Setsugekka</para>
+/// <see href="https://garlandtools.org/db/#action/2270"><strong>Doton</strong></see> <i>PvE</i> (NIN) [2270] [Ability]
+/// <para>Creates a patch of corrupted earth, dealing damage with a potency of 80 to any enemies who enter.</para>
+/// <para>Duration: 18s</para>
+/// <para>Additional Effect: Heavy +40%</para>
+/// <para>Mudra Combination: Ten→Jin→Chi or Jin→Ten→Chi</para>
+/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Ninjutsu changes to Doton when requirements for execution are met.</para>
/// </summary>
-IaijutsuPvE = 7867,
+DotonPvE = 2270,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7869"><strong>Dissolve Union</strong></see> <i>PvE</i> (SCH) [7869] [Ability]
-/// <para>Dissolves current Fey Union.</para>
+/// <see href="https://garlandtools.org/db/#action/2271"><strong>Suiton</strong></see> <i>PvE</i> (NIN) [2271] [Ability]
+/// <para>Deals water damage with a potency of .</para>
+/// <para>Additional Effect: Grants Shadow Walker</para>
+/// <para>Shadow Walker Effect: Allows execution of actions which require the effect of Hidden, without being under that effect</para>
+/// <para>Duration: 20s</para>
+/// <para>Mudra Combination: Ten→Chi→Jin or Chi→Ten→Jin</para>
+/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Ninjutsu changes to Suiton when requirements for execution are met.</para>
/// </summary>
-DissolveUnionPvE = 7869,
+SuitonPvE = 2271,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/8324"><strong>Stellar Detonation</strong></see> <i>PvE</i> (AST) [8324] [Ability]
-/// <para>While under the effect of Earthly Dominance, detonates the currently deployed Earthly Star, creating a Stellar Burst that deals unaspected damage with a potency of 205 to all nearby enemies.</para>
-/// <para>Additional Effect: Restores own HP and the HP of all nearby party members</para>
-/// <para>Cure Potency: 540</para>
-/// <para>While under the effect of Giant Dominance, detonates the currently deployed Earthly Star, creating a Stellar Explosion that deals unaspected damage with a potency of 310 to all nearby enemies.</para>
-/// <para>Additional Effect: Restores own HP and the HP of all nearby party members</para>
-/// <para>Cure Potency: 720</para>
+/// <see href="https://garlandtools.org/db/#action/2272"><strong>Rabbit Medium</strong></see> <i>PvE</i> (NIN) [2272] [Ability]
+/// <para>Thumpity thump thump, thumpity thump thump...</para>
/// </summary>
-StellarDetonationPvE = 8324,
+RabbitMediumPvE = 2272,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/8517"><strong>Vril</strong></see> <i>PvE</i> (All Classes) [8517] [Ability]
-/// <para>Use the aetheric residue lingering on your body to temporarily disguise yourself as one of Lakshmi's loyal dreamers.</para>
+/// <see href="https://garlandtools.org/db/#action/2360"><strong>Festal Cant</strong></see> <i>PvE</i> (All Classes) [2360] [Special]
+/// <para>Casts a minor spell upon the designated location.</para>
/// </summary>
-VrilPvE = 8517,
+FestalCantPvE = 2360,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/8624"><strong>Magitek Pulse</strong></see> <i>PvE</i> (All Classes) [8624] [Ability]
-/// <para>Fires a magitek-powered burst of energy in a straight line before you.</para>
+/// <see href="https://garlandtools.org/db/#action/2443"><strong>Toad Breath</strong></see> <i>PvE</i> (All Classes) [2443] [Special]
+/// <para></para>
/// </summary>
-MagitekPulsePvE = 8624,
+ToadBreathPvE = 2443,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/8625"><strong>Magitek Thunder</strong></see> <i>PvE</i> (All Classes) [8625] [Ability]
-/// <para>Fires a bolt of magitek-powered lightning at the designated area.</para>
+/// <see href="https://garlandtools.org/db/#action/2864"><strong>Rook Autoturret</strong></see> <i>PvE</i> (MCH) [2864] [Ability]
+/// <para>Deploys a single-target battle turret which attacks using Volley Fire, dealing damage with a potency of 35.</para>
+/// <para>Potency increases as Battery Gauge exceeds required cost at time of deployment, up to a maximum of 75.</para>
+/// <para>Battery Gauge Cost: 50</para>
+/// <para>Duration: 9s</para>
+/// <para>Consumes Battery Gauge upon execution.</para>
+/// <para>Shuts down when time expires or upon execution of Rook Overdrive.</para>
+/// <para>Shares a recast timer with Rook Overdrive.</para>
/// </summary>
-MagitekThunderPvE = 8625,
+RookAutoturretPvE = 2864,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/9035"><strong>Imp Punch</strong></see> <i>PvE</i> (All Classes) [9035] [Special]
-/// <para>Delivers an impotent attack.</para>
+/// <see href="https://garlandtools.org/db/#action/2866"><strong>Split Shot</strong></see> <i>PvE</i> (MCH) [2866] [Weaponskill]
+/// <para>Delivers an attack with a potency of 140.</para>
+/// <para>Additional Effect: Increases Heat Gauge by 5</para>
/// </summary>
-ImpPunchPvE_9035 = 9035,
+SplitShotPvE = 2866,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/9066"><strong>Anti-gravity Gimbal</strong></see> <i>PvE</i> (All Classes) [9066] [Ability]
-/// <para>Simulates the spell Levitate using Nero tol Scaeva's odd contraption.</para>
+/// <see href="https://garlandtools.org/db/#action/2868"><strong>Slug Shot</strong></see> <i>PvE</i> (MCH) [2868] [Weaponskill]
+/// <para>Delivers an attack with a potency of 100.</para>
+/// <para>Combo Action: Split Shot or Heated Split Shot</para>
+/// <para>Combo Potency: 210</para>
+/// <para>Combo Bonus: Increases Heat Gauge by 5</para>
/// </summary>
-AntigravityGimbalPvE = 9066,
+SlugShotPvE = 2868,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/9102"><strong>Aetheric Siphon</strong></see> <i>PvE</i> (All Classes) [9102] [Ability]
-/// <para>Activates the instrument.</para>
+/// <see href="https://garlandtools.org/db/#action/2870"><strong>Spread Shot</strong></see> <i>PvE</i> (MCH) [2870] [Weaponskill]
+/// <para>Delivers an attack with a potency of 140 to all enemies in a cone before you.</para>
+/// <para>Additional Effect: Increases Heat Gauge by 5</para>
/// </summary>
-AethericSiphonPvE = 9102,
+SpreadShotPvE = 2870,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/9345"><strong>Vril</strong></see> <i>PvE</i> (All Classes) [9345] [Ability]
-/// <para>Use the aetheric residue lingering on your body to temporarily disguise yourself as one of Lakshmi's loyal dreamers.</para>
+/// <see href="https://garlandtools.org/db/#action/2872"><strong>Hot Shot</strong></see> <i>PvE</i> (MCH) [2872] [Weaponskill]
+/// <para>Delivers an attack with a potency of 240.</para>
+/// <para>Additional Effect: Increases Battery Gauge by 20</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
/// </summary>
-VrilPvE_9345 = 9345,
+HotShotPvE = 2872,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/9483"><strong>Anti-gravity Gimbal</strong></see> <i>PvE</i> (All Classes) [9483] [Ability]
-/// <para>Simulates the spell Levitate using Nero tol Scaeva's odd contraption.</para>
+/// <see href="https://garlandtools.org/db/#action/2873"><strong>Clean Shot</strong></see> <i>PvE</i> (MCH) [2873] [Weaponskill]
+/// <para>Delivers an attack with a potency of 100.</para>
+/// <para>Combo Action: Slug Shot or Heated Slug Shot</para>
+/// <para>Combo Potency: 270</para>
+/// <para>Combo Bonus: Increases Heat Gauge by 5</para>
+/// <para>Combo Bonus: Increases Battery Gauge by 10</para>
/// </summary>
-AntigravityGimbalPvE_9483 = 9483,
+CleanShotPvE = 2873,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/9629"><strong>Undraw</strong></see> <i>PvE</i> (AST) [9629] [Ability]
-/// <para>Returns the currently drawn arcanum back to your deck.</para>
+/// <see href="https://garlandtools.org/db/#action/2874"><strong>Gauss Round</strong></see> <i>PvE</i> (MCH) [2874] [Ability]
+/// <para>Delivers an attack with a potency of 130.</para>
+/// <para>Maximum Charges: </para>
/// </summary>
-UndrawPvE = 9629,
+GaussRoundPvE = 2874,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/9823"><strong>Shatterstone</strong></see> <i>PvE</i> (All Classes) [9823] [Weaponskill]
-/// <para>Sets an enchanted trap that triggers upon contact.</para>
+/// <see href="https://garlandtools.org/db/#action/2876"><strong>Reassemble</strong></see> <i>PvE</i> (MCH) [2876] [Ability]
+/// <para>Guarantees that next weaponskill is a critical direct hit.</para>
+/// <para>Duration: 5s</para>
+/// <para>Increases damage dealt when under an effect that raises critical hit rate or direct hit rate.</para>
+/// <para>This action does not affect damage over time effects.</para>
+/// <para>Maximum Charges: 2</para>
/// </summary>
-ShatterstonePvE = 9823,
+ReassemblePvE = 2876,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/9971"><strong>Optical Sight</strong></see> <i>PvP</i> (All Classes) [9971] [Special]
-/// <para>Deals damage with a potency of 30,000 to all opposing players and warmachina near point of impact. 3,000 when attacking a mammet or object.</para>
+/// <see href="https://garlandtools.org/db/#action/2878"><strong>Wildfire</strong></see> <i>PvE</i> (MCH) [2878] [Ability]
+/// <para>Covers target's body in a slow-burning pitch. Action is changed to Detonator for the duration of the effect.</para>
+/// <para>Deals damage when time expires or upon executing Detonator.</para>
+/// <para>Potency is increased by for each of your own weaponskills you land prior to the end of the effect.</para>
+/// <para>Can be stacked up to 6 times.</para>
+/// <para>Duration: 10s</para>
/// </summary>
-OpticalSightPvP = 9971,
+WildfirePvE = 2878,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/9973"><strong>Spin Crusher</strong></see> <i>PvP</i> (All Classes) [9973] [Special]
-/// <para>Delivers an attack with a potency of 40,000 to all opposing warmachina in a cone before you. 4,000 when attacking a player, mammet, or object.</para>
+/// <see href="https://garlandtools.org/db/#action/2887"><strong>Dismantle</strong></see> <i>PvE</i> (MCH) [2887] [Ability]
+/// <para>Lowers target's damage dealt by 10%.</para>
+/// <para>Duration: 10s</para>
/// </summary>
-SpinCrusherPvP = 9973,
+DismantlePvE = 2887,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/9974"><strong>Laser X Sword</strong></see> <i>PvP</i> (All Classes) [9974] [Special]
-/// <para>Delivers an attack with a potency of 50,000 to all opposing players and warmachina in a cone before you. 5,000 when attacking a mammet or object.</para>
+/// <see href="https://garlandtools.org/db/#action/2890"><strong>Ricochet</strong></see> <i>PvE</i> (MCH) [2890] [Ability]
+/// <para>Deals damage to all nearby enemies with a potency of 130 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Maximum Charges: </para>
/// </summary>
-LaserXSwordPvP = 9974,
+RicochetPvE = 2890,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/9975"><strong>3000-tonze Missile</strong></see> <i>PvP</i> (All Classes) [9975] [Special]
-/// <para>Deals damage with a potency of 1,000,000 to all objects near point of impact. 20,000 to opposing players, warmachina, or mammets.</para>
-/// <para>Potency decreases the greater the target's distance from point of impact, to a maximum of 30 yalms.</para>
+/// <see href="https://garlandtools.org/db/#action/3139"><strong>Imp Punch</strong></see> <i>PvE</i> (All Classes) [3139] [Special]
+/// <para>Delivers an impotent attack. In certain cases, may remove the Wet Plate status.</para>
/// </summary>
-_3000TonzeMissilePvP = 9975,
+ImpPunchPvE = 3139,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/9977"><strong>Steam Release</strong></see> <i>PvP</i> (All Classes) [9977] [Special]
-/// <para>Deals damage to all opposing players and warmachina nearby with a potency of 10,000. 1,000 when attacking a mammet or object.</para>
-/// <para>Additional Effect: 15-yalm knockback</para>
+/// <see href="https://garlandtools.org/db/#action/3504"><strong>Quickchant</strong></see> <i>PvE</i> (All Classes) [3504] [Special]
+/// <para>Delivers a ranged attack.</para>
/// </summary>
-SteamReleasePvP = 9977,
+QuickchantPvE = 3504,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/9978"><strong>Flarethrower</strong></see> <i>PvP</i> (All Classes) [9978] [Special]
-/// <para>Deals damage with a potency of 40,000 to all opposing players and warmachina in a cone before you. 4,000 when attacking a mammet or object.</para>
-/// <para>Additional Effect: Inflicts Burns on opposing players and warmachina</para>
-/// <para>Potency: 10,000</para>
-/// <para>Duration: 12s</para>
+/// <see href="https://garlandtools.org/db/#action/3538"><strong>Goring Blade</strong></see> <i>PvE</i> (PLD) [3538] [Weaponskill]
+/// <para>Delivers an attack with a potency of 700.</para>
+/// <para>Can only be executed while under the effect of Goring Blade Ready.</para>
/// </summary>
-FlarethrowerPvP = 9978,
+GoringBladePvE = 3538,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/9979"><strong>Double Rocket Punch</strong></see> <i>PvP</i> (All Classes) [9979] [Special]
-/// <para>Deals damage with a potency of 600,000 to all objects near point of impact. 30,000 when attacking opposing players, warmachina, or mammets.</para>
-/// <para>Additional Effect: Stun</para>
-/// <para>Duration: 3s</para>
+/// <see href="https://garlandtools.org/db/#action/3539"><strong>Royal Authority</strong></see> <i>PvE</i> (PLD) [3539] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Combo Action: Riot Blade</para>
+/// <para>Combo Potency: </para>
+/// <para>Combo Bonus: Grants Atonement Ready</para>
+/// <para>Duration: 30s</para>
+/// <para>Combo Bonus: Grants Divine Might</para>
+/// <para>Divine Might Effect: Allows next Holy Spirit or Holy Circle to be cast immediately with increased potency</para>
+/// <para>Duration: 30s</para>
/// </summary>
-DoubleRocketPunchPvP = 9979,
+RoyalAuthorityPvE = 3539,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/9980"><strong>Mega Beam</strong></see> <i>PvP</i> (All Classes) [9980] [Special]
-/// <para>Delivers damage with a potency of 60,000 to all opposing players and warmachina in a straight line before you. 6,000 when attacking a mammet or object.</para>
-/// <para>Additional Effect: 30-yalm knockback</para>
+/// <see href="https://garlandtools.org/db/#action/3540"><strong>Divine Veil</strong></see> <i>PvE</i> (PLD) [3540] [Ability]
+/// <para>Creates a barrier around self and all party members near you that absorbs damage equivalent to 10% of your maximum HP.</para>
+/// <para>Duration: 30s</para>
+/// <para>Additional Effect: Restores target's HP</para>
+/// <para>Cure Potency: 400</para>
/// </summary>
-MegaBeamPvP = 9980,
+DivineVeilPvE = 3540,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/9981"><strong>Ceruleum Refill</strong></see> <i>PvP</i> (All Classes) [9981] [Special]
-/// <para>Uses 25 units of ceruleum fuel (CE) to restore 5000 EP to currently mounted warmachina.</para>
+/// <see href="https://garlandtools.org/db/#action/3541"><strong>Clemency</strong></see> <i>PvE</i> (PLD) [3541] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 1,000</para>
+/// <para>Additional Effect: Restores to self 50% of HP restored to target if target is a party member</para>
/// </summary>
-CeruleumRefillPvP = 9981,
+ClemencyPvE = 3541,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/10006"><strong>Deflect</strong></see> <i>PvE</i> (All Classes) [10006] [Ability]
-/// <para>Scatters potentially harmful aether.</para>
+/// <see href="https://garlandtools.org/db/#action/3542"><strong>Sheltron</strong></see> <i>PvE</i> (PLD) [3542] [Ability]
+/// <para>Reduces damage taken by 15%.</para>
+/// <para>Duration: s</para>
+/// <para>Oath Gauge Cost: 50</para>
/// </summary>
-DeflectPvE = 10006,
+SheltronPvE = 3542,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/10057"><strong>Dismount</strong></see> <i>PvP</i> (All Classes) [10057] [Special]
-/// <para>Exit the warmachina.</para>
+/// <see href="https://garlandtools.org/db/#action/3543"><strong>Tornado Kick</strong></see> <i>PvE</i> (MNK) [3543] [Weaponskill]
+/// <para>Delivers an attack to target and all enemies nearby it with a potency of 850 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Grants Formless Fist, allowing the execution of a weaponskill that requires a certain form, without being in that form</para>
+/// <para>Duration: 30s</para>
+/// <para>Any additional effects associated with the executed action will also be applied.</para>
+/// <para>Can only be executed while under the effect of Lunar Nadi and Solar Nadi, as well as three Beast Chakra.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Masterful Blitz changes to Tornado Kick when requirements for execution are met.</para>
/// </summary>
-DismountPvP = 10057,
+TornadoKickPvE = 3543,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/10061"><strong>Return</strong></see> <i>PvE</i> (All Classes) [10061] [System]
-/// <para>Returns your team to the starting area. Can be used while engaged in battle.</para>
+/// <see href="https://garlandtools.org/db/#action/3545"><strong>Elixir Field</strong></see> <i>PvE</i> (MNK) [3545] [Weaponskill]
+/// <para>Delivers an attack to all nearby enemies with a potency of 800 for the first enemy, and 70% less for all remaining enemies.</para>
+/// <para>Additional Effect: Opens the Lunar Nadi</para>
+/// <para>Additional Effect: Grants Formless Fist, allowing the execution of a weaponskill that requires a certain form, without being in that form</para>
+/// <para>Duration: 30s</para>
+/// <para>Any additional effects associated with the executed action will also be applied.</para>
+/// <para>Can only be executed while under the effect of three of the same Beast Chakra.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Masterful Blitz changes to Elixir Field when requirements for execution are met.</para>
/// </summary>
-ReturnPvE_10061 = 10061,
+ElixirFieldPvE = 3545,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/10229"><strong>Mega Potion</strong></see> <i>PvE</i> (All Classes) [10229] [Ability]
-/// <para>Restores a moderate amount of health.</para>
+/// <see href="https://garlandtools.org/db/#action/3547"><strong>the Forbidden Chakra</strong></see> <i>PvE</i> (MNK) [3547] [Ability]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Can only be executed while in combat and under the effect of five Chakra. Five chakra close upon execution.</para>
/// </summary>
-MegaPotionPvE = 10229,
+TheForbiddenChakraPvE = 3547,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/10262"><strong>Red Paint</strong></see> <i>PvE</i> (All Classes) [10262] [Ability]
-/// <para>Red paint drips from the tip of this massive brush made from Alpha's feathers.</para>
+/// <see href="https://garlandtools.org/db/#action/3549"><strong>Fell Cleave</strong></see> <i>PvE</i> (WAR) [3549] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Beast Gauge Cost: 50</para>
/// </summary>
-RedPaintPvE = 10262,
+FellCleavePvE = 3549,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/10263"><strong>Yellow Paint</strong></see> <i>PvE</i> (All Classes) [10263] [Ability]
-/// <para>Yellow paint drips from the tip of this massive brush made from Alpha's feathers.</para>
+/// <see href="https://garlandtools.org/db/#action/3550"><strong>Decimate</strong></see> <i>PvE</i> (WAR) [3550] [Weaponskill]
+/// <para>Delivers an attack to all nearby enemies with a potency of 180.</para>
+/// <para>Beast Gauge Cost: 50</para>
/// </summary>
-YellowPaintPvE = 10263,
+DecimatePvE = 3550,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/10264"><strong>Black Paint</strong></see> <i>PvE</i> (All Classes) [10264] [Ability]
-/// <para>Black paint drips from the tip of this massive brush made from Alpha's feathers.</para>
+/// <see href="https://garlandtools.org/db/#action/3551"><strong>Raw Intuition</strong></see> <i>PvE</i> (WAR) [3551] [Ability]
+/// <para>Reduces damage taken by 10%.</para>
+/// <para>Duration: 6s</para>
+/// <para>Additional Effect: Restores HP with each weaponskill successfully delivered</para>
+/// <para>Cure Potency: 400</para>
+/// <para>Shares a recast timer with Nascent Flash.</para>
/// </summary>
-BlackPaintPvE = 10264,
+RawIntuitionPvE = 3551,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/10265"><strong>Blue Paint</strong></see> <i>PvE</i> (All Classes) [10265] [Ability]
-/// <para>Blue paint drips from the tip of this massive brush made from Alpha's feathers.</para>
+/// <see href="https://garlandtools.org/db/#action/3552"><strong>Equilibrium</strong></see> <i>PvE</i> (WAR) [3552] [Ability]
+/// <para>Restores own HP.</para>
+/// <para>Cure Potency: 1,200</para>
+/// <para>Additional Effect: Gradually restores HP</para>
+/// <para>Cure Potency: 200</para>
+/// <para>Duration: 15s</para>
/// </summary>
-BluePaintPvE = 10265,
+EquilibriumPvE = 3552,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/10401"><strong>Chocobo Brush</strong></see> <i>PvE</i> (All Classes) [10401] [Ability]
-/// <para>A brush made from Alpha's feathers.</para>
+/// <see href="https://garlandtools.org/db/#action/3554"><strong>Fang and Claw</strong></see> <i>PvE</i> (DRG) [3554] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para> when executed from a target's flank.</para>
+/// <para>Combo Action: Heavens' ThrustFull ThrustFull Thrust</para>
+/// <para>Combo Potency: </para>
+/// <para>Flank Combo Potency: </para>
/// </summary>
-ChocoboBrushPvE = 10401,
+FangAndClawPvE = 3554,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/10713"><strong>Cheer Jump</strong></see> <i>PvE</i> (All Classes) [10713] [Special]
-/// <para>Might as well use a red light to cheer on your favorite performer.</para>
+/// <see href="https://garlandtools.org/db/#action/3555"><strong>Geirskogul</strong></see> <i>PvE</i> (DRG) [3555] [Ability]
+/// <para>Delivers an attack to all enemies in a straight line before you with a potency of for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Grants Life of the Dragon</para>
+/// <para>Life of the Dragon Effect: Increases damage dealt by 15%</para>
+/// <para>Duration: 20s</para>
+/// <para>Additional Effect: Grants 3 stacks of Nastrond Ready</para>
+/// <para>Duration: 20sAdditional Effect: Grants Blood of the Dragon</para>
+/// <para>Blood of the Dragon Effect: Increases damage dealt by 10%</para>
+/// <para>Duration: 20sAdditional Effect: Grants Blood of the Dragon</para>
+/// <para>Blood of the Dragon Effect: Increases damage dealt by 10%</para>
+/// <para>Duration: 20s</para>
/// </summary>
-CheerJumpPvE = 10713,
+GeirskogulPvE = 3555,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/10714"><strong>Cheer Wave</strong></see> <i>PvE</i> (All Classes) [10714] [Special]
-/// <para>Use a yellow light to cheer on your favorite performer like you just don't care.</para>
+/// <see href="https://garlandtools.org/db/#action/3556"><strong>Wheeling Thrust</strong></see> <i>PvE</i> (DRG) [3556] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para> when executed from a target's rear.</para>
+/// <para>Combo Action: Chaotic SpringChaos ThrustChaos Thrust</para>
+/// <para>Combo Potency: </para>
+/// <para>Rear Combo Potency: </para>
/// </summary>
-CheerWavePvE = 10714,
+WheelingThrustPvE = 3556,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/10715"><strong>Cheer On</strong></see> <i>PvE</i> (All Classes) [10715] [Special]
-/// <para>Use a pair of blue lights to clear your favorite performer for landing.</para>
+/// <see href="https://garlandtools.org/db/#action/3557"><strong>Battle Litany</strong></see> <i>PvE</i> (DRG) [3557] [Ability]
+/// <para>Increases critical hit rate of self and nearby party members by 10%.</para>
+/// <para>Duration: 20s</para>
/// </summary>
-CheerOnPvE = 10715,
+BattleLitanyPvE = 3557,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/10716"><strong>Cheer Jump</strong></see> <i>PvE</i> (All Classes) [10716] [Special]
-/// <para>Might as well use a red light to cheer on your favorite performer.</para>
+/// <see href="https://garlandtools.org/db/#action/3558"><strong>Empyreal Arrow</strong></see> <i>PvE</i> (BRD) [3558] [Ability]
+/// <para>Delivers an attack with a potency of .</para>
/// </summary>
-CheerJumpPvE_10716 = 10716,
+EmpyrealArrowPvE = 3558,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/10717"><strong>Cheer Wave</strong></see> <i>PvE</i> (All Classes) [10717] [Special]
-/// <para>Use a yellow light to cheer on your favorite performer like you just don't care.</para>
+/// <see href="https://garlandtools.org/db/#action/3559"><strong>the Wanderer's Minuet</strong></see> <i>PvE</i> (BRD) [3559] [Ability]
+/// <para>Grants the Wanderer's Minuet to self and all party members within 50 yalms, increasing critical hit rate by 2%.</para>
+/// <para>Duration: 45s</para>
+/// <para>Additional Effect: 80% chance to grant Repertoire</para>
+/// <para>This effect can trigger repeatedly while singing the Wanderer's Minuet.</para>
+/// <para>Repertoire Effect: Allows execution of Pitch Perfect</para>
+/// <para>Can be stacked up to 3 times.</para>
+/// <para>Additional Effect: Grants Wanderer's Coda</para>
+/// <para>Can only be executed while in combat.</para>
/// </summary>
-CheerWavePvE_10717 = 10717,
+TheWanderersMinuetPvE = 3559,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/10718"><strong>Cheer On</strong></see> <i>PvE</i> (All Classes) [10718] [Special]
-/// <para>Use a pair of blue lights to clear your favorite performer for landing.</para>
+/// <see href="https://garlandtools.org/db/#action/3560"><strong>Iron Jaws</strong></see> <i>PvE</i> (BRD) [3560] [Weaponskill]
+/// <para>Delivers an attack with a potency of 100.</para>
+/// <para>Additional Effect: If the target is suffering from a Caustic Bite or StormbiteVenomous Bite or WindbiteVenomous Bite or Windbite effect inflicted by you, the effect timer is reset</para>
+/// <para>Additional Effect: 35% chance of granting Hawk's Eye</para>
+/// <para>Duration: 30s</para>
/// </summary>
-CheerOnPvE_10718 = 10718,
+IronJawsPvE = 3560,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11063"><strong>Curtain Call</strong></see> <i>PvE</i> (All Classes) [11063] [Special]
-/// <para>Removes the “Face in the Crowd” status.</para>
+/// <see href="https://garlandtools.org/db/#action/3561"><strong>the Warden's Paean</strong></see> <i>PvE</i> (BRD) [3561] [Ability]
+/// <para>Removes one select detrimental effect from self or target party member. If the target is not enfeebled, a barrier is created nullifying the target's next detrimental effect suffered.</para>
+/// <para>Duration: 30s</para>
/// </summary>
-CurtainCallPvE = 11063,
+TheWardensPaeanPvE = 3561,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11191"><strong>Ruin III</strong></see> <i>PvE</i> (All Classes) [11191] [Spell]
-/// <para>Deals unaspected damage with a potency of 200.</para>
+/// <see href="https://garlandtools.org/db/#action/3562"><strong>Sidewinder</strong></see> <i>PvE</i> (BRD) [3562] [Ability]
+/// <para>Delivers an attack with a potency of .</para>
/// </summary>
-RuinIiiPvE_11191 = 11191,
+SidewinderPvE = 3562,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11192"><strong>Physick</strong></see> <i>PvE</i> (All Classes) [11192] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 400</para>
+/// <see href="https://garlandtools.org/db/#action/3563"><strong>Armor Crush</strong></see> <i>PvE</i> (NIN) [3563] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para> when executed from a target's flank.</para>
+/// <para>Combo Action: Gust Slash</para>
+/// <para>Combo Potency: </para>
+/// <para>Flank Combo Potency: </para>
+/// <para>Combo Bonus: Grants 2 stacks of Kazematoi</para>
+/// <para>Kazematoi Effect: Increases potency of Aeolian Edge by 100</para>
+/// <para>Maximum Stacks: 5</para>
+/// <para>Combo Bonus: Increases Ninki Gauge by </para>
/// </summary>
-PhysickPvE_11192 = 11192,
+ArmorCrushPvE = 3563,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11383"><strong>Snort</strong></see> <i>PvE</i> (BLU) [11383] [Spell]
-/// <para>Deals a 20-yalm knockback to all enemies in a cone before you.</para>
+/// <see href="https://garlandtools.org/db/#action/3566"><strong>Dream Within a Dream</strong></see> <i>PvE</i> (NIN) [3566] [Ability]
+/// <para>Delivers a threefold attack, each hit with a potency of 150.</para>
/// </summary>
-SnortPvE = 11383,
+DreamWithinADreamPvE = 3566,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11384"><strong>4-tonze Weight</strong></see> <i>PvE</i> (BLU) [11384] [Spell]
-/// <para>Drops a 4-tonze weight dealing physical damage at a designated location with a potency of 200 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Heavy +40%</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/3568"><strong>Stone III</strong></see> <i>PvE</i> (WHM) [3568] [Spell]
+/// <para>Deals earth damage with a potency of 220.</para>
/// </summary>
-_4TonzeWeightPvE = 11384,
+StoneIiiPvE = 3568,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11385"><strong>Water Cannon</strong></see> <i>PvE</i> (BLU) [11385] [Spell]
-/// <para>Deals water damage with a potency of 200.</para>
+/// <see href="https://garlandtools.org/db/#action/3569"><strong>Asylum</strong></see> <i>PvE</i> (WHM) [3569] [Ability]
+/// <para>Envelops a designated area in a veil of succor, granting healing over time to self and any party members who enter.</para>
+/// <para>Cure Potency: 100</para>
+/// <para>Duration: 24s </para>
+/// <para>Additional Effect: Increases HP recovery via healing actions on party members in the designated area by 10%</para>
/// </summary>
-WaterCannonPvE = 11385,
+AsylumPvE = 3569,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11386"><strong>Song of Torment</strong></see> <i>PvE</i> (BLU) [11386] [Spell]
-/// <para>Deals unaspected damage with a potency of 50.</para>
-/// <para>Additional Effect: Unaspected damage over time</para>
-/// <para>Potency: 50</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/3570"><strong>Tetragrammaton</strong></see> <i>PvE</i> (WHM) [3570] [Ability]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 700</para>
+/// <para>Maximum Charges: 2</para>
/// </summary>
-SongOfTormentPvE = 11386,
+TetragrammatonPvE = 3570,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11387"><strong>High Voltage</strong></see> <i>PvE</i> (BLU) [11387] [Spell]
-/// <para>Deals lightning damage to all nearby enemies with a potency of 180 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Paralysis</para>
-/// <para>Duration: 15s</para>
-/// <para>Additional Effect: Potency increased to 220 when target is afflicted with Dropsy</para>
-/// <para>Additional Effect: Duration of Paralysis is increased to 30 seconds when target is afflicted with Dropsy</para>
+/// <see href="https://garlandtools.org/db/#action/3571"><strong>Assize</strong></see> <i>PvE</i> (WHM) [3571] [Ability]
+/// <para>Deals unaspected damage with a potency of 400 to all nearby enemies.</para>
+/// <para>Additional Effect: Restores own HP and the HP of nearby party members</para>
+/// <para>Cure Potency: 400</para>
+/// <para>Additional Effect: Restores 5% of maximum MP</para>
/// </summary>
-HighVoltagePvE = 11387,
+AssizePvE = 3571,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11388"><strong>Bad Breath</strong></see> <i>PvE</i> (BLU) [11388] [Spell]
-/// <para>Blow noxious breath on all enemies in a cone before you, inflicting Slow +20%, Heavy +40%, Blind, and Paralysis.</para>
-/// <para>Additional Effect: Poison</para>
-/// <para>Potency: 20</para>
-/// <para>Additional Effect: Damage dealt reduced 10%</para>
-/// <para>Duration: 15s</para>
-/// <para>Additional Effect: Interrupts target</para>
+/// <see href="https://garlandtools.org/db/#action/3573"><strong>Ley Lines</strong></see> <i>PvE</i> (BLM) [3573] [Ability]
+/// <para>Connects naturally occurring ley lines to create a circle of power which, while standing within it, reduces spell cast time and recast time, and auto-attack delay by 15%.</para>
+/// <para>Duration: 30s</para>
/// </summary>
-BadBreathPvE = 11388,
+LeyLinesPvE = 3573,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11389"><strong>Flying Frenzy</strong></see> <i>PvE</i> (BLU) [11389] [Spell]
-/// <para>Delivers a jumping physical attack to target and all enemies nearby it with a potency of 150 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#action/3576"><strong>Blizzard IV</strong></see> <i>PvE</i> (BLM) [3576] [Spell]
+/// <para>Deals ice damage with a potency of 310.</para>
+/// <para>Additional Effect: Grants 3 Umbral Hearts</para>
+/// <para>Umbral Heart Bonus: Nullifies Astral Fire's MP cost increase for Fire spells and reduces MP cost for Flare by one-third</para>
+/// <para>Can only be executed while under the effect of Umbral Ice.</para>
/// </summary>
-FlyingFrenzyPvE = 11389,
+BlizzardIvPvE = 3576,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11390"><strong>Aqua Breath</strong></see> <i>PvE</i> (BLU) [11390] [Spell]
-/// <para>Deals water damage to all enemies in a cone before you with a potency of 140 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Inflicts Dropsy, dealing water damage over time</para>
-/// <para>Potency: 20</para>
-/// <para>Duration: 12s</para>
+/// <see href="https://garlandtools.org/db/#action/3577"><strong>Fire IV</strong></see> <i>PvE</i> (BLM) [3577] [Spell]
+/// <para>Deals fire damage with a potency of 310.</para>
+/// <para>Additional Effect: Grants Astral Soul</para>
+/// <para>Effect ends when Astral Fire expires.</para>
+/// <para>Can only be executed while under the effect of Astral Fire.</para>
/// </summary>
-AquaBreathPvE = 11390,
+FireIvPvE = 3577,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11391"><strong>Plaincracker</strong></see> <i>PvE</i> (BLU) [11391] [Spell]
-/// <para>Deals earth damage to all nearby enemies with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <see href="https://garlandtools.org/db/#action/3578"><strong>Painflare</strong></see> <i>PvE</i> (SMN) [3578] [Ability]
+/// <para>Deals unaspected damage with a potency of 150 to target and all enemies nearby it.</para>
+/// <para>Aetherflow Gauge Cost: 1</para>
/// </summary>
-PlaincrackerPvE = 11391,
+PainflarePvE = 3578,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11392"><strong>Acorn Bomb</strong></see> <i>PvE</i> (BLU) [11392] [Spell]
-/// <para>Puts target and all enemies nearby it to sleep.</para>
-/// <para>Duration: 30s</para>
-/// <para>Cancels auto-attack upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/3579"><strong>Ruin III</strong></see> <i>PvE</i> (SMN) [3579] [Spell]
+/// <para>Deals unaspected damage with a potency of .</para>
/// </summary>
-AcornBombPvE = 11392,
+RuinIiiPvE = 3579,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11393"><strong>Bristle</strong></see> <i>PvE</i> (BLU) [11393] [Spell]
-/// <para>Increases the potency of the next spell cast by 50%.</para>
-/// <para>Duration: 30s</para>
-/// <para>Effect cannot be stacked with Harmonized.</para>
+/// <see href="https://garlandtools.org/db/#action/3581"><strong>Dreadwyrm Trance</strong></see> <i>PvE</i> (SMN) [3581] [Spell]
+/// <para>Enters Dreadwyrm Trance.</para>
+/// <para>Duration: 15s</para>
+/// <para>Additional Effect: Changes Ruin III to Astral Impulse and Outburst to Astral Flare</para>
+/// <para>Additional Effect: Grants Ruby Arcanum, Topaz Arcanum, and Emerald Arcanum</para>
+/// <para>Can only be executed in combat and while Carbuncle is summoned.</para>
+/// <para>This action does not share a recast timer with any other actions.</para>
/// </summary>
-BristlePvE = 11393,
+DreadwyrmTrancePvE = 3581,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11394"><strong>Mind Blast</strong></see> <i>PvE</i> (BLU) [11394] [Spell]
-/// <para>Deals unaspected damage to all nearby enemies with a potency of 200 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Paralysis</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/3582"><strong>Deathflare</strong></see> <i>PvE</i> (SMN) [3582] [Ability]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 500 for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Can only be executed while in Dreadwyrm Trance.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Astral Flow changes to Deathflare when requirements for execution are met.</para>
/// </summary>
-MindBlastPvE = 11394,
+DeathflarePvE = 3582,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11395"><strong>Blood Drain</strong></see> <i>PvE</i> (BLU) [11395] [Spell]
-/// <para>Deals unaspected damage with a potency of 50.</para>
-/// <para>Additional Effect: Restores MP</para>
+/// <see href="https://garlandtools.org/db/#action/3583"><strong>Indomitability</strong></see> <i>PvE</i> (SCH) [3583] [Ability]
+/// <para>Restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: 400</para>
+/// <para>Additional Effect: Increases Faerie Gauge by 10</para>
+/// <para>Aetherflow Gauge Cost: 1</para>
/// </summary>
-BloodDrainPvE = 11395,
+IndomitabilityPvE = 3583,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11396"><strong>Bomb Toss</strong></see> <i>PvE</i> (BLU) [11396] [Spell]
-/// <para>Deals fire damage at a designated location with a potency of 200 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Stun</para>
-/// <para>Duration: 3s</para>
+/// <see href="https://garlandtools.org/db/#action/3584"><strong>Broil</strong></see> <i>PvE</i> (SCH) [3584] [Spell]
+/// <para>Deals unaspected damage with a potency of 220.</para>
/// </summary>
-BombTossPvE = 11396,
+BroilPvE = 3584,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11397"><strong>1000 Needles</strong></see> <i>PvE</i> (BLU) [11397] [Spell]
-/// <para>Deals a fixed 1,000 points of physical damage which is shared by all enemies around you.</para>
+/// <see href="https://garlandtools.org/db/#action/3585"><strong>Deployment Tactics</strong></see> <i>PvE</i> (SCH) [3585] [Ability]
+/// <para>Extends Galvanize effect cast on self or target party member to other nearby party members.</para>
+/// <para>Duration: Time remaining on original effect</para>
+/// <para>No effect when target is not under the effect of Galvanize.</para>
/// </summary>
-_1000NeedlesPvE = 11397,
+DeploymentTacticsPvE = 3585,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11398"><strong>Drill Cannons</strong></see> <i>PvE</i> (BLU) [11398] [Spell]
-/// <para>Deals physical damage to all enemies in a straight line before you with a potency of 200 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Potency is increased to 600 when target is afflicted with Petrification. The Petrification effect is also removed.</para>
+/// <see href="https://garlandtools.org/db/#action/3586"><strong>Emergency Tactics</strong></see> <i>PvE</i> (SCH) [3586] [Ability]
+/// <para>Transforms the next Galvanize and Catalyze statuses into HP recovery equaling the amount of damage reduction intended for the barrier.</para>
+/// <para>Duration: 15s</para>
/// </summary>
-DrillCannonsPvE = 11398,
+EmergencyTacticsPvE = 3586,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11399"><strong>the Look</strong></see> <i>PvE</i> (BLU) [11399] [Spell]
-/// <para>Deals unaspected damage to all enemies in a cone before you with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Increased enmity</para>
+/// <see href="https://garlandtools.org/db/#action/3587"><strong>Dissipation</strong></see> <i>PvE</i> (SCH) [3587] [Ability]
+/// <para>Orders your faerie away while granting you a full Aetherflow stack. Also increases healing magic potency by 20%.</para>
+/// <para>Duration: 30s</para>
+/// <para>Current faerie will return once the effect expires.</para>
+/// <para>Summon Eos cannot be executed while under the effect of Dissipation.</para>
+/// <para>Can only be executed while a faerie is summoned and you are in combat.</para>
/// </summary>
-TheLookPvE = 11399,
+DissipationPvE = 3587,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11400"><strong>Sharpened Knife</strong></see> <i>PvE</i> (BLU) [11400] [Spell]
-/// <para>Deals physical damage with a potency of 220.</para>
-/// <para>Additional Effect: Potency is increased to 450 when target is stunned</para>
+/// <see href="https://garlandtools.org/db/#action/3594"><strong>Benefic</strong></see> <i>PvE</i> (AST) [3594] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: </para>
+/// <para>Additional Effect: 15% chance next Benefic II will restore critical HP</para>
+/// <para>Duration: 15s</para>
/// </summary>
-SharpenedKnifePvE = 11400,
+BeneficPvE = 3594,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11401"><strong>Loom</strong></see> <i>PvE</i> (BLU) [11401] [Spell]
-/// <para>Move quickly to the specified location.</para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#action/3595"><strong>Aspected Benefic</strong></see> <i>PvE</i> (AST) [3595] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: </para>
+/// <para>Additional Effect: Regen</para>
+/// <para>Cure Potency: </para>
+/// <para>Duration: 15s</para>
/// </summary>
-LoomPvE = 11401,
+AspectedBeneficPvE = 3595,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11402"><strong>Flame Thrower</strong></see> <i>PvE</i> (BLU) [11402] [Spell]
-/// <para>Deals fire damage to all enemies in a cone before you with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <see href="https://garlandtools.org/db/#action/3596"><strong>Malefic</strong></see> <i>PvE</i> (AST) [3596] [Spell]
+/// <para>Deals unaspected damage with a potency of 150.</para>
/// </summary>
-FlameThrowerPvE = 11402,
+MaleficPvE = 3596,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11403"><strong>Faze</strong></see> <i>PvE</i> (BLU) [11403] [Spell]
-/// <para>Stuns all enemies in a cone before you.</para>
-/// <para>Duration: 6s</para>
+/// <see href="https://garlandtools.org/db/#action/3598"><strong>Malefic II</strong></see> <i>PvE</i> (AST) [3598] [Spell]
+/// <para>Deals unaspected damage with a potency of 160.</para>
/// </summary>
-FazePvE = 11403,
+MaleficIiPvE = 3598,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11404"><strong>Glower</strong></see> <i>PvE</i> (BLU) [11404] [Spell]
-/// <para>Deals lightning damage to all enemies in a straight line before you with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Paralysis</para>
-/// <para>Duration: 6s</para>
+/// <see href="https://garlandtools.org/db/#action/3599"><strong>Combust</strong></see> <i>PvE</i> (AST) [3599] [Spell]
+/// <para>Deals unaspected damage over time.</para>
+/// <para>Potency: 50</para>
+/// <para>Duration: 30s</para>
/// </summary>
-GlowerPvE = 11404,
+CombustPvE = 3599,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11405"><strong>Missile</strong></see> <i>PvE</i> (BLU) [11405] [Spell]
-/// <para>Deals damage equal to 50% of target's current HP.</para>
-/// <para>Chance of successful attack is low. Has no effect on enemies whose level is higher than your own.</para>
+/// <see href="https://garlandtools.org/db/#action/3600"><strong>Helios</strong></see> <i>PvE</i> (AST) [3600] [Spell]
+/// <para>Restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: </para>
/// </summary>
-MissilePvE = 11405,
+HeliosPvE = 3600,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11406"><strong>White Wind</strong></see> <i>PvE</i> (BLU) [11406] [Spell]
-/// <para>Restores own HP and the HP of all nearby party members by an amount equal to your current HP.</para>
+/// <see href="https://garlandtools.org/db/#action/3601"><strong>Aspected Helios</strong></see> <i>PvE</i> (AST) [3601] [Spell]
+/// <para>Restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: </para>
+/// <para>Additional Effect: Regen</para>
+/// <para>Cure Potency: </para>
+/// <para>Duration: 15s</para>
/// </summary>
-WhiteWindPvE = 11406,
+AspectedHeliosPvE = 3601,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11407"><strong>Final Sting</strong></see> <i>PvE</i> (BLU) [11407] [Spell]
-/// <para>Deals physical damage with a potency of 2,000 while incapacitating self.</para>
-/// <para>Additional Effect: Inflicts Brush with Death on self</para>
-/// <para>Duration: 600s</para>
-/// <para>Effect will not be removed upon revival or further incapacitation.</para>
-/// <para>Cannot be executed while under the effect of Brush with Death.</para>
+/// <see href="https://garlandtools.org/db/#action/3603"><strong>Ascend</strong></see> <i>PvE</i> (AST) [3603] [Spell]
+/// <para>Resurrects target to a weakened state.</para>
/// </summary>
-FinalStingPvE = 11407,
+AscendPvE = 3603,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11408"><strong>Self-destruct</strong></see> <i>PvE</i> (BLU) [11408] [Spell]
-/// <para>Deals fire damage with a potency of 1,500 to all nearby enemies while incapacitating self.</para>
-/// <para>Additional Effect: Potency is increased to 1,800 when you are under the effect of Toad Oil</para>
-/// <para>Additional Effect: Inflicts Brush with Death on self</para>
-/// <para>Duration: 600s</para>
-/// <para>Effect will not be removed upon revival or further incapacitation.</para>
-/// <para>Cannot be executed while under the effect of Brush with Death.</para>
+/// <see href="https://garlandtools.org/db/#action/3606"><strong>Lightspeed</strong></see> <i>PvE</i> (AST) [3606] [Ability]
+/// <para>Reduces cast times for spells by 2.5 seconds.</para>
+/// <para>Duration: 15s</para>
/// </summary>
-SelfdestructPvE = 11408,
+LightspeedPvE = 3606,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11409"><strong>Transfusion</strong></see> <i>PvE</i> (BLU) [11409] [Spell]
-/// <para>Restores all HP and MP of a single party member while incapacitating self.</para>
-/// <para>Additional Effect: Inflicts Brush with Death on self</para>
-/// <para>Duration: 600s</para>
-/// <para>Effect will not be removed upon revival or further incapacitation.</para>
-/// <para>Cannot be executed while under the effect of Brush with Death.</para>
+/// <see href="https://garlandtools.org/db/#action/3608"><strong>Combust II</strong></see> <i>PvE</i> (AST) [3608] [Spell]
+/// <para>Deals unaspected damage over time.</para>
+/// <para>Potency: 60</para>
+/// <para>Duration: 30s</para>
/// </summary>
-TransfusionPvE = 11409,
+CombustIiPvE = 3608,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11410"><strong>Toad Oil</strong></see> <i>PvE</i> (BLU) [11410] [Spell]
-/// <para>Increases evasion by 20%.</para>
-/// <para>Duration: 180s</para>
+/// <see href="https://garlandtools.org/db/#action/3610"><strong>Benefic II</strong></see> <i>PvE</i> (AST) [3610] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: </para>
/// </summary>
-ToadOilPvE = 11410,
+BeneficIiPvE = 3610,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11411"><strong>Off-guard</strong></see> <i>PvE</i> (BLU) [11411] [Spell]
-/// <para>Increases target's damage taken by 5%.</para>
-/// <para>Duration: 15s</para>
-/// <para>Recast timer cannot be affected by other spells. However, this action shares a recast timer with Peculiar Light.</para>
+/// <see href="https://garlandtools.org/db/#action/3612"><strong>Synastry</strong></see> <i>PvE</i> (AST) [3612] [Ability]
+/// <para>Generate an aetheric bond with target party member. Each time you cast a single-target healing spell on yourself or a party member, the party member with whom you have the bond will also recover HP equaling 40% of the original spell.</para>
+/// <para>Duration: 20s</para>
/// </summary>
-OffguardPvE = 11411,
+SynastryPvE = 3612,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11412"><strong>Sticky Tongue</strong></see> <i>PvE</i> (BLU) [11412] [Spell]
-/// <para>Draws target towards caster.</para>
-/// <para>Additional Effect: Stun</para>
-/// <para>Duration: 4s</para>
-/// <para>Additional Effect: Increased enmity</para>
+/// <see href="https://garlandtools.org/db/#action/3613"><strong>Collective Unconscious</strong></see> <i>PvE</i> (AST) [3613] [Ability]
+/// <para>Creates a celestial ring 8 yalms around the caster.</para>
+/// <para>Duration: 18s</para>
+/// <para>Additional Effect: Reduces damage taken by 10% for self and any party members within 30 yalms and applies Wheel of Fortune to self and any party members within 8 yalms</para>
+/// <para>Duration: 5s</para>
+/// <para>Wheel of Fortune Effect: Regen</para>
+/// <para>Cure Potency: 100</para>
+/// <para>Duration: 15s</para>
+/// <para>Effects will be applied continuously to self and all party members standing within the celestial ring.</para>
+/// <para>Collective Unconscious effect ends upon using another action or moving (including facing a different direction).</para>
+/// <para>Cancels auto-attack upon execution.</para>
/// </summary>
-StickyTonguePvE = 11412,
+CollectiveUnconsciousPvE = 3613,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11413"><strong>Tail Screw</strong></see> <i>PvE</i> (BLU) [11413] [Spell]
-/// <para>Reduces target's HP to a single digit.</para>
-/// <para>Chance of successful attack is low. Has no effect on enemies whose level is higher than your own.</para>
+/// <see href="https://garlandtools.org/db/#action/3614"><strong>Essential Dignity</strong></see> <i>PvE</i> (AST) [3614] [Ability]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 400</para>
+/// <para>Potency increases up to 900 as the target's HP decreases, reaching its maximum value when the target has 30% HP or less.</para>
+/// <para>Maximum Charges: </para>
/// </summary>
-TailScrewPvE = 11413,
+EssentialDignityPvE = 3614,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11414"><strong>Level 5 Petrify</strong></see> <i>PvE</i> (BLU) [11414] [Spell]
-/// <para>Petrifies all enemies in a cone before you.</para>
-/// <para>Duration: 20s</para>
-/// <para>Chance of successful attack is low.</para>
-/// <para>Enemy level must be a multiple of 5. Has no effect on enemies whose level is higher than your own.</para>
+/// <see href="https://garlandtools.org/db/#action/3615"><strong>Gravity</strong></see> <i>PvE</i> (AST) [3615] [Spell]
+/// <para>Deals unaspected damage with a potency of 120 to target and all enemies nearby it.</para>
/// </summary>
-Level5PetrifyPvE = 11414,
+GravityPvE = 3615,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11415"><strong>Moon Flute</strong></see> <i>PvE</i> (BLU) [11415] [Spell]
-/// <para>Grants the effect of Waxing Nocturne, increasing damage dealt by 50% and movement speed by 30%.</para>
-/// <para>Duration: 15s</para>
-/// <para>When effect ends, the player is afflicted with Waning Nocturne, preventing the use of auto-attack, weaponskills, spells, or abilities.</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#action/3617"><strong>Hard Slash</strong></see> <i>PvE</i> (DRK) [3617] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
/// </summary>
-MoonFlutePvE = 11415,
+HardSlashPvE = 3617,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11416"><strong>Doom</strong></see> <i>PvE</i> (BLU) [11416] [Spell]
-/// <para>Inflicts Doom on target.</para>
-/// <para>Duration: 15s</para>
-/// <para>When effect expires, the target will be KO'd.</para>
-/// <para>Chance of successful attack is low. Has no effect on enemies whose level is higher than your own.</para>
-/// </summary>
-DoomPvE = 11416,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11417"><strong>Mighty Guard</strong></see> <i>PvE</i> (BLU) [11417] [Spell]
-/// <para>Reduces damage taken by 40% while reducing damage dealt by 40%, increasing enmity generation, and preventing casting interruptions via damage taken.</para>
-/// <para>Effect ends upon reuse.</para>
-/// </summary>
-MightyGuardPvE = 11417,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11418"><strong>Ice Spikes</strong></see> <i>PvE</i> (BLU) [11418] [Spell]
-/// <para>Counters enemies with ice damage every time you suffer physical damage.</para>
-/// <para>Counter Potency: 40</para>
-/// <para>Duration: 15s</para>
-/// <para>Effect cannot be stacked with Veil of the Whorl or Schiltron.</para>
-/// <para>Additional Effect: 50% chance that when you are struck, the striker will be afflicted with Slow +20%</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#action/3621"><strong>Unleash</strong></see> <i>PvE</i> (DRK) [3621] [Spell]
+/// <para>Deals unaspected damage with a potency of 120 to all nearby enemies.</para>
/// </summary>
-IceSpikesPvE = 11418,
+UnleashPvE = 3621,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11419"><strong>the Ram's Voice</strong></see> <i>PvE</i> (BLU) [11419] [Spell]
-/// <para>Deals ice damage to all nearby enemies with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Deep Freeze</para>
-/// <para>Duration: 12s</para>
+/// <see href="https://garlandtools.org/db/#action/3623"><strong>Syphon Strike</strong></see> <i>PvE</i> (DRK) [3623] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Combo Action: Hard Slash</para>
+/// <para>Combo Potency: </para>
+/// <para>Combo Bonus: Restores MP</para>
/// </summary>
-TheRamsVoicePvE = 11419,
+SyphonStrikePvE = 3623,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11420"><strong>the Dragon's Voice</strong></see> <i>PvE</i> (BLU) [11420] [Spell]
-/// <para>Deals lightning damage to all nearby enemies with a potency of 200 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Enemies within an 8-yalm radius will be unaffected.</para>
-/// <para>Additional Effect: Paralysis</para>
-/// <para>Duration: 9s</para>
-/// <para>Additional Effect: Potency is increased to 400 against most enemies afflicted with Deep Freeze. The Deep Freeze effect is also removed.</para>
+/// <see href="https://garlandtools.org/db/#action/3624"><strong>Unmend</strong></see> <i>PvE</i> (DRK) [3624] [Spell]
+/// <para>Deals unaspected damage with a potency of 150.</para>
+/// <para>Additional Effect: Increased enmity</para>
+/// <para>Additional Effect: Reduces the recast time of Shadowstride by 5 seconds</para>
/// </summary>
-TheDragonsVoicePvE = 11420,
+UnmendPvE = 3624,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11421"><strong>Peculiar Light</strong></see> <i>PvE</i> (BLU) [11421] [Spell]
-/// <para>Increases magic damage taken by all nearby enemies by 5%.</para>
+/// <see href="https://garlandtools.org/db/#action/3625"><strong>Blood Weapon</strong></see> <i>PvE</i> (DRK) [3625] [Ability]
+/// <para>Grants 3 stacks of Blood Weapon, each stack increasing Blood Gauge by 10 and restoring MPrestoring MPrestoring MP upon landing weaponskills or spells.</para>
/// <para>Duration: 15s</para>
-/// <para>Recast timer cannot be affected by other spells. However, this action shares a recast timer with Off-guard.</para>
+/// <para>Effect does not stack when hitting multiple targets with a single attack.</para>
/// </summary>
-PeculiarLightPvE = 11421,
+BloodWeaponPvE = 3625,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11422"><strong>Ink Jet</strong></see> <i>PvE</i> (BLU) [11422] [Spell]
-/// <para>Deals unaspected damage to all enemies in a cone before you with a potency of 200 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Blind</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/3629"><strong>Grit</strong></see> <i>PvE</i> (DRK) [3629] [Ability]
+/// <para>Significantly increases enmity generation.</para>
+/// <para>Effect ends upon reuse.</para>
/// </summary>
-InkJetPvE = 11422,
+GritPvE = 3629,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11423"><strong>Flying Sardine</strong></see> <i>PvE</i> (BLU) [11423] [Spell]
-/// <para>Deals physical damage with a potency of 10.</para>
-/// <para>Additional Effect: Interrupts target</para>
+/// <see href="https://garlandtools.org/db/#action/3632"><strong>Souleater</strong></see> <i>PvE</i> (DRK) [3632] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Combo Action: Syphon Strike</para>
+/// <para>Combo Potency: </para>
+/// <para>Combo Bonus: Restores own HP</para>
+/// <para>Cure Potency: 300</para>
+/// <para>Combo Bonus: Increases Blood Gauge by 20</para>
/// </summary>
-FlyingSardinePvE = 11423,
+SouleaterPvE = 3632,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11424"><strong>Diamondback</strong></see> <i>PvE</i> (BLU) [11424] [Spell]
-/// <para>Reduces damage taken by 90% and nullifies most knockback and draw-in effects.</para>
-/// <para>Unable to move or take action for the duration of this effect.</para>
+/// <see href="https://garlandtools.org/db/#action/3634"><strong>Dark Mind</strong></see> <i>PvE</i> (DRK) [3634] [Ability]
+/// <para>Reduces magic vulnerability by 20%.</para>
/// <para>Duration: 10s</para>
-/// <para>If used when Waxing Nocturne is active, its effect will transition immediately to Waning Nocturne.</para>
-/// <para>The effect of this action cannot be ended manually.</para>
/// </summary>
-DiamondbackPvE = 11424,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11425"><strong>Fire Angon</strong></see> <i>PvE</i> (BLU) [11425] [Spell]
-/// <para>Deals physical fire damage to target and all enemies nearby it with a potency of 200 for the first enemy, and 50% less for all remaining enemies.</para>
-/// </summary>
-FireAngonPvE = 11425,
+DarkMindPvE = 3634,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11426"><strong>Feather Rain</strong></see> <i>PvE</i> (BLU) [11426] [Ability]
-/// <para>Deals wind damage with a potency of 220 to all enemies at a designated location.</para>
-/// <para>Additional Effect: Wind damage over time</para>
-/// <para>Potency: 40</para>
-/// <para>Duration: 6s</para>
-/// <para>Shares a recast timer with Eruption.</para>
+/// <see href="https://garlandtools.org/db/#action/3636"><strong>Shadow Wall</strong></see> <i>PvE</i> (DRK) [3636] [Ability]
+/// <para>Reduces damage taken by 30%.</para>
+/// <para>Duration: 15s</para>
/// </summary>
-FeatherRainPvE = 11426,
+ShadowWallPvE = 3636,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11427"><strong>Eruption</strong></see> <i>PvE</i> (BLU) [11427] [Ability]
-/// <para>Deals fire damage with a potency of 300 to all enemies at a designated location.</para>
-/// <para>Shares a recast timer with Feather Rain.</para>
+/// <see href="https://garlandtools.org/db/#action/3638"><strong>Living Dead</strong></see> <i>PvE</i> (DRK) [3638] [Ability]
+/// <para>Grants the effect of Living Dead.</para>
+/// <para>When HP is reduced to 0 while under the effect of Living Dead, instead of becoming KO'd, your status will change to Walking Dead.</para>
+/// <para>Living Dead Duration: 10s</para>
+/// <para>Additional Effect: Restores HP with each weaponskill successfully delivered or spell cast</para>
+/// <para>Cure Potency: 1500</para>
+/// <para>While under the effect of Walking Dead, most attacks will not lower your HP below 1. If, before the Walking Dead timer runs out, an amount of HP totaling your maximum HP is restored, the effect will change to Undead Rebirth. If this amount is not restored, you will be KO'd.</para>
+/// <para>Walking Dead Duration: 10s</para>
+/// <para>While under the effect of Undead Rebirth, most attacks will not lower your HP below 1.</para>
+/// <para>Undead Rebirth Duration: Time remaining on Walking Dead</para>
/// </summary>
-EruptionPvE = 11427,
+LivingDeadPvE = 3638,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11428"><strong>Mountain Buster</strong></see> <i>PvE</i> (BLU) [11428] [Ability]
-/// <para>Deals physical earth damage to all enemies in a cone before you with a potency of 400 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Shares a recast timer with Shock Strike.</para>
+/// <see href="https://garlandtools.org/db/#action/3639"><strong>Salted Earth</strong></see> <i>PvE</i> (DRK) [3639] [Ability]
+/// <para>Creates a patch of salted earth at your feet, dealing unaspected damage with a potency of 50 to any enemies who enter.</para>
+/// <para>Duration: 15s</para>
/// </summary>
-MountainBusterPvE = 11428,
+SaltedEarthPvE = 3639,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11429"><strong>Shock Strike</strong></see> <i>PvE</i> (BLU) [11429] [Ability]
-/// <para>Deals lightning damage to target and all enemies nearby it with a potency of 400 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Shares a recast timer with Mountain Buster.</para>
+/// <see href="https://garlandtools.org/db/#action/3641"><strong>Abyssal Drain</strong></see> <i>PvE</i> (DRK) [3641] [Ability]
+/// <para>Deals unaspected damage with a potency of 240 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Restores own HP</para>
+/// <para>Cure Potency: 200</para>
+/// <para>Additional Effect: Restores MP</para>
+/// <para>Shares a recast timer with Carve and Spit.</para>
/// </summary>
-ShockStrikePvE = 11429,
+AbyssalDrainPvE = 3641,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11430"><strong>Glass Dance</strong></see> <i>PvE</i> (BLU) [11430] [Ability]
-/// <para>Deals ice damage to all enemies in a wide arc to your fore and flanks with a potency of 350 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Shares a recast timer with Veil of the Whorl.</para>
+/// <see href="https://garlandtools.org/db/#action/3643"><strong>Carve and Spit</strong></see> <i>PvE</i> (DRK) [3643] [Ability]
+/// <para>Delivers a threefold attack with a potency of 510.</para>
+/// <para>Additional Effect: Restores MP</para>
+/// <para>Shares a recast timer with Abyssal Drain.</para>
/// </summary>
-GlassDancePvE = 11430,
+CarveAndSpitPvE = 3643,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11431"><strong>Veil of the Whorl</strong></see> <i>PvE</i> (BLU) [11431] [Ability]
-/// <para>Counters enemies with water damage every time you suffer damage.</para>
-/// <para>Counter Potency: 50</para>
+/// <see href="https://garlandtools.org/db/#action/4262"><strong>Form Shift</strong></see> <i>PvE</i> (MNK) [4262] [Weaponskill]
+/// <para>Grants Formless Fist to self, allowing the execution of a weaponskill that requires a certain form, without being in that form.</para>
/// <para>Duration: 30s</para>
-/// <para>Effect cannot be stacked with Ice Spikes or Schiltron.</para>
-/// <para>Shares a recast timer with Glass Dance.</para>
-/// </summary>
-VeilOfTheWhorlPvE = 11431,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/11482"><strong>Tri-shackle</strong></see> <i>PvE</i> (All Classes) [11482] [Spell]
-/// <para>Deals unaspected damage with a potency of 30 to target and all enemies nearby it.</para>
-/// <para>Additional Effect: Bind</para>
-/// <para>Duration: 20s</para>
-/// </summary>
-TrishacklePvE = 11482,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12577"><strong>Mog Heaven</strong></see> <i>PvE</i> (All Classes) [12577] [Special]
-/// <para>Fires a short-range burst of energy in a straight line before you.</para>
-/// <para>Additional Effect: Increased damage taken</para>
+/// <para>Any additional effects associated with the executed action will also be applied.</para>
/// </summary>
-MogHeavenPvE = 12577,
+FormShiftPvE = 4262,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12578"><strong>Bring It Pom</strong></see> <i>PvE</i> (All Classes) [12578] [Special]
-/// <para>Restores HP and HP of all nearby party members, and grants healing over time as well as increased damage dealt.</para>
+/// <see href="https://garlandtools.org/db/#action/5475"><strong>Browbeat</strong></see> <i>PvE</i> (All Classes) [5475] [Special]
+/// <para></para>
/// </summary>
-BringItPomPvE = 12578,
+BrowbeatPvE = 5475,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12911"><strong>Omega Jammer</strong></see> <i>PvE</i> (All Classes) [12911] [Ability]
-/// <para>Emits a pulse of concentrated electromagnetic energy.</para>
+/// <see href="https://garlandtools.org/db/#action/5476"><strong>Apothecary</strong></see> <i>PvE</i> (All Classes) [5476] [Special]
+/// <para></para>
/// </summary>
-OmegaJammerPvE = 12911,
+ApothecaryPvE = 5476,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12958"><strong>Wisdom of the Aetherweaver</strong></see> <i>PvE</i> (WHM SCH AST SGE) [12958] [Spell]
-/// <para>Increases magic damage dealt by 60%.</para>
-/// <para>Cannot be used with other Wisdom abilities.</para>
-/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
+/// <see href="https://garlandtools.org/db/#action/5477"><strong>Wing Cutter</strong></see> <i>PvE</i> (All Classes) [5477] [Special]
+/// <para></para>
/// </summary>
-WisdomOfTheAetherweaverPvE = 12958,
+WingCutterPvE = 5477,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12959"><strong>Wisdom of the Martialist</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [12959] [Spell]
-/// <para>Increases damage dealt by 40%.</para>
-/// <para>Cannot be used with other Wisdom abilities.</para>
-/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
+/// <see href="https://garlandtools.org/db/#action/6273"><strong>Pummel</strong></see> <i>PvE</i> (All Classes) [6273] [Special]
+/// <para>Deals damage to a target.</para>
/// </summary>
-WisdomOfTheMartialistPvE = 12959,
+PummelPvE = 6273,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12960"><strong>Wisdom of the Platebearer</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE) [12960] [Spell]
-/// <para>Reduces damage taken by 80% while increasing maximum HP by 50%.</para>
-/// <para>Cannot be used with other Wisdom abilities.</para>
-/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
+/// <see href="https://garlandtools.org/db/#action/6274"><strong>Void Fire II</strong></see> <i>PvE</i> (All Classes) [6274] [Spell]
+/// <para>Deals damage to nearby enemies while increasing vulnerability.</para>
/// </summary>
-WisdomOfThePlatebearerPvE = 12960,
+VoidFireIiPvE = 6274,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12961"><strong>Wisdom of the Guardian</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [12961] [Spell]
-/// <para>Reduces damage taken by 45% while increasing maximum HP by 10%.</para>
-/// <para>Cannot be used with other Wisdom abilities.</para>
-/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
+/// <see href="https://garlandtools.org/db/#action/6871"><strong>Heavenly Judge</strong></see> <i>PvE</i> (All Classes) [6871] [Special]
+/// <para>Stuns and deals damage to all nearby targets. Damage increased for certain enemies.</para>
/// </summary>
-WisdomOfTheGuardianPvE = 12961,
+HeavenlyJudgePvE = 6871,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12962"><strong>Wisdom of the Ordained</strong></see> <i>PvE</i> (WHM SCH AST SGE) [12962] [Spell]
-/// <para>Increases maximum MP by 50% and healing magic potency by 25%.</para>
-/// <para>Cannot be used with other Wisdom abilities.</para>
-/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
+/// <see href="https://garlandtools.org/db/#action/7381"><strong>Total Eclipse</strong></see> <i>PvE</i> (GLA PLD) [7381] [Weaponskill]
+/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
/// </summary>
-WisdomOfTheOrdainedPvE = 12962,
+TotalEclipsePvE = 7381,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12963"><strong>Wisdom of the Skirmisher</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [12963] [Spell]
-/// <para>Increases damage dealt by 20%.</para>
-/// <para>Cannot be used with other Wisdom abilities.</para>
-/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
+/// <see href="https://garlandtools.org/db/#action/7382"><strong>Intervention</strong></see> <i>PvE</i> (PLD) [7382] [Ability]
+/// <para>Reduces target party member's damage taken by 10%.</para>
+/// <para>Duration: s</para>
+/// <para>Additional Effect: Increases damage reduction by an additional 10% if Rampart or GuardianSentinelSentinel are active</para>
+/// <para>Additional Effect: Grants Knight's Resolve to target</para>
+/// <para>Knight's Resolve Effect: Reduces damage taken by 10%</para>
+/// <para>Duration: 4s</para>
+/// <para>Additional Effect: Grants Knight's Benediction to target</para>
+/// <para>Knight's Benediction Effect: Gradually restores HP</para>
+/// <para>Cure Potency: 250</para>
+/// <para>Duration: 12s</para>
+/// <para>Oath Gauge Cost: 50</para>
/// </summary>
-WisdomOfTheSkirmisherPvE = 12963,
+InterventionPvE = 7382,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12964"><strong>Wisdom of the Watcher</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [12964] [Spell]
-/// <para>Increases evasion by 25% while reducing damage dealt by 5%.</para>
-/// <para>Cannot be used with other Wisdom abilities.</para>
-/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
+/// <see href="https://garlandtools.org/db/#action/7383"><strong>Requiescat</strong></see> <i>PvE</i> (PLD) [7383] [Ability]
+/// <para>Deals unaspected damage with a potency of 320.</para>
+/// <para>Additional Effect: Grants 4 stacks of Requiescat</para>
+/// <para>Requiescat Effect: Increases the potency of Holy Spirit, Holy Circle, and all Confiteor combo actionsHoly Spirit, Holy Circle, and ConfiteorHoly Spirit and Holy CircleHoly SpiritHoly SpiritHoly Spirit and Holy CircleHoly SpiritHoly SpiritHoly Spirit, Holy Circle, and ConfiteorHoly Spirit and Holy CircleHoly SpiritHoly SpiritHoly Spirit and Holy CircleHoly SpiritHoly Spirit and spells will require no cast time</para>
+/// <para>Additional Effect: Grants Confiteor Ready</para>
+/// <para>Duration: 30s</para>
/// </summary>
-WisdomOfTheWatcherPvE = 12964,
+RequiescatPvE = 7383,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12965"><strong>Wisdom of the Templar</strong></see> <i>PvE</i> (WHM SCH AST SGE) [12965] [Spell]
-/// <para>Increases healing magic potency by 50% and maximum HP by 30%, while reducing damage dealt by 5%.</para>
-/// <para>Cannot be used with other Wisdom abilities.</para>
-/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
+/// <see href="https://garlandtools.org/db/#action/7384"><strong>Holy Spirit</strong></see> <i>PvE</i> (PLD) [7384] [Spell]
+/// <para>Deals unaspected damage with a potency of .</para>
+/// <para>Divine Might Potency: </para>
+/// <para>Requiescat Potency: </para>
+/// <para>The effect of Divine Might will be prioritized over Requiescat when under the effect of both.</para>
+/// <para>Additional Effect: Restores own HP</para>
+/// <para>Cure Potency: 400</para>
/// </summary>
-WisdomOfTheTemplarPvE = 12965,
+HolySpiritPvE = 7384,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12966"><strong>Wisdom of the Irregular</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [12966] [Spell]
-/// <para>Increases damage dealt by 30% while reducing magic defense by 60%.</para>
-/// <para>Cannot be used with other Wisdom abilities.</para>
-/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
+/// <see href="https://garlandtools.org/db/#action/7385"><strong>Passage of Arms</strong></see> <i>PvE</i> (PLD) [7385] [Ability]
+/// <para>Increases block rate to 100% and creates a designated area in a cone behind you in which party members will only suffer 85% of all damage inflicted.</para>
+/// <para>Duration: 18s</para>
+/// <para>Effect ends upon using another action or moving (including facing a different direction).</para>
+/// <para>Cancels auto-attack upon execution.</para>
/// </summary>
-WisdomOfTheIrregularPvE = 12966,
+PassageOfArmsPvE = 7385,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12967"><strong>Wisdom of the Breathtaker</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12967] [Spell]
-/// <para>Increases poison resistance and movement speed, including mount speed, and increases evasion by 10%.</para>
-/// <para>Cannot be used with other Wisdom abilities.</para>
-/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
+/// <see href="https://garlandtools.org/db/#action/7386"><strong>Onslaught</strong></see> <i>PvE</i> (WAR) [7386] [Ability]
+/// <para>Rushes target and delivers an attack with a potency of 150.</para>
+/// <para>Maximum Charges: </para>
+/// <para>Cannot be executed while bound.</para>
/// </summary>
-WisdomOfTheBreathtakerPvE = 12967,
+OnslaughtPvE = 7386,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12968"><strong>Spirit of the Remembered</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12968] [Ability]
-/// <para>Increases maximum HP by 10% and accuracy by 30%.</para>
-/// <para>Additional Effect: Grants a 70% chance of automatic revival upon KO</para>
-/// <para>Duration: 180m</para>
+/// <see href="https://garlandtools.org/db/#action/7387"><strong>Upheaval</strong></see> <i>PvE</i> (WAR) [7387] [Ability]
+/// <para>Delivers an attack with a potency of 400.</para>
+/// <para>Shares a recast timer with Orogeny.</para>
/// </summary>
-SpiritOfTheRememberedPvE = 12968,
+UpheavalPvE = 7387,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12969"><strong>Protect L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12969] [Spell]
-/// <para>Reduces physical damage taken by 22%.</para>
-/// <para>Duration: 30m</para>
+/// <see href="https://garlandtools.org/db/#action/7388"><strong>Shake It Off</strong></see> <i>PvE</i> (WAR) [7388] [Ability]
+/// <para>Creates a barrier around self and all nearby party members that absorbs damage totaling 15% of maximum HP.</para>
+/// <para>Dispels Thrill of Battle, DamnationVengeanceVengeance, and BloodwhettingRaw IntuitionRaw Intuition, increasing damage absorbed by 2% for each effect removed. </para>
+/// <para>Duration: 30s</para>
+/// <para>Additional Effect: Gradually restores HP</para>
+/// <para>Cure Potency: 100</para>
+/// <para>Duration: 15s</para>
+/// <para>Additional Effect: Restores target's HP</para>
+/// <para>Cure Potency: 300</para>
/// </summary>
-ProtectLPvE = 12969,
+ShakeItOffPvE = 7388,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12970"><strong>Shell L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12970] [Spell]
-/// <para>Reduces magic damage taken by 22%.</para>
-/// <para>Duration: 30m</para>
+/// <see href="https://garlandtools.org/db/#action/7389"><strong>Inner Release</strong></see> <i>PvE</i> (WAR) [7389] [Ability]
+/// <para>Grants 3 stacks of Inner Release, each stack allowing the use of Fell Cleave or Decimate without cost and guaranteeing they are critical and direct hits.</para>
+/// <para>Increases damage dealt when under an effect that raises critical hit rate or direct hit rate.</para>
+/// <para>Additional Effect: Grants Inner Strength, nullifying Stun, Sleep, Bind, Heavy, and most knockback and draw-in effects</para>
+/// <para>Duration: 15s</para>
+/// <para>Additional Effect: Extends Surging Tempest duration by 10s to a maximum of 60s</para>
+/// <para>Additional Effect: Grants Primal Rend Ready</para>
+/// <para>Duration: 30s</para>
+/// <para>Additional Effect: Grants a stack of Burgeoning Fury upon successfully landing Fell Cleave or Decimate, up to a maximum of 3</para>
+/// <para>At maximum stacks, become Wrathful, changing Inner Release to Primal Wrath.</para>
/// </summary>
-ShellLPvE = 12970,
+InnerReleasePvE = 7389,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12971"><strong>Death L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12971] [Spell]
-/// <para>KOs target. The less the target's HP, the greater the chance of success.</para>
+/// <see href="https://garlandtools.org/db/#action/7390"><strong>Delirium</strong></see> <i>PvE</i> (DRK) [7390] [Ability]
+/// <para>Grants 3 stacks of Delirium and Blood Weapon.</para>
+/// <para>Delirium Effect: Changes Bloodspiller to Scarlet Delirium and Quietus to Impalement</para>
+/// <para>Each stack allows the execution of Quietus or Bloodspiller without Blackblood cost, restoring MP when landing either weaponskill</para>
+/// <para>Each stack allows the execution of Quietus or Bloodspiller without Blackblood cost, restoring MP when landing either weaponskill</para>
+/// <para>Duration: 15s</para>
+/// <para>Blood Weapon Effect: Each stack increases Blood Gauge by 10 and restores MP upon landing weaponskills or spells</para>
+/// <para>Duration: 15s</para>
+/// <para>Effect does not stack when hitting multiple targets with a single attack.</para>
/// </summary>
-DeathLPvE = 12971,
+DeliriumPvE = 7390,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12972"><strong>Focus L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12972] [Ability]
-/// <para>Grants a stack of Boost, up to a maximum of 16.</para>
-/// <para>Boost Bonus: Increases potency of next weaponskill by 30% per stack</para>
-/// <para>Duration: 30s</para>
-/// <para>Shares a recast timer with all weaponskills.</para>
+/// <see href="https://garlandtools.org/db/#action/7391"><strong>Quietus</strong></see> <i>PvE</i> (DRK) [7391] [Weaponskill]
+/// <para>Delivers an attack with a potency of to all nearby enemies.</para>
+/// <para>Blood Gauge Cost: 50</para>
/// </summary>
-FocusLPvE = 12972,
+QuietusPvE = 7391,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12973"><strong>Paralyze L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12973] [Spell]
-/// <para>Afflicts target with Paralysis.</para>
-/// <para>Duration: 60s</para>
+/// <see href="https://garlandtools.org/db/#action/7392"><strong>Bloodspiller</strong></see> <i>PvE</i> (DRK) [7392] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Blood Gauge Cost: 50</para>
/// </summary>
-ParalyzeLPvE = 12973,
+BloodspillerPvE = 7392,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12974"><strong>Paralyze L III</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12974] [Spell]
-/// <para>Afflicts target and all neaby enemies with Paralysis.</para>
-/// <para>Duration: 60s</para>
+/// <see href="https://garlandtools.org/db/#action/7393"><strong>The Blackest Night</strong></see> <i>PvE</i> (DRK) [7393] [Ability]
+/// <para>Creates a barrier around self or target party member that absorbs damage totaling 25% of target's maximum HP.</para>
+/// <para>Duration: 7s</para>
+/// <para>Grants Dark Arts when barrier is completely absorbed.</para>
+/// <para>Dark Arts Effect: Consume Dark Arts instead of MP to execute Edge of Shadow or Flood of ShadowEdge of Darkness or Flood of DarknessEdge of Darkness or Flood of Darkness</para>
/// </summary>
-ParalyzeLIiiPvE = 12974,
+TheBlackestNightPvE = 7393,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12975"><strong>Swift L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12975] [Ability]
-/// <para>Greatly increases movement speed.</para>
+/// <see href="https://garlandtools.org/db/#action/7394"><strong>Riddle of Earth</strong></see> <i>PvE</i> (MNK) [7394] [Ability]
+/// <para>Reduces damage taken by 20%.</para>
/// <para>Duration: 10s</para>
+/// <para>Additional Effect: Grants Earth's Resolve upon taking damage</para>
+/// <para>Earth's Resolve Effect: Gradually restores HP</para>
+/// <para>Cure Potency: 100</para>
+/// <para>Duration: 15s</para>
+/// <para>Additional Effect: Grants Earth's Rumination</para>
+/// <para>Duration: 30s</para>
/// </summary>
-SwiftLPvE = 12975,
+RiddleOfEarthPvE = 7394,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12976"><strong>Featherfoot L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12976] [Ability]
-/// <para>Increases evasion by 15%.</para>
-/// <para>Duration: 45s</para>
+/// <see href="https://garlandtools.org/db/#action/7395"><strong>Riddle of Fire</strong></see> <i>PvE</i> (MNK) [7395] [Ability]
+/// <para>Increases damage dealt by 15%.</para>
+/// <para>Duration: 20s</para>
+/// <para>Additional Effect: Grants Fire's Rumination</para>
+/// <para>Duration: 20s</para>
/// </summary>
-FeatherfootLPvE = 12976,
+RiddleOfFirePvE = 7395,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12977"><strong>Spirit Dart L</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [12977] [Weaponskill]
-/// <para>Delivers a ranged attack with a potency of 100.</para>
-/// <para>Additional Effect: Afflicts target with Spirit Dart L, increasing damage taken by 8%</para>
-/// <para>Duration: 60s</para>
+/// <see href="https://garlandtools.org/db/#action/7396"><strong>Brotherhood</strong></see> <i>PvE</i> (MNK) [7396] [Ability]
+/// <para>Grants Brotherhood to self and all nearby party members.</para>
+/// <para>Brotherhood Effect: Increases damage dealt by 5%</para>
+/// <para>Additional Effect: Allows the opening of up to ten chakra</para>
+/// <para>Duration: 20s</para>
+/// <para>Additional Effect: Grants Meditative Brotherhood to self and all nearby party members</para>
+/// <para>Meditative Brotherhood Effect: 20% chance you open a chakra when party members under this effect successfully land a weaponskill or cast a spell</para>
+/// <para>Chance is 100% when you successfully land a weaponskill or cast a spell while under the effect of Meditative Brotherhood.20% chance you open a chakra when you or party members under this effect successfully land a weaponskill or cast a spell20% chance you open a chakra when you or party members under this effect successfully land a weaponskill or cast a spell</para>
+/// <para>Duration: 20s</para>
/// </summary>
-SpiritDartLPvE = 12977,
+BrotherhoodPvE = 7396,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12978"><strong>Catastrophe L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR) [12978] [Ability]
-/// <para>Deals unaspected damage to all nearby enemies with a potency of 4,000, while dealing damage with a potency of 999,999 to self.</para>
+/// <see href="https://garlandtools.org/db/#action/7397"><strong>Sonic Thrust</strong></see> <i>PvE</i> (DRG) [7397] [Weaponskill]
+/// <para>Delivers an attack with a potency of 100 to all enemies in a straight line before you.</para>
+/// <para>Combo Action: Doom Spike</para>
+/// <para>Combo Potency: 120</para>
+/// <para>Combo Bonus: Grants Power Surge</para>
+/// <para>Power Surge Effect: Increases damage dealt by 10%</para>
+/// <para>Duration: 30s</para>
/// </summary>
-CatastropheLPvE = 12978,
+SonicThrustPvE = 7397,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12979"><strong>Dispel L</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE) [12979] [Spell]
-/// <para>Removes one beneficial status from target.</para>
+/// <see href="https://garlandtools.org/db/#action/7399"><strong>Mirage Dive</strong></see> <i>PvE</i> (DRG) [7399] [Ability]
+/// <para>Delivers an attack with a potency of 200.</para>
+/// <para>Can only be executed when Dive Ready.</para>
/// </summary>
-DispelLPvE = 12979,
+MirageDivePvE = 7399,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12980"><strong>Feint L</strong></see> <i>PvE</i> (PLD WAR WHM SCH DRK AST GNB SGE) [12980] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100.</para>
-/// <para>Additional Effect: Reduces target's evasion</para>
-/// <para>Duration: 60s</para>
+/// <see href="https://garlandtools.org/db/#action/7400"><strong>Nastrond</strong></see> <i>PvE</i> (DRG) [7400] [Ability]
+/// <para>Delivers an attack to all enemies in a straight line before you with a potency of for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Can only be executed while Nastrond Ready.</para>
/// </summary>
-FeintLPvE = 12980,
+NastrondPvE = 7400,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12981"><strong>Stealth L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH MCH DRK AST SAM RDM GNB DNC RPR SGE) [12981] [Ability]
-/// <para>Blend in with your surroundings, making it impossible for most enemies to detect you, but reducing movement speed by 50%. Has no effect on certain enemies with special sight.</para>
-/// <para>Cannot be executed while in combat.</para>
-/// <para>Effect ends upon use of any action other than Sprint, or upon reuse.</para>
+/// <see href="https://garlandtools.org/db/#action/7401"><strong>Hellfrog Medium</strong></see> <i>PvE</i> (NIN) [7401] [Ability]
+/// <para>Deals fire damage with a potency of 160 to target and all enemies nearby it.</para>
+/// <para>Ninki Gauge Cost: 50</para>
+/// <para>Shares a recast timer with Bhavacakra.</para>
/// </summary>
-StealthLPvE = 12981,
+HellfrogMediumPvE = 7401,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12982"><strong>Aetherial Manipulation L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12982] [Ability]
-/// <para>Rush to a target's side.</para>
-/// <para>Unable to cast if bound.</para>
+/// <see href="https://garlandtools.org/db/#action/7402"><strong>Bhavacakra</strong></see> <i>PvE</i> (NIN) [7402] [Ability]
+/// <para>Deals unaspected damage with a potency of .</para>
+/// <para>Meisui Bonus: Potency is increased to when under the effect of Meisui</para>
+/// <para>Ninki Gauge Cost: 50</para>
+/// <para>Shares a recast timer with Hellfrog Medium.</para>
/// </summary>
-AetherialManipulationLPvE = 12982,
+BhavacakraPvE = 7402,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12983"><strong>Backstep L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12983] [Ability]
-/// <para>Jump 10 yalms back from current position. Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#action/7403"><strong>Ten Chi Jin</strong></see> <i>PvE</i> (NIN) [7403] [Ability]
+/// <para>Temporarily converts each of the three mudra into a ninjutsu action. Executing one of these actions will convert the remaining mudra into different ninjutsu actions until all three have been executed or the Ten Chi Jin effect expires.</para>
+/// <para>Duration: 6s</para>
+/// <para>Additional Effect: Grants Tenri Jindo Ready</para>
+/// <para>Duration: 30s</para>
+/// <para>Only ninjutsu available while active. The same ninjutsu cannot be executed twice.</para>
+/// <para>Cannot be executed while under the effect of Kassatsu. Effect ends upon moving.</para>
/// </summary>
-BackstepLPvE = 12983,
+TenChiJinPvE = 7403,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12984"><strong>Tranquilizer L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12984] [Ability]
-/// <para>Stuns target.</para>
-/// <para>Duration: 8s</para>
+/// <see href="https://garlandtools.org/db/#action/7404"><strong>Pitch Perfect</strong></see> <i>PvE</i> (BRD) [7404] [Ability]
+/// <para>Delivers an attack to the target and all enemies nearby it. Potency varies with number of Repertoire stacks, dealing full damage for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>1 Repertoire Stack: 100</para>
+/// <para>2 Repertoire Stacks: 220</para>
+/// <para>3 Repertoire Stacks: 360</para>
+/// <para>Can only be executed when the Wanderer's Minuet is active and you have at least one stack of Repertoire.</para>
/// </summary>
-TranquilizerLPvE = 12984,
+PitchPerfectPvE = 7404,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12985"><strong>Bloodbath L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12985] [Ability]
-/// <para>Converts a portion of damage dealt into HP.</para>
-/// <para>Duration: 45s</para>
+/// <see href="https://garlandtools.org/db/#action/7405"><strong>Troubadour</strong></see> <i>PvE</i> (BRD) [7405] [Ability]
+/// <para>Reduces damage taken by self and nearby party members by %.</para>
+/// <para>Duration: 15s</para>
+/// <para>Effect cannot be stacked with machinist's Tactician or dancer's Shield Samba.</para>
/// </summary>
-BloodbathLPvE = 12985,
+TroubadourPvE = 7405,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12986"><strong>Rejuvenate L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12986] [Ability]
-/// <para>Instantly restores 50% of maximum HP and MP.</para>
+/// <see href="https://garlandtools.org/db/#action/7406"><strong>Caustic Bite</strong></see> <i>PvE</i> (BRD) [7406] [Weaponskill]
+/// <para>Delivers an attack with a potency of 150.</para>
+/// <para>Additional Effect: Poison</para>
+/// <para>Potency: 20</para>
+/// <para>Duration: 45s</para>
+/// <para>Additional Effect: 35% chance of granting Hawk's Eye</para>
+/// <para>Duration: 30s</para>
/// </summary>
-RejuvenateLPvE = 12986,
+CausticBitePvE = 7406,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12987"><strong>Haymaker L</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [12987] [Ability]
-/// <para>Delivers an attack with a potency of 300.</para>
-/// <para>Can only be executed immediately after evading an attack.</para>
-/// <para>Additional Effect: Slow +20%</para>
+/// <see href="https://garlandtools.org/db/#action/7407"><strong>Stormbite</strong></see> <i>PvE</i> (BRD) [7407] [Weaponskill]
+/// <para>Deals wind damage with a potency of 100.</para>
+/// <para>Additional Effect: Wind damage over time</para>
+/// <para>Potency: 25</para>
+/// <para>Duration: 45s</para>
+/// <para>Additional Effect: 35% chance of granting Hawk's Eye</para>
/// <para>Duration: 30s</para>
/// </summary>
-HaymakerLPvE = 12987,
+StormbitePvE = 7407,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12988"><strong>Rapid Recast L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [12988] [Ability]
-/// <para>Shortens recast time for next ability used by 50%.</para>
+/// <see href="https://garlandtools.org/db/#action/7408"><strong>Nature's Minne</strong></see> <i>PvE</i> (BRD) [7408] [Ability]
+/// <para>Increases HP recovery via healing actions by 15% for self and nearby party members.</para>
/// <para>Duration: 15s</para>
/// </summary>
-RapidRecastLPvE = 12988,
+NaturesMinnePvE = 7408,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12989"><strong>Cure L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [12989] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 9,000</para>
+/// <see href="https://garlandtools.org/db/#action/7409"><strong>Refulgent Arrow</strong></see> <i>PvE</i> (BRD) [7409] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Can only be executed when under the effect of Hawk's Eye.</para>
/// </summary>
-CureLPvE = 12989,
+RefulgentArrowPvE = 7409,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12990"><strong>Cure L II</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [12990] [Ability]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 12,000</para>
+/// <see href="https://garlandtools.org/db/#action/7410"><strong>Heat Blast</strong></see> <i>PvE</i> (MCH) [7410] [Weaponskill]
+/// <para>Delivers an attack with a potency of 200.</para>
+/// <para>Additional Effect: Reduces the recast time of both Gauss Round and Ricochet by 15s</para>
+/// <para>Can only be executed when firearm is Overheated.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// </summary>
-CureLIiPvE = 12990,
+HeatBlastPvE = 7410,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12991"><strong>Stoneskin L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12991] [Spell]
-/// <para>Creates a barrier around target that absorbs damage totaling 10% of target's maximum HP.</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/7411"><strong>Heated Split Shot</strong></see> <i>PvE</i> (MCH) [7411] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Additional Effect: Increases Heat Gauge by 5</para>
/// </summary>
-StoneskinLPvE = 12991,
+HeatedSplitShotPvE = 7411,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12992"><strong>Cure L III</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [12992] [Spell]
-/// <para>Restores own or target party member's HP and all party members nearby target.</para>
-/// <para>Cure Potency: 9,000</para>
+/// <see href="https://garlandtools.org/db/#action/7412"><strong>Heated Slug Shot</strong></see> <i>PvE</i> (MCH) [7412] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Combo Action: Heated Split Shot</para>
+/// <para>Combo Potency: </para>
+/// <para>Combo Bonus: Increases Heat Gauge by 5</para>
/// </summary>
-CureLIiiPvE = 12992,
+HeatedSlugShotPvE = 7412,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12993"><strong>Regen L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [12993] [Spell]
-/// <para>Grants Regen to target.</para>
-/// <para>Cure Potency: 2,500</para>
-/// <para>Duration: 21s</para>
+/// <see href="https://garlandtools.org/db/#action/7413"><strong>Heated Clean Shot</strong></see> <i>PvE</i> (MCH) [7413] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Combo Action: Heated Slug Shot</para>
+/// <para>Combo Potency: </para>
+/// <para>Combo Bonus: Increases Heat Gauge by 5</para>
+/// <para>Combo Bonus: Increases Battery Gauge by 10</para>
/// </summary>
-RegenLPvE = 12993,
+HeatedCleanShotPvE = 7413,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12994"><strong>Esuna L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [12994] [Spell]
-/// <para>Removes a single detrimental effect from target.</para>
+/// <see href="https://garlandtools.org/db/#action/7414"><strong>Barrel Stabilizer</strong></see> <i>PvE</i> (MCH) [7414] [Ability]
+/// <para>Grants Hypercharged.</para>
+/// <para>Duration: 30s</para>
+/// <para>Additional Effect: Grants Full Metal Machinist</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed while in combat.</para>
/// </summary>
-EsunaLPvE = 12994,
+BarrelStabilizerPvE = 7414,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12995"><strong>Incense L</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE) [12995] [Ability]
-/// <para>Gesture threateningly, placing yourself at the top of a target's enmity list and increasing enmity generation.</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#action/7415"><strong>Rook Overdrive</strong></see> <i>PvE</i> (MCH) [7415] [Ability]
+/// <para>Orders the rook autoturret to use Rook Overload.</para>
+/// <para>Rook Overload Potency: 160</para>
+/// <para>Potency increases as Battery Gauge exceeds required cost at time of deployment, up to a maximum of 320.</para>
+/// <para>The rook autoturret shuts down after execution. If this action is not used manually while the rook autoturret is active, it will be triggered automatically immediately before shutting down.</para>
+/// <para>Shares a recast timer with Rook Autoturret.</para>
/// </summary>
-IncenseLPvE = 12995,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12996"><strong>Raise L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [12996] [Spell]
-/// <para>Resurrects target to a weakened state.</para>
-/// </summary>
-RaiseLPvE = 12996,
+RookOverdrivePvE = 7415,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12997"><strong>Bravery L</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE) [12997] [Spell]
-/// <para>Increases target's damage dealt by 10%.</para>
-/// <para>Duration: 300s</para>
+/// <see href="https://garlandtools.org/db/#action/7416"><strong>Rook Overload</strong></see> <i>PvE</i> (MCH) [7416] [Ability]
+/// <para>Delivers an attack with a potency of 160.</para>
+/// <para>Potency increases as Battery Gauge exceeds required cost at time of deployment, up to a maximum of 320.</para>
+/// <para>The rook autoturret shuts down after execution. If this action is not used manually while the rook autoturret is active, it will be triggered automatically immediately before shutting down.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-BraveryLPvE = 12997,
+RookOverloadPvE = 7416,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12998"><strong>Solid Shield L</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE) [12998] [Ability]
-/// <para>Reduces physical damage taken by 99%.</para>
-/// <para>Duration: 8s</para>
+/// <see href="https://garlandtools.org/db/#action/7418"><strong>Flamethrower</strong></see> <i>PvE</i> (MCH) [7418] [Ability]
+/// <para>Delivers damage over time to all enemies in a cone before you.</para>
+/// <para>Potency: 80</para>
+/// <para>Duration: 10s</para>
+/// <para>Effect ends upon using another action or moving (including facing a different direction).</para>
+/// <para>Cancels auto-attack upon execution.</para>
+/// <para>Triggers the cooldown of weaponskills upon execution. Cannot be executed during the cooldown of weaponskills.</para>
/// </summary>
-SolidShieldLPvE = 12998,
+FlamethrowerPvE = 7418,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/12999"><strong>Spell Shield L</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE) [12999] [Ability]
-/// <para>Reduces magic damage taken by 99%.</para>
-/// <para>Duration: 8s</para>
+/// <see href="https://garlandtools.org/db/#action/7419"><strong>Between the Lines</strong></see> <i>PvE</i> (BLM) [7419] [Ability]
+/// <para>Move instantly to Ley Lines drawn by you.</para>
+/// <para>Cannot be executed while bound.</para>
/// </summary>
-SpellShieldLPvE = 12999,
+BetweenTheLinesPvE = 7419,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/13000"><strong>Reflect L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [13000] [Spell]
-/// <para>Creates a magic-reflecting barrier around self or party member.</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/7420"><strong>Thunder IV</strong></see> <i>PvE</i> (BLM) [7420] [Spell]
+/// <para>Deals lightning damage with a potency of 80 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Lightning damage over time</para>
+/// <para>Potency: 35</para>
+/// <para>Duration: 21s</para>
+/// <para>Can only be cast while under the effect of Thunderhead, granted when gaining Astral Fire or Umbral Ice from an unaspected state, or changing between their influences.</para>
+/// <para>Thunderhead Duration: 30s</para>
+/// <para>Only one Thunder spell-induced damage over time effect per caster can be inflicted upon a single target.</para>
/// </summary>
-ReflectLPvE = 13000,
+ThunderIvPvE = 7420,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/13001"><strong>Smite L</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [13001] [Ability]
-/// <para>Delivers an attack with a potency of 1,000.</para>
-/// <para>Can only be executed when your HP is below 50%.</para>
-/// <para>Additional Effect: Restores an amount of own HP proportional to damage dealt</para>
+/// <see href="https://garlandtools.org/db/#action/7421"><strong>Triplecast</strong></see> <i>PvE</i> (BLM) [7421] [Ability]
+/// <para>The next three spells will require no cast time.</para>
+/// <para>Duration: 15s</para>
+/// <para>Maximum Charges: 2</para>
/// </summary>
-SmiteLPvE = 13001,
+TriplecastPvE = 7421,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/13002"><strong>Refresh L</strong></see> <i>PvE</i> (WHM SCH AST SGE) [13002] [Spell]
-/// <para>Increases the amount of magia aether regenerated over time by self and nearby party members.</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/7422"><strong>Foul</strong></see> <i>PvE</i> (BLM) [7422] [Spell]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 600 for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Polyglot Cost: 1</para>
/// </summary>
-RefreshLPvE = 13002,
+FoulPvE = 7422,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/13003"><strong>Banish L</strong></see> <i>PvE</i> (WHM SCH AST SGE) [13003] [Spell]
-/// <para>Deals unaspected damage with a potency of 200.</para>
-/// <para>Additional Effect: Afflicts undead targets with Banish L, increasing damage taken by 25%</para>
-/// <para>Duration: 60s</para>
+/// <see href="https://garlandtools.org/db/#action/7426"><strong>Ruin IV</strong></see> <i>PvE</i> (SMN) [7426] [Spell]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Can only be executed while under the effect of Further Ruin.</para>
/// </summary>
-BanishLPvE = 13003,
+RuinIvPvE = 7426,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/13004"><strong>Banish L III</strong></see> <i>PvE</i> (WHM SCH AST SGE) [13004] [Spell]
-/// <para>Deals unaspected damage with a potency of 150 to target and all enemies nearby it.</para>
-/// <para>Additional Effect: Afflicts undead targets with Banish L, increasing damage taken by 25%</para>
-/// <para>Duration: 60s</para>
+/// <see href="https://garlandtools.org/db/#action/7427"><strong>Summon Bahamut</strong></see> <i>PvE</i> (SMN) [7427] [Spell]
+/// <para>Enters Dreadwyrm Trance and summons Demi-Bahamut to fight your target.</para>
+/// <para>Demi-Bahamut will execute Wyrmwave automatically on the targets attacked by you after summoning.</para>
+/// <para>Increases enmity in target when Demi-Bahamut is summoned.</para>
+/// <para>Duration: 15s</para>
+/// <para>Additional Effect: Changes Ruin III to Astral Impulse and Tri-disasterOutburstOutburst to Astral Flare</para>
+/// <para>Additional Effect: Grants Ruby Arcanum, Topaz Arcanum, and Emerald Arcanum</para>
+/// <para>Can only be executed while Carbuncle is summoned.</para>
+/// <para>This action does not share a recast timer with any other actions.</para>
/// </summary>
-BanishLIiiPvE = 13004,
+SummonBahamutPvE = 7427,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/13005"><strong>Magic Burst L</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE) [13005] [Ability]
-/// <para>Increases spell damage by 100% while increasing MP cost.</para>
-/// <para>Duration: 20s</para>
+/// <see href="https://garlandtools.org/db/#action/7428"><strong>Wyrmwave</strong></see> <i>PvE</i> (SMN) [7428] [Spell]
+/// <para>Deals unaspected damage with a potency of 150.</para>
+/// <para>Will only execute while Demi-Bahamut is summoned.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-MagicBurstLPvE = 13005,
+WyrmwavePvE = 7428,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/13006"><strong>Double Edge L</strong></see> <i>PvE</i> (PLD MNK WAR DRG NIN DRK SAM GNB RPR) [13006] [Ability]
-/// <para>Increases physical damage dealt while dealing damage to self over time.</para>
-/// <para>Stacks increase every 3 seconds, up to a maximum of 16. For each stack, physical damage dealt is increased by 15%, and potency of damage dealt to self increases by 360.</para>
-/// <para>Duration: 48s</para>
+/// <see href="https://garlandtools.org/db/#action/7429"><strong>Enkindle Bahamut</strong></see> <i>PvE</i> (SMN) [7429] [Ability]
+/// <para>Orders Demi-Bahamut to execute Akh Morn.</para>
+/// <para>Akh Morn Effect: Deals unaspected damage to target and all enemies nearby it with a potency of 1,300 for the first enemy, and 60% less for all remaining enemies</para>
/// </summary>
-DoubleEdgeLPvE = 13006,
+EnkindleBahamutPvE = 7429,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/13007"><strong>Eagle Eye Shot L</strong></see> <i>PvE</i> (BRD MCH DNC) [13007] [Weaponskill]
-/// <para>Delivers a ranged attack with a potency of 80. Potency increases up to 1,000% the lower the target's HP.</para>
-/// <para>Generates significant enmity upon use.</para>
+/// <see href="https://garlandtools.org/db/#action/7430"><strong>Thin Air</strong></see> <i>PvE</i> (WHM) [7430] [Ability]
+/// <para>Next action is executed without MP cost.</para>
+/// <para>Duration: 12s</para>
+/// <para>Maximum Charges: 2</para>
/// </summary>
-EagleEyeShotLPvE = 13007,
+ThinAirPvE = 7430,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/13265"><strong>Tricksome Treat</strong></see> <i>PvE</i> (All Classes) [13265] [Special]
-/// <para>Casts a spell that alarms targets within the designated area.</para>
+/// <see href="https://garlandtools.org/db/#action/7431"><strong>Stone IV</strong></see> <i>PvE</i> (WHM) [7431] [Spell]
+/// <para>Deals earth damage with a potency of 260.</para>
/// </summary>
-TricksomeTreatPvE = 13265,
+StoneIvPvE = 7431,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/13266"><strong>Unveil</strong></see> <i>PvE</i> (All Classes) [13266] [Special]
-/// <para>Removes the effects of transfiguration.</para>
+/// <see href="https://garlandtools.org/db/#action/7432"><strong>Divine Benison</strong></see> <i>PvE</i> (WHM) [7432] [Ability]
+/// <para>Creates a barrier around self or target party member that absorbs damage equivalent to a heal of 500 potency.</para>
+/// <para>Duration: 15s</para>
+/// <para>Maximum Charges: 2</para>
/// </summary>
-UnveilPvE = 13266,
+DivineBenisonPvE = 7432,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/13423"><strong>Stone IV of the Seventh Dawn</strong></see> <i>PvE</i> (All Classes) [13423] [Spell]
-/// <para>Deals earth damage with a potency of 140.</para>
+/// <see href="https://garlandtools.org/db/#action/7433"><strong>Plenary Indulgence</strong></see> <i>PvE</i> (WHM) [7433] [Ability]
+/// <para>Grants Confession to self and nearby party members.</para>
+/// <para>Duration: 10s</para>
+/// <para>Party members under the effect of Confession will receive additional healing upon receiving HP recovery via Medica, Medica IIIMedica IIMedica II, Cure III, or Afflatus Raptureor Cure IIIor Cure III.</para>
+/// <para>Cure Potency: 200</para>
/// </summary>
-StoneIvOfTheSeventhDawnPvE = 13423,
+PlenaryIndulgencePvE = 7433,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/13424"><strong>Aero II of the Seventh Dawn</strong></see> <i>PvE</i> (All Classes) [13424] [Spell]
-/// <para>Deals wind damage with a potency of 50.</para>
-/// <para>Additional Effect: Wind damage over time</para>
-/// <para>Potency: 50</para>
-/// <para>Duration: 18s</para>
+/// <see href="https://garlandtools.org/db/#action/7434"><strong>Excogitation</strong></see> <i>PvE</i> (SCH) [7434] [Ability]
+/// <para>Grants self or target party member the effect of Excogitation, restoring HP when member's HP falls below 50% or upon effect duration expiration.</para>
+/// <para>Cure Potency: 800</para>
+/// <para>Duration: 45s</para>
+/// <para>Additional Effect: Increases Faerie Gauge by 10</para>
+/// <para>Aetherflow Gauge Cost: 1</para>
/// </summary>
-AeroIiOfTheSeventhDawnPvE = 13424,
+ExcogitationPvE = 7434,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/13425"><strong>Cure II of the Seventh Dawn</strong></see> <i>PvE</i> (All Classes) [13425] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 700</para>
+/// <see href="https://garlandtools.org/db/#action/7435"><strong>Broil II</strong></see> <i>PvE</i> (SCH) [7435] [Spell]
+/// <para>Deals unaspected damage with a potency of 240.</para>
/// </summary>
-CureIiOfTheSeventhDawnPvE = 13425,
+BroilIiPvE = 7435,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/13426"><strong>Aetherwell</strong></see> <i>PvE</i> (All Classes) [13426] [Ability]
-/// <para>Restores MP.</para>
+/// <see href="https://garlandtools.org/db/#action/7436"><strong>Chain Stratagem</strong></see> <i>PvE</i> (SCH) [7436] [Ability]
+/// <para>Increases rate at which target takes critical hits by 10%.</para>
+/// <para>Duration: 20s</para>
+/// <para>Additional Effect: Grants Impact Imminent</para>
+/// <para>Duration: 30s</para>
/// </summary>
-AetherwellPvE = 13426,
+ChainStratagemPvE = 7436,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/14414"><strong>Heavenly Sword</strong></see> <i>PvE</i> (All Classes) [14414] [Ability]
-/// <para>Wield the ethereal sword to strike forward. </para>
+/// <see href="https://garlandtools.org/db/#action/7437"><strong>Aetherpact</strong></see> <i>PvE</i> (SCH) [7437] [Ability]
+/// <para>Orders faerie to execute Fey Union with target party member. Effect ends upon reuse.</para>
+/// <para>Faerie Gauge Cost: 10</para>
+/// <para>Fey Union Effect: Gradually restores HP of party member with which faerie has a Fey Union.</para>
+/// <para>Cure Potency: 300</para>
+/// <para>Faerie Gauge is depleted by 10 periodically while HP is restored. Fey Union effect fades upon execution of other faerie actions or when party member moves from within 30 yalms of the faerie.</para>
+/// <para>The Faerie Gauge increases when a faerie or Serapha faeriea faerie is summoned and an Aetherflow action is successfully executed while in combat.</para>
/// </summary>
-HeavenlySwordPvE = 14414,
+AetherpactPvE = 7437,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/14415"><strong>Heavenly Shield</strong></see> <i>PvE</i> (All Classes) [14415] [Ability]
-/// <para>Wield the ethereal shield to defend against frontal attacks.</para>
+/// <see href="https://garlandtools.org/db/#action/7438"><strong>Fey Union</strong></see> <i>PvE</i> (SCH) [7438] [Ability]
+/// <para>Gradually restores HP of party member with which faerie has a Fey Union.</para>
+/// <para>Cure Potency: 300</para>
+/// <para>Faerie Gauge is depleted by 10 periodically while HP is restored. Fey Union effect fades upon execution of other faerie actions or when party member moves from within 30 yalms of the faerie.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-HeavenlyShieldPvE = 14415,
+FeyUnionPvE = 7438,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/14476"><strong>Perception L</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [14476] [Ability]
-/// <para>Reveals all traps within a 15-yalm radius. If no traps exist within 15 yalms, detects whether any traps are present within a 36-yalm radius.</para>
-/// <para>Only effective within dungeons.</para>
+/// <see href="https://garlandtools.org/db/#action/7439"><strong>Earthly Star</strong></see> <i>PvE</i> (AST) [7439] [Ability]
+/// <para>Deploys an Earthly Star in the designated area and grants the effect of Earthly Dominance.</para>
+/// <para>Duration: 10s</para>
+/// <para>Executing Stellar Detonation while under the effect of Earthly Dominance creates a Stellar Burst dealing unaspected damage with a potency of 205 to all nearby enemies. Also restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: 540</para>
+/// <para>After 10s, Earthly Dominance effect is changed to Giant Dominance.</para>
+/// <para>Duration: 10s</para>
+/// <para>Waiting 10s or executing Stellar Detonation while under the effect of Giant Dominance creates a Stellar Explosion dealing unaspected damage with a potency of 310 to all nearby enemies. Also restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: 720</para>
/// </summary>
-PerceptionLPvE = 14476,
+EarthlyStarPvE = 7439,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/14477"><strong>Wisdom of the Elder</strong></see> <i>PvE</i> (BLM SMN RDM) [14477] [Spell]
-/// <para>Increases magic damage dealt by 35% while reducing magic damage taken by 22% and decreasing spell MP cost.</para>
-/// <para>Cannot be used with other Wisdom abilities.</para>
-/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
+/// <see href="https://garlandtools.org/db/#action/7442"><strong>Malefic III</strong></see> <i>PvE</i> (AST) [7442] [Spell]
+/// <para>Deals unaspected damage with a potency of 190.</para>
/// </summary>
-WisdomOfTheElderPvE = 14477,
+MaleficIiiPvE = 7442,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/14478"><strong>Wisdom of the Duelist</strong></see> <i>PvE</i> (MNK DRG NIN SAM RPR) [14478] [Spell]
-/// <para>Increases physical damage dealt by 40% and maximum HP by 15%.</para>
-/// <para>Cannot be used with other Wisdom abilities.</para>
-/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
+/// <see href="https://garlandtools.org/db/#action/7444"><strong>Lord of Crowns</strong></see> <i>PvE</i> (AST) [7444] [Ability]
+/// <para>Deals unaspected damage with a potency of 400 to all nearby enemies.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Minor Arcana changes to Lord of Crowns when requirements for execution are met.</para>
/// </summary>
-WisdomOfTheDuelistPvE = 14478,
+LordOfCrownsPvE = 7444,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/14479"><strong>Wisdom of the Fiendhunter</strong></see> <i>PvE</i> (BRD MCH DNC) [14479] [Spell]
-/// <para>Increases physical damage dealt by 25% and evasion by 25%.</para>
-/// <para>Cannot be used with other Wisdom abilities.</para>
-/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
+/// <see href="https://garlandtools.org/db/#action/7445"><strong>Lady of Crowns</strong></see> <i>PvE</i> (AST) [7445] [Ability]
+/// <para>Restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: 400</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Minor Arcana changes to Lady of Crowns when requirements for execution are met.</para>
/// </summary>
-WisdomOfTheFiendhunterPvE = 14479,
+LadyOfCrownsPvE = 7445,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/14480"><strong>Wisdom of the Indomitable</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [14480] [Spell]
-/// <para>Reduces damage taken by 64%.</para>
-/// <para>Grants one stack of HP Boost each time damage equal to or greater than half of maximum HP is taken from a single-target attack.</para>
-/// <para>Cannot be used with other Wisdom abilities.</para>
-/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
+/// <see href="https://garlandtools.org/db/#action/7447"><strong>Thunder II</strong></see> <i>PvE</i> (THM BLM) [7447] [Spell]
+/// <para>Deals lightning damage with a potency of 60 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Lightning damage over time</para>
+/// <para>Potency: 30</para>
+/// <para>Duration: 18s</para>
+/// <para>Can only be cast while under the effect of Thunderhead, granted when gaining Astral Fire or Umbral Ice from an unaspected state, or changing between their influences.</para>
+/// <para>Thunderhead Duration: 30s</para>
+/// <para>Only one Thunder spell-induced damage over time effect per caster can be inflicted upon a single target.</para>
/// </summary>
-WisdomOfTheIndomitablePvE = 14480,
+ThunderIiPvE = 7447,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/14481"><strong>Sacrifice L</strong></see> <i>PvE</i> (WHM SCH AST SGE) [14481] [Spell]
-/// <para>Restores all of a KO'd target's HP.</para>
-/// <para>Cannot be executed if currently afflicted with Sacrifice.</para>
-/// <para>Additional Effect: Inflicts Sacrifice on self</para>
-/// <para>Sacrifice Effect: When effect expires, you will be KO'd</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/7449"><strong>Akh Morn</strong></see> <i>PvE</i> (SMN) [7449] [Ability]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 1,300 for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Can only be executed while Demi-Bahamut is summoned.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-SacrificeLPvE = 14481,
+AkhMornPvE = 7449,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/14597"><strong>Warp-strike</strong></see> <i>PvE</i> (All Classes) [14597] [Ability]
-/// <para>Move instantly to the target while delivering a physical attack. Potency increases with initial distance from target.</para>
+/// <see href="https://garlandtools.org/db/#action/7477"><strong>Hakaze</strong></see> <i>PvE</i> (SAM) [7477] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Additional Effect: Increases Kenki Gauge by 5</para>
/// </summary>
-WarpstrikePvE = 14597,
+HakazePvE = 7477,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/14840"><strong>Kyokufu</strong></see> <i>PvE</i> (All Classes) [14840] [Weaponskill]
-/// <para>Delivers an attack with a potency of 180.</para>
+/// <see href="https://garlandtools.org/db/#action/7478"><strong>Jinpu</strong></see> <i>PvE</i> (SAM) [7478] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Combo Action: GyofuHakazeHakaze</para>
+/// <para>Combo Potency: </para>
+/// <para>Combo Bonus: Grants Fugetsu</para>
+/// <para>Fugetsu Effect: Increases damage dealt by %</para>
+/// <para>Duration: 40s</para>
+/// <para>Combo Bonus: Increases Kenki Gauge by 5</para>
/// </summary>
-KyokufuPvE = 14840,
+JinpuPvE = 7478,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/14841"><strong>Ajisai</strong></see> <i>PvE</i> (All Classes) [14841] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100.</para>
-/// <para>Additional Effect: Damage over time</para>
-/// <para>Potency: 30</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/7479"><strong>Shifu</strong></see> <i>PvE</i> (SAM) [7479] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Combo Action: GyofuHakazeHakaze</para>
+/// <para>Combo Potency: </para>
+/// <para>Combo Bonus: Grants Fuka</para>
+/// <para>Fuka Effect: Reduces weaponskill cast time and recast time, spell cast time and recast time, and auto-attack delay by %</para>
+/// <para>Duration: 40s</para>
+/// <para>Combo Bonus: Increases Kenki Gauge by 5</para>
/// </summary>
-AjisaiPvE = 14841,
+ShifuPvE = 7479,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/14842"><strong>Hissatsu: Gyoten</strong></see> <i>PvE</i> (All Classes) [14842] [Ability]
-/// <para>Rushes target and delivers an attack with a potency of 100.</para>
+/// <see href="https://garlandtools.org/db/#action/7480"><strong>Yukikaze</strong></see> <i>PvE</i> (SAM) [7480] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Combo Action: GyofuHakazeHakaze</para>
+/// <para>Combo Potency: </para>
+/// <para>Combo Bonus: Increases Kenki Gauge by </para>
+/// <para>Combo Bonus: Grants Setsu</para>
+/// <para>Combo Bonus: Grants Setsu</para>
+/// <para>Combo Bonus: Grants Setsu</para>
/// </summary>
-HissatsuGyotenPvE_14842 = 14842,
+YukikazePvE = 7480,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/15375"><strong>Second Wind</strong></see> <i>PvE</i> (All Classes) [15375] [Ability]
-/// <para>Instantly restores own HP.</para>
-/// <para>Cure Potency: 500</para>
-/// <para>Cure potency varies with current attack power.</para>
+/// <see href="https://garlandtools.org/db/#action/7481"><strong>Gekko</strong></see> <i>PvE</i> (SAM) [7481] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para> when executed from a target's rear.</para>
+/// <para>Combo Action: Jinpu</para>
+/// <para>Combo Potency: </para>
+/// <para>Rear Combo Potency: </para>
+/// <para>Combo Bonus: Increases Kenki Gauge by </para>
+/// <para>Combo Bonus: Grants Getsu</para>
/// </summary>
-SecondWindPvE_15375 = 15375,
+GekkoPvE = 7481,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/15537"><strong>Interject</strong></see> <i>PvE</i> (All Classes) [15537] [Ability]
-/// <para>Interrupts the use of a target's action.</para>
+/// <see href="https://garlandtools.org/db/#action/7482"><strong>Kasha</strong></see> <i>PvE</i> (SAM) [7482] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para> when executed from a target's flank.</para>
+/// <para>Combo Action: Shifu</para>
+/// <para>Combo Potency: </para>
+/// <para>Flank Combo Potency: </para>
+/// <para>Combo Bonus: Increases Kenki Gauge by </para>
+/// <para>Combo Bonus: Grants Ka</para>
/// </summary>
-InterjectPvE_15537 = 15537,
+KashaPvE = 7482,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/15553"><strong>Present</strong></see> <i>PvE</i> (All Classes) [15553] [Special]
-/// <para>Present an eggsquisite gift.</para>
+/// <see href="https://garlandtools.org/db/#action/7483"><strong>Fuga</strong></see> <i>PvE</i> (SAM) [7483] [Weaponskill]
+/// <para>Delivers an attack with a potency of 90 to all enemies in a cone before you.</para>
+/// <para>Additional Effect: Increases Kenki Gauge by 5</para>
/// </summary>
-PresentPvE = 15553,
+FugaPvE = 7483,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/15870"><strong>Fight or Flight</strong></see> <i>PvE</i> (All Classes) [15870] [Ability]
-/// <para>Increases physical damage dealt by 25%.</para>
-/// <para>Duration: 25s</para>
+/// <see href="https://garlandtools.org/db/#action/7484"><strong>Mangetsu</strong></see> <i>PvE</i> (SAM) [7484] [Weaponskill]
+/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
+/// <para>Combo Action: FukoFugaFuga</para>
+/// <para>Combo Potency: 120</para>
+/// <para>Combo Bonus: Grants Fugetsu</para>
+/// <para>Fugetsu Effect: Increases damage dealt by %</para>
+/// <para>Duration: 40s</para>
+/// <para>Combo Bonus: Increases Kenki Gauge by </para>
+/// <para>Combo Bonus: Grants Getsu</para>
+/// <para>Combo Bonus: Grants Getsu</para>
+/// <para>Combo Bonus: Grants Getsu</para>
/// </summary>
-FightOrFlightPvE_15870 = 15870,
+MangetsuPvE = 7484,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/15989"><strong>Cascade</strong></see> <i>PvE</i> (DNC) [15989] [Weaponskill]
-/// <para>Delivers an attack with a potency of 220.</para>
-/// <para>Additional Effect: 50% chance of granting Silken Symmetry</para>
-/// <para>Duration: 30s</para>
-/// <para></para>
-/// <para>※Action changes to Emboite while dancing.</para>
+/// <see href="https://garlandtools.org/db/#action/7485"><strong>Oka</strong></see> <i>PvE</i> (SAM) [7485] [Weaponskill]
+/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
+/// <para>Combo Action: FukoFugaFuga</para>
+/// <para>Combo Potency: 120</para>
+/// <para>Combo Bonus: Grants Fuka</para>
+/// <para>Fuka Effect: Reduces weaponskill cast time and recast time, spell cast time and recast time, and auto-attack delay by %</para>
+/// <para>Duration: 40s</para>
+/// <para>Combo Bonus: Increases Kenki Gauge by </para>
+/// <para>Combo Bonus: Grants Ka</para>
+/// <para>Combo Bonus: Grants Ka</para>
+/// <para>Combo Bonus: Grants Ka</para>
/// </summary>
-CascadePvE = 15989,
+OkaPvE = 7485,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/15990"><strong>Fountain</strong></see> <i>PvE</i> (DNC) [15990] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100.</para>
-/// <para>Combo Action: Cascade</para>
-/// <para>Combo Potency: 280</para>
-/// <para>Combo Bonus: 50% chance of granting Silken Flow</para>
-/// <para>Duration: 30s</para>
-/// <para></para>
-/// <para>※Action changes to Entrechat while dancing.</para>
+/// <see href="https://garlandtools.org/db/#action/7486"><strong>Enpi</strong></see> <i>PvE</i> (SAM) [7486] [Weaponskill]
+/// <para>Delivers a ranged attack with a potency of 100.</para>
+/// <para>Enhanced Enpi Bonus Potency: </para>
+/// <para>Additional Effect: Increases Kenki Gauge by </para>
/// </summary>
-FountainPvE = 15990,
+EnpiPvE = 7486,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/15991"><strong>Reverse Cascade</strong></see> <i>PvE</i> (DNC) [15991] [Weaponskill]
-/// <para>Delivers an attack with a potency of 280.</para>
-/// <para>Additional Effect: 50% chance of granting a Fourfold Feather</para>
-/// <para>Can only be executed while under the effect of Silken Symmetry or Flourishing Symmetry.</para>
+/// <see href="https://garlandtools.org/db/#action/7487"><strong>Midare Setsugekka</strong></see> <i>PvE</i> (SAM) [7487] [Weaponskill]
+/// <para>Delivers a critical hit with a potency of .</para>
+/// <para>Damage dealt is increased when under an effect that raises critical hit rate.</para>
+/// <para>Additional Effect: Grants a stack of Meditation, up to a maximum of 3</para>
+/// <para>Can only be executed after accumulating 3 Sen.</para>
/// <para></para>
-/// <para>※Action changes to Jete while dancing.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Iaijutsu changes to Midare Setsugekka when requirements for execution are met.</para>
/// </summary>
-ReverseCascadePvE = 15991,
+MidareSetsugekkaPvE = 7487,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/15992"><strong>Fountainfall</strong></see> <i>PvE</i> (DNC) [15992] [Weaponskill]
-/// <para>Delivers an attack with a potency of 340.</para>
-/// <para>Additional Effect: 50% chance of granting a Fourfold Feather</para>
-/// <para>Can only be executed while under the effect of Silken Flow or Flourishing Flow.</para>
+/// <see href="https://garlandtools.org/db/#action/7488"><strong>Tenka Goken</strong></see> <i>PvE</i> (SAM) [7488] [Weaponskill]
+/// <para>Delivers an attack with a potency of 300 to all nearby enemies.</para>
+/// <para>Additional Effect: Grants a stack of Meditation, up to a maximum of 3</para>
+/// <para>Can only be executed after accumulating 2 Sen.</para>
/// <para></para>
-/// <para>※Action changes to Pirouette while dancing.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Iaijutsu changes to Tenka Goken when requirements for execution are met.</para>
/// </summary>
-FountainfallPvE = 15992,
+TenkaGokenPvE = 7488,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/15993"><strong>Windmill</strong></see> <i>PvE</i> (DNC) [15993] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
-/// <para>Additional Effect: 50% chance of granting Silken Symmetry</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/7489"><strong>Higanbana</strong></see> <i>PvE</i> (SAM) [7489] [Weaponskill]
+/// <para>Delivers an attack with a potency of 200.</para>
+/// <para>Additional Effect: Damage over time</para>
+/// <para>Potency: </para>
+/// <para>Duration: 60s</para>
+/// <para>Additional Effect: Grants a stack of Meditation, up to a maximum of 3</para>
+/// <para>Can only be executed after accumulating 1 Sen.</para>
/// <para></para>
-/// <para>※Action changes to Emboite while dancing.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Iaijutsu changes to Higanbana when requirements for execution are met.</para>
/// </summary>
-WindmillPvE = 15993,
+HiganbanaPvE = 7489,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/15994"><strong>Bladeshower</strong></see> <i>PvE</i> (DNC) [15994] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
-/// <para>Combo Action: Windmill</para>
-/// <para>Combo Potency: 140</para>
-/// <para>Combo Bonus: 50% chance of granting Silken Flow</para>
-/// <para>Duration: 30s</para>
-/// <para></para>
-/// <para>※Action changes to Entrechat while dancing.</para>
+/// <see href="https://garlandtools.org/db/#action/7490"><strong>Hissatsu: Shinten</strong></see> <i>PvE</i> (SAM) [7490] [Ability]
+/// <para>Delivers an attack with a potency of 250.</para>
+/// <para>Kenki Gauge Cost: 25</para>
/// </summary>
-BladeshowerPvE = 15994,
+HissatsuShintenPvE = 7490,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/15995"><strong>Rising Windmill</strong></see> <i>PvE</i> (DNC) [15995] [Weaponskill]
-/// <para>Delivers an attack with a potency of 140 to all nearby enemies.</para>
-/// <para>Additional Effect: 50% chance of granting a Fourfold Feather</para>
-/// <para>Can only be executed while under the effect of Silken Symmetry or Flourishing Symmetry.</para>
-/// <para></para>
-/// <para>※Action changes to Jete while dancing.</para>
+/// <see href="https://garlandtools.org/db/#action/7491"><strong>Hissatsu: Kyuten</strong></see> <i>PvE</i> (SAM) [7491] [Ability]
+/// <para>Delivers an attack with a potency of 120 to all nearby enemies.</para>
+/// <para>Kenki Gauge Cost: 25</para>
/// </summary>
-RisingWindmillPvE = 15995,
+HissatsuKyutenPvE = 7491,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/15996"><strong>Bloodshower</strong></see> <i>PvE</i> (DNC) [15996] [Weaponskill]
-/// <para>Delivers an attack with a potency of 180 to all nearby enemies.</para>
-/// <para>Additional Effect: 50% chance of granting a Fourfold Feather</para>
-/// <para>Can only be executed while under the effect of Silken Flow or Flourishing Flow.</para>
-/// <para></para>
-/// <para>※Action changes to Pirouette while dancing.</para>
+/// <see href="https://garlandtools.org/db/#action/7492"><strong>Hissatsu: Gyoten</strong></see> <i>PvE</i> (SAM) [7492] [Ability]
+/// <para>Rushes target and delivers an attack with a potency of 100.</para>
+/// <para>Kenki Gauge Cost: 10</para>
+/// <para>Cannot be executed while bound.</para>
/// </summary>
-BloodshowerPvE = 15996,
+HissatsuGyotenPvE = 7492,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/15997"><strong>Standard Step</strong></see> <i>PvE</i> (DNC) [15997] [Weaponskill]
-/// <para>Begin dancing, granting yourself Standard Step.</para>
+/// <see href="https://garlandtools.org/db/#action/7493"><strong>Hissatsu: Yaten</strong></see> <i>PvE</i> (SAM) [7493] [Ability]
+/// <para>Delivers an attack with a potency of 100.</para>
+/// <para>Additional Effect: 10-yalm backstep</para>
+/// <para>Additional Effect: Grants Enhanced Enpi</para>
/// <para>Duration: 15s</para>
-/// <para>Action changes to Standard Finish while dancing.</para>
-/// <para>Only Standard Finish, En Avant, Curing Waltz, Shield Samba, step actions, role actions, Sprint, and Limit Break can be performed while dancing.</para>
-/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <para>Kenki Gauge Cost: 10</para>
+/// <para>Cannot be executed while bound.</para>
/// </summary>
-StandardStepPvE = 15997,
+HissatsuYatenPvE = 7493,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/15998"><strong>Technical Step</strong></see> <i>PvE</i> (DNC) [15998] [Weaponskill]
-/// <para>Begin dancing, granting yourself Technical Step.</para>
-/// <para>Duration: 15s</para>
-/// <para>Action changes to Technical Finish while dancing.</para>
-/// <para>Only Technical Finish, En Avant, Curing Waltz, Shield Samba, step actions, role actions, Sprint, and Limit Break can be performed while dancing.</para>
-/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <see href="https://garlandtools.org/db/#action/7495"><strong>Hagakure</strong></see> <i>PvE</i> (SAM) [7495] [Ability]
+/// <para>Converts Setsu, Getsu, and Ka into Kenki. Each Sen converted increases your Kenki Gauge by 10. Can only be executed if under the effect of at least one of the three statuses.</para>
/// </summary>
-TechnicalStepPvE = 15998,
+HagakurePvE = 7495,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/15999"><strong>Emboite</strong></see> <i>PvE</i> (DNC) [15999] [Weaponskill]
-/// <para>Perform an emboite.</para>
-/// <para>When performed together with other step actions, in sequence, the potency of Standard Finish and Technical Finish is increased.</para>
-/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/7496"><strong>Hissatsu: Guren</strong></see> <i>PvE</i> (SAM) [7496] [Ability]
+/// <para>Delivers an attack to all enemies in a straight line before you with a potency of 500 for the first enemy, and 25% less for all remaining enemies.</para>
+/// <para>Kenki Gauge Cost: 25</para>
+/// <para>Shares a recast timer with Hissatsu: Senei.</para>
/// </summary>
-EmboitePvE = 15999,
+HissatsuGurenPvE = 7496,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16000"><strong>Entrechat</strong></see> <i>PvE</i> (DNC) [16000] [Weaponskill]
-/// <para>Perform an entrechat.</para>
-/// <para>When performed together with other step actions, in sequence, the potency of Standard Finish and Technical Finish is increased.</para>
-/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/7497"><strong>Meditate</strong></see> <i>PvE</i> (SAM) [7497] [Ability]
+/// <para>Gradually increases your Kenki Gauge.</para>
+/// <para>Duration: 15s</para>
+/// <para>Additional Effect: Grants stacks of Meditation when used in combat, up to a maximum of 3</para>
+/// <para>Kenki Gauge not affected when used outside battle.</para>
+/// <para>Effect ends upon using another action or moving (including facing a different direction).</para>
+/// <para>Cancels auto-attack upon execution.</para>
+/// <para>Triggers the cooldown of weaponskills upon execution. Cannot be executed during the cooldown of weaponskills.</para>
/// </summary>
-EntrechatPvE = 16000,
+MeditatePvE = 7497,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16001"><strong>Jete</strong></see> <i>PvE</i> (DNC) [16001] [Weaponskill]
-/// <para>Perform a jete.</para>
-/// <para>When performed together with other step actions, in sequence, the potency of Standard Finish and Technical Finish is increased.</para>
-/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/7498"><strong>Third Eye</strong></see> <i>PvE</i> (SAM) [7498] [Ability]
+/// <para>Reduces the amount of damage taken by the next attack by 10%.</para>
+/// <para>Duration: 4s</para>
+/// <para>Additional Effect: Increases Kenki Gauge by 10 when hit</para>
/// </summary>
-JetePvE = 16001,
+ThirdEyePvE = 7498,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16002"><strong>Pirouette</strong></see> <i>PvE</i> (DNC) [16002] [Weaponskill]
-/// <para>Perform a pirouette.</para>
-/// <para>When performed together with other step actions, in sequence, the potency of Standard Finish and Technical Finish is increased.</para>
-/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/7499"><strong>Meikyo Shisui</strong></see> <i>PvE</i> (SAM) [7499] [Ability]
+/// <para>Execute up to 3 weaponskill combos without meeting combo prerequisites. Does not affect Iaijutsu or Ogi Namikiri.</para>
+/// <para>Duration: 20s</para>
+/// <para>Additional Effect: Successfully landing Gekko grants Fugetsu, and successfully landing Kasha grants Fuka</para>
+/// <para>Additional Effect: Grants Tsubame-gaeshi Ready</para>
+/// <para>Duration: 30s</para>
+/// <para>Additional Effect: Grants Tendo</para>
+/// <para>Duration: 30s</para>
+/// <para>Maximum Charges: 2</para>
/// </summary>
-PirouettePvE = 16002,
+MeikyoShisuiPvE = 7499,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16003"><strong>Standard Finish</strong></see> <i>PvE</i> (DNC) [16003] [Weaponskill]
-/// <para>Delivers an attack to all nearby enemies. Potency varies with number of successful steps, dealing full potency for the first enemy, and 75% less for all remaining enemies.</para>
-/// <para>0 Steps: 360</para>
-/// <para>1 Step: 540</para>
-/// <para>2 Steps: 720</para>
-/// <para>Step Bonus: Grants Standard Finish and Esprit to self and party member designated as your Dance PartnerStep Bonus: Grants Standard Finish to self and party member designated as your Dance PartnerStep Bonus: Grants Standard Finish to self and party member designated as your Dance Partner</para>
-/// <para>Damage bonus of Standard Finish varies with number of successful steps.</para>
-/// <para>1 Step: 2%</para>
-/// <para>2 Steps: 5%</para>
-/// <para>Duration: 60s</para>
-/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/7503"><strong>Jolt</strong></see> <i>PvE</i> (RDM) [7503] [Spell]
+/// <para>Deals unaspected damage with a potency of 170.</para>
+/// <para>Additional Effect: Increases both Black Mana and White Mana by 2</para>
/// </summary>
-StandardFinishPvE = 16003,
+JoltPvE = 7503,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16004"><strong>Technical Finish</strong></see> <i>PvE</i> (DNC) [16004] [Weaponskill]
-/// <para>Delivers an attack to all nearby enemies within 15 yalms. Potency varies with number of successful steps, dealing full potency for the first enemy, and 75% less for all remaining enemies.</para>
-/// <para>0 Steps: 350</para>
-/// <para>1 Step: 540</para>
-/// <para>2 Steps: 720</para>
-/// <para>3 Steps: 900</para>
-/// <para>4 Steps: 1,200</para>
-/// <para>Step Bonus: Grants Technical Finish and Esprit to self and party members within 30 yalmsStep Bonus: Grants Technical Finish to self and party members within 30 yalmsStep Bonus: Grants Technical Finish to self and party members within 30 yalms</para>
-/// <para>Damage bonus of Technical Finish varies with number of successful steps.</para>
-/// <para>1 Step: 1%</para>
-/// <para>2 Steps: 2%</para>
-/// <para>3 Steps: 3%</para>
-/// <para>4 Steps: 5%</para>
-/// <para>Duration: 20s</para>
-/// <para>Additional Effect: Grants Flourishing Finish</para>
-/// <para>Duration: 30s</para>
-/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
-/// <para></para>
-/// <para>※Action changes to Tillana upon execution.</para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/7504"><strong>Riposte</strong></see> <i>PvE</i> (RDM) [7504] [Weaponskill]
+/// <para>Delivers an attack with a potency of 130.</para>
+/// <para>Action upgraded to Enchanted Riposte if both Black Mana and White Mana are at 20 or more.</para>
/// </summary>
-TechnicalFinishPvE = 16004,
+RipostePvE = 7504,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16005"><strong>Saber Dance</strong></see> <i>PvE</i> (DNC) [16005] [Weaponskill]
-/// <para>Delivers an attack to target and all enemies nearby it with a potency of 480 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Esprit Gauge Cost: 50</para>
+/// <see href="https://garlandtools.org/db/#action/7505"><strong>Verthunder</strong></see> <i>PvE</i> (RDM) [7505] [Spell]
+/// <para>Deals lightning damage with a potency of .</para>
+/// <para>Additional Effect: Increases Black Mana by 6</para>
+/// <para>Additional Effect: 50% chance of becoming Verfire Ready</para>
+/// <para>Duration: 30s</para>
/// </summary>
-SaberDancePvE = 16005,
+VerthunderPvE = 7505,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16006"><strong>Closed Position</strong></see> <i>PvE</i> (DNC) [16006] [Ability]
-/// <para>Grants you Closed Position and designates a party member as your Dance Partner, allowing you to share the effects of Standard Finish, Curing Waltz, Devilment, and Tillana with said party member.</para>
-/// <para>Effect ends upon reuse.</para>
+/// <see href="https://garlandtools.org/db/#action/7506"><strong>Corps-a-corps</strong></see> <i>PvE</i> (RDM) [7506] [Ability]
+/// <para>Rushes target and delivers an attack with a potency of 130.</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Cannot be executed while bound.</para>
/// </summary>
-ClosedPositionPvE = 16006,
+CorpsacorpsPvE = 7506,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16007"><strong>Fan Dance</strong></see> <i>PvE</i> (DNC) [16007] [Ability]
-/// <para>Delivers an attack with a potency of 150.</para>
-/// <para>Additional Effect: 50% chance of granting Threefold Fan Dance</para>
+/// <see href="https://garlandtools.org/db/#action/7507"><strong>Veraero</strong></see> <i>PvE</i> (RDM) [7507] [Spell]
+/// <para>Deals wind damage with a potency of .</para>
+/// <para>Additional Effect: Increases White Mana by 6</para>
+/// <para>Additional Effect: 50% chance of becoming Verstone Ready</para>
/// <para>Duration: 30s</para>
-/// <para>Can only be executed while in possession of Fourfold Feathers.</para>
/// </summary>
-FanDancePvE = 16007,
+VeraeroPvE = 7507,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16008"><strong>Fan Dance II</strong></see> <i>PvE</i> (DNC) [16008] [Ability]
-/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
-/// <para>Additional Effect: 50% chance of granting Threefold Fan Dance</para>
-/// <para>Duration: 30s</para>
-/// <para>Can only be executed while in possession of Fourfold Feathers.</para>
+/// <see href="https://garlandtools.org/db/#action/7509"><strong>Scatter</strong></see> <i>PvE</i> (RDM) [7509] [Spell]
+/// <para>Deals unaspected damage with a potency of 120 to target and all enemies nearby it.</para>
+/// <para>Acceleration Potency: 170</para>
+/// <para>Additional Effect: Increases both Black Mana and White Mana by 3</para>
/// </summary>
-FanDanceIiPvE = 16008,
+ScatterPvE = 7509,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16009"><strong>Fan Dance III</strong></see> <i>PvE</i> (DNC) [16009] [Ability]
-/// <para>Delivers an attack to target and all enemies nearby it with a potency of 200 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Can only be executed while under the effect of Threefold Fan Dance.</para>
+/// <see href="https://garlandtools.org/db/#action/7510"><strong>Verfire</strong></see> <i>PvE</i> (RDM) [7510] [Spell]
+/// <para>Deals fire damage with a potency of .</para>
+/// <para>Additional Effect: Increases Black Mana by 5</para>
+/// <para>Can only be executed while Verfire Ready is active.</para>
/// </summary>
-FanDanceIiiPvE = 16009,
+VerfirePvE = 7510,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16010"><strong>En Avant</strong></see> <i>PvE</i> (DNC) [16010] [Ability]
-/// <para>Quickly dash 10 yalms forward.</para>
-/// <para>Maximum Charges: </para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#action/7511"><strong>Verstone</strong></see> <i>PvE</i> (RDM) [7511] [Spell]
+/// <para>Deals earth damage with a potency of .</para>
+/// <para>Additional Effect: Increases White Mana by 5</para>
+/// <para>Can only be executed while Verstone Ready is active.</para>
/// </summary>
-EnAvantPvE = 16010,
+VerstonePvE = 7511,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16011"><strong>Devilment</strong></see> <i>PvE</i> (DNC) [16011] [Ability]
-/// <para>Increases critical hit rate and direct hit rate by 20%.</para>
-/// <para>Duration: 20s</para>
-/// <para>Additional Effect: Party member designated as your Dance Partner will also receive the effect of Devilment</para>
-/// <para>Additional Effect: Grants Flourishing Starfall</para>
-/// <para>Duration: 20s</para>
+/// <see href="https://garlandtools.org/db/#action/7512"><strong>Zwerchhau</strong></see> <i>PvE</i> (RDM) [7512] [Weaponskill]
+/// <para>Delivers an attack with a potency of 100.</para>
+/// <para>Combo Action: Riposte or Enchanted Riposte</para>
+/// <para>Combo Potency: 150</para>
+/// <para>Action upgraded to Enchanted Zwerchhau if both Black Mana and White Mana are at 15 or more.</para>
/// </summary>
-DevilmentPvE = 16011,
+ZwerchhauPvE = 7512,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16012"><strong>Shield Samba</strong></see> <i>PvE</i> (DNC) [16012] [Ability]
-/// <para>Reduces damage taken by self and nearby party members by 10%.</para>
-/// <para>Duration: 15s</para>
-/// <para>Effect cannot be stacked with bard's Troubadour or machinist's Tactician.</para>
+/// <see href="https://garlandtools.org/db/#action/7513"><strong>Moulinet</strong></see> <i>PvE</i> (RDM) [7513] [Weaponskill]
+/// <para>Delivers an attack with a potency of 60 to all enemies in a cone before you.</para>
+/// <para>Action upgraded to Enchanted Moulinet if both Black Mana and White Mana are at 20 or more.</para>
/// </summary>
-ShieldSambaPvE = 16012,
+MoulinetPvE = 7513,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16013"><strong>Flourish</strong></see> <i>PvE</i> (DNC) [16013] [Ability]
-/// <para>Grants you the effects of Flourishing Symmetry, Flourishing Flow, Threefold Fan Dance, and Fourfold Fan Danceand Threefold Fan Danceand Threefold Fan Dance.</para>
-/// <para>Duration: 30s</para>
-/// <para>Can only be executed while in combat.</para>
+/// <see href="https://garlandtools.org/db/#action/7514"><strong>Vercure</strong></see> <i>PvE</i> (RDM) [7514] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 350</para>
/// </summary>
-FlourishPvE = 16013,
+VercurePvE = 7514,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16014"><strong>Improvisation</strong></see> <i>PvE</i> (DNC) [16014] [Ability]
-/// <para>Dance to the beat of your own drum, granting Rising Rhythm to self.</para>
-/// <para>Stacks increase every 3 seconds, up to a maximum of 4.</para>
-/// <para>Additional Effect: Healing over time for self and nearby party members</para>
-/// <para>Cure Potency: 100</para>
-/// <para>Duration: 15s</para>
-/// <para>Effect ends upon using another action or moving (including facing a different direction).</para>
-/// <para>Cancels auto-attack upon execution.</para>
-/// <para></para>
-/// <para>※Action changes to Improvised Finish upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/7515"><strong>Displacement</strong></see> <i>PvE</i> (RDM) [7515] [Ability]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Additional Effect: 15-yalm backstep</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Cannot be executed while bound.</para>
+/// <para>Shares a recast timer with Engagement.</para>
/// </summary>
-ImprovisationPvE = 16014,
+DisplacementPvE = 7515,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16015"><strong>Curing Waltz</strong></see> <i>PvE</i> (DNC) [16015] [Ability]
-/// <para>Restores own HP and the HP of all nearby party members.</para>
-/// <para>Cure Potency: 300</para>
-/// <para>Additional Effect: Party member designated as your Dance Partner will also heal self and nearby party members</para>
+/// <see href="https://garlandtools.org/db/#action/7516"><strong>Redoublement</strong></see> <i>PvE</i> (RDM) [7516] [Weaponskill]
+/// <para>Delivers an attack with a potency of 100.</para>
+/// <para>Combo Action: Zwerchhau or Enchanted Zwerchhau</para>
+/// <para>Combo Potency: 230</para>
+/// <para>Action upgraded to Enchanted Redoublement if both Black Mana and White Mana are at 15 or more.</para>
/// </summary>
-CuringWaltzPvE = 16015,
+RedoublementPvE = 7516,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16137"><strong>Keen Edge</strong></see> <i>PvE</i> (GNB) [16137] [Weaponskill]
+/// <see href="https://garlandtools.org/db/#action/7517"><strong>Fleche</strong></see> <i>PvE</i> (RDM) [7517] [Ability]
/// <para>Delivers an attack with a potency of .</para>
/// </summary>
-KeenEdgePvE = 16137,
+FlechePvE = 7517,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16138"><strong>No Mercy</strong></see> <i>PvE</i> (GNB) [16138] [Ability]
-/// <para>Increases damage dealt by 20%.</para>
+/// <see href="https://garlandtools.org/db/#action/7518"><strong>Acceleration</strong></see> <i>PvE</i> (RDM) [7518] [Ability]
+/// <para>Ensures the next Verthunder III, Veraero IIIVerthunder, VeraeroVerthunder, Veraero, or ImpactScatterScatter can be cast immediately.</para>
/// <para>Duration: 20s</para>
-/// </summary>
-NoMercyPvE = 16138,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16139"><strong>Brutal Shell</strong></see> <i>PvE</i> (GNB) [16139] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Combo Action: Keen Edge</para>
-/// <para>Combo Potency: </para>
-/// <para>Combo Bonus: Restores own HP</para>
-/// <para>Cure Potency: 200</para>
-/// <para>Combo Bonus: Creates a barrier which nullifies damage equaling HP restored</para>
+/// <para>Additional Effect: Increases the potency of ImpactScatterScatter by 50</para>
+/// <para>Additional Effect: Ensures Verthunder III and Veraero IIIVerthunder and VeraeroVerthunder and Veraero trigger Verfire Ready or Verstone Ready respectively</para>
+/// <para>Additional Effect: Grants Grand Impact Ready</para>
/// <para>Duration: 30s</para>
+/// <para>Maximum Charges: 2</para>
/// </summary>
-BrutalShellPvE = 16139,
+AccelerationPvE = 7518,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16140"><strong>Camouflage</strong></see> <i>PvE</i> (GNB) [16140] [Ability]
-/// <para>Increases parry rate by 50% while reducing damage taken by 10%.</para>
-/// <para>Duration: 20s</para>
+/// <see href="https://garlandtools.org/db/#action/7519"><strong>Contre Sixte</strong></see> <i>PvE</i> (RDM) [7519] [Ability]
+/// <para>Delivers an attack with a potency of to target and all enemies nearby it.</para>
/// </summary>
-CamouflagePvE = 16140,
+ContreSixtePvE = 7519,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16141"><strong>Demon Slice</strong></see> <i>PvE</i> (GNB) [16141] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
+/// <see href="https://garlandtools.org/db/#action/7520"><strong>Embolden</strong></see> <i>PvE</i> (RDM) [7520] [Ability]
+/// <para>Increases own magic damage dealt by 5% and damage dealt by nearby party members by 5%.</para>
+/// <para>Duration: 20s</para>
+/// <para>Additional Effect: Grants Thorned Flourish</para>
+/// <para>Duration: 30s</para>
/// </summary>
-DemonSlicePvE = 16141,
+EmboldenPvE = 7520,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16142"><strong>Royal Guard</strong></see> <i>PvE</i> (GNB) [16142] [Ability]
-/// <para>Significantly increases enmity generation.</para>
-/// <para>Effect ends upon reuse.</para>
+/// <see href="https://garlandtools.org/db/#action/7521"><strong>Manafication</strong></see> <i>PvE</i> (RDM) [7521] [Ability]
+/// <para>Grants 3 stacks of Magicked Swordplay, each stack allowing the use of Enchanted Riposte, Enchanted Zwerchhau, Enchanted Redoublement, Enchanted Moulinet, Enchanted Moulinet Deux, or Enchanted Moulinet Trois without cost.</para>
+/// <para>Duration: 15s</para>
+/// <para>Additional Effect: Grants stacks of Manafication</para>
+/// <para>Manafication Effect: Increases magic damage dealt by 5%</para>
+/// <para>Duration: 15s</para>
+/// <para>Additional Effect: Grants Prefulgence Ready upon consuming 6 stacks of Manafication</para>
+/// <para>Duration: 30s</para>
+/// <para>All combos are canceled upon execution of Manafication.</para>
+/// <para>Can only be executed while in combat.</para>
/// </summary>
-RoyalGuardPvE = 16142,
+ManaficationPvE = 7521,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16143"><strong>Lightning Shot</strong></see> <i>PvE</i> (GNB) [16143] [Weaponskill]
-/// <para>Delivers a ranged attack with a potency of 150.</para>
-/// <para>Additional Effect: Increased enmity</para>
+/// <see href="https://garlandtools.org/db/#action/7523"><strong>Verraise</strong></see> <i>PvE</i> (RDM) [7523] [Spell]
+/// <para>Resurrects target to a weakened state.</para>
/// </summary>
-LightningShotPvE = 16143,
+VerraisePvE = 7523,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16144"><strong>Danger Zone</strong></see> <i>PvE</i> (GNB) [16144] [Ability]
-/// <para>Delivers an attack with a potency of 250.</para>
+/// <see href="https://garlandtools.org/db/#action/7524"><strong>Jolt II</strong></see> <i>PvE</i> (RDM) [7524] [Spell]
+/// <para>Deals unaspected damage with a potency of 280.</para>
+/// <para>Additional Effect: Increases both Black Mana and White Mana by 2</para>
/// </summary>
-DangerZonePvE = 16144,
+JoltIiPvE = 7524,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16145"><strong>Solid Barrel</strong></see> <i>PvE</i> (GNB) [16145] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Combo Action: Brutal Shell</para>
-/// <para>Combo Potency: </para>
-/// <para>Combo Bonus: Adds a Cartridge to your Powder Gauge</para>
+/// <see href="https://garlandtools.org/db/#action/7525"><strong>Verflare</strong></see> <i>PvE</i> (RDM) [7525] [Spell]
+/// <para>Deals fire damage to target and all enemies nearby it with a potency of for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Additional Effect: Increases Black Mana by 11</para>
+/// <para>Additional Effect: 20% chance of becoming Verfire Ready</para>
+/// <para>Duration: 30s</para>
+/// <para>Chance to become Verfire Ready increases to 100% if White Mana is higher than Black Mana at time of execution.</para>
+/// <para>Mana Stack Cost: 3</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Verthunder IIIVerthunderVerthunder and Verthunder II change to Verflare when requirements for execution are met.</para>
/// </summary>
-SolidBarrelPvE = 16145,
+VerflarePvE = 7525,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16146"><strong>Gnashing Fang</strong></see> <i>PvE</i> (GNB) [16146] [Weaponskill]
-/// <para>Delivers an attack with a potency of 380.</para>
-/// <para>Additional Effect: Grants Ready to Rip</para>
-/// <para>Duration: 10s</para>
-/// <para>Effect of Ready to Rip ends upon execution of any weaponskill.</para>
-/// <para>Cartridge Cost: 1</para>
-/// <para>This weaponskill does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/7526"><strong>Verholy</strong></see> <i>PvE</i> (RDM) [7526] [Spell]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Additional Effect: Increases White Mana by 11</para>
+/// <para>Additional Effect: 20% chance of becoming Verstone Ready</para>
+/// <para>Duration: 30s</para>
+/// <para>Chance to become Verstone Ready increases to 100% if Black Mana is higher than White Mana at time of execution.</para>
+/// <para>Mana Stack Cost: 3</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Veraero IIIVeraeroVeraero and Veraero II change to Verholy when requirements for execution are met.</para>
/// </summary>
-GnashingFangPvE = 16146,
+VerholyPvE = 7526,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16147"><strong>Savage Claw</strong></see> <i>PvE</i> (GNB) [16147] [Weaponskill]
-/// <para>Delivers an attack with a potency of 460.</para>
-/// <para>Combo Action: Gnashing Fang</para>
-/// <para>Combo Bonus: Grants Ready to Tear</para>
-/// <para>Duration: 10s</para>
-/// <para>Effect of Ready to Tear ends upon execution of any weaponskill.</para>
+/// <see href="https://garlandtools.org/db/#action/7527"><strong>Enchanted Riposte</strong></see> <i>PvE</i> (RDM) [7527] [Weaponskill]
+/// <para>Deals unaspected damage with a potency of .</para>
+/// <para>Additional Effect: Grants a Mana Stack</para>
+/// <para>Balance Gauge Cost: 20 Black Mana</para>
+/// <para>Balance Gauge Cost: 20 White Mana</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Riposte changes to Enchanted Riposte when requirements for execution are met.</para>
/// </summary>
-SavageClawPvE = 16147,
+EnchantedRipostePvE = 7527,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16148"><strong>Nebula</strong></see> <i>PvE</i> (GNB) [16148] [Ability]
-/// <para>Reduces damage taken by 30%.</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#action/7528"><strong>Enchanted Zwerchhau</strong></see> <i>PvE</i> (RDM) [7528] [Weaponskill]
+/// <para>Deals unaspected damage with a potency of .</para>
+/// <para>Combo Action: Riposte or Enchanted Riposte</para>
+/// <para>Combo Potency: </para>
+/// <para>Additional Effect: Grants a Mana Stack</para>
+/// <para>Balance Gauge Cost: 15 Black Mana</para>
+/// <para>Balance Gauge Cost: 15 White Mana</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Zwerchhau changes to Enchanted Zwerchhau when requirements for execution are met.</para>
/// </summary>
-NebulaPvE = 16148,
+EnchantedZwerchhauPvE = 7528,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16149"><strong>Demon Slaughter</strong></see> <i>PvE</i> (GNB) [16149] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
-/// <para>Combo Action: Demon Slice</para>
-/// <para>Combo Potency: 160</para>
-/// <para>Combo Bonus: Adds a Cartridge to your Powder Gauge</para>
+/// <see href="https://garlandtools.org/db/#action/7529"><strong>Enchanted Redoublement</strong></see> <i>PvE</i> (RDM) [7529] [Weaponskill]
+/// <para>Deals unaspected damage with a potency of .</para>
+/// <para>Combo Action: Enchanted Zwerchhau</para>
+/// <para>Combo Potency: </para>
+/// <para>Additional Effect: Grants a Mana Stack</para>
+/// <para>Balance Gauge Cost: 15 Black Mana</para>
+/// <para>Balance Gauge Cost: 15 White Mana</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Redoublement changes to Enchanted Redoublement when requirements for execution are met.</para>
/// </summary>
-DemonSlaughterPvE = 16149,
+EnchantedRedoublementPvE = 7529,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16150"><strong>Wicked Talon</strong></see> <i>PvE</i> (GNB) [16150] [Weaponskill]
-/// <para>Delivers an attack with a potency of 540.</para>
-/// <para>Combo Action: Savage Claw</para>
-/// <para>Combo Bonus: Grants Ready to Gouge</para>
-/// <para>Duration: 10s</para>
-/// <para>Effect of Ready to Gouge ends upon execution of any weaponskill.</para>
+/// <see href="https://garlandtools.org/db/#action/7530"><strong>Enchanted Moulinet</strong></see> <i>PvE</i> (RDM) [7530] [Weaponskill]
+/// <para>Deals unaspected damage with a potency of 130 to all enemies in a cone before you.</para>
+/// <para>Additional Effect: Grants a Mana Stack</para>
+/// <para>Balance Gauge Cost: 20 Black Mana</para>
+/// <para>Balance Gauge Cost: 20 White Mana</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Moulinet changes to Enchanted Moulinet when requirements for execution are met.</para>
/// </summary>
-WickedTalonPvE = 16150,
+EnchantedMoulinetPvE = 7530,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16151"><strong>Aurora</strong></see> <i>PvE</i> (GNB) [16151] [Ability]
-/// <para>Grants Regen to target.</para>
-/// <para>Cure Potency: 200</para>
-/// <para>Duration: 18s</para>
-/// <para>Maximum Charges: 2</para>
+/// <see href="https://garlandtools.org/db/#action/7531"><strong>Rampart</strong></see> <i>PvE</i> (GLA MRD PLD WAR DRK GNB) [7531] [Ability]
+/// <para>Reduces damage taken by 20%.</para>
+/// <para>Additional Effect: Increases HP recovery via healing actions on self by 15%</para>
+/// <para>Additional Effect: Increases HP recovery via healing actions on self by 15%</para>
+/// <para>Additional Effect: Increases HP recovery via healing actions on self by 15%</para>
+/// <para>Additional Effect: Increases HP recovery via healing actions on self by 15%</para>
+/// <para>Additional Effect: Increases HP recovery via healing actions on self by 15%</para>
+/// <para>Additional Effect: Increases HP recovery via healing actions on self by 15%</para>
+/// <para>Duration: 20s</para>
/// </summary>
-AuroraPvE = 16151,
+RampartPvE = 7531,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16152"><strong>Superbolide</strong></see> <i>PvE</i> (GNB) [16152] [Ability]
-/// <para>Reduces HP to 1 and renders you impervious to most attacks.</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/7533"><strong>Provoke</strong></see> <i>PvE</i> (GLA MRD PLD WAR DRK GNB) [7533] [Ability]
+/// <para>Gesture threateningly, placing yourself at the top of a target's enmity list while gaining additional enmity.</para>
/// </summary>
-SuperbolidePvE = 16152,
+ProvokePvE = 7533,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16153"><strong>Sonic Break</strong></see> <i>PvE</i> (GNB) [16153] [Weaponskill]
-/// <para>Delivers an attack with a potency of 300.</para>
-/// <para>Additional Effect: Damage over time</para>
-/// <para>Potency: 60</para>
-/// <para>Duration: 30s</para>
-/// <para>This weaponskill does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/7535"><strong>Reprisal</strong></see> <i>PvE</i> (GLA MRD PLD WAR DRK GNB) [7535] [Ability]
+/// <para>Reduces damage dealt by nearby enemies by 10%.</para>
+/// <para>Duration: s</para>
/// </summary>
-SonicBreakPvE = 16153,
+ReprisalPvE = 7535,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16154"><strong>Rough Divide</strong></see> <i>PvE</i> (GNB) [16154] [Ability]
-/// <para>Delivers a jumping attack with a potency of 150.</para>
-/// <para>Maximum Charges: 2</para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#action/7537"><strong>Shirk</strong></see> <i>PvE</i> (GLA MRD PLD WAR DRK GNB) [7537] [Ability]
+/// <para>Diverts 25% of enmity to target party member.</para>
/// </summary>
-RoughDividePvE = 16154,
+ShirkPvE = 7537,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16155"><strong>Continuation</strong></see> <i>PvE</i> (GNB) [16155] [Ability]
-/// <para>Allows the firing of successive rounds with your gunblade.</para>
-/// <para>Gnashing Fang may be followed by Jugular Rip.</para>
-/// <para>Savage Claw may be followed by Abdomen Tear.</para>
-/// <para>Wicked Talon may be followed by Eye Gouge.</para>
-/// <para>Burst Strike may be followed by Hypervelocity.</para>
+/// <see href="https://garlandtools.org/db/#action/7538"><strong>Interject</strong></see> <i>PvE</i> (GLA MRD PLD WAR DRK GNB) [7538] [Ability]
+/// <para>Interrupts the use of a target's action.</para>
/// </summary>
-ContinuationPvE = 16155,
+InterjectPvE = 7538,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16156"><strong>Jugular Rip</strong></see> <i>PvE</i> (GNB) [16156] [Ability]
-/// <para>Delivers an attack with a potency of 200.</para>
-/// <para>Can only be executed when Ready to Rip.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/7540"><strong>Low Blow</strong></see> <i>PvE</i> (GLA MRD PLD WAR DRK GNB) [7540] [Ability]
+/// <para>Stuns target.</para>
+/// <para>Duration: 5s</para>
/// </summary>
-JugularRipPvE = 16156,
+LowBlowPvE = 7540,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16157"><strong>Abdomen Tear</strong></see> <i>PvE</i> (GNB) [16157] [Ability]
-/// <para>Delivers an attack with a potency of 240.</para>
-/// <para>Can only be executed when Ready to Tear.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/7541"><strong>Second Wind</strong></see> <i>PvE</i> (PGL LNC ARC ROG MNK DRG BRD NIN MCH SAM DNC RPR VPR) [7541] [Ability]
+/// <para>Instantly restores own HP.</para>
+/// <para>Cure Potency: </para>
/// </summary>
-AbdomenTearPvE = 16157,
+SecondWindPvE = 7541,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16158"><strong>Eye Gouge</strong></see> <i>PvE</i> (GNB) [16158] [Ability]
-/// <para>Delivers an attack with a potency of 280.</para>
-/// <para>Can only be executed when Ready to Gouge.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/7542"><strong>Bloodbath</strong></see> <i>PvE</i> (PGL LNC ROG MNK DRG NIN SAM RPR VPR) [7542] [Ability]
+/// <para>Converts a portion of physical damage dealt into HP.</para>
+/// <para>Duration: 20s</para>
/// </summary>
-EyeGougePvE = 16158,
+BloodbathPvE = 7542,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16159"><strong>Bow Shock</strong></see> <i>PvE</i> (GNB) [16159] [Ability]
-/// <para>Delivers an attack with a potency of 150 to all nearby enemies.</para>
-/// <para>Additional Effect: Damage over time</para>
-/// <para>Potency: 60</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#action/7546"><strong>True North</strong></see> <i>PvE</i> (PGL LNC ROG MNK DRG NIN SAM RPR VPR) [7546] [Ability]
+/// <para>Nullifies all action direction requirements.</para>
+/// <para>Duration: 10s</para>
+/// <para>Maximum Charges: 2</para>
/// </summary>
-BowShockPvE = 16159,
+TrueNorthPvE = 7546,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16160"><strong>Heart of Light</strong></see> <i>PvE</i> (GNB) [16160] [Ability]
-/// <para>Reduces magic damage taken by self and nearby party members by 10%.</para>
+/// <see href="https://garlandtools.org/db/#action/7548"><strong>Arm's Length</strong></see> <i>PvE</i> (GLA PGL MRD LNC ARC PLD MNK WAR DRG BRD ROG NIN MCH DRK SAM GNB DNC RPR VPR) [7548] [Ability]
+/// <para>Creates a barrier nullifying most knockback and draw-in effects.</para>
+/// <para>Duration: 6s</para>
+/// <para>Additional Effect: Slow +20% when barrier is struck</para>
/// <para>Duration: 15s</para>
/// </summary>
-HeartOfLightPvE = 16160,
+ArmsLengthPvE = 7548,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16161"><strong>Heart of Stone</strong></see> <i>PvE</i> (GNB) [16161] [Ability]
-/// <para>Reduces damage taken by a party member or self by 15%.</para>
-/// <para>Duration: 7s</para>
-/// <para>Additional Effect: When targeting a party member while under the effect of Brutal Shell, that effect is also granted to the target</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/7549"><strong>Feint</strong></see> <i>PvE</i> (PGL LNC ROG MNK DRG NIN SAM RPR VPR) [7549] [Ability]
+/// <para>Lowers target's physical damage dealt by 10% and magic damage dealt by 5%.</para>
+/// <para>Duration: s</para>
/// </summary>
-HeartOfStonePvE = 16161,
+FeintPvE = 7549,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16162"><strong>Burst Strike</strong></see> <i>PvE</i> (GNB) [16162] [Weaponskill]
-/// <para>Delivers an attack with a potency of 380.</para>
-/// <para>Additional Effect: Grants Ready to Blast</para>
-/// <para>Duration: 10s</para>
-/// <para>Effect of Ready to Blast ends upon execution of any weaponskill.</para>
-/// <para>Cartridge Cost: 1</para>
+/// <see href="https://garlandtools.org/db/#action/7551"><strong>Head Graze</strong></see> <i>PvE</i> (ARC BRD MCH DNC) [7551] [Ability]
+/// <para>Interrupts the use of a target's action.</para>
/// </summary>
-BurstStrikePvE = 16162,
+HeadGrazePvE = 7551,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16163"><strong>Fated Circle</strong></see> <i>PvE</i> (GNB) [16163] [Weaponskill]
-/// <para>Delivers an attack with a potency of 300 to all nearby enemies.</para>
-/// <para>Cartridge Cost: 1</para>
+/// <see href="https://garlandtools.org/db/#action/7553"><strong>Foot Graze</strong></see> <i>PvE</i> (ARC BRD MCH DNC) [7553] [Ability]
+/// <para>Binds target.</para>
+/// <para>Duration: 10s</para>
+/// <para>Cancels auto-attack upon execution.</para>
+/// <para>Target unbound if damage taken.</para>
/// </summary>
-FatedCirclePvE = 16163,
+FootGrazePvE = 7553,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16164"><strong>Bloodfest</strong></see> <i>PvE</i> (GNB) [16164] [Ability]
-/// <para>Draws aetheric energy from target, adding Cartridges to your Powder Gauge.</para>
+/// <see href="https://garlandtools.org/db/#action/7554"><strong>Leg Graze</strong></see> <i>PvE</i> (ARC BRD MCH DNC) [7554] [Ability]
+/// <para>Afflicts target with Heavy +40%.</para>
+/// <para>Duration: 10s</para>
/// </summary>
-BloodfestPvE = 16164,
+LegGrazePvE = 7554,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16165"><strong>Blasting Zone</strong></see> <i>PvE</i> (GNB) [16165] [Ability]
-/// <para>Delivers an attack with a potency of 720.</para>
+/// <see href="https://garlandtools.org/db/#action/7557"><strong>Peloton</strong></see> <i>PvE</i> (ARC BRD MCH DNC) [7557] [Ability]
+/// <para>Increases movement speed of self and nearby party members.</para>
+/// <para>Duration: 30s</para>
+/// <para>Effect ends when enmity is generated. Has no effect in battle.</para>
/// </summary>
-BlastingZonePvE = 16165,
+PelotonPvE = 7557,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16191"><strong>Single Standard Finish</strong></see> <i>PvE</i> (DNC) [16191] [Weaponskill]
-/// <para>Delivers an attack to all nearby enemies. Potency varies with number of successful steps, dealing full potency for the first enemy, and 75% less for all remaining enemies.</para>
-/// <para>0 Steps: 360</para>
-/// <para>1 Step: 540</para>
-/// <para>2 Steps: 720</para>
-/// <para>Step Bonus: Grants Standard Finish and Esprit to self and party member designated as your Dance PartnerStep Bonus: Grants Standard Finish to self and party member designated as your Dance PartnerStep Bonus: Grants Standard Finish to self and party member designated as your Dance Partner</para>
-/// <para>Damage bonus of Standard Finish varies with number of successful steps.</para>
-/// <para>1 Step: 2%</para>
-/// <para>2 Steps: 5%</para>
-/// <para>Duration: 60s</para>
-/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/7559"><strong>Surecast</strong></see> <i>PvE</i> (CNJ THM ACN WHM BLM SMN SCH AST RDM BLU SGE PCT) [7559] [Ability]
+/// <para>Spells can be cast without interruption.</para>
+/// <para>Additional Effect: Nullifies most knockback and draw-in effects</para>
+/// <para>Duration: 6s</para>
/// </summary>
-SingleStandardFinishPvE = 16191,
+SurecastPvE = 7559,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16192"><strong>Double Standard Finish</strong></see> <i>PvE</i> (DNC) [16192] [Weaponskill]
-/// <para>Delivers an attack to all nearby enemies. Potency varies with number of successful steps, dealing full potency for the first enemy, and 75% less for all remaining enemies.</para>
-/// <para>0 Steps: 360</para>
-/// <para>1 Step: 540</para>
-/// <para>2 Steps: 720</para>
-/// <para>Step Bonus: Grants Standard Finish and Esprit to self and party member designated as your Dance PartnerStep Bonus: Grants Standard Finish to self and party member designated as your Dance PartnerStep Bonus: Grants Standard Finish to self and party member designated as your Dance Partner</para>
-/// <para>Damage bonus of Standard Finish varies with number of successful steps.</para>
-/// <para>1 Step: 2%</para>
-/// <para>2 Steps: 5%</para>
-/// <para>Duration: 60s</para>
-/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/7560"><strong>Addle</strong></see> <i>PvE</i> (THM ACN BLM SMN RDM BLU PCT) [7560] [Ability]
+/// <para>Lowers target's physical damage dealt by 5% and magic damage dealt by 10%.</para>
+/// <para>Duration: s</para>
/// </summary>
-DoubleStandardFinishPvE = 16192,
+AddlePvE = 7560,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16193"><strong>Single Technical Finish</strong></see> <i>PvE</i> (DNC) [16193] [Weaponskill]
-/// <para>Delivers an attack to all nearby enemies within 15 yalms. Potency varies with number of successful steps, dealing full potency for the first enemy, and 75% less for all remaining enemies.</para>
-/// <para>0 Steps: 350</para>
-/// <para>1 Step: 540</para>
-/// <para>2 Steps: 720</para>
-/// <para>3 Steps: 900</para>
-/// <para>4 Steps: 1,200</para>
-/// <para>Step Bonus: Grants Technical Finish and Esprit to self and party members within 30 yalmsStep Bonus: Grants Technical Finish to self and party members within 30 yalmsStep Bonus: Grants Technical Finish to self and party members within 30 yalms</para>
-/// <para>Damage bonus of Technical Finish varies with number of successful steps.</para>
-/// <para>1 Step: 1%</para>
-/// <para>2 Steps: 2%</para>
-/// <para>3 Steps: 3%</para>
-/// <para>4 Steps: 5%</para>
-/// <para>Duration: 20s</para>
-/// <para>Additional Effect: Grants Flourishing Finish</para>
-/// <para>Duration: 30s</para>
-/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
-/// <para></para>
-/// <para>※Action changes to Tillana upon execution.</para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/7561"><strong>Swiftcast</strong></see> <i>PvE</i> (CNJ THM ACN WHM BLM SMN SCH AST RDM BLU SGE PCT) [7561] [Ability]
+/// <para>Next spell is cast immediately.</para>
+/// <para>Duration: 10s</para>
/// </summary>
-SingleTechnicalFinishPvE = 16193,
+SwiftcastPvE = 7561,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16194"><strong>Double Technical Finish</strong></see> <i>PvE</i> (DNC) [16194] [Weaponskill]
-/// <para>Delivers an attack to all nearby enemies within 15 yalms. Potency varies with number of successful steps, dealing full potency for the first enemy, and 75% less for all remaining enemies.</para>
-/// <para>0 Steps: 350</para>
-/// <para>1 Step: 540</para>
-/// <para>2 Steps: 720</para>
-/// <para>3 Steps: 900</para>
-/// <para>4 Steps: 1,200</para>
-/// <para>Step Bonus: Grants Technical Finish and Esprit to self and party members within 30 yalmsStep Bonus: Grants Technical Finish to self and party members within 30 yalmsStep Bonus: Grants Technical Finish to self and party members within 30 yalms</para>
-/// <para>Damage bonus of Technical Finish varies with number of successful steps.</para>
-/// <para>1 Step: 1%</para>
-/// <para>2 Steps: 2%</para>
-/// <para>3 Steps: 3%</para>
-/// <para>4 Steps: 5%</para>
-/// <para>Duration: 20s</para>
-/// <para>Additional Effect: Grants Flourishing Finish</para>
-/// <para>Duration: 30s</para>
-/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
-/// <para></para>
-/// <para>※Action changes to Tillana upon execution.</para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/7562"><strong>Lucid Dreaming</strong></see> <i>PvE</i> (CNJ THM ACN WHM BLM SMN SCH AST RDM BLU SGE PCT) [7562] [Ability]
+/// <para>Gradually restores own MP.</para>
+/// <para>Potency: 55</para>
+/// <para>Duration: 21s</para>
/// </summary>
-DoubleTechnicalFinishPvE = 16194,
+LucidDreamingPvE = 7562,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16195"><strong>Triple Technical Finish</strong></see> <i>PvE</i> (DNC) [16195] [Weaponskill]
-/// <para>Delivers an attack to all nearby enemies within 15 yalms. Potency varies with number of successful steps, dealing full potency for the first enemy, and 75% less for all remaining enemies.</para>
-/// <para>0 Steps: 350</para>
-/// <para>1 Step: 540</para>
-/// <para>2 Steps: 720</para>
-/// <para>3 Steps: 900</para>
-/// <para>4 Steps: 1,200</para>
-/// <para>Step Bonus: Grants Technical Finish and Esprit to self and party members within 30 yalmsStep Bonus: Grants Technical Finish to self and party members within 30 yalmsStep Bonus: Grants Technical Finish to self and party members within 30 yalms</para>
-/// <para>Damage bonus of Technical Finish varies with number of successful steps.</para>
-/// <para>1 Step: 1%</para>
-/// <para>2 Steps: 2%</para>
-/// <para>3 Steps: 3%</para>
-/// <para>4 Steps: 5%</para>
-/// <para>Duration: 20s</para>
-/// <para>Additional Effect: Grants Flourishing Finish</para>
-/// <para>Duration: 30s</para>
-/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
-/// <para></para>
-/// <para>※Action changes to Tillana upon execution.</para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/7568"><strong>Esuna</strong></see> <i>PvE</i> (CNJ WHM SCH AST SGE) [7568] [Spell]
+/// <para>Removes a single detrimental effect from target.</para>
/// </summary>
-TripleTechnicalFinishPvE = 16195,
+EsunaPvE = 7568,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16196"><strong>Quadruple Technical Finish</strong></see> <i>PvE</i> (DNC) [16196] [Weaponskill]
-/// <para>Delivers an attack to all nearby enemies within 15 yalms. Potency varies with number of successful steps, dealing full potency for the first enemy, and 75% less for all remaining enemies.</para>
-/// <para>0 Steps: 350</para>
-/// <para>1 Step: 540</para>
-/// <para>2 Steps: 720</para>
-/// <para>3 Steps: 900</para>
-/// <para>4 Steps: 1,200</para>
-/// <para>Step Bonus: Grants Technical Finish and Esprit to self and party members within 30 yalmsStep Bonus: Grants Technical Finish to self and party members within 30 yalmsStep Bonus: Grants Technical Finish to self and party members within 30 yalms</para>
-/// <para>Damage bonus of Technical Finish varies with number of successful steps.</para>
-/// <para>1 Step: 1%</para>
-/// <para>2 Steps: 2%</para>
-/// <para>3 Steps: 3%</para>
-/// <para>4 Steps: 5%</para>
-/// <para>Duration: 20s</para>
-/// <para>Additional Effect: Grants Flourishing Finish</para>
-/// <para>Duration: 30s</para>
-/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
-/// <para></para>
-/// <para>※Action changes to Tillana upon execution.</para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/7571"><strong>Rescue</strong></see> <i>PvE</i> (CNJ WHM SCH AST SGE) [7571] [Ability]
+/// <para>Instantly draws target party member to your side. Cannot be used outside of combat or when target is suffering from certain enfeeblements.</para>
/// </summary>
-QuadrupleTechnicalFinishPvE = 16196,
+RescuePvE = 7571,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16230"><strong>Physick</strong></see> <i>PvE</i> (ACN SMN) [16230] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 400</para>
+/// <see href="https://garlandtools.org/db/#action/7619"><strong>Magitek Cannon</strong></see> <i>PvE</i> (All Classes) [7619] [Ability]
+/// <para>Fires an explosive projectile at the designated area.</para>
/// </summary>
-PhysickPvE_16230 = 16230,
+MagitekCannonPvE_7619 = 7619,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16269"><strong>Rightful Sword</strong></see> <i>PvE</i> (All Classes) [16269] [Weaponskill]
-/// <para></para>
+/// <see href="https://garlandtools.org/db/#action/7620"><strong>Photon Stream</strong></see> <i>PvE</i> (All Classes) [7620] [Ability]
+/// <para>Fires a short-range burst of energy in a straight line before you.</para>
/// </summary>
-RightfulSwordPvE = 16269,
+PhotonStreamPvE_7620 = 7620,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16418"><strong>Brutal Shell</strong></see> <i>PvE</i> (All Classes) [16418] [Weaponskill]
-/// <para></para>
+/// <see href="https://garlandtools.org/db/#action/7621"><strong>Diffractive Magitek Cannon</strong></see> <i>PvE</i> (All Classes) [7621] [Ability]
+/// <para>Fires an explosive projectile at the designated area.</para>
/// </summary>
-BrutalShellPvE_16418 = 16418,
+DiffractiveMagitekCannonPvE = 7621,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16434"><strong>Keen Edge</strong></see> <i>PvE</i> (All Classes) [16434] [Weaponskill]
-/// <para></para>
+/// <see href="https://garlandtools.org/db/#action/7622"><strong>High-powered Magitek Cannon</strong></see> <i>PvE</i> (All Classes) [7622] [Ability]
+/// <para>Fires a concentrated burst of energy in a straight line before you.</para>
/// </summary>
-KeenEdgePvE_16434 = 16434,
+HighpoweredMagitekCannonPvE = 7622,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16435"><strong>Solid Barrel</strong></see> <i>PvE</i> (All Classes) [16435] [Weaponskill]
-/// <para></para>
+/// <see href="https://garlandtools.org/db/#action/7816"><strong>Smoke Screen</strong></see> <i>PvE</i> (All Classes) [7816] [Ability]
+/// <para>Throw an incendiary device that creates a blanket of smoke temporarily granting you the Stealth status.</para>
/// </summary>
-SolidBarrelPvE_16435 = 16435,
+SmokeScreenPvE = 7816,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16436"><strong>Soothing Potion</strong></see> <i>PvE</i> (All Classes) [16436] [Ability]
-/// <para>Instantly restores own HP via the consumption of a curious Crystarium concoction.</para>
+/// <see href="https://garlandtools.org/db/#action/7863"><strong>Leg Sweep</strong></see> <i>PvE</i> (PGL LNC ROG MNK DRG NIN SAM RPR VPR) [7863] [Ability]
+/// <para>Stuns target.</para>
+/// <para>Duration: 3s</para>
/// </summary>
-SoothingPotionPvE = 16436,
+LegSweepPvE = 7863,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16437"><strong>Shining Blade</strong></see> <i>PvE</i> (All Classes) [16437] [Weaponskill]
-/// <para>Harnesses the power of one of Minfilia's cartridges to lacerate the target with pure light.</para>
+/// <see href="https://garlandtools.org/db/#action/7867"><strong>Iaijutsu</strong></see> <i>PvE</i> (SAM) [7867] [Weaponskill]
+/// <para>Executes a weaponskill depending on current number of Sen stored in Sen Gauge.</para>
+/// <para>1 Sen: Higanbana</para>
+/// <para>2 Sen: Tenka Goken</para>
+/// <para>3 Sen: Midare Setsugekka</para>
+/// <para>While under the effect of Tendo, Tenka Goken changes to Tendo Goken, and Midare Setsugekka changes to Tendo Setsugekka.</para>
/// </summary>
-ShiningBladePvE = 16437,
+IaijutsuPvE = 7867,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16438"><strong>Perfect Deception</strong></see> <i>PvE</i> (All Classes) [16438] [Ability]
-/// <para>Completely conceals own presence by severely restricting the flow of life-sustaining aether.</para>
-/// <para>Additional Effect: Fading Fast</para>
+/// <see href="https://garlandtools.org/db/#action/7869"><strong>Dissolve Union</strong></see> <i>PvE</i> (SCH) [7869] [Ability]
+/// <para>Dissolves current Fey Union.</para>
/// </summary>
-PerfectDeceptionPvE = 16438,
+DissolveUnionPvE = 7869,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16439"><strong>Leap of Faith</strong></see> <i>PvE</i> (All Classes) [16439] [Weaponskill]
-/// <para>Harnesses the mysterious power of Minfilia's experimental cartridge to deliver a powerful onslaught.</para>
+/// <see href="https://garlandtools.org/db/#action/8324"><strong>Stellar Detonation</strong></see> <i>PvE</i> (AST) [8324] [Ability]
+/// <para>While under the effect of Earthly Dominance, detonates the currently deployed Earthly Star, creating a Stellar Burst that deals unaspected damage with a potency of 205 to all nearby enemies.</para>
+/// <para>Additional Effect: Restores own HP and the HP of all nearby party members</para>
+/// <para>Cure Potency: 540</para>
+/// <para>While under the effect of Giant Dominance, detonates the currently deployed Earthly Star, creating a Stellar Explosion that deals unaspected damage with a potency of 310 to all nearby enemies.</para>
+/// <para>Additional Effect: Restores own HP and the HP of all nearby party members</para>
+/// <para>Cure Potency: 720</para>
/// </summary>
-LeapOfFaithPvE = 16439,
+StellarDetonationPvE = 8324,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16457"><strong>Prominence</strong></see> <i>PvE</i> (PLD) [16457] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
-/// <para>Combo Action: Total Eclipse</para>
-/// <para>Combo Potency: 170</para>
-/// <para>Combo Bonus: Restores MP</para>
-/// <para>Combo Bonus: Grants Divine Might</para>
-/// <para>Divine Might Effect: Allows next Holy Spirit or Holy Circle to be cast immediately with increased potency</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/8517"><strong>Vril</strong></see> <i>PvE</i> (All Classes) [8517] [Ability]
+/// <para>Use the aetheric residue lingering on your body to temporarily disguise yourself as one of Lakshmi's loyal dreamers.</para>
/// </summary>
-ProminencePvE = 16457,
+VrilPvE = 8517,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16458"><strong>Holy Circle</strong></see> <i>PvE</i> (PLD) [16458] [Spell]
-/// <para>Deals unaspected damage with a potency of 100 to all nearby enemies.</para>
-/// <para>Divine Might Potency: 200</para>
-/// <para>Requiescat Potency: 300</para>
-/// <para>The effect of Divine Might will be prioritized over Requiescat when under the effect of both.</para>
-/// <para>Additional Effect: Restores own HP</para>
-/// <para>Cure Potency: 400</para>
+/// <see href="https://garlandtools.org/db/#action/8624"><strong>Magitek Pulse</strong></see> <i>PvE</i> (All Classes) [8624] [Ability]
+/// <para>Fires a magitek-powered burst of energy in a straight line before you.</para>
/// </summary>
-HolyCirclePvE = 16458,
+MagitekPulsePvE = 8624,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16459"><strong>Confiteor</strong></see> <i>PvE</i> (PLD) [16459] [Spell]
-/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 420 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Requiescat Potency: 920</para>
-/// <para>Additional Effect: Restores own HP</para>
-/// <para>Cure Potency: 400</para>
-/// <para>Can only be executed while under the effect of Confiteor Ready. Effect fades upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/8625"><strong>Magitek Thunder</strong></see> <i>PvE</i> (All Classes) [8625] [Ability]
+/// <para>Fires a bolt of magitek-powered lightning at the designated area.</para>
/// </summary>
-ConfiteorPvE = 16459,
+MagitekThunderPvE = 8625,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16460"><strong>Atonement</strong></see> <i>PvE</i> (PLD) [16460] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Additional Effect: Restores MP</para>
-/// <para>Can only be executed while under the effect of Sword Oath.</para>
+/// <see href="https://garlandtools.org/db/#action/9035"><strong>Imp Punch</strong></see> <i>PvE</i> (All Classes) [9035] [Special]
+/// <para>Delivers an impotent attack.</para>
/// </summary>
-AtonementPvE = 16460,
+ImpPunchPvE_9035 = 9035,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16461"><strong>Intervene</strong></see> <i>PvE</i> (PLD) [16461] [Ability]
-/// <para>Rushes target and delivers an attack with a potency of 150.</para>
-/// <para>Maximum Charges: 2</para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#action/9066"><strong>Anti-gravity Gimbal</strong></see> <i>PvE</i> (All Classes) [9066] [Ability]
+/// <para>Simulates the spell Levitate using Nero tol Scaeva's odd contraption.</para>
/// </summary>
-IntervenePvE = 16461,
+AntigravityGimbalPvE = 9066,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16462"><strong>Mythril Tempest</strong></see> <i>PvE</i> (WAR) [16462] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
-/// <para>Combo Action: Overpower</para>
-/// <para>Combo Potency: 150</para>
-/// <para>Combo Bonus: Grants Surging Tempest, increasing damage dealt by 10%</para>
-/// <para>Duration: 30s</para>
-/// <para>Extends Surging Tempest duration by 30s to a maximum of 60s.</para>
-/// <para>Combo Bonus: Increases Beast Gauge by 20</para>
+/// <see href="https://garlandtools.org/db/#action/9102"><strong>Aetheric Siphon</strong></see> <i>PvE</i> (All Classes) [9102] [Ability]
+/// <para>Activates the instrument.</para>
/// </summary>
-MythrilTempestPvE = 16462,
+AethericSiphonPvE = 9102,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16463"><strong>Chaotic Cyclone</strong></see> <i>PvE</i> (WAR) [16463] [Weaponskill]
-/// <para>Delivers a critical direct hit with a potency of 320 to all nearby enemies.</para>
-/// <para>Damage dealt is increased when under an effect that raises critical hit rate or direct hit rate.</para>
-/// <para>Additional Effect: Reduces the recast time of Infuriate by 5 seconds</para>
-/// <para>Beast Gauge Cost: 50</para>
-/// <para>Can only be executed while under the effect of Nascent Chaos. Effect fades upon execution.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/9345"><strong>Vril</strong></see> <i>PvE</i> (All Classes) [9345] [Ability]
+/// <para>Use the aetheric residue lingering on your body to temporarily disguise yourself as one of Lakshmi's loyal dreamers.</para>
/// </summary>
-ChaoticCyclonePvE = 16463,
+VrilPvE_9345 = 9345,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16464"><strong>Nascent Flash</strong></see> <i>PvE</i> (WAR) [16464] [Ability]
-/// <para>Grants Nascent Flash to self and Nascent Glint to target party member.</para>
-/// <para>Nascent Flash Effect: Restores HP with each weaponskill successfully delivered</para>
-/// <para>Cure Potency: 400</para>
-/// <para>Nascent Glint Effect: Restores HP equaling 100% of that recovered by Nascent Flash while also reducing damage taken by 10%</para>
-/// <para>Duration: s</para>
-/// <para>Additional Effect: Grants Stem the Flow to target, reducing damage taken by 10%</para>
-/// <para>Duration: 4s</para>
-/// <para>Additional Effect: Grants Stem the Tide to target, nullifying damage equivalent to a heal of 400 potency</para>
-/// <para>Duration: 20s</para>
-/// <para>Shares a recast timer with BloodwhettingRaw IntuitionRaw Intuition.</para>
+/// <see href="https://garlandtools.org/db/#action/9483"><strong>Anti-gravity Gimbal</strong></see> <i>PvE</i> (All Classes) [9483] [Ability]
+/// <para>Simulates the spell Levitate using Nero tol Scaeva's odd contraption.</para>
/// </summary>
-NascentFlashPvE = 16464,
+AntigravityGimbalPvE_9483 = 9483,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16465"><strong>Inner Chaos</strong></see> <i>PvE</i> (WAR) [16465] [Weaponskill]
-/// <para>Delivers a critical direct hit with a potency of 660.</para>
-/// <para>Damage dealt is increased when under an effect that raises critical hit rate or direct hit rate.</para>
-/// <para>Additional Effect: Reduces the recast time of Infuriate by 5 seconds</para>
-/// <para>Beast Gauge Cost: 50</para>
-/// <para>Can only be executed while under the effect of Nascent Chaos. Effect fades upon execution.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/9823"><strong>Shatterstone</strong></see> <i>PvE</i> (All Classes) [9823] [Weaponskill]
+/// <para>Sets an enchanted trap that triggers upon contact.</para>
/// </summary>
-InnerChaosPvE = 16465,
+ShatterstonePvE = 9823,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16466"><strong>Flood of Darkness</strong></see> <i>PvE</i> (DRK) [16466] [Ability]
-/// <para>Deals unaspected damage with a potency of 100 to all enemies in a straight line before you.</para>
-/// <para>Additional Effect: Grants Darkside, increasing damage dealt by 10%</para>
-/// <para>Duration: 30s</para>
-/// <para>Extends Darkside duration by 30s to a maximum of 60s.</para>
-/// <para>Shares a recast timer with Edge of Darkness.</para>
+/// <see href="https://garlandtools.org/db/#action/9971"><strong>Optical Sight</strong></see> <i>PvP</i> (All Classes) [9971] [Special]
+/// <para>Deals damage with a potency of 30,000 to all opposing players and warmachina near point of impact. 3,000 when attacking a mammet or object.</para>
/// </summary>
-FloodOfDarknessPvE = 16466,
+OpticalSightPvP = 9971,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16467"><strong>Edge of Darkness</strong></see> <i>PvE</i> (DRK) [16467] [Ability]
-/// <para>Deals unaspected damage with a potency of 300.</para>
-/// <para>Additional Effect: Grants Darkside, increasing damage dealt by 10%</para>
-/// <para>Duration: 30s</para>
-/// <para>Extends Darkside duration by 30s to a maximum of 60s.</para>
-/// <para>Shares a recast timer with Flood of Darkness.</para>
+/// <see href="https://garlandtools.org/db/#action/9973"><strong>Spin Crusher</strong></see> <i>PvP</i> (All Classes) [9973] [Special]
+/// <para>Delivers an attack with a potency of 40,000 to all opposing warmachina in a cone before you. 4,000 when attacking a player, mammet, or object.</para>
/// </summary>
-EdgeOfDarknessPvE = 16467,
+SpinCrusherPvP = 9973,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16468"><strong>Stalwart Soul</strong></see> <i>PvE</i> (DRK) [16468] [Spell]
-/// <para>Deals unaspected damage with a potency of 100 to all nearby enemies.</para>
-/// <para>Combo Action: Unleash</para>
-/// <para>Combo Potency: 140</para>
-/// <para>Combo Bonus: Restores MP</para>
-/// <para>Combo Bonus: Increases Blood Gauge by 20</para>
+/// <see href="https://garlandtools.org/db/#action/9974"><strong>Laser X Sword</strong></see> <i>PvP</i> (All Classes) [9974] [Special]
+/// <para>Delivers an attack with a potency of 50,000 to all opposing players and warmachina in a cone before you. 5,000 when attacking a mammet or object.</para>
/// </summary>
-StalwartSoulPvE = 16468,
+LaserXSwordPvP = 9974,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16469"><strong>Flood of Shadow</strong></see> <i>PvE</i> (DRK) [16469] [Ability]
-/// <para>Deals unaspected damage with a potency of 160 to all enemies in a straight line before you.</para>
-/// <para>Additional Effect: Grants Darkside, increasing damage dealt by 10%</para>
-/// <para>Duration: 30s</para>
-/// <para>Extends Darkside duration by 30s to a maximum of 60s.</para>
-/// <para>Shares a recast timer with Edge of Shadow.</para>
+/// <see href="https://garlandtools.org/db/#action/9975"><strong>3000-tonze Missile</strong></see> <i>PvP</i> (All Classes) [9975] [Special]
+/// <para>Deals damage with a potency of 1,000,000 to all objects near point of impact. 20,000 to opposing players, warmachina, or mammets.</para>
+/// <para>Potency decreases the greater the target's distance from point of impact, to a maximum of 30 yalms.</para>
/// </summary>
-FloodOfShadowPvE = 16469,
+_3000TonzeMissilePvP = 9975,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16470"><strong>Edge of Shadow</strong></see> <i>PvE</i> (DRK) [16470] [Ability]
-/// <para>Deals unaspected damage with a potency of 460.</para>
-/// <para>Additional Effect: Grants Darkside, increasing damage dealt by 10%</para>
-/// <para>Duration: 30s</para>
-/// <para>Extends Darkside duration by 30s to a maximum of 60s.</para>
-/// <para>Shares a recast timer with Flood of Shadow.</para>
+/// <see href="https://garlandtools.org/db/#action/9977"><strong>Steam Release</strong></see> <i>PvP</i> (All Classes) [9977] [Special]
+/// <para>Deals damage to all opposing players and warmachina nearby with a potency of 10,000. 1,000 when attacking a mammet or object.</para>
+/// <para>Additional Effect: 15-yalm knockback</para>
/// </summary>
-EdgeOfShadowPvE = 16470,
+SteamReleasePvP = 9977,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16471"><strong>Dark Missionary</strong></see> <i>PvE</i> (DRK) [16471] [Ability]
-/// <para>Reduces magic damage taken by self and nearby party members by 10%.</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#action/9978"><strong>Flarethrower</strong></see> <i>PvP</i> (All Classes) [9978] [Special]
+/// <para>Deals damage with a potency of 40,000 to all opposing players and warmachina in a cone before you. 4,000 when attacking a mammet or object.</para>
+/// <para>Additional Effect: Inflicts Burns on opposing players and warmachina</para>
+/// <para>Potency: 10,000</para>
+/// <para>Duration: 12s</para>
/// </summary>
-DarkMissionaryPvE = 16471,
+FlarethrowerPvP = 9978,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16472"><strong>Living Shadow</strong></see> <i>PvE</i> (DRK) [16472] [Ability]
-/// <para>Conjure a simulacrum of your darkside to fight alongside you.</para>
-/// <para>Simulacrum Attack Potency: </para>
-/// <para>Duration: 20s</para>
-/// <para>Blood Gauge Cost: 50</para>
-/// <para>Additional Effect: Simulacrum is able to execute Shadowbringer, delivering an attack to all enemies in a straight line before it with a potency of 500 for the first enemy, and 25% less for all remaining enemies.</para>
+/// <see href="https://garlandtools.org/db/#action/9979"><strong>Double Rocket Punch</strong></see> <i>PvP</i> (All Classes) [9979] [Special]
+/// <para>Deals damage with a potency of 600,000 to all objects near point of impact. 30,000 when attacking opposing players, warmachina, or mammets.</para>
+/// <para>Additional Effect: Stun</para>
+/// <para>Duration: 3s</para>
/// </summary>
-LivingShadowPvE = 16472,
+DoubleRocketPunchPvP = 9979,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16473"><strong>Four-point Fury</strong></see> <i>PvE</i> (MNK) [16473] [Weaponskill]
-/// <para>Delivers an attack with a potency of 120 to all nearby enemies.</para>
-/// <para>Can only be executed when in raptor form.</para>
-/// <para>Additional Effect: Grants Disciplined Fist</para>
-/// <para>Disciplined Fist Effect: Increases damage dealt by %</para>
-/// <para>Duration: 15s</para>
-/// <para>Additional Effect: Changes form to coeurl</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/9980"><strong>Mega Beam</strong></see> <i>PvP</i> (All Classes) [9980] [Special]
+/// <para>Delivers damage with a potency of 60,000 to all opposing players and warmachina in a straight line before you. 6,000 when attacking a mammet or object.</para>
+/// <para>Additional Effect: 30-yalm knockback</para>
/// </summary>
-FourpointFuryPvE = 16473,
+MegaBeamPvP = 9980,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16474"><strong>Enlightenment</strong></see> <i>PvE</i> (MNK) [16474] [Ability]
-/// <para>Delivers an attack with a potency of 170 to all enemies in a straight line before you.</para>
-/// <para>Can only be executed while in combat and under the effect of the Fifth Chakra. The five chakra close upon execution.</para>
-/// <para>Shares a recast timer with The Forbidden Chakra.</para>
+/// <see href="https://garlandtools.org/db/#action/9981"><strong>Ceruleum Refill</strong></see> <i>PvP</i> (All Classes) [9981] [Special]
+/// <para>Uses 25 units of ceruleum fuel (CE) to restore 5000 EP to currently mounted warmachina.</para>
/// </summary>
-EnlightenmentPvE = 16474,
+CeruleumRefillPvP = 9981,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16475"><strong>Anatman</strong></see> <i>PvE</i> (MNK) [16475] [Ability]
-/// <para>Extends the duration of Disciplined Fist and your present form to maximum and halts their expiration.</para>
-/// <para>Duration: 30s</para>
-/// <para>Cancels auto-attack upon execution. Effect ends upon using another action or moving (including facing a different direction).</para>
-/// <para>Triggers the cooldown of weaponskills upon execution. Cannot be executed during the cooldown of weaponskills.</para>
+/// <see href="https://garlandtools.org/db/#action/10006"><strong>Deflect</strong></see> <i>PvE</i> (All Classes) [10006] [Ability]
+/// <para>Scatters potentially harmful aether.</para>
/// </summary>
-AnatmanPvE = 16475,
+DeflectPvE = 10006,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16476"><strong>Six-sided Star</strong></see> <i>PvE</i> (MNK) [16476] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Additional Effect: Increases movement speed</para>
-/// <para>Duration: 5s</para>
-/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <see href="https://garlandtools.org/db/#action/10057"><strong>Dismount</strong></see> <i>PvP</i> (All Classes) [10057] [Special]
+/// <para>Exit the warmachina.</para>
/// </summary>
-SixsidedStarPvE = 16476,
+DismountPvP = 10057,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16477"><strong>Coerthan Torment</strong></see> <i>PvE</i> (DRG) [16477] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100 to all enemies in a straight line before you.</para>
-/// <para>Combo Action: Sonic Thrust</para>
-/// <para>Combo Potency: 150</para>
-/// <para>Combo Bonus: Grants Draconian Fire</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/10061"><strong>Return</strong></see> <i>PvE</i> (All Classes) [10061] [System]
+/// <para>Returns your team to the starting area. Can be used while engaged in battle.</para>
/// </summary>
-CoerthanTormentPvE = 16477,
+ReturnPvE_10061 = 10061,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16478"><strong>High Jump</strong></see> <i>PvE</i> (DRG) [16478] [Ability]
-/// <para>Delivers a jumping attack with a potency of 400. Returns you to your original position after the attack is made.</para>
-/// <para>Additional Effect: Grants Dive Ready</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#action/10229"><strong>Mega Potion</strong></see> <i>PvE</i> (All Classes) [10229] [Ability]
+/// <para>Restores a moderate amount of health.</para>
/// </summary>
-HighJumpPvE = 16478,
+MegaPotionPvE = 10229,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16479"><strong>Raiden Thrust</strong></see> <i>PvE</i> (DRG) [16479] [Weaponskill]
-/// <para>Delivers an attack with a potency of 280.</para>
-/// <para>Additional Effect: Sharpens the Firstminds' Focus by 1</para>
-/// <para>Can only be executed while under the effect of Draconian Fire.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/10262"><strong>Red Paint</strong></see> <i>PvE</i> (All Classes) [10262] [Ability]
+/// <para>Red paint drips from the tip of this massive brush made from Alpha's feathers.</para>
/// </summary>
-RaidenThrustPvE = 16479,
+RedPaintPvE = 10262,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16480"><strong>Stardiver</strong></see> <i>PvE</i> (DRG) [16480] [Ability]
-/// <para>Delivers a jumping fire-based attack to target and all enemies nearby it with a potency of 620 for the first enemy, and 30% less for all remaining enemies.</para>
-/// <para>Can only be executed while under the effect of Life of the Dragon.</para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#action/10263"><strong>Yellow Paint</strong></see> <i>PvE</i> (All Classes) [10263] [Ability]
+/// <para>Yellow paint drips from the tip of this massive brush made from Alpha's feathers.</para>
/// </summary>
-StardiverPvE = 16480,
+YellowPaintPvE = 10263,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16481"><strong>Hissatsu: Senei</strong></see> <i>PvE</i> (SAM) [16481] [Ability]
-/// <para>Delivers an attack with a potency of 860.</para>
-/// <para>Kenki Gauge Cost: 25</para>
-/// <para>Shares a recast timer with Hissatsu: Guren.</para>
+/// <see href="https://garlandtools.org/db/#action/10264"><strong>Black Paint</strong></see> <i>PvE</i> (All Classes) [10264] [Ability]
+/// <para>Black paint drips from the tip of this massive brush made from Alpha's feathers.</para>
/// </summary>
-HissatsuSeneiPvE = 16481,
+BlackPaintPvE = 10264,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16482"><strong>Ikishoten</strong></see> <i>PvE</i> (SAM) [16482] [Ability]
-/// <para>Increases Kenki Gauge by 50.</para>
-/// <para>Additional Effect: Grants Ogi Namikiri Ready</para>
-/// <para>Duration: 30s</para>
-/// <para>Can only be executed while in combat.</para>
+/// <see href="https://garlandtools.org/db/#action/10265"><strong>Blue Paint</strong></see> <i>PvE</i> (All Classes) [10265] [Ability]
+/// <para>Blue paint drips from the tip of this massive brush made from Alpha's feathers.</para>
/// </summary>
-IkishotenPvE = 16482,
+BluePaintPvE = 10265,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16483"><strong>Tsubame-gaeshi</strong></see> <i>PvE</i> (SAM) [16483] [Ability]
-/// <para>Repeats the previously executed iaijutsu.</para>
-/// <para>Maximum Charges: 2</para>
-/// <para>Can only be executed immediately following Iaijutsu.</para>
-/// <para>Triggers the cooldown of weaponskills upon execution. Cannot be executed during the cooldown of weaponskills.</para>
+/// <see href="https://garlandtools.org/db/#action/10401"><strong>Chocobo Brush</strong></see> <i>PvE</i> (All Classes) [10401] [Ability]
+/// <para>A brush made from Alpha's feathers.</para>
/// </summary>
-TsubamegaeshiPvE = 16483,
+ChocoboBrushPvE = 10401,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16484"><strong>Kaeshi: Higanbana</strong></see> <i>PvE</i> (SAM) [16484] [Ability]
-/// <para>Delivers an attack with a potency of 200.</para>
-/// <para>Additional Effect: Damage over time</para>
-/// <para>Potency: 45</para>
-/// <para>Duration: 60s</para>
-/// <para>Effect cannot be stacked with Higanbana.</para>
-/// <para>Triggers the cooldown of weaponskills upon execution. Cannot be executed during the cooldown of weaponskills.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/10713"><strong>Cheer Jump</strong></see> <i>PvE</i> (All Classes) [10713] [Special]
+/// <para>Might as well use a red light to cheer on your favorite performer.</para>
/// </summary>
-KaeshiHiganbanaPvE = 16484,
+CheerJumpPvE = 10713,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16485"><strong>Kaeshi: Goken</strong></see> <i>PvE</i> (SAM) [16485] [Ability]
-/// <para>Delivers an attack with a potency of 300 to all nearby enemies.</para>
-/// <para>Triggers the cooldown of weaponskills upon execution. Cannot be executed during the cooldown of weaponskills.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/10714"><strong>Cheer Wave</strong></see> <i>PvE</i> (All Classes) [10714] [Special]
+/// <para>Use a yellow light to cheer on your favorite performer like you just don't care.</para>
/// </summary>
-KaeshiGokenPvE = 16485,
+CheerWavePvE = 10714,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16486"><strong>Kaeshi: Setsugekka</strong></see> <i>PvE</i> (SAM) [16486] [Ability]
-/// <para>Delivers a critical hit with a potency of 640.</para>
-/// <para>Damage dealt is increased when under an effect that raises critical hit rate.</para>
-/// <para>Triggers the cooldown of weaponskills upon execution. Cannot be executed during the cooldown of weaponskills.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/10715"><strong>Cheer On</strong></see> <i>PvE</i> (All Classes) [10715] [Special]
+/// <para>Use a pair of blue lights to clear your favorite performer for landing.</para>
/// </summary>
-KaeshiSetsugekkaPvE = 16486,
+CheerOnPvE = 10715,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16487"><strong>Shoha</strong></see> <i>PvE</i> (SAM) [16487] [Ability]
-/// <para>Delivers an attack with a potency of 560.</para>
-/// <para>Can only be executed after accumulating three stacks of Meditation by executing Iaijutsu, Meditate, or Ogi Namikirior Meditateor Meditate while in combat.</para>
-/// <para>Meditation effect fades upon execution.</para>
-/// <para>Shares a recast timer with Shoha II.</para>
+/// <see href="https://garlandtools.org/db/#action/10716"><strong>Cheer Jump</strong></see> <i>PvE</i> (All Classes) [10716] [Special]
+/// <para>Might as well use a red light to cheer on your favorite performer.</para>
/// </summary>
-ShohaPvE = 16487,
+CheerJumpPvE_10716 = 10716,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16488"><strong>Hakke Mujinsatsu</strong></see> <i>PvE</i> (NIN) [16488] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
-/// <para>Combo Action: Death Blossom</para>
-/// <para>Combo Potency: 130</para>
-/// <para>Combo Bonus: Extends Huton duration by 10s to a maximum of 60s</para>
-/// <para>Combo Bonus: Increases Ninki Gauge by 5</para>
+/// <see href="https://garlandtools.org/db/#action/10717"><strong>Cheer Wave</strong></see> <i>PvE</i> (All Classes) [10717] [Special]
+/// <para>Use a yellow light to cheer on your favorite performer like you just don't care.</para>
/// </summary>
-HakkeMujinsatsuPvE = 16488,
+CheerWavePvE_10717 = 10717,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16489"><strong>Meisui</strong></see> <i>PvE</i> (NIN) [16489] [Ability]
-/// <para>Dispels Suiton, increasing the Ninki Gauge by 50.</para>
-/// <para>Additional Effect: Increases the potency of Bhavacakra to 500</para>
-/// <para>Duration: 30s</para>
-/// <para>Can only be executed while in combat.</para>
+/// <see href="https://garlandtools.org/db/#action/10718"><strong>Cheer On</strong></see> <i>PvE</i> (All Classes) [10718] [Special]
+/// <para>Use a pair of blue lights to clear your favorite performer for landing.</para>
/// </summary>
-MeisuiPvE = 16489,
+CheerOnPvE_10718 = 10718,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16491"><strong>Goka Mekkyaku</strong></see> <i>PvE</i> (NIN) [16491] [Ability]
-/// <para>Deals fire damage with a potency of 600 to target and all enemies nearby it.</para>
-/// <para>Mudra Combination: Chi→Ten or Jin→Ten</para>
-/// <para>Can only be executed while under the effect of Kassatsu.</para>
-/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/11063"><strong>Curtain Call</strong></see> <i>PvE</i> (All Classes) [11063] [Special]
+/// <para>Removes the “Face in the Crowd” status.</para>
/// </summary>
-GokaMekkyakuPvE = 16491,
+CurtainCallPvE = 11063,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16492"><strong>Hyosho Ranryu</strong></see> <i>PvE</i> (NIN) [16492] [Ability]
-/// <para>Deals ice damage with a potency of 1,300.</para>
-/// <para>Mudra Combination: Ten→Jin or Chi→Jin</para>
-/// <para>Can only be executed while under the effect of Kassatsu.</para>
-/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/11191"><strong>Ruin III</strong></see> <i>PvE</i> (All Classes) [11191] [Spell]
+/// <para>Deals unaspected damage with a potency of 200.</para>
/// </summary>
-HyoshoRanryuPvE = 16492,
+RuinIiiPvE_11191 = 11191,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16493"><strong>Bunshin</strong></see> <i>PvE</i> (NIN) [16493] [Ability]
-/// <para>Grants 5 stacks of Bunshin, each stack allowing your shadow to attack enemies each time you execute a weaponskill. Shadow attack potency varies based on the attack executed, but is not affected by combo bonuses.</para>
-/// <para>Melee Attack Potency: 160</para>
-/// <para>Ranged Attack Potency: 160</para>
-/// <para>Area Attack Potency: 80</para>
-/// <para>Ninki Gauge increases by 5 each time your shadow lands an attack.</para>
-/// <para>Duration: 30s</para>
-/// <para>Additional Effect: Grants Phantom Kamaitachi Ready</para>
-/// <para>Duration: 45s</para>
-/// <para>Ninki Gauge Cost: 50</para>
-/// <para></para>
-/// <para>※Action changes to Phantom Kamaitachi upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/11192"><strong>Physick</strong></see> <i>PvE</i> (All Classes) [11192] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 400</para>
/// </summary>
-BunshinPvE = 16493,
+PhysickPvE_11192 = 11192,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16494"><strong>Shadowbite</strong></see> <i>PvE</i> (BRD) [16494] [Weaponskill]
-/// <para>Delivers an attack with a potency of 170 to target and all enemies nearby it.</para>
-/// <para>Barrage Potency: 270</para>
-/// <para>Can only be executed when Shadowbite Ready.</para>
+/// <see href="https://garlandtools.org/db/#action/11383"><strong>Snort</strong></see> <i>PvE</i> (BLU) [11383] [Spell]
+/// <para>Deals a 20-yalm knockback to all enemies in a cone before you.</para>
/// </summary>
-ShadowbitePvE = 16494,
+SnortPvE = 11383,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16495"><strong>Burst Shot</strong></see> <i>PvE</i> (BRD) [16495] [Weaponskill]
-/// <para>Delivers an attack with a potency of 220.</para>
-/// <para>Additional Effect: 35% chance of becoming Straight Shot Ready</para>
+/// <see href="https://garlandtools.org/db/#action/11384"><strong>4-tonze Weight</strong></see> <i>PvE</i> (BLU) [11384] [Spell]
+/// <para>Drops a 4-tonze weight dealing physical damage at a designated location with a potency of 200 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Heavy +40%</para>
/// <para>Duration: 30s</para>
/// </summary>
-BurstShotPvE = 16495,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16496"><strong>Apex Arrow</strong></see> <i>PvE</i> (BRD) [16496] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100 to all enemies in a straight line before you.</para>
-/// <para>Soul Voice Gauge Cost: 20 </para>
-/// <para>Potency increases up to 500 as Soul Voice Gauge exceeds minimum cost.</para>
-/// <para>Additional Effect: Grants Blast Arrow Ready upon execution while Soul Voice Gauge is 80 or higher</para>
-/// <para>Duration: 10s</para>
-/// <para>Consumes Soul Voice Gauge upon execution.</para>
-/// <para></para>
-/// <para>※Action changes to Blast Arrow while under the effect of Blast Arrow Ready.</para>
-/// </summary>
-ApexArrowPvE = 16496,
+_4TonzeWeightPvE = 11384,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16497"><strong>Auto Crossbow</strong></see> <i>PvE</i> (MCH) [16497] [Weaponskill]
-/// <para>Delivers an attack with a potency of 140 to all enemies in a cone before you.</para>
-/// <para>Can only be executed when firearm is Overheated.</para>
-/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <see href="https://garlandtools.org/db/#action/11385"><strong>Water Cannon</strong></see> <i>PvE</i> (BLU) [11385] [Spell]
+/// <para>Deals water damage with a potency of 200.</para>
/// </summary>
-AutoCrossbowPvE = 16497,
+WaterCannonPvE = 11385,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16498"><strong>Drill</strong></see> <i>PvE</i> (MCH) [16498] [Weaponskill]
-/// <para>Delivers an attack with a potency of 600.</para>
-/// <para>Shares a recast timer with Bioblaster.This weaponskill does not share a recast timer with any other actions.This weaponskill does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/11386"><strong>Song of Torment</strong></see> <i>PvE</i> (BLU) [11386] [Spell]
+/// <para>Deals unaspected damage with a potency of 50.</para>
+/// <para>Additional Effect: Unaspected damage over time</para>
+/// <para>Potency: 50</para>
+/// <para>Duration: 30s</para>
/// </summary>
-DrillPvE = 16498,
+SongOfTormentPvE = 11386,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16499"><strong>Bioblaster</strong></see> <i>PvE</i> (MCH) [16499] [Weaponskill]
-/// <para>Delivers an attack with a potency of 50 to all enemies in a cone before you.</para>
-/// <para>Additional Effect: Damage over time</para>
-/// <para>Potency: 50</para>
+/// <see href="https://garlandtools.org/db/#action/11387"><strong>High Voltage</strong></see> <i>PvE</i> (BLU) [11387] [Spell]
+/// <para>Deals lightning damage to all nearby enemies with a potency of 180 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Paralysis</para>
/// <para>Duration: 15s</para>
-/// <para>Shares a recast timer with Drill.</para>
+/// <para>Additional Effect: Potency increased to 220 when target is afflicted with Dropsy</para>
+/// <para>Additional Effect: Duration of Paralysis is increased to 30 seconds when target is afflicted with Dropsy</para>
/// </summary>
-BioblasterPvE = 16499,
+HighVoltagePvE = 11387,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16500"><strong>Air Anchor</strong></see> <i>PvE</i> (MCH) [16500] [Weaponskill]
-/// <para>Delivers an attack with a potency of 600.</para>
-/// <para>Additional Effect: Increases Battery Gauge by 20</para>
-/// <para>This weaponskill does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/11388"><strong>Bad Breath</strong></see> <i>PvE</i> (BLU) [11388] [Spell]
+/// <para>Blow noxious breath on all enemies in a cone before you, inflicting Slow +20%, Heavy +40%, Blind, and Paralysis.</para>
+/// <para>Additional Effect: Poison</para>
+/// <para>Potency: 20</para>
+/// <para>Additional Effect: Damage dealt reduced 10%</para>
+/// <para>Duration: 15s</para>
+/// <para>Additional Effect: Interrupts target</para>
/// </summary>
-AirAnchorPvE = 16500,
+BadBreathPvE = 11388,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16501"><strong>Automaton Queen</strong></see> <i>PvE</i> (MCH) [16501] [Ability]
-/// <para>Deploys an Automaton Queen to fight at your side.</para>
-/// <para>Potency of Automaton Queen actions increases as Battery Gauge exceeds required cost at time of deployment.</para>
-/// <para>Battery Gauge Cost: 50</para>
+/// <see href="https://garlandtools.org/db/#action/11389"><strong>Flying Frenzy</strong></see> <i>PvE</i> (BLU) [11389] [Spell]
+/// <para>Delivers a jumping physical attack to target and all enemies nearby it with a potency of 150 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Cannot be executed while bound.</para>
+/// </summary>
+FlyingFrenzyPvE = 11389,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/11390"><strong>Aqua Breath</strong></see> <i>PvE</i> (BLU) [11390] [Spell]
+/// <para>Deals water damage to all enemies in a cone before you with a potency of 140 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Inflicts Dropsy, dealing water damage over time</para>
+/// <para>Potency: 20</para>
/// <para>Duration: 12s</para>
-/// <para>Consumes Battery Gauge upon execution.</para>
-/// <para>Shuts down when time expires or upon execution of Queen Overdrive.</para>
-/// <para>Shares a recast timer with Queen Overdrive.</para>
/// </summary>
-AutomatonQueenPvE = 16501,
+AquaBreathPvE = 11390,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16502"><strong>Queen Overdrive</strong></see> <i>PvE</i> (MCH) [16502] [Ability]
-/// <para>Orders the Automaton Queen to use Pile Bunker.</para>
-/// <para>Pile Bunker Potency: 340</para>
-/// <para>Potency increases as Battery Gauge exceeds required cost at time of deployment, up to a maximum of 680.</para>
-/// <para>The Automaton Queen shuts down after execution. If this action is not used manually while the Automaton Queen is active, it will be triggered automatically immediately before shutting down.</para>
-/// <para>Shares a recast timer with Automaton Queen.</para>
+/// <see href="https://garlandtools.org/db/#action/11391"><strong>Plaincracker</strong></see> <i>PvE</i> (BLU) [11391] [Spell]
+/// <para>Deals earth damage to all nearby enemies with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
/// </summary>
-QueenOverdrivePvE = 16502,
+PlaincrackerPvE = 11391,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16503"><strong>Pile Bunker</strong></see> <i>PvE</i> (MCH) [16503] [Ability]
-/// <para>Delivers an attack with a potency of 340.</para>
-/// <para>Potency increases as Battery Gauge exceeds required cost at time of deployment, up to a maximum of 680.</para>
-/// <para>The Automaton Queen shuts down after execution. The Automaton Queen shuts down after execution. If this action is not used manually while the Automaton Queen is active, it will be triggered automatically immediately before shutting down.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/11392"><strong>Acorn Bomb</strong></see> <i>PvE</i> (BLU) [11392] [Spell]
+/// <para>Puts target and all enemies nearby it to sleep.</para>
+/// <para>Duration: 30s</para>
+/// <para>Cancels auto-attack upon execution.</para>
/// </summary>
-PileBunkerPvE = 16503,
+AcornBombPvE = 11392,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16504"><strong>Arm Punch</strong></see> <i>PvE</i> (MCH) [16504] [Weaponskill]
-/// <para>Delivers an attack with a potency of 120.</para>
-/// <para>Potency increases as Battery Gauge exceeds required cost at time of deployment, up to a maximum of 240.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/11393"><strong>Bristle</strong></see> <i>PvE</i> (BLU) [11393] [Spell]
+/// <para>Increases the potency of the next spell cast by 50%.</para>
+/// <para>Duration: 30s</para>
+/// <para>Effect cannot be stacked with Harmonized.</para>
/// </summary>
-ArmPunchPvE = 16504,
+BristlePvE = 11393,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16505"><strong>Despair</strong></see> <i>PvE</i> (BLM) [16505] [Spell]
-/// <para>Deals fire damage with a potency of 340.</para>
-/// <para>Additional Effect: Grants Astral Fire III</para>
-/// <para>Duration: 15s</para>
-/// <para>Can only be executed while under the effect of Astral Fire.</para>
+/// <see href="https://garlandtools.org/db/#action/11394"><strong>Mind Blast</strong></see> <i>PvE</i> (BLU) [11394] [Spell]
+/// <para>Deals unaspected damage to all nearby enemies with a potency of 200 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Paralysis</para>
+/// <para>Duration: 30s</para>
/// </summary>
-DespairPvE = 16505,
+MindBlastPvE = 11394,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16506"><strong>Umbral Soul</strong></see> <i>PvE</i> (BLM) [16506] [Spell]
-/// <para>Grants Umbral Ice and 1 Umbral Heart.</para>
-/// <para>Umbral Heart Bonus: Nullifies Astral Fire's MP cost increase for Fire spells and reduces MP cost for Flare by one-third</para>
-/// <para>Can only be executed while under the effect of Umbral Ice.</para>
+/// <see href="https://garlandtools.org/db/#action/11395"><strong>Blood Drain</strong></see> <i>PvE</i> (BLU) [11395] [Spell]
+/// <para>Deals unaspected damage with a potency of 50.</para>
+/// <para>Additional Effect: Restores MP</para>
/// </summary>
-UmbralSoulPvE = 16506,
+BloodDrainPvE = 11395,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16507"><strong>Xenoglossy</strong></see> <i>PvE</i> (BLM) [16507] [Spell]
-/// <para>Deals unaspected damage with a potency of 880.</para>
-/// <para>Polyglot Cost: 1</para>
+/// <see href="https://garlandtools.org/db/#action/11396"><strong>Bomb Toss</strong></see> <i>PvE</i> (BLU) [11396] [Spell]
+/// <para>Deals fire damage at a designated location with a potency of 200 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Stun</para>
+/// <para>Duration: 3s</para>
/// </summary>
-XenoglossyPvE = 16507,
+BombTossPvE = 11396,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16508"><strong>Energy Drain</strong></see> <i>PvE</i> (ACN SMN) [16508] [Ability]
-/// <para>Deals unaspected damage with a potency of 200.</para>
-/// <para>Additional Effect: Aetherflow II</para>
-/// <para>Additional Effect: Grants Further Ruin</para>
-/// <para>Duration: 60s</para>
-/// <para>Shares a recast timer with Energy Siphon.</para>
+/// <see href="https://garlandtools.org/db/#action/11397"><strong>1000 Needles</strong></see> <i>PvE</i> (BLU) [11397] [Spell]
+/// <para>Deals a fixed 1,000 points of physical damage which is shared by all enemies around you.</para>
/// </summary>
-EnergyDrainPvE_16508 = 16508,
+_1000NeedlesPvE = 11397,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16510"><strong>Energy Siphon</strong></see> <i>PvE</i> (SMN) [16510] [Ability]
-/// <para>Deals unaspected damage with a potency of 100 to target and all enemies nearby it.</para>
-/// <para>Additional Effect: Aetherflow II</para>
-/// <para>Additional Effect: Grants Further Ruin</para>
-/// <para>Duration: 60s</para>
-/// <para>Shares a recast timer with Energy Drain.</para>
+/// <see href="https://garlandtools.org/db/#action/11398"><strong>Drill Cannons</strong></see> <i>PvE</i> (BLU) [11398] [Spell]
+/// <para>Deals physical damage to all enemies in a straight line before you with a potency of 200 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Potency is increased to 600 when target is afflicted with Petrification. The Petrification effect is also removed.</para>
/// </summary>
-EnergySiphonPvE = 16510,
+DrillCannonsPvE = 11398,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16511"><strong>Outburst</strong></see> <i>PvE</i> (ACN SMN) [16511] [Spell]
-/// <para>Deals unaspected damage with a potency of 100 to target and all enemies nearby it.</para>
+/// <see href="https://garlandtools.org/db/#action/11399"><strong>the Look</strong></see> <i>PvE</i> (BLU) [11399] [Spell]
+/// <para>Deals unaspected damage to all enemies in a cone before you with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Increased enmity</para>
/// </summary>
-OutburstPvE = 16511,
+TheLookPvE = 11399,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16514"><strong>Fountain of Fire</strong></see> <i>PvE</i> (SMN) [16514] [Spell]
-/// <para>Deals fire damage with a potency of 540.</para>
-/// <para>Can only be executed while under the effect of Firebird Trance.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/11400"><strong>Sharpened Knife</strong></see> <i>PvE</i> (BLU) [11400] [Spell]
+/// <para>Deals physical damage with a potency of 220.</para>
+/// <para>Additional Effect: Potency is increased to 450 when target is stunned</para>
/// </summary>
-FountainOfFirePvE = 16514,
+SharpenedKnifePvE = 11400,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16515"><strong>Brand of Purgatory</strong></see> <i>PvE</i> (SMN) [16515] [Spell]
-/// <para>Deals fire damage with a potency of 240 to target and all enemies nearby it.</para>
-/// <para>Can only be executed while under the effect of Firebird Trance.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/11401"><strong>Loom</strong></see> <i>PvE</i> (BLU) [11401] [Spell]
+/// <para>Move quickly to the specified location.</para>
+/// <para>Cannot be executed while bound.</para>
/// </summary>
-BrandOfPurgatoryPvE = 16515,
+LoomPvE = 11401,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16516"><strong>Enkindle Phoenix</strong></see> <i>PvE</i> (SMN) [16516] [Ability]
-/// <para>Orders Demi-Phoenix to execute Revelation.</para>
-/// <para>Revelation Effect: Deals fire damage to target and all enemies nearby it with a potency of 1,300 for the first enemy, and 60% less for all remaining enemies</para>
-/// <para>Action replaces Enkindle Bahamut while Demi-Phoenix is summoned.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/11402"><strong>Flame Thrower</strong></see> <i>PvE</i> (BLU) [11402] [Spell]
+/// <para>Deals fire damage to all enemies in a cone before you with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
/// </summary>
-EnkindlePhoenixPvE = 16516,
+FlameThrowerPvE = 11402,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16517"><strong>Everlasting Flight</strong></see> <i>PvE</i> (SMN) [16517] [Ability]
-/// <para>Gradually restores own HP and the HP of all nearby party members.</para>
-/// <para>Cure Potency: 100</para>
-/// <para>Duration: 21s</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/11403"><strong>Faze</strong></see> <i>PvE</i> (BLU) [11403] [Spell]
+/// <para>Stuns all enemies in a cone before you.</para>
+/// <para>Duration: 6s</para>
/// </summary>
-EverlastingFlightPvE = 16517,
+FazePvE = 11403,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16518"><strong>Revelation</strong></see> <i>PvE</i> (SMN) [16518] [Ability]
-/// <para>Deals fire damage to target and all enemies nearby it with a potency of 1,300 for the first enemy, and 60% less for all remaining enemies.</para>
-/// <para>Can only be executed while Demi-Phoenix is summoned.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/11404"><strong>Glower</strong></see> <i>PvE</i> (BLU) [11404] [Spell]
+/// <para>Deals lightning damage to all enemies in a straight line before you with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Paralysis</para>
+/// <para>Duration: 6s</para>
/// </summary>
-RevelationPvE = 16518,
+GlowerPvE = 11404,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16519"><strong>Scarlet Flame</strong></see> <i>PvE</i> (SMN) [16519] [Spell]
-/// <para>Deals fire damage with a potency of 150.</para>
-/// <para>Will only execute while Demi-Phoenix is summoned.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/11405"><strong>Missile</strong></see> <i>PvE</i> (BLU) [11405] [Spell]
+/// <para>Deals damage equal to 50% of target's current HP.</para>
+/// <para>Chance of successful attack is low. Has no effect on enemies whose level is higher than your own.</para>
/// </summary>
-ScarletFlamePvE = 16519,
+MissilePvE = 11405,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16524"><strong>Verthunder II</strong></see> <i>PvE</i> (RDM) [16524] [Spell]
-/// <para>Deals lightning damage with a potency of to target and all enemies nearby it.</para>
-/// <para>Additional Effect: Increases Black Mana by 7</para>
+/// <see href="https://garlandtools.org/db/#action/11406"><strong>White Wind</strong></see> <i>PvE</i> (BLU) [11406] [Spell]
+/// <para>Restores own HP and the HP of all nearby party members by an amount equal to your current HP.</para>
/// </summary>
-VerthunderIiPvE = 16524,
+WhiteWindPvE = 11406,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16525"><strong>Veraero II</strong></see> <i>PvE</i> (RDM) [16525] [Spell]
-/// <para>Deals wind damage with a potency of to target and all enemies nearby it.</para>
-/// <para>Additional Effect: Increases White Mana by 7</para>
+/// <see href="https://garlandtools.org/db/#action/11407"><strong>Final Sting</strong></see> <i>PvE</i> (BLU) [11407] [Spell]
+/// <para>Deals physical damage with a potency of 2,000 while incapacitating self.</para>
+/// <para>Additional Effect: Inflicts Brush with Death on self</para>
+/// <para>Duration: 600s</para>
+/// <para>Effect will not be removed upon revival or further incapacitation.</para>
+/// <para>Cannot be executed while under the effect of Brush with Death.</para>
/// </summary>
-VeraeroIiPvE = 16525,
+FinalStingPvE = 11407,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16526"><strong>Impact</strong></see> <i>PvE</i> (RDM) [16526] [Spell]
-/// <para>Deals unaspected damage with a potency of to target and all enemies nearby it.</para>
-/// <para>Acceleration Potency: </para>
-/// <para>Additional Effect: Increases both Black Mana and White Mana by 3</para>
+/// <see href="https://garlandtools.org/db/#action/11408"><strong>Self-destruct</strong></see> <i>PvE</i> (BLU) [11408] [Spell]
+/// <para>Deals fire damage with a potency of 1,500 to all nearby enemies while incapacitating self.</para>
+/// <para>Additional Effect: Potency is increased to 1,800 when you are under the effect of Toad Oil</para>
+/// <para>Additional Effect: Inflicts Brush with Death on self</para>
+/// <para>Duration: 600s</para>
+/// <para>Effect will not be removed upon revival or further incapacitation.</para>
+/// <para>Cannot be executed while under the effect of Brush with Death.</para>
/// </summary>
-ImpactPvE = 16526,
+SelfdestructPvE = 11408,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16527"><strong>Engagement</strong></see> <i>PvE</i> (RDM) [16527] [Ability]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Maximum Charges: 2</para>
-/// <para>Shares a recast timer with Displacement.</para>
+/// <see href="https://garlandtools.org/db/#action/11409"><strong>Transfusion</strong></see> <i>PvE</i> (BLU) [11409] [Spell]
+/// <para>Restores all HP and MP of a single party member while incapacitating self.</para>
+/// <para>Additional Effect: Inflicts Brush with Death on self</para>
+/// <para>Duration: 600s</para>
+/// <para>Effect will not be removed upon revival or further incapacitation.</para>
+/// <para>Cannot be executed while under the effect of Brush with Death.</para>
/// </summary>
-EngagementPvE = 16527,
+TransfusionPvE = 11409,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16528"><strong>Enchanted Reprise</strong></see> <i>PvE</i> (RDM) [16528] [Weaponskill]
-/// <para>Deals unaspected damage with a potency of .</para>
-/// <para>Balance Gauge Cost: 5 Black Mana</para>
-/// <para>Balance Gauge Cost: 5 White Mana</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/11410"><strong>Toad Oil</strong></see> <i>PvE</i> (BLU) [11410] [Spell]
+/// <para>Increases evasion by 20%.</para>
+/// <para>Duration: 180s</para>
/// </summary>
-EnchantedReprisePvE = 16528,
+ToadOilPvE = 11410,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16529"><strong>Reprise</strong></see> <i>PvE</i> (RDM) [16529] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100.</para>
-/// <para>Action upgraded to Enchanted Reprise if both Black Mana and White Mana are at 5 or more.</para>
+/// <see href="https://garlandtools.org/db/#action/11411"><strong>Off-guard</strong></see> <i>PvE</i> (BLU) [11411] [Spell]
+/// <para>Increases target's damage taken by 5%.</para>
+/// <para>Duration: 15s</para>
+/// <para>Recast timer cannot be affected by other spells. However, this action shares a recast timer with Peculiar Light.</para>
/// </summary>
-ReprisePvE = 16529,
+OffguardPvE = 11411,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16530"><strong>Scorch</strong></see> <i>PvE</i> (RDM) [16530] [Spell]
-/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 680 for the first enemy, and 60% less for all remaining enemies.</para>
-/// <para>Combo Action: Verflare or Verholy</para>
-/// <para>Additional Effect: Increases both Black Mana and White Mana by 4</para>
-/// <para>Jolt II and Impact are changed to Scorch upon landing Verflare or Verholy as a combo action.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/11412"><strong>Sticky Tongue</strong></see> <i>PvE</i> (BLU) [11412] [Spell]
+/// <para>Draws target towards caster.</para>
+/// <para>Additional Effect: Stun</para>
+/// <para>Duration: 4s</para>
+/// <para>Additional Effect: Increased enmity</para>
/// </summary>
-ScorchPvE = 16530,
+StickyTonguePvE = 11412,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16531"><strong>Afflatus Solace</strong></see> <i>PvE</i> (WHM) [16531] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: </para>
-/// <para>Additional Effect: Nourishes the Blood Lily</para>
-/// <para>Healing Gauge Cost: 1 Lily</para>
+/// <see href="https://garlandtools.org/db/#action/11413"><strong>Tail Screw</strong></see> <i>PvE</i> (BLU) [11413] [Spell]
+/// <para>Reduces target's HP to a single digit.</para>
+/// <para>Chance of successful attack is low. Has no effect on enemies whose level is higher than your own.</para>
/// </summary>
-AfflatusSolacePvE = 16531,
+TailScrewPvE = 11413,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16532"><strong>Dia</strong></see> <i>PvE</i> (WHM) [16532] [Spell]
-/// <para>Deals unaspected damage with a potency of 65.</para>
-/// <para>Additional Effect: Unaspected damage over time</para>
-/// <para>Potency: 65</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/11414"><strong>Level 5 Petrify</strong></see> <i>PvE</i> (BLU) [11414] [Spell]
+/// <para>Petrifies all enemies in a cone before you.</para>
+/// <para>Duration: 20s</para>
+/// <para>Chance of successful attack is low.</para>
+/// <para>Enemy level must be a multiple of 5. Has no effect on enemies whose level is higher than your own.</para>
/// </summary>
-DiaPvE = 16532,
+Level5PetrifyPvE = 11414,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16533"><strong>Glare</strong></see> <i>PvE</i> (WHM) [16533] [Spell]
-/// <para>Deals unaspected damage with a potency of 290.</para>
+/// <see href="https://garlandtools.org/db/#action/11415"><strong>Moon Flute</strong></see> <i>PvE</i> (BLU) [11415] [Spell]
+/// <para>Grants the effect of Waxing Nocturne, increasing damage dealt by 50% and movement speed by 30%.</para>
+/// <para>Duration: 15s</para>
+/// <para>When effect ends, the player is afflicted with Waning Nocturne, preventing the use of auto-attack, weaponskills, spells, or abilities.</para>
+/// <para>Duration: 15s</para>
/// </summary>
-GlarePvE = 16533,
+MoonFlutePvE = 11415,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16534"><strong>Afflatus Rapture</strong></see> <i>PvE</i> (WHM) [16534] [Spell]
-/// <para>Restores own HP and the HP of all nearby party members.</para>
-/// <para>Cure Potency: </para>
-/// <para>Additional Effect: Nourishes the Blood Lily</para>
-/// <para>Healing Gauge Cost: 1 Lily</para>
+/// <see href="https://garlandtools.org/db/#action/11416"><strong>Doom</strong></see> <i>PvE</i> (BLU) [11416] [Spell]
+/// <para>Inflicts Doom on target.</para>
+/// <para>Duration: 15s</para>
+/// <para>When effect expires, the target will be KO'd.</para>
+/// <para>Chance of successful attack is low. Has no effect on enemies whose level is higher than your own.</para>
/// </summary>
-AfflatusRapturePvE = 16534,
+DoomPvE = 11416,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16535"><strong>Afflatus Misery</strong></see> <i>PvE</i> (WHM) [16535] [Spell]
-/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 1,240 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Can only be executed when the Blood Lily is in full bloom.</para>
+/// <see href="https://garlandtools.org/db/#action/11417"><strong>Mighty Guard</strong></see> <i>PvE</i> (BLU) [11417] [Spell]
+/// <para>Reduces damage taken by 40% while reducing damage dealt by 40%, increasing enmity generation, and preventing casting interruptions via damage taken.</para>
+/// <para>Effect ends upon reuse.</para>
/// </summary>
-AfflatusMiseryPvE = 16535,
+MightyGuardPvE = 11417,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16536"><strong>Temperance</strong></see> <i>PvE</i> (WHM) [16536] [Ability]
-/// <para>Increases healing magic potency by 20%, while reducing damage taken by self and all party members within a radius of 50 yalms by 10%.</para>
-/// <para>Duration: 20s</para>
+/// <see href="https://garlandtools.org/db/#action/11418"><strong>Ice Spikes</strong></see> <i>PvE</i> (BLU) [11418] [Spell]
+/// <para>Counters enemies with ice damage every time you suffer physical damage.</para>
+/// <para>Counter Potency: 40</para>
+/// <para>Duration: 15s</para>
+/// <para>Effect cannot be stacked with Veil of the Whorl or Schiltron.</para>
+/// <para>Additional Effect: 50% chance that when you are struck, the striker will be afflicted with Slow +20%</para>
+/// <para>Duration: 15s</para>
/// </summary>
-TemperancePvE = 16536,
+IceSpikesPvE = 11418,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16537"><strong>Whispering Dawn</strong></see> <i>PvE</i> (SCH) [16537] [Ability]
-/// <para>Orders faerie to execute Whispering Dawn. If Seraph is summoned, orders her to execute Angel's Whisper.</para>
-/// <para>Whispering Dawn/Angel's Whisper Effect: Gradually restores the HP of all nearby party members</para>
-/// <para>Cure Potency: 80</para>
-/// <para>Duration: 21s</para>
+/// <see href="https://garlandtools.org/db/#action/11419"><strong>the Ram's Voice</strong></see> <i>PvE</i> (BLU) [11419] [Spell]
+/// <para>Deals ice damage to all nearby enemies with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Deep Freeze</para>
+/// <para>Duration: 12s</para>
/// </summary>
-WhisperingDawnPvE_16537 = 16537,
+TheRamsVoicePvE = 11419,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16538"><strong>Fey Illumination</strong></see> <i>PvE</i> (SCH) [16538] [Ability]
-/// <para>Orders faerie to execute Fey Illumination. If Seraph is summoned, orders her to execute Seraphic Illumination.</para>
-/// <para>Fey Illumination/Seraphic Illumination Effect: Increases healing magic potency of all nearby party members by 10%, while reducing magic damage taken by all nearby party members by 5%</para>
-/// <para>Duration: 20s</para>
-/// <para>Effect cannot be stacked with Seraphic Illumination.</para>
+/// <see href="https://garlandtools.org/db/#action/11420"><strong>the Dragon's Voice</strong></see> <i>PvE</i> (BLU) [11420] [Spell]
+/// <para>Deals lightning damage to all nearby enemies with a potency of 200 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Enemies within an 8-yalm radius will be unaffected.</para>
+/// <para>Additional Effect: Paralysis</para>
+/// <para>Duration: 9s</para>
+/// <para>Additional Effect: Potency is increased to 400 against most enemies afflicted with Deep Freeze. The Deep Freeze effect is also removed.</para>
/// </summary>
-FeyIlluminationPvE_16538 = 16538,
+TheDragonsVoicePvE = 11420,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16539"><strong>Art of War</strong></see> <i>PvE</i> (SCH) [16539] [Spell]
-/// <para>Deals unaspected damage with a potency of to all nearby enemies.</para>
+/// <see href="https://garlandtools.org/db/#action/11421"><strong>Peculiar Light</strong></see> <i>PvE</i> (BLU) [11421] [Spell]
+/// <para>Increases magic damage taken by all nearby enemies by 5%.</para>
+/// <para>Duration: 15s</para>
+/// <para>Recast timer cannot be affected by other spells. However, this action shares a recast timer with Off-guard.</para>
/// </summary>
-ArtOfWarPvE = 16539,
+PeculiarLightPvE = 11421,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16540"><strong>Biolysis</strong></see> <i>PvE</i> (SCH) [16540] [Spell]
-/// <para>Deals unaspected damage over time.</para>
-/// <para>Potency: 70</para>
+/// <see href="https://garlandtools.org/db/#action/11422"><strong>Ink Jet</strong></see> <i>PvE</i> (BLU) [11422] [Spell]
+/// <para>Deals unaspected damage to all enemies in a cone before you with a potency of 200 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Blind</para>
/// <para>Duration: 30s</para>
/// </summary>
-BiolysisPvE = 16540,
+InkJetPvE = 11422,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16541"><strong>Broil III</strong></see> <i>PvE</i> (SCH) [16541] [Spell]
-/// <para>Deals unaspected damage with a potency of 255.</para>
+/// <see href="https://garlandtools.org/db/#action/11423"><strong>Flying Sardine</strong></see> <i>PvE</i> (BLU) [11423] [Spell]
+/// <para>Deals physical damage with a potency of 10.</para>
+/// <para>Additional Effect: Interrupts target</para>
/// </summary>
-BroilIiiPvE = 16541,
+FlyingSardinePvE = 11423,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16542"><strong>Recitation</strong></see> <i>PvE</i> (SCH) [16542] [Ability]
-/// <para>Allows the execution of Adloquium, Succor, Indomitability, or Excogitation without consuming resources while also ensuring critical HP is restored.</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#action/11424"><strong>Diamondback</strong></see> <i>PvE</i> (BLU) [11424] [Spell]
+/// <para>Reduces damage taken by 90% and nullifies most knockback and draw-in effects.</para>
+/// <para>Unable to move or take action for the duration of this effect.</para>
+/// <para>Duration: 10s</para>
+/// <para>If used when Waxing Nocturne is active, its effect will transition immediately to Waning Nocturne.</para>
+/// <para>The effect of this action cannot be ended manually.</para>
/// </summary>
-RecitationPvE = 16542,
+DiamondbackPvE = 11424,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16543"><strong>Fey Blessing</strong></see> <i>PvE</i> (SCH) [16543] [Ability]
-/// <para>Orders faerie to execute Fey Blessing.</para>
-/// <para>Fey Blessing Effect: Restores the HP of all nearby party members</para>
-/// <para>Cure Potency: 320</para>
+/// <see href="https://garlandtools.org/db/#action/11425"><strong>Fire Angon</strong></see> <i>PvE</i> (BLU) [11425] [Spell]
+/// <para>Deals physical fire damage to target and all enemies nearby it with a potency of 200 for the first enemy, and 50% less for all remaining enemies.</para>
/// </summary>
-FeyBlessingPvE = 16543,
+FireAngonPvE = 11425,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16544"><strong>Fey Blessing</strong></see> <i>PvE</i> (SCH) [16544] [Ability]
-/// <para>Restores the HP of all nearby party members.</para>
-/// <para>Cure Potency: 320</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/11426"><strong>Feather Rain</strong></see> <i>PvE</i> (BLU) [11426] [Ability]
+/// <para>Deals wind damage with a potency of 220 to all enemies at a designated location.</para>
+/// <para>Additional Effect: Wind damage over time</para>
+/// <para>Potency: 40</para>
+/// <para>Duration: 6s</para>
+/// <para>Shares a recast timer with Eruption.</para>
/// </summary>
-FeyBlessingPvE_16544 = 16544,
+FeatherRainPvE = 11426,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16545"><strong>Summon Seraph</strong></see> <i>PvE</i> (SCH) [16545] [Ability]
-/// <para>Summons Seraph to fight at your side. When set to guard, automatically casts Seraphic Veil on party members who suffer damage.</para>
-/// <para>Cannot summon Seraph unless a pet is already summoned. Current pet will leave the battlefield while Seraph is present, and return once gone.</para>
-/// <para>Duration: 22s</para>
-/// <para></para>
-/// <para>※Action changes to Consolation upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/11427"><strong>Eruption</strong></see> <i>PvE</i> (BLU) [11427] [Ability]
+/// <para>Deals fire damage with a potency of 300 to all enemies at a designated location.</para>
+/// <para>Shares a recast timer with Feather Rain.</para>
/// </summary>
-SummonSeraphPvE = 16545,
+EruptionPvE = 11427,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16546"><strong>Consolation</strong></see> <i>PvE</i> (SCH) [16546] [Ability]
-/// <para>Orders Seraph to execute Consolation.</para>
-/// <para>Consolation Effect: Restores the HP of all nearby party members</para>
-/// <para>Cure Potency: 250</para>
-/// <para>Additional Effect: Erects a magicked barrier which nullifies damage equaling the amount of HP restored</para>
-/// <para>Duration: 30s</para>
-/// <para>Maximum Charges: 2</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/11428"><strong>Mountain Buster</strong></see> <i>PvE</i> (BLU) [11428] [Ability]
+/// <para>Deals physical earth damage to all enemies in a cone before you with a potency of 400 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Shares a recast timer with Shock Strike.</para>
/// </summary>
-ConsolationPvE = 16546,
+MountainBusterPvE = 11428,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16547"><strong>Consolation</strong></see> <i>PvE</i> (SCH) [16547] [Ability]
-/// <para>Restores the HP of all nearby party members.</para>
-/// <para>Cure Potency: 250</para>
-/// <para>Additional Effect: Erects a magicked barrier which nullifies damage equaling the amount of HP restored</para>
-/// <para>Duration: 30s</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/11429"><strong>Shock Strike</strong></see> <i>PvE</i> (BLU) [11429] [Ability]
+/// <para>Deals lightning damage to target and all enemies nearby it with a potency of 400 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Shares a recast timer with Mountain Buster.</para>
/// </summary>
-ConsolationPvE_16547 = 16547,
+ShockStrikePvE = 11429,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16548"><strong>Seraphic Veil</strong></see> <i>PvE</i> (SCH) [16548] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: </para>
-/// <para>Additional Effect: Erects a magicked barrier which nullifies damage equaling the amount of HP restored</para>
-/// <para>Duration: 30s</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/11430"><strong>Glass Dance</strong></see> <i>PvE</i> (BLU) [11430] [Ability]
+/// <para>Deals ice damage to all enemies in a wide arc to your fore and flanks with a potency of 350 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Shares a recast timer with Veil of the Whorl.</para>
/// </summary>
-SeraphicVeilPvE = 16548,
+GlassDancePvE = 11430,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16550"><strong>Angel's Whisper</strong></see> <i>PvE</i> (SCH) [16550] [Ability]
-/// <para>Gradually restores the HP of all nearby party members.</para>
-/// <para>Cure Potency: 80</para>
-/// <para>Duration: 21s</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/11431"><strong>Veil of the Whorl</strong></see> <i>PvE</i> (BLU) [11431] [Ability]
+/// <para>Counters enemies with water damage every time you suffer damage.</para>
+/// <para>Counter Potency: 50</para>
+/// <para>Duration: 30s</para>
+/// <para>Effect cannot be stacked with Ice Spikes or Schiltron.</para>
+/// <para>Shares a recast timer with Glass Dance.</para>
/// </summary>
-AngelsWhisperPvE = 16550,
+VeilOfTheWhorlPvE = 11431,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16551"><strong>Seraphic Illumination</strong></see> <i>PvE</i> (SCH) [16551] [Ability]
-/// <para>Increases healing magic potency of nearby party members by 10%, while reducing magic damage taken by nearby party members by 5%.</para>
+/// <see href="https://garlandtools.org/db/#action/11482"><strong>Tri-shackle</strong></see> <i>PvE</i> (All Classes) [11482] [Spell]
+/// <para>Deals unaspected damage with a potency of 30 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Bind</para>
/// <para>Duration: 20s</para>
-/// <para>Effect cannot be stacked with Fey Illumination.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-SeraphicIlluminationPvE = 16551,
+TrishacklePvE = 11482,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16552"><strong>Divination</strong></see> <i>PvE</i> (AST) [16552] [Ability]
-/// <para>Increases damage dealt by self and nearby party members by 6%.</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#action/12577"><strong>Mog Heaven</strong></see> <i>PvE</i> (All Classes) [12577] [Special]
+/// <para>Fires a short-range burst of energy in a straight line before you.</para>
+/// <para>Additional Effect: Increased damage taken</para>
/// </summary>
-DivinationPvE = 16552,
+MogHeavenPvE = 12577,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16553"><strong>Celestial Opposition</strong></see> <i>PvE</i> (AST) [16553] [Ability]
-/// <para>Restores own HP and the HP of all nearby party members.</para>
-/// <para>Cure Potency: 200</para>
-/// <para>Additional Effect: Regen</para>
-/// <para>Cure Potency: 100</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#action/12578"><strong>Bring It Pom</strong></see> <i>PvE</i> (All Classes) [12578] [Special]
+/// <para>Restores HP and HP of all nearby party members, and grants healing over time as well as increased damage dealt.</para>
/// </summary>
-CelestialOppositionPvE = 16553,
+BringItPomPvE = 12578,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16554"><strong>Combust III</strong></see> <i>PvE</i> (AST) [16554] [Spell]
-/// <para>Deals unaspected damage over time.</para>
-/// <para>Potency: 55</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/12911"><strong>Omega Jammer</strong></see> <i>PvE</i> (All Classes) [12911] [Ability]
+/// <para>Emits a pulse of concentrated electromagnetic energy.</para>
/// </summary>
-CombustIiiPvE = 16554,
+OmegaJammerPvE = 12911,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16555"><strong>Malefic IV</strong></see> <i>PvE</i> (AST) [16555] [Spell]
-/// <para>Deals unaspected damage with a potency of 230.</para>
+/// <see href="https://garlandtools.org/db/#action/12958"><strong>Wisdom of the Aetherweaver</strong></see> <i>PvE</i> (WHM SCH AST SGE) [12958] [Spell]
+/// <para>Increases magic damage dealt by 60%.</para>
+/// <para>Cannot be used with other Wisdom abilities.</para>
+/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
/// </summary>
-MaleficIvPvE = 16555,
+WisdomOfTheAetherweaverPvE = 12958,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16556"><strong>Celestial Intersection</strong></see> <i>PvE</i> (AST) [16556] [Ability]
-/// <para>Restores own or target party member's HP.</para>
-/// <para>Cure Potency: 200</para>
-/// <para>Additional Sect Effect: Erects a magicked barrier which nullifies damage equaling 200% of the amount of HP restored</para>
-/// <para>Duration: 30s</para>
-/// <para>Maximum Charges: 2</para>
+/// <see href="https://garlandtools.org/db/#action/12959"><strong>Wisdom of the Martialist</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [12959] [Spell]
+/// <para>Increases damage dealt by 40%.</para>
+/// <para>Cannot be used with other Wisdom abilities.</para>
+/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
/// </summary>
-CelestialIntersectionPvE = 16556,
+WisdomOfTheMartialistPvE = 12959,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16557"><strong>Horoscope</strong></see> <i>PvE</i> (AST) [16557] [Ability]
-/// <para>Reads your fortune and those of nearby party members, granting them Horoscope.</para>
-/// <para>Duration: 10s</para>
-/// <para>Effect upgraded to Horoscope Helios upon receiving the effects of Helios or Aspected Helios.</para>
-/// <para>Duration: 30s</para>
-/// <para>Restores the HP of those under either effect when the cards are read a second time or the effect expires.</para>
-/// <para>Horoscope Cure Potency: 200</para>
-/// <para>Horoscope Helios Cure Potency: 400</para>
-/// </summary>
-HoroscopePvE = 16557,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16558"><strong>Horoscope</strong></see> <i>PvE</i> (AST) [16558] [Ability]
-/// <para>Restores own HP and the HP of all nearby party members.</para>
-/// <para>Potency is determined by the Horoscope effect of party members. Effect expires upon execution.</para>
-/// <para>Horoscope Potency: 200</para>
-/// <para>Horoscope Helios Potency: 400</para>
+/// <see href="https://garlandtools.org/db/#action/12960"><strong>Wisdom of the Platebearer</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE VPR PCT) [12960] [Spell]
+/// <para>Reduces damage taken by 80% while increasing maximum HP by 50%.</para>
+/// <para>Cannot be used with other Wisdom abilities.</para>
+/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
/// </summary>
-HoroscopePvE_16558 = 16558,
+WisdomOfThePlatebearerPvE = 12960,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16559"><strong>Neutral Sect</strong></see> <i>PvE</i> (AST) [16559] [Ability]
-/// <para>Increases healing magic potency by 20%.</para>
-/// <para>Duration: 20s</para>
-/// <para>Additional Effect: When casting Aspected Benefic or Aspected Helios, erects a magicked barrier which nullifies damage</para>
-/// <para>Aspected Benefic Effect: Nullifies damage equaling 250% of the amount of HP restored</para>
-/// <para>Aspected Helios Effect: Nullifies damage equaling 125% of the amount of HP restored</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/12961"><strong>Wisdom of the Guardian</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [12961] [Spell]
+/// <para>Reduces damage taken by 45% while increasing maximum HP by 10%.</para>
+/// <para>Cannot be used with other Wisdom abilities.</para>
+/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
/// </summary>
-NeutralSectPvE = 16559,
+WisdomOfTheGuardianPvE = 12961,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16560"><strong>Repose</strong></see> <i>PvE</i> (CNJ WHM SCH AST SGE) [16560] [Spell]
-/// <para>Afflicts target with Sleep.</para>
-/// <para>Duration: 30s</para>
-/// <para>Cancels auto-attack upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/12962"><strong>Wisdom of the Ordained</strong></see> <i>PvE</i> (WHM SCH AST SGE) [12962] [Spell]
+/// <para>Increases maximum MP by 50% and healing magic potency by 25%.</para>
+/// <para>Cannot be used with other Wisdom abilities.</para>
+/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
/// </summary>
-ReposePvE = 16560,
+WisdomOfTheOrdainedPvE = 12962,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16574"><strong>Ronkan Fire III</strong></see> <i>PvE</i> (All Classes) [16574] [Spell]
-/// <para>Deals fire damage with a potency of 430.</para>
+/// <see href="https://garlandtools.org/db/#action/12963"><strong>Wisdom of the Skirmisher</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [12963] [Spell]
+/// <para>Increases damage dealt by 20%.</para>
+/// <para>Cannot be used with other Wisdom abilities.</para>
+/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
/// </summary>
-RonkanFireIiiPvE = 16574,
+WisdomOfTheSkirmisherPvE = 12963,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16575"><strong>Ronkan Blizzard III</strong></see> <i>PvE</i> (All Classes) [16575] [Spell]
-/// <para>Deals ice damage with a potency of 240.</para>
-/// <para>Additional Effect: Restores MP</para>
+/// <see href="https://garlandtools.org/db/#action/12964"><strong>Wisdom of the Watcher</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [12964] [Spell]
+/// <para>Increases evasion by 25% while reducing damage dealt by 5%.</para>
+/// <para>Cannot be used with other Wisdom abilities.</para>
+/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
/// </summary>
-RonkanBlizzardIiiPvE = 16575,
+WisdomOfTheWatcherPvE = 12964,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16576"><strong>Ronkan Thunder III</strong></see> <i>PvE</i> (All Classes) [16576] [Spell]
-/// <para>Deals lightning damage with a potency of 200.</para>
-/// <para>Additional Effect: Lightning damage over time</para>
-/// <para>Potency: 40</para>
-/// <para>Duration: 24s</para>
+/// <see href="https://garlandtools.org/db/#action/12965"><strong>Wisdom of the Templar</strong></see> <i>PvE</i> (WHM SCH AST SGE) [12965] [Spell]
+/// <para>Increases healing magic potency by 50% and maximum HP by 30%, while reducing damage dealt by 5%.</para>
+/// <para>Cannot be used with other Wisdom abilities.</para>
+/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
/// </summary>
-RonkanThunderIiiPvE = 16576,
+WisdomOfTheTemplarPvE = 12965,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16577"><strong>Ronkan Flare</strong></see> <i>PvE</i> (All Classes) [16577] [Spell]
-/// <para>Deals fire damage with a potency of 460 to target and all enemies nearby it.</para>
+/// <see href="https://garlandtools.org/db/#action/12966"><strong>Wisdom of the Irregular</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [12966] [Spell]
+/// <para>Increases damage dealt by 30% while reducing magic defense by 60%.</para>
+/// <para>Cannot be used with other Wisdom abilities.</para>
+/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
/// </summary>
-RonkanFlarePvE = 16577,
+WisdomOfTheIrregularPvE = 12966,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16766"><strong>Detonator</strong></see> <i>PvE</i> (MCH) [16766] [Ability]
-/// <para>Ends the effect of Wildfire, dealing damage to the target.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/12967"><strong>Wisdom of the Breathtaker</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12967] [Spell]
+/// <para>Increases poison resistance and movement speed, including mount speed, and increases evasion by 10%.</para>
+/// <para>Cannot be used with other Wisdom abilities.</para>
+/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
/// </summary>
-DetonatorPvE = 16766,
+WisdomOfTheBreathtakerPvE = 12967,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16788"><strong>Fast Blade</strong></see> <i>PvE</i> (All Classes) [16788] [Weaponskill]
-/// <para></para>
+/// <see href="https://garlandtools.org/db/#action/12968"><strong>Spirit of the Remembered</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12968] [Ability]
+/// <para>Increases maximum HP by 10% and accuracy by 30%.</para>
+/// <para>Additional Effect: Grants a 70% chance of automatic revival upon KO</para>
+/// <para>Duration: 180m</para>
/// </summary>
-FastBladePvE_16788 = 16788,
+SpiritOfTheRememberedPvE = 12968,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16789"><strong>Sunshadow</strong></see> <i>PvE</i> (All Classes) [16789] [Weaponskill]
-/// <para></para>
+/// <see href="https://garlandtools.org/db/#action/12969"><strong>Protect L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12969] [Spell]
+/// <para>Reduces physical damage taken by 22%.</para>
+/// <para>Duration: 30m</para>
/// </summary>
-SunshadowPvE = 16789,
+ProtectLPvE = 12969,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16804"><strong>Rough Divide</strong></see> <i>PvE</i> (All Classes) [16804] [Ability]
-/// <para>Delivers a jumping attack with a potency of 200.</para>
-/// <para>Maximum Charges: 2</para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#action/12970"><strong>Shell L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12970] [Spell]
+/// <para>Reduces magic damage taken by 22%.</para>
+/// <para>Duration: 30m</para>
/// </summary>
-RoughDividePvE_16804 = 16804,
+ShellLPvE = 12970,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16889"><strong>Tactician</strong></see> <i>PvE</i> (MCH) [16889] [Ability]
-/// <para>Reduces damage taken by self and nearby party members by 10%.</para>
-/// <para>Duration: 15s</para>
-/// <para>Effect cannot be stacked with bard's Troubadour or dancer's Shield Samba.</para>
+/// <see href="https://garlandtools.org/db/#action/12971"><strong>Death L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12971] [Spell]
+/// <para>KOs target. The less the target's HP, the greater the chance of success.</para>
/// </summary>
-TacticianPvE = 16889,
+DeathLPvE = 12971,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16984"><strong>Swashbuckler</strong></see> <i>PvE</i> (All Classes) [16984] [Weaponskill]
-/// <para></para>
+/// <see href="https://garlandtools.org/db/#action/12972"><strong>Focus L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12972] [Ability]
+/// <para>Grants a stack of Boost, up to a maximum of 16.</para>
+/// <para>Boost Bonus: Increases potency of next weaponskill by 30% per stack</para>
+/// <para>Duration: 30s</para>
+/// <para>Shares a recast timer with all weaponskills.</para>
/// </summary>
-SwashbucklerPvE = 16984,
+FocusLPvE = 12972,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/16985"><strong>Greatest Eclipse</strong></see> <i>PvE</i> (All Classes) [16985] [Weaponskill]
-/// <para></para>
+/// <see href="https://garlandtools.org/db/#action/12973"><strong>Paralyze L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12973] [Spell]
+/// <para>Afflicts target with Paralysis.</para>
+/// <para>Duration: 60s</para>
/// </summary>
-GreatestEclipsePvE = 16985,
+ParalyzeLPvE = 12973,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/17000"><strong>Ronkan Cure II</strong></see> <i>PvE</i> (All Classes) [17000] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 1300</para>
+/// <see href="https://garlandtools.org/db/#action/12974"><strong>Paralyze L III</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12974] [Spell]
+/// <para>Afflicts target and all neaby enemies with Paralysis.</para>
+/// <para>Duration: 60s</para>
/// </summary>
-RonkanCureIiPvE = 17000,
+ParalyzeLIiiPvE = 12974,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/17001"><strong>Ronkan Medica</strong></see> <i>PvE</i> (All Classes) [17001] [Spell]
-/// <para>Restores own HP and the HP of all nearby party members.</para>
-/// <para>Cure Potency: 500</para>
+/// <see href="https://garlandtools.org/db/#action/12975"><strong>Swift L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12975] [Ability]
+/// <para>Greatly increases movement speed.</para>
+/// <para>Duration: 10s</para>
/// </summary>
-RonkanMedicaPvE = 17001,
+SwiftLPvE = 12975,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/17002"><strong>Ronkan Esuna</strong></see> <i>PvE</i> (All Classes) [17002] [Spell]
-/// <para>Removes a single detrimental effect from target.</para>
+/// <see href="https://garlandtools.org/db/#action/12976"><strong>Featherfoot L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12976] [Ability]
+/// <para>Increases evasion by 15%.</para>
+/// <para>Duration: 45s</para>
/// </summary>
-RonkanEsunaPvE = 17002,
+FeatherfootLPvE = 12976,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/17003"><strong>Ronkan Stone II</strong></see> <i>PvE</i> (All Classes) [17003] [Spell]
-/// <para>Deals earth damage with a potency of 200.</para>
+/// <see href="https://garlandtools.org/db/#action/12977"><strong>Spirit Dart L</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [12977] [Weaponskill]
+/// <para>Delivers a ranged attack with a potency of 100.</para>
+/// <para>Additional Effect: Afflicts target with Spirit Dart L, increasing damage taken by 8%</para>
+/// <para>Duration: 60s</para>
/// </summary>
-RonkanStoneIiPvE = 17003,
+SpiritDartLPvE = 12977,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/17004"><strong>Ronkan Renew</strong></see> <i>PvE</i> (All Classes) [17004] [Ability]
-/// <para>Restores all of a target's HP.</para>
+/// <see href="https://garlandtools.org/db/#action/12978"><strong>Catastrophe L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR VPR) [12978] [Ability]
+/// <para>Deals unaspected damage to all nearby enemies with a potency of 4,000, while dealing damage with a potency of 999,999 to self.</para>
/// </summary>
-RonkanRenewPvE = 17004,
+CatastropheLPvE = 12978,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/17055"><strong>Play</strong></see> <i>PvE</i> (AST) [17055] [Ability]
-/// <para>Triggers the effect of your drawn arcanum.</para>
+/// <see href="https://garlandtools.org/db/#action/12979"><strong>Dispel L</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE VPR PCT) [12979] [Spell]
+/// <para>Removes one beneficial status from target.</para>
/// </summary>
-PlayPvE = 17055,
+DispelLPvE = 12979,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/17122"><strong>Acidic Bite</strong></see> <i>PvE</i> (All Classes) [17122] [Weaponskill]
-/// <para>Delivers an attack with a potency of 300.</para>
-/// <para>Additional Effect: Acidic Bite</para>
-/// <para>Potency: 120</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/12980"><strong>Feint L</strong></see> <i>PvE</i> (PLD WAR WHM SCH DRK AST GNB SGE) [12980] [Weaponskill]
+/// <para>Delivers an attack with a potency of 100.</para>
+/// <para>Additional Effect: Reduces target's evasion</para>
+/// <para>Duration: 60s</para>
/// </summary>
-AcidicBitePvE = 17122,
+FeintLPvE = 12980,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/17123"><strong>Heavy Shot</strong></see> <i>PvE</i> (All Classes) [17123] [Weaponskill]
-/// <para>Delivers an attack with a potency of 550.</para>
+/// <see href="https://garlandtools.org/db/#action/12981"><strong>Stealth L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12981] [Ability]
+/// <para>Blend in with your surroundings, making it impossible for most enemies to detect you, but reducing movement speed by 50%. Has no effect on certain enemies with special sight.</para>
+/// <para>Cannot be executed while in combat.</para>
+/// <para>Effect ends upon use of any action other than Sprint, or upon reuse.</para>
/// </summary>
-HeavyShotPvE_17123 = 17123,
+StealthLPvE = 12981,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/17124"><strong>Radiant Arrow</strong></see> <i>PvE</i> (All Classes) [17124] [Ability]
-/// <para>Delivers an attack with a potency of 1,100.</para>
+/// <see href="https://garlandtools.org/db/#action/12982"><strong>Aetherial Manipulation L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12982] [Ability]
+/// <para>Rush to a target's side.</para>
+/// <para>Unable to cast if bound.</para>
/// </summary>
-RadiantArrowPvE = 17124,
+AetherialManipulationLPvE = 12982,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/17125"><strong>Dulling Arrow</strong></see> <i>PvE</i> (All Classes) [17125] [Weaponskill]
-/// <para>Interrupts the use of a target's action.</para>
+/// <see href="https://garlandtools.org/db/#action/12983"><strong>Backstep L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12983] [Ability]
+/// <para>Jump 10 yalms back from current position. Cannot be executed while bound.</para>
/// </summary>
-DullingArrowPvE = 17125,
+BackstepLPvE = 12983,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/17206"><strong>Roller Dash</strong></see> <i>PvE</i> (MCH) [17206] [Weaponskill]
-/// <para>Rushes target and delivers an attack with a potency of 240.</para>
-/// <para>Potency increases as Battery Gauge exceeds required cost at time of deployment, up to a maximum of 480.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/12984"><strong>Tranquilizer L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12984] [Ability]
+/// <para>Stuns target.</para>
+/// <para>Duration: 8s</para>
/// </summary>
-RollerDashPvE = 17206,
+TranquilizerLPvE = 12984,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/17209"><strong>Hypercharge</strong></see> <i>PvE</i> (MCH) [17209] [Ability]
-/// <para>Grants 5 stacks of Overheated, each stack allowing the execution of Heat Blast or Auto Crossbow.</para>
-/// <para>Duration: 10s</para>
-/// <para>Overheated Effect: Increases the potency of single-target weaponskills by 20</para>
-/// <para>Heat Gauge Cost: 50</para>
-/// <para>Overheated effect only applicable to machinist job actions.</para>
+/// <see href="https://garlandtools.org/db/#action/12985"><strong>Bloodbath L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12985] [Ability]
+/// <para>Converts a portion of damage dealt into HP.</para>
+/// <para>Duration: 45s</para>
/// </summary>
-HyperchargePvE = 17209,
+BloodbathLPvE = 12985,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/17215"><strong>Summon Eos</strong></see> <i>PvE</i> (SCH) [17215] [Spell]
-/// <para>Summons the faerie Eos to fight at your side. When set to guard, automatically casts Embrace on party members who suffer damage.</para>
+/// <see href="https://garlandtools.org/db/#action/12986"><strong>Rejuvenate L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12986] [Ability]
+/// <para>Instantly restores 50% of maximum HP and MP.</para>
/// </summary>
-SummonEosPvE = 17215,
+RejuvenateLPvE = 12986,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/17236"><strong>Chivalrous Spirit</strong></see> <i>PvE</i> (All Classes) [17236] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 1200</para>
-/// <para>Additional Effect: Restores to self 50% of HP restored to target if target is a party member</para>
+/// <see href="https://garlandtools.org/db/#action/12987"><strong>Haymaker L</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [12987] [Ability]
+/// <para>Delivers an attack with a potency of 300.</para>
+/// <para>Can only be executed immediately after evading an attack.</para>
+/// <para>Additional Effect: Slow +20%</para>
+/// <para>Duration: 30s</para>
/// </summary>
-ChivalrousSpiritPvE = 17236,
+HaymakerLPvE = 12987,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/17291"><strong>Souldeep Invisibility</strong></see> <i>PvE</i> (All Classes) [17291] [Ability]
-/// <para>Completely conceals own presence by temporarily severing the flow of life-sustaining aether.</para>
-/// <para>Additional Effect: Fading Fast and Vital Sign</para>
+/// <see href="https://garlandtools.org/db/#action/12988"><strong>Rapid Recast L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [12988] [Ability]
+/// <para>Shortens recast time for next ability used by 50%.</para>
+/// <para>Duration: 15s</para>
/// </summary>
-SouldeepInvisibilityPvE = 17291,
+RapidRecastLPvE = 12988,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/17596"><strong>Hunter's Prudence</strong></see> <i>PvE</i> (All Classes) [17596] [Ability]
-/// <para>Restores own HP.</para>
-/// <para>Cure Potency: 1,000</para>
-/// <para>Cure potency varies with current attack power.</para>
+/// <see href="https://garlandtools.org/db/#action/12989"><strong>Cure L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [12989] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 9,000</para>
/// </summary>
-HuntersPrudencePvE = 17596,
+CureLPvE = 12989,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/17839"><strong>Nebula</strong></see> <i>PvE</i> (All Classes) [17839] [Ability]
-/// <para>Reduces damage taken by 25%.</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/12990"><strong>Cure L II</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [12990] [Ability]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 12,000</para>
/// </summary>
-NebulaPvE_17839 = 17839,
+CureLIiPvE = 12990,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/17864"><strong>Bio</strong></see> <i>PvE</i> (SCH) [17864] [Spell]
-/// <para>Deals unaspected damage over time.</para>
-/// <para>Potency: 20</para>
+/// <see href="https://garlandtools.org/db/#action/12991"><strong>Stoneskin L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12991] [Spell]
+/// <para>Creates a barrier around target that absorbs damage totaling 10% of target's maximum HP.</para>
/// <para>Duration: 30s</para>
/// </summary>
-BioPvE = 17864,
+StoneskinLPvE = 12991,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/17865"><strong>Bio II</strong></see> <i>PvE</i> (SCH) [17865] [Spell]
-/// <para>Deals unaspected damage over time.</para>
-/// <para>Potency: 40</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/12992"><strong>Cure L III</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [12992] [Spell]
+/// <para>Restores own or target party member's HP and all party members nearby target.</para>
+/// <para>Cure Potency: 9,000</para>
/// </summary>
-BioIiPvE = 17865,
+CureLIiiPvE = 12992,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/17869"><strong>Ruin</strong></see> <i>PvE</i> (SCH) [17869] [Spell]
-/// <para>Deals unaspected damage with a potency of 150.</para>
+/// <see href="https://garlandtools.org/db/#action/12993"><strong>Regen L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [12993] [Spell]
+/// <para>Grants Regen to target.</para>
+/// <para>Cure Potency: 2,500</para>
+/// <para>Duration: 21s</para>
/// </summary>
-RuinPvE_17869 = 17869,
+RegenLPvE = 12993,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/17870"><strong>Ruin II</strong></see> <i>PvE</i> (SCH) [17870] [Spell]
-/// <para>Deals unaspected damage with a potency of .</para>
+/// <see href="https://garlandtools.org/db/#action/12994"><strong>Esuna L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [12994] [Spell]
+/// <para>Removes a single detrimental effect from target.</para>
/// </summary>
-RuinIiPvE_17870 = 17870,
+EsunaLPvE = 12994,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/17901"><strong>Smackdown</strong></see> <i>PvE</i> (All Classes) [17901] [Ability]
-/// <para>Increases damage dealt by 10% and accuracy by 100%.</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/12995"><strong>Incense L</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE VPR PCT) [12995] [Ability]
+/// <para>Gesture threateningly, placing yourself at the top of a target's enmity list and increasing enmity generation.</para>
+/// <para>Duration: 15s</para>
/// </summary>
-SmackdownPvE = 17901,
+IncenseLPvE = 12995,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18073"><strong>Ending</strong></see> <i>PvE</i> (DNC) [18073] [Ability]
-/// <para>Ends dance with your partner.</para>
+/// <see href="https://garlandtools.org/db/#action/12996"><strong>Raise L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [12996] [Spell]
+/// <para>Resurrects target to a weakened state.</para>
/// </summary>
-EndingPvE = 18073,
+RaiseLPvE = 12996,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18295"><strong>Alpine Draft</strong></see> <i>PvE</i> (BLU) [18295] [Spell]
-/// <para>Deals wind damage to all enemies in a straight line before you with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <see href="https://garlandtools.org/db/#action/12997"><strong>Bravery L</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE PCT) [12997] [Spell]
+/// <para>Increases target's damage dealt by 10%.</para>
+/// <para>Duration: 300s</para>
/// </summary>
-AlpineDraftPvE = 18295,
+BraveryLPvE = 12997,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18296"><strong>Protean Wave</strong></see> <i>PvE</i> (BLU) [18296] [Spell]
-/// <para>Deals water damage to all enemies in a cone before you with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: 15-yalm knockback</para>
+/// <see href="https://garlandtools.org/db/#action/12998"><strong>Solid Shield L</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE VPR PCT) [12998] [Ability]
+/// <para>Reduces physical damage taken by 99%.</para>
+/// <para>Duration: 8s</para>
/// </summary>
-ProteanWavePvE = 18296,
+SolidShieldLPvE = 12998,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18297"><strong>Northerlies</strong></see> <i>PvE</i> (BLU) [18297] [Spell]
-/// <para>Deals ice damage to all enemies in a cone before you with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Enemies affected by Dropsy are frozen. The Dropsy effect is also removed.</para>
-/// <para>Duration: 20s</para>
+/// <see href="https://garlandtools.org/db/#action/12999"><strong>Spell Shield L</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE VPR PCT) [12999] [Ability]
+/// <para>Reduces magic damage taken by 99%.</para>
+/// <para>Duration: 8s</para>
/// </summary>
-NortherliesPvE = 18297,
+SpellShieldLPvE = 12999,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18298"><strong>Electrogenesis</strong></see> <i>PvE</i> (BLU) [18298] [Spell]
-/// <para>Deals lightning damage to target and all enemies nearby it with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <see href="https://garlandtools.org/db/#action/13000"><strong>Reflect L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [13000] [Spell]
+/// <para>Creates a magic-reflecting barrier around self or party member.</para>
+/// <para>Duration: 10s</para>
/// </summary>
-ElectrogenesisPvE = 18298,
+ReflectLPvE = 13000,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18299"><strong>Kaltstrahl</strong></see> <i>PvE</i> (BLU) [18299] [Spell]
-/// <para>Deals physical damage to all enemies in a cone before you with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <see href="https://garlandtools.org/db/#action/13001"><strong>Smite L</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [13001] [Ability]
+/// <para>Delivers an attack with a potency of 1,000.</para>
+/// <para>Can only be executed when your HP is below 50%.</para>
+/// <para>Additional Effect: Restores an amount of own HP proportional to damage dealt</para>
/// </summary>
-KaltstrahlPvE = 18299,
+SmiteLPvE = 13001,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18300"><strong>Abyssal Transfixion</strong></see> <i>PvE</i> (BLU) [18300] [Spell]
-/// <para>Deals physical damage with a potency of 220.</para>
-/// <para>Additional Effect: Paralysis</para>
+/// <see href="https://garlandtools.org/db/#action/13002"><strong>Refresh L</strong></see> <i>PvE</i> (WHM SCH AST SGE) [13002] [Spell]
+/// <para>Increases the amount of magia aether regenerated over time by self and nearby party members.</para>
/// <para>Duration: 30s</para>
/// </summary>
-AbyssalTransfixionPvE = 18300,
+RefreshLPvE = 13002,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18301"><strong>Chirp</strong></see> <i>PvE</i> (BLU) [18301] [Spell]
-/// <para>Puts all nearby enemies to sleep.</para>
-/// <para>Duration: 40s</para>
-/// <para>Cancels auto-attack upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/13003"><strong>Banish L</strong></see> <i>PvE</i> (WHM SCH AST SGE) [13003] [Spell]
+/// <para>Deals unaspected damage with a potency of 200.</para>
+/// <para>Additional Effect: Afflicts undead targets with Banish L, increasing damage taken by 25%</para>
+/// <para>Duration: 60s</para>
/// </summary>
-ChirpPvE = 18301,
+BanishLPvE = 13003,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18302"><strong>Eerie Soundwave</strong></see> <i>PvE</i> (BLU) [18302] [Spell]
-/// <para>Removes one beneficial effect from all nearby enemies.</para>
+/// <see href="https://garlandtools.org/db/#action/13004"><strong>Banish L III</strong></see> <i>PvE</i> (WHM SCH AST SGE) [13004] [Spell]
+/// <para>Deals unaspected damage with a potency of 150 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Afflicts undead targets with Banish L, increasing damage taken by 25%</para>
+/// <para>Duration: 60s</para>
/// </summary>
-EerieSoundwavePvE = 18302,
+BanishLIiiPvE = 13004,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18303"><strong>Pom Cure</strong></see> <i>PvE</i> (BLU) [18303] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 100</para>
-/// <para>Cure potency is increased to 500 when you are under the effect of Aetheric Mimicry: Healer.</para>
+/// <see href="https://garlandtools.org/db/#action/13005"><strong>Magic Burst L</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE PCT) [13005] [Ability]
+/// <para>Increases spell damage by 100% while increasing MP cost.</para>
+/// <para>Duration: 20s</para>
/// </summary>
-PomCurePvE = 18303,
+MagicBurstLPvE = 13005,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18304"><strong>Gobskin</strong></see> <i>PvE</i> (BLU) [18304] [Spell]
-/// <para>Creates a barrier around self and all nearby party members that absorbs damage equivalent to a heal of 100 potency.</para>
-/// <para>Duration: 30s</para>
-/// <para>Barrier strength is increased to absorb damage equivalent to a heal of 250 potency when you are under the effect of Aetheric Mimicry: Healer.</para>
-/// <para>Effect cannot be stacked with those of scholar's Galvanize or sage's Eukrasian Diagnosis and Eukrasian Prognosis.</para>
+/// <see href="https://garlandtools.org/db/#action/13006"><strong>Double Edge L</strong></see> <i>PvE</i> (PLD MNK WAR DRG NIN DRK SAM GNB RPR VPR) [13006] [Ability]
+/// <para>Increases physical damage dealt while dealing damage to self over time.</para>
+/// <para>Stacks increase every 3 seconds, up to a maximum of 16. For each stack, physical damage dealt is increased by 15%, and potency of damage dealt to self increases by 360.</para>
+/// <para>Duration: 48s</para>
/// </summary>
-GobskinPvE = 18304,
+DoubleEdgeLPvE = 13006,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18305"><strong>Magic Hammer</strong></see> <i>PvE</i> (BLU) [18305] [Spell]
-/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 250 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Lowers intelligence and mind attributes by 10%</para>
-/// <para>Duration: 10s</para>
-/// <para>Additional Effect: Restores 10% of maximum MP</para>
-/// <para>Shares a recast timer with Candy Cane.</para>
+/// <see href="https://garlandtools.org/db/#action/13007"><strong>Eagle Eye Shot L</strong></see> <i>PvE</i> (BRD MCH DNC) [13007] [Weaponskill]
+/// <para>Delivers a ranged attack with a potency of 80. Potency increases up to 1,000% the lower the target's HP.</para>
+/// <para>Generates significant enmity upon use.</para>
/// </summary>
-MagicHammerPvE = 18305,
+EagleEyeShotLPvE = 13007,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18306"><strong>Avail</strong></see> <i>PvE</i> (BLU) [18306] [Spell]
-/// <para>Direct damage intended for you to another party member.</para>
-/// <para>Duration: 12s</para>
-/// <para>Can only be executed when member is within 10 yalms. Does not activate with certain attacks.</para>
-/// <para>This action does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/13265"><strong>Tricksome Treat</strong></see> <i>PvE</i> (All Classes) [13265] [Special]
+/// <para>Casts a spell that alarms targets within the designated area.</para>
/// </summary>
-AvailPvE = 18306,
+TricksomeTreatPvE = 13265,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18307"><strong>Frog Legs</strong></see> <i>PvE</i> (BLU) [18307] [Spell]
-/// <para>Provoke nearby enemies, placing yourself at the top of their enmity list.</para>
+/// <see href="https://garlandtools.org/db/#action/13266"><strong>Unveil</strong></see> <i>PvE</i> (All Classes) [13266] [Special]
+/// <para>Removes the effects of transfiguration.</para>
/// </summary>
-FrogLegsPvE = 18307,
+UnveilPvE = 13266,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18308"><strong>Sonic Boom</strong></see> <i>PvE</i> (BLU) [18308] [Spell]
-/// <para>Deals wind damage with a potency of 210.</para>
+/// <see href="https://garlandtools.org/db/#action/13423"><strong>Stone IV of the Seventh Dawn</strong></see> <i>PvE</i> (All Classes) [13423] [Spell]
+/// <para>Deals earth damage with a potency of 140.</para>
/// </summary>
-SonicBoomPvE = 18308,
+StoneIvOfTheSeventhDawnPvE = 13423,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18309"><strong>Whistle</strong></see> <i>PvE</i> (BLU) [18309] [Spell]
-/// <para>Increases the potency of the next physical damage spell cast by 80%.</para>
-/// <para>Duration: 30s</para>
-/// <para>Effect cannot be stacked with Boost.</para>
+/// <see href="https://garlandtools.org/db/#action/13424"><strong>Aero II of the Seventh Dawn</strong></see> <i>PvE</i> (All Classes) [13424] [Spell]
+/// <para>Deals wind damage with a potency of 50.</para>
+/// <para>Additional Effect: Wind damage over time</para>
+/// <para>Potency: 50</para>
+/// <para>Duration: 18s</para>
/// </summary>
-WhistlePvE = 18309,
+AeroIiOfTheSeventhDawnPvE = 13424,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18310"><strong>White Knight's Tour</strong></see> <i>PvE</i> (BLU) [18310] [Spell]
-/// <para>Deals unaspected damage to all enemies in a straight line before you with a potency of 200 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Potency is increased to 400 when enemies are bound. The Bind effect is also removed.</para>
-/// <para>Additional Effect: Slow +20%</para>
-/// <para>Duration: 20s</para>
+/// <see href="https://garlandtools.org/db/#action/13425"><strong>Cure II of the Seventh Dawn</strong></see> <i>PvE</i> (All Classes) [13425] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 700</para>
/// </summary>
-WhiteKnightsTourPvE = 18310,
+CureIiOfTheSeventhDawnPvE = 13425,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18311"><strong>Black Knight's Tour</strong></see> <i>PvE</i> (BLU) [18311] [Spell]
-/// <para>Deals unaspected damage to all enemies in a straight line before you with a potency of 200 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Potency is increased to 400 when enemies are under the effect of Slow. The Slow effect is also removed.</para>
-/// <para>Additional Effect: Bind</para>
-/// <para>Duration: 20s</para>
+/// <see href="https://garlandtools.org/db/#action/13426"><strong>Aetherwell</strong></see> <i>PvE</i> (All Classes) [13426] [Ability]
+/// <para>Restores MP.</para>
/// </summary>
-BlackKnightsTourPvE = 18311,
+AetherwellPvE = 13426,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18312"><strong>Level 5 Death</strong></see> <i>PvE</i> (BLU) [18312] [Spell]
-/// <para>KOs all nearby enemies.</para>
-/// <para>Chance of successful attack is low.</para>
-/// <para>Enemy level must be a multiple of 5. Has no effect on enemies whose level is higher than your own.</para>
-/// <para>Shares a recast timer with Ultravibration.</para>
+/// <see href="https://garlandtools.org/db/#action/14414"><strong>Heavenly Sword</strong></see> <i>PvE</i> (All Classes) [14414] [Ability]
+/// <para>Wield the ethereal sword to strike forward. </para>
/// </summary>
-Level5DeathPvE = 18312,
+HeavenlySwordPvE = 14414,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18313"><strong>Launcher</strong></see> <i>PvE</i> (BLU) [18313] [Spell]
-/// <para>Delivers an attack to all nearby enemies randomly dealing 50%, 30%, 20%, or 10% of their HP.</para>
-/// <para>Has no effect on enemies whose level is higher than your own.</para>
+/// <see href="https://garlandtools.org/db/#action/14415"><strong>Heavenly Shield</strong></see> <i>PvE</i> (All Classes) [14415] [Ability]
+/// <para>Wield the ethereal shield to defend against frontal attacks.</para>
/// </summary>
-LauncherPvE = 18313,
+HeavenlyShieldPvE = 14415,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18314"><strong>Perpetual Ray</strong></see> <i>PvE</i> (BLU) [18314] [Spell]
-/// <para>Deals unaspected damage with a potency of 220.</para>
-/// <para>Additional Effect: Stun</para>
-/// <para>Duration: 1s</para>
-/// <para>Ignores target's Stun resistance.</para>
+/// <see href="https://garlandtools.org/db/#action/14476"><strong>Perception L</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [14476] [Ability]
+/// <para>Reveals all traps within a 15-yalm radius. If no traps exist within 15 yalms, detects whether any traps are present within a 36-yalm radius.</para>
+/// <para>Only effective within dungeons.</para>
/// </summary>
-PerpetualRayPvE = 18314,
+PerceptionLPvE = 14476,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18315"><strong>Cactguard</strong></see> <i>PvE</i> (BLU) [18315] [Spell]
-/// <para>Reduces target party member's damage taken by 5%.</para>
-/// <para>Duration: 6s</para>
-/// <para>Increases damage reduction to 15% when you are under the effect of Aetheric Mimicry: Tank.</para>
+/// <see href="https://garlandtools.org/db/#action/14477"><strong>Wisdom of the Elder</strong></see> <i>PvE</i> (BLM SMN RDM PCT) [14477] [Spell]
+/// <para>Increases magic damage dealt by 35% while reducing magic damage taken by 22% and decreasing spell MP cost.</para>
+/// <para>Cannot be used with other Wisdom abilities.</para>
+/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
/// </summary>
-CactguardPvE = 18315,
+WisdomOfTheElderPvE = 14477,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18316"><strong>Revenge Blast</strong></see> <i>PvE</i> (BLU) [18316] [Spell]
-/// <para>Deals physical damage with a potency of 50.</para>
-/// <para>Potency is increased to 500 when your HP is below 20%.</para>
+/// <see href="https://garlandtools.org/db/#action/14478"><strong>Wisdom of the Duelist</strong></see> <i>PvE</i> (MNK DRG NIN SAM RPR VPR) [14478] [Spell]
+/// <para>Increases physical damage dealt by 40% and maximum HP by 15%.</para>
+/// <para>Cannot be used with other Wisdom abilities.</para>
+/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
/// </summary>
-RevengeBlastPvE = 18316,
+WisdomOfTheDuelistPvE = 14478,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18317"><strong>Angel Whisper</strong></see> <i>PvE</i> (BLU) [18317] [Spell]
-/// <para>Resurrects target to a weakened state.</para>
-/// <para>This action does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/14479"><strong>Wisdom of the Fiendhunter</strong></see> <i>PvE</i> (BRD MCH DNC) [14479] [Spell]
+/// <para>Increases physical damage dealt by 25% and evasion by 25%.</para>
+/// <para>Cannot be used with other Wisdom abilities.</para>
+/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
/// </summary>
-AngelWhisperPvE = 18317,
+WisdomOfTheFiendhunterPvE = 14479,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18318"><strong>Exuviation</strong></see> <i>PvE</i> (BLU) [18318] [Spell]
-/// <para>Restores own HP and the HP of all nearby party members.</para>
-/// <para>Cure Potency: 50</para>
-/// <para>Additional Effect: Removes one detrimental effect from all nearby party members</para>
-/// <para>Cure potency is increased to 300 when you are under the effect of Aetheric Mimicry: Healer.</para>
+/// <see href="https://garlandtools.org/db/#action/14480"><strong>Wisdom of the Indomitable</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [14480] [Spell]
+/// <para>Reduces damage taken by 64%.</para>
+/// <para>Grants one stack of HP Boost each time damage equal to or greater than half of maximum HP is taken from a single-target attack.</para>
+/// <para>Cannot be used with other Wisdom abilities.</para>
+/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
/// </summary>
-ExuviationPvE = 18318,
+WisdomOfTheIndomitablePvE = 14480,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18319"><strong>Reflux</strong></see> <i>PvE</i> (BLU) [18319] [Spell]
-/// <para>Deals lightning damage with a potency of 220.</para>
-/// <para>Additional Effect: Heavy +40%</para>
+/// <see href="https://garlandtools.org/db/#action/14481"><strong>Sacrifice L</strong></see> <i>PvE</i> (WHM SCH AST SGE) [14481] [Spell]
+/// <para>Restores all of a KO'd target's HP.</para>
+/// <para>Cannot be executed if currently afflicted with Sacrifice.</para>
+/// <para>Additional Effect: Inflicts Sacrifice on self</para>
+/// <para>Sacrifice Effect: When effect expires, you will be KO'd</para>
/// <para>Duration: 10s</para>
-/// <para>Ignores target's Heavy resistance.</para>
/// </summary>
-RefluxPvE = 18319,
+SacrificeLPvE = 14481,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18320"><strong>Devour</strong></see> <i>PvE</i> (BLU) [18320] [Spell]
-/// <para>Deals unaspected damage with a potency of 250.</para>
-/// <para>Additional Effect: Increases maximum HP by 20%</para>
-/// <para>Duration: 15s</para>
-/// <para>Increases duration to 70s when you are under the effect of Aetheric Mimicry: Tank.</para>
-/// <para>Additional Effect: Restores an amount of own HP equal to damage dealt</para>
-/// <para>This action does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/14597"><strong>Warp-strike</strong></see> <i>PvE</i> (All Classes) [14597] [Ability]
+/// <para>Move instantly to the target while delivering an attack. Potency increases with initial distance from target.</para>
/// </summary>
-DevourPvE = 18320,
+WarpstrikePvE = 14597,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18321"><strong>Condensed Libra</strong></see> <i>PvE</i> (BLU) [18321] [Spell]
-/// <para>Afflicts target with Physical Attenuation, Astral Attenuation, or Umbral Attenuation.</para>
-/// <para>Duration: 30s</para>
-/// <para>Physical Attenuation Effect: Increases damage taken from physical attacks by 5%</para>
-/// <para>Astral Attenuation Effect: Increases damage taken from fire-, wind-, and lightning-aspected attacks by 5%</para>
-/// <para>Umbral Attenuation Effect: Increases damage taken from water-, earth-, and ice-aspected attacks by 5%</para>
-/// <para>Only one of these statuses can be applied to a target at a time.</para>
-/// </summary>
-CondensedLibraPvE = 18321,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18322"><strong>Aetheric Mimicry</strong></see> <i>PvE</i> (BLU) [18322] [Spell]
-/// <para>Mirror the aetheric properties of your target, granting yourself a beneficial effect corresponding with the target's role.</para>
-/// <para>If target is a tank, grants Aetheric Mimicry: Tank, increasing your defense and augmenting certain blue magic spells.</para>
-/// <para>If target is a DPS, grants Aetheric Mimicry: DPS, increasing critical hit rate and direct hit rate by 20%, as well as augmenting certain blue magic spells.</para>
-/// <para>If target is a healer, grants Aetheric Mimicry: Healer, increasing healing potency by 20% and augmenting certain blue magic spells.</para>
-/// <para>Cannot be cast on self. Effect ends upon reuse.</para>
+/// <see href="https://garlandtools.org/db/#action/14840"><strong>Kyokufu</strong></see> <i>PvE</i> (All Classes) [14840] [Weaponskill]
+/// <para>Delivers an attack with a potency of 180.</para>
/// </summary>
-AethericMimicryPvE = 18322,
+KyokufuPvE = 14840,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18323"><strong>Surpanakha</strong></see> <i>PvE</i> (BLU) [18323] [Ability]
-/// <para>Deals earth damage to all enemies in a cone before you with a potency of 200 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Grants Surpanakha's Fury, increasing potency of Surpanakha by 50%</para>
-/// <para>Duration: 3s</para>
-/// <para>Can be stacked up to 3 times.</para>
-/// <para>Maximum Charges: 4</para>
-/// <para>Effect is canceled upon execution of any action other than Surpanakha.</para>
+/// <see href="https://garlandtools.org/db/#action/14841"><strong>Ajisai</strong></see> <i>PvE</i> (All Classes) [14841] [Weaponskill]
+/// <para>Delivers an attack with a potency of 100.</para>
+/// <para>Additional Effect: Damage over time</para>
+/// <para>Potency: 30</para>
+/// <para>Duration: 30s</para>
/// </summary>
-SurpanakhaPvE = 18323,
+AjisaiPvE = 14841,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18324"><strong>Quasar</strong></see> <i>PvE</i> (BLU) [18324] [Ability]
-/// <para>Deals unaspected damage to all nearby enemies with a potency of 300 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Shares a recast timer with J Kick.</para>
+/// <see href="https://garlandtools.org/db/#action/14842"><strong>Hissatsu: Gyoten</strong></see> <i>PvE</i> (All Classes) [14842] [Ability]
+/// <para>Rushes target and delivers an attack with a potency of 100.</para>
/// </summary>
-QuasarPvE = 18324,
+HissatsuGyotenPvE_14842 = 14842,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18325"><strong>J Kick</strong></see> <i>PvE</i> (BLU) [18325] [Ability]
-/// <para>Delivers a jumping physical attack to target and all enemies nearby it with a potency of 300 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Cannot be executed while bound.</para>
-/// <para>Shares a recast timer with Quasar.</para>
+/// <see href="https://garlandtools.org/db/#action/15375"><strong>Second Wind</strong></see> <i>PvE</i> (All Classes) [15375] [Ability]
+/// <para>Instantly restores own HP.</para>
+/// <para>Cure Potency: 500</para>
+/// <para>Cure potency varies with current attack power.</para>
/// </summary>
-JKickPvE = 18325,
+SecondWindPvE_15375 = 15375,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18772"><strong>Doom Spike</strong></see> <i>PvE</i> (All Classes) [18772] [Weaponskill]
-/// <para></para>
+/// <see href="https://garlandtools.org/db/#action/15537"><strong>Interject</strong></see> <i>PvE</i> (All Classes) [15537] [Ability]
+/// <para>Interrupts the use of a target's action.</para>
/// </summary>
-DoomSpikePvE_18772 = 18772,
+InterjectPvE_15537 = 15537,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18773"><strong>Sonic Thrust</strong></see> <i>PvE</i> (All Classes) [18773] [Weaponskill]
-/// <para></para>
+/// <see href="https://garlandtools.org/db/#action/15553"><strong>Present</strong></see> <i>PvE</i> (All Classes) [15553] [Special]
+/// <para>Present an eggsquisite gift.</para>
/// </summary>
-SonicThrustPvE_18773 = 18773,
+PresentPvE = 15553,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18774"><strong>Coerthan Torment</strong></see> <i>PvE</i> (All Classes) [18774] [Weaponskill]
-/// <para></para>
+/// <see href="https://garlandtools.org/db/#action/15870"><strong>Fight or Flight</strong></see> <i>PvE</i> (All Classes) [15870] [Ability]
+/// <para>Increases physical damage dealt by 25%.</para>
+/// <para>Duration: 25s</para>
/// </summary>
-CoerthanTormentPvE_18774 = 18774,
+FightOrFlightPvE_15870 = 15870,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18775"><strong>Skydragon Dive</strong></see> <i>PvE</i> (All Classes) [18775] [Ability]
-/// <para>Delivers a jumping fire-based attack with a potency of 800 to target and all enemies nearby it.</para>
+/// <see href="https://garlandtools.org/db/#action/15989"><strong>Cascade</strong></see> <i>PvE</i> (DNC) [15989] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Additional Effect: 50% chance of granting Silken Symmetry</para>
+/// <para>Duration: 30s</para>
/// </summary>
-SkydragonDivePvE = 18775,
+CascadePvE = 15989,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18776"><strong>Ala Morn</strong></see> <i>PvE</i> (All Classes) [18776] [Weaponskill]
-/// <para>Delivers an attack with a potency of 3,000.</para>
-/// <para>Additional Effect: Absorbs a portion of damage dealt as HP</para>
+/// <see href="https://garlandtools.org/db/#action/15990"><strong>Fountain</strong></see> <i>PvE</i> (DNC) [15990] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Combo Action: Cascade</para>
+/// <para>Combo Potency: </para>
+/// <para>Combo Bonus: 50% chance of granting Silken Flow</para>
+/// <para>Duration: 30s</para>
/// </summary>
-AlaMornPvE = 18776,
+FountainPvE = 15990,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18777"><strong>Drachenlance</strong></see> <i>PvE</i> (All Classes) [18777] [Weaponskill]
-/// <para>Delivers an attack with a potency of 500.</para>
-/// <para>Additional Effect: Damage over time</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#action/15991"><strong>Reverse Cascade</strong></see> <i>PvE</i> (DNC) [15991] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Additional Effect: 50% chance of granting a Fourfold Feather</para>
+/// <para>Can only be executed while under the effect of Silken Symmetry or Flourishing Symmetry.</para>
/// </summary>
-DrachenlancePvE = 18777,
+ReverseCascadePvE = 15991,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18778"><strong>Horrid Roar</strong></see> <i>PvE</i> (All Classes) [18778] [Weaponskill]
-/// <para>Delivers an attack with a potency of 600 to all nearby enemies, as well as enemies in proximity to those initially affected.</para>
-/// <para>This action does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/15992"><strong>Fountainfall</strong></see> <i>PvE</i> (DNC) [15992] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Additional Effect: 50% chance of granting a Fourfold Feather</para>
+/// <para>Can only be executed while under the effect of Silken Flow or Flourishing Flow.</para>
/// </summary>
-HorridRoarPvE = 18778,
+FountainfallPvE = 15992,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18780"><strong>Stardiver</strong></see> <i>PvE</i> (All Classes) [18780] [Ability]
-/// <para>Delivers a jumping fire-based attack to target and all enemies nearby it with a potency of 1,500 for the first enemy, and 30% less for all remaining enemies.</para>
+/// <see href="https://garlandtools.org/db/#action/15993"><strong>Windmill</strong></see> <i>PvE</i> (DNC) [15993] [Weaponskill]
+/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
+/// <para>Additional Effect: 50% chance of granting Silken Symmetry</para>
+/// <para>Duration: 30s</para>
/// </summary>
-StardiverPvE_18780 = 18780,
+WindmillPvE = 15993,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18805"><strong>Ten</strong></see> <i>PvE</i> (NIN) [18805] [Ability]
-/// <para>Make the ritual mudra hand gesture for “heaven.”</para>
-/// <para>Duration: 6s</para>
-/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
-/// <para>Conversely, execution of weaponskills triggers the cooldown of this action.</para>
+/// <see href="https://garlandtools.org/db/#action/15994"><strong>Bladeshower</strong></see> <i>PvE</i> (DNC) [15994] [Weaponskill]
+/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
+/// <para>Combo Action: Windmill</para>
+/// <para>Combo Potency: 140</para>
+/// <para>Combo Bonus: 50% chance of granting Silken Flow</para>
+/// <para>Duration: 30s</para>
/// </summary>
-TenPvE_18805 = 18805,
+BladeshowerPvE = 15994,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18806"><strong>Chi</strong></see> <i>PvE</i> (NIN) [18806] [Ability]
-/// <para>Make the ritual mudra hand gesture for “earth.”</para>
-/// <para>Duration: 6s</para>
-/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
-/// <para>Conversely, execution of weaponskills triggers the cooldown of this action.</para>
+/// <see href="https://garlandtools.org/db/#action/15995"><strong>Rising Windmill</strong></see> <i>PvE</i> (DNC) [15995] [Weaponskill]
+/// <para>Delivers an attack with a potency of 140 to all nearby enemies.</para>
+/// <para>Additional Effect: 50% chance of granting a Fourfold Feather</para>
+/// <para>Can only be executed while under the effect of Silken Symmetry or Flourishing Symmetry.</para>
/// </summary>
-ChiPvE_18806 = 18806,
+RisingWindmillPvE = 15995,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18807"><strong>Jin</strong></see> <i>PvE</i> (NIN) [18807] [Ability]
-/// <para>Make the ritual mudra hand gesture for “man.”</para>
-/// <para>Duration: 6s</para>
-/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
-/// <para>Conversely, execution of weaponskills triggers the cooldown of this action.</para>
+/// <see href="https://garlandtools.org/db/#action/15996"><strong>Bloodshower</strong></see> <i>PvE</i> (DNC) [15996] [Weaponskill]
+/// <para>Delivers an attack with a potency of 180 to all nearby enemies.</para>
+/// <para>Additional Effect: 50% chance of granting a Fourfold Feather</para>
+/// <para>Can only be executed while under the effect of Silken Flow or Flourishing Flow.</para>
/// </summary>
-JinPvE_18807 = 18807,
+BloodshowerPvE = 15996,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18813"><strong>Solicit Siphon Snout</strong></see> <i>PvE</i> (All Classes) [18813] [Ability]
-/// <para>Direct Ezel II to devour a dream.</para>
+/// <see href="https://garlandtools.org/db/#action/15997"><strong>Standard Step</strong></see> <i>PvE</i> (DNC) [15997] [Weaponskill]
+/// <para>Begin dancing, granting yourself Standard Step.</para>
+/// <para>Duration: 15s</para>
+/// <para>Action changes to Standard Finish while dancing.</para>
+/// <para>Only Standard Finish, En Avant, Curing Waltz, Shield Samba, step actions, role actions, Sprint, and Limit Break can be performed while dancing.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// </summary>
-SolicitSiphonSnoutPvE = 18813,
+StandardStepPvE = 15997,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18863"><strong>Deflect</strong></see> <i>PvE</i> (All Classes) [18863] [Ability]
-/// <para>Scatters potentially harmful aether.</para>
+/// <see href="https://garlandtools.org/db/#action/15998"><strong>Technical Step</strong></see> <i>PvE</i> (DNC) [15998] [Weaponskill]
+/// <para>Begin dancing, granting yourself Technical Step.</para>
+/// <para>Duration: 15s</para>
+/// <para>Action changes to Technical Finish while dancing.</para>
+/// <para>Only Technical Finish, En Avant, Curing Waltz, Shield Samba, step actions, role actions, Sprint, and Limit Break can be performed while dancing.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// </summary>
-DeflectPvE_18863 = 18863,
+TechnicalStepPvE = 15998,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18873"><strong>Fuma Shuriken</strong></see> <i>PvE</i> (NIN) [18873] [Ability]
-/// <para>Delivers a ranged ninjutsu attack with a potency of 450.</para>
-/// <para>Mudra Combination: Any one of the Ten, Chi, or Jin mudra</para>
-/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/15999"><strong>Emboite</strong></see> <i>PvE</i> (DNC) [15999] [Weaponskill]
+/// <para>Perform an emboite.</para>
+/// <para>When performed together with other step actions, in sequence, the potency of Standard Finish and Technical Finish is increased.</para>
+/// <para>Can only be executed while Dancing.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Cascade and Windmill change to Emboite when requirements for execution are met.</para>
/// </summary>
-FumaShurikenPvE_18873 = 18873,
+EmboitePvE = 15999,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18874"><strong>Fuma Shuriken</strong></see> <i>PvE</i> (NIN) [18874] [Ability]
-/// <para>Delivers a ranged ninjutsu attack with a potency of 450.</para>
-/// <para>Mudra Combination: Any one of the Ten, Chi, or Jin mudra</para>
-/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/16000"><strong>Entrechat</strong></see> <i>PvE</i> (DNC) [16000] [Weaponskill]
+/// <para>Perform an entrechat.</para>
+/// <para>When performed together with other step actions, in sequence, the potency of Standard Finish and Technical Finish is increased.</para>
+/// <para>Can only be executed while Dancing.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Fountain and Bladeshower change to Entrechat when requirements for execution are met.</para>
/// </summary>
-FumaShurikenPvE_18874 = 18874,
+EntrechatPvE = 16000,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18875"><strong>Fuma Shuriken</strong></see> <i>PvE</i> (NIN) [18875] [Ability]
-/// <para>Delivers a ranged ninjutsu attack with a potency of 450.</para>
-/// <para>Mudra Combination: Any one of the Ten, Chi, or Jin mudra</para>
-/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/16001"><strong>Jete</strong></see> <i>PvE</i> (DNC) [16001] [Weaponskill]
+/// <para>Perform a jete.</para>
+/// <para>When performed together with other step actions, in sequence, the potency of Standard Finish and Technical Finish is increased.</para>
+/// <para>Can only be executed while Dancing.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Reverse Cascade and Rising Windmill change to Jete when requirements for execution are met.</para>
/// </summary>
-FumaShurikenPvE_18875 = 18875,
+JetePvE = 16001,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18876"><strong>Katon</strong></see> <i>PvE</i> (NIN) [18876] [Ability]
-/// <para>Delivers fire damage with a potency of 350 to target and all enemies nearby it.</para>
-/// <para>Mudra Combination: Chi→Ten or Jin→Ten</para>
-/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/16002"><strong>Pirouette</strong></see> <i>PvE</i> (DNC) [16002] [Weaponskill]
+/// <para>Perform a pirouette.</para>
+/// <para>When performed together with other step actions, in sequence, the potency of Standard Finish and Technical Finish is increased.</para>
+/// <para>Can only be executed while Dancing.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Fountainfall and Bloodshower change to Pirouette when requirements for execution are met.</para>
/// </summary>
-KatonPvE_18876 = 18876,
+PirouettePvE = 16002,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18877"><strong>Raiton</strong></see> <i>PvE</i> (NIN) [18877] [Ability]
-/// <para>Deals lightning damage with a potency of 650.</para>
-/// <para>Additional Effect: Grants a stack of Raiju Ready</para>
+/// <see href="https://garlandtools.org/db/#action/16003"><strong>Standard Finish</strong></see> <i>PvE</i> (DNC) [16003] [Weaponskill]
+/// <para>Delivers an attack to all nearby enemies. Potency varies with number of successful steps, dealing full potency for the first enemy, and 75% less for all remaining enemies.</para>
+/// <para>0 Steps: 360</para>
+/// <para>1 Step: 540</para>
+/// <para>2 Steps: </para>
+/// <para>Step Bonus: Grants Standard Finish and Esprit to self and party member designated as your Dance PartnerStep Bonus: Grants Standard Finish to self and party member designated as your Dance PartnerStep Bonus: Grants Standard Finish to self and party member designated as your Dance Partner</para>
+/// <para>Damage bonus of Standard Finish varies with number of successful steps.</para>
+/// <para>1 Step: 2%</para>
+/// <para>2 Steps: 5%</para>
+/// <para>Duration: 60s</para>
+/// <para>Additional Effect: Grants Last Dance Ready</para>
/// <para>Duration: 30s</para>
-/// <para>Maximum Stacks: 3</para>
-/// <para>Effect of Raiju Ready ends upon execution of any melee weaponskill.</para>
-/// <para>Mudra Combination: Ten→Chi or Jin→Chi</para>
-/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
-/// </summary>
-RaitonPvE_18877 = 18877,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18878"><strong>Hyoton</strong></see> <i>PvE</i> (NIN) [18878] [Ability]
-/// <para>Delivers ice damage with a potency of 350.</para>
-/// <para>Additional Effect: Bind</para>
-/// <para>Duration: 15s</para>
-/// <para>Mudra Combination: Ten→Jin or Chi→Jin</para>
-/// <para>Cancels auto-attack upon execution.</para>
-/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
+/// <para>Can only be executed while Dancing.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Standard Step changes to Standard Finish when requirements for execution are met.</para>
/// </summary>
-HyotonPvE_18878 = 18878,
+StandardFinishPvE = 16003,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18879"><strong>Huton</strong></see> <i>PvE</i> (NIN) [18879] [Ability]
-/// <para>Reduces weaponskill recast time and auto-attack delay by 15%.</para>
-/// <para>Duration: 60s</para>
-/// <para>Mudra Combination: Jin→Chi→Ten or Chi→Jin→Ten</para>
-/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/16004"><strong>Technical Finish</strong></see> <i>PvE</i> (DNC) [16004] [Weaponskill]
+/// <para>Delivers an attack to all nearby enemies within 15 yalms. Potency varies with number of successful steps, dealing full potency for the first enemy, and 75% less for all remaining enemies.</para>
+/// <para>0 Steps: 350</para>
+/// <para>1 Step: 540</para>
+/// <para>2 Steps: 720</para>
+/// <para>3 Steps: 900</para>
+/// <para>4 Steps: 1,300</para>
+/// <para>Step Bonus: Grants Technical Finish and Esprit to self and party members within 30 yalmsStep Bonus: Grants Technical Finish to self and party members within 30 yalmsStep Bonus: Grants Technical Finish to self and party members within 30 yalms</para>
+/// <para>Damage bonus of Technical Finish varies with number of successful steps.</para>
+/// <para>1 Step: 1%</para>
+/// <para>2 Steps: 2%</para>
+/// <para>3 Steps: 3%</para>
+/// <para>4 Steps: 5%</para>
+/// <para>Duration: 20s</para>
+/// <para>Additional Effect: Grants Flourishing Finish</para>
+/// <para>Duration: 30s</para>
+/// <para>Additional Effect: Grants Dance of the Dawn Ready</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed while Dancing.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Technical Step changes to Technical Finish when requirements for execution are met.</para>
/// </summary>
-HutonPvE_18879 = 18879,
+TechnicalFinishPvE = 16004,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18880"><strong>Doton</strong></see> <i>PvE</i> (NIN) [18880] [Ability]
-/// <para>Creates a patch of corrupted earth, dealing damage with a potency of 80 to any enemies who enter.</para>
-/// <para>Duration: 18s</para>
-/// <para>Additional Effect: Heavy +40%</para>
-/// <para>Mudra Combination: Ten→Jin→Chi or Jin→Ten→Chi</para>
-/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/16005"><strong>Saber Dance</strong></see> <i>PvE</i> (DNC) [16005] [Weaponskill]
+/// <para>Delivers an attack to target and all enemies nearby it with a potency of for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Esprit Gauge Cost: 50</para>
/// </summary>
-DotonPvE_18880 = 18880,
+SaberDancePvE = 16005,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/18881"><strong>Suiton</strong></see> <i>PvE</i> (NIN) [18881] [Ability]
-/// <para>Deals water damage with a potency of 500.</para>
-/// <para>Additional Effect: Grants Suiton</para>
-/// <para>Duration: 20s</para>
-/// <para>Suiton Effect: Allows execution of actions which require the effect of Hidden, without being under that effect</para>
-/// <para>Mudra Combination: Ten→Chi→Jin or Chi→Ten→Jin</para>
-/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/16006"><strong>Closed Position</strong></see> <i>PvE</i> (DNC) [16006] [Ability]
+/// <para>Grants you Closed Position and designates a party member as your Dance Partner, allowing you to share the effects of Standard Finish, Curing Waltz, Devilment, and Tillana with said party member.</para>
+/// <para>Effect ends upon reuse.</para>
/// </summary>
-SuitonPvE_18881 = 18881,
+ClosedPositionPvE = 16006,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/19046"><strong>Gofu</strong></see> <i>PvE</i> (All Classes) [19046] [Weaponskill]
-/// <para></para>
+/// <see href="https://garlandtools.org/db/#action/16007"><strong>Fan Dance</strong></see> <i>PvE</i> (DNC) [16007] [Ability]
+/// <para>Delivers an attack with a potency of 150.</para>
+/// <para>Additional Effect: 50% chance of granting Threefold Fan Dance</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed while in possession of Fourfold Feathers.</para>
/// </summary>
-GofuPvE = 19046,
+FanDancePvE = 16007,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/19047"><strong>Yagetsu</strong></see> <i>PvE</i> (All Classes) [19047] [Weaponskill]
-/// <para></para>
+/// <see href="https://garlandtools.org/db/#action/16008"><strong>Fan Dance II</strong></see> <i>PvE</i> (DNC) [16008] [Ability]
+/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
+/// <para>Additional Effect: 50% chance of granting Threefold Fan Dance</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed while in possession of Fourfold Feathers.</para>
/// </summary>
-YagetsuPvE = 19047,
+FanDanceIiPvE = 16008,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/19218"><strong>Aqua Vitae</strong></see> <i>PvE</i> (All Classes) [19218] [Ability]
-/// <para>Restores own HP.</para>
+/// <see href="https://garlandtools.org/db/#action/16009"><strong>Fan Dance III</strong></see> <i>PvE</i> (DNC) [16009] [Ability]
+/// <para>Delivers an attack to target and all enemies nearby it with a potency of 200 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Can only be executed while under the effect of Threefold Fan Dance.</para>
/// </summary>
-AquaVitaePvE = 19218,
+FanDanceIiiPvE = 16009,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/19238"><strong>Aetheric Mimicry</strong></see> <i>PvE</i> (BLU) [19238] [Spell]
-/// <para>Mirror the aetheric properties of your target, granting yourself a beneficial effect corresponding with the target's role.</para>
-/// <para>If target is a tank, grants Aetheric Mimicry: Tank, increasing your defense and augmenting certain blue magic spells.</para>
-/// <para>If target is a DPS, grants Aetheric Mimicry: DPS, increasing critical hit rate and direct hit rate by 20%, as well as augmenting certain blue magic spells.</para>
-/// <para>If target is a healer, grants Aetheric Mimicry: Healer, increasing healing magic potency by 20% and augmenting certain blue magic spells.</para>
-/// <para>Cannot be cast on self. Effect ends upon reuse.</para>
+/// <see href="https://garlandtools.org/db/#action/16010"><strong>En Avant</strong></see> <i>PvE</i> (DNC) [16010] [Ability]
+/// <para>Quickly dash 10 yalms forward.</para>
+/// <para>Maximum Charges: </para>
+/// <para>Cannot be executed while bound.</para>
/// </summary>
-AethericMimicryPvE_19238 = 19238,
+EnAvantPvE = 16010,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/19239"><strong>Aetheric Mimicry</strong></see> <i>PvE</i> (BLU) [19239] [Spell]
-/// <para>Mirror the aetheric properties of your target, granting yourself a beneficial effect corresponding with the target's role.</para>
-/// <para>If target is a tank, grants Aetheric Mimicry: Tank, increasing your defense and augmenting certain blue magic spells.</para>
-/// <para>If target is a DPS, grants Aetheric Mimicry: DPS, increasing critical hit rate and direct hit rate by 20%, as well as augmenting certain blue magic spells.</para>
-/// <para>If target is a healer, grants Aetheric Mimicry: Healer, increasing healing magic potency by 20% and augmenting certain blue magic spells.</para>
-/// <para>Cannot be cast on self. Effect ends upon reuse.</para>
+/// <see href="https://garlandtools.org/db/#action/16011"><strong>Devilment</strong></see> <i>PvE</i> (DNC) [16011] [Ability]
+/// <para>Increases critical hit rate and direct hit rate by 20%.</para>
+/// <para>Duration: 20s</para>
+/// <para>Additional Effect: Party member designated as your Dance Partner will also receive the effect of Devilment</para>
+/// <para>Additional Effect: Grants Flourishing Starfall</para>
+/// <para>Duration: 20s</para>
/// </summary>
-AethericMimicryPvE_19239 = 19239,
+DevilmentPvE = 16011,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/19240"><strong>Aetheric Mimicry</strong></see> <i>PvE</i> (BLU) [19240] [Spell]
-/// <para>Mirror the aetheric properties of your target, granting yourself a beneficial effect corresponding with the target's role.</para>
-/// <para>If target is a tank, grants Aetheric Mimicry: Tank, increasing your defense and augmenting certain blue magic spells.</para>
-/// <para>If target is a DPS, grants Aetheric Mimicry: DPS, increasing critical hit rate and direct hit rate by 20%, as well as augmenting certain blue magic spells.</para>
-/// <para>If target is a healer, grants Aetheric Mimicry: Healer, increasing healing magic potency by 20% and augmenting certain blue magic spells.</para>
-/// <para>Cannot be cast on self. Effect ends upon reuse.</para>
+/// <see href="https://garlandtools.org/db/#action/16012"><strong>Shield Samba</strong></see> <i>PvE</i> (DNC) [16012] [Ability]
+/// <para>Reduces damage taken by self and nearby party members by %.</para>
+/// <para>Duration: 15s</para>
+/// <para>Effect cannot be stacked with bard's Troubadour or machinist's Tactician.</para>
/// </summary>
-AethericMimicryPvE_19240 = 19240,
+ShieldSambaPvE = 16012,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/19731"><strong>Remove Costume</strong></see> <i>PvE</i> (All Classes) [19731] [Special]
-/// <para>Cease to wear this peculiar garb and return to wearing your usual peculiar garb.</para>
+/// <see href="https://garlandtools.org/db/#action/16013"><strong>Flourish</strong></see> <i>PvE</i> (DNC) [16013] [Ability]
+/// <para>Grants you the effects of Flourishing Symmetry, Flourishing Flow, Threefold Fan Dance, Fourfold Fan Dance, and Finishing Move Readyand Fourfold Fan Danceand Fourfold Fan Danceand Threefold Fan Danceand Threefold Fan Dance.</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed while in combat.</para>
/// </summary>
-RemoveCostumePvE = 19731,
+FlourishPvE = 16013,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/19994"><strong>Stand Firm</strong></see> <i>PvE</i> (All Classes) [19994] [Ability]
-/// <para>Brace yourself to stand against even the most relentless onslaught.</para>
+/// <see href="https://garlandtools.org/db/#action/16014"><strong>Improvisation</strong></see> <i>PvE</i> (DNC) [16014] [Ability]
+/// <para>Dance to the beat of your own drum, granting Rising Rhythm to self.</para>
+/// <para>Stacks increase every 3 seconds, up to a maximum of 4.</para>
+/// <para>Additional Effect: Healing over time for self and nearby party members</para>
+/// <para>Cure Potency: 100</para>
+/// <para>Duration: 15s</para>
+/// <para>Effect ends upon using another action or moving (including facing a different direction).</para>
+/// <para>Cancels auto-attack upon execution.</para>
/// </summary>
-StandFirmPvE = 19994,
+ImprovisationPvE = 16014,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/19997"><strong>Seize</strong></see> <i>PvE</i> (All Classes) [19997] [Special]
-/// <para>Snare a chicken in your net with a single swift motion.</para>
+/// <see href="https://garlandtools.org/db/#action/16015"><strong>Curing Waltz</strong></see> <i>PvE</i> (DNC) [16015] [Ability]
+/// <para>Restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: 300</para>
+/// <para>Additional Effect: Party member designated as your Dance Partner will also heal self and nearby party members</para>
/// </summary>
-SeizePvE = 19997,
+CuringWaltzPvE = 16015,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/19998"><strong>Birdlime</strong></see> <i>PvE</i> (All Classes) [19998] [Special]
-/// <para>Toss a glob of paste to stick overexcited chickens to the ground.</para>
+/// <see href="https://garlandtools.org/db/#action/16137"><strong>Keen Edge</strong></see> <i>PvE</i> (GNB) [16137] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
/// </summary>
-BirdlimePvE = 19998,
+KeenEdgePvE = 16137,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20304"><strong>Black Paint</strong></see> <i>PvE</i> (All Classes) [20304] [Ability]
-/// <para>Black paint drips from the tip of this massive brush made from Alpha's feathers.</para>
+/// <see href="https://garlandtools.org/db/#action/16138"><strong>No Mercy</strong></see> <i>PvE</i> (GNB) [16138] [Ability]
+/// <para>Increases damage dealt by 20%.</para>
+/// <para>Duration: 20s</para>
+/// <para>Additional Effect: Grants Ready to Break</para>
+/// <para>Duration: 30s</para>
/// </summary>
-BlackPaintPvE_20304 = 20304,
+NoMercyPvE = 16138,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20489"><strong>Aether Cannon</strong></see> <i>PvE</i> (All Classes) [20489] [Weaponskill]
-/// <para>Deals unaspected damage with a potency of 600.</para>
+/// <see href="https://garlandtools.org/db/#action/16139"><strong>Brutal Shell</strong></see> <i>PvE</i> (GNB) [16139] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Combo Action: Keen Edge</para>
+/// <para>Combo Potency: </para>
+/// <para>Combo Bonus: Restores own HP</para>
+/// <para>Cure Potency: 200</para>
+/// <para>Combo Bonus: Creates a barrier which nullifies damage equaling HP restored</para>
+/// <para>Duration: 30s</para>
/// </summary>
-AetherCannonPvE = 20489,
+BrutalShellPvE = 16139,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20490"><strong>Aethersaber</strong></see> <i>PvE</i> (All Classes) [20490] [Weaponskill]
-/// <para></para>
+/// <see href="https://garlandtools.org/db/#action/16140"><strong>Camouflage</strong></see> <i>PvE</i> (GNB) [16140] [Ability]
+/// <para>Increases parry rate by 50% while reducing damage taken by 10%.</para>
+/// <para>Duration: 20s</para>
/// </summary>
-AethersaberPvE = 20490,
+CamouflagePvE = 16140,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20491"><strong>Aethercut</strong></see> <i>PvE</i> (All Classes) [20491] [Weaponskill]
-/// <para></para>
+/// <see href="https://garlandtools.org/db/#action/16141"><strong>Demon Slice</strong></see> <i>PvE</i> (GNB) [16141] [Weaponskill]
+/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
/// </summary>
-AethercutPvE = 20491,
+DemonSlicePvE = 16141,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20492"><strong>Final Flourish</strong></see> <i>PvE</i> (All Classes) [20492] [Weaponskill]
-/// <para></para>
+/// <see href="https://garlandtools.org/db/#action/16142"><strong>Royal Guard</strong></see> <i>PvE</i> (GNB) [16142] [Ability]
+/// <para>Significantly increases enmity generation.</para>
+/// <para>Effect ends upon reuse.</para>
/// </summary>
-FinalFlourishPvE = 20492,
+RoyalGuardPvE = 16142,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20493"><strong>Ultima Buster</strong></see> <i>PvE</i> (All Classes) [20493] [Weaponskill]
-/// <para>Deals unaspected damage with a potency of 1,200 to all enemies in a straight line before you.</para>
-/// <para>Triggers the cooldown of weaponskills and spells upon execution. </para>
+/// <see href="https://garlandtools.org/db/#action/16143"><strong>Lightning Shot</strong></see> <i>PvE</i> (GNB) [16143] [Weaponskill]
+/// <para>Delivers a ranged attack with a potency of 150.</para>
+/// <para>Additional Effect: Increased enmity</para>
/// </summary>
-UltimaBusterPvE = 20493,
+LightningShotPvE = 16143,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20494"><strong>Pyretic Booster</strong></see> <i>PvE</i> (All Classes) [20494] [Ability]
-/// <para>Reduces cast time and recast time of weaponskills by 25% and increases movement speed by 25%. HP is drained while in use.</para>
-/// <para>Effect ends upon reuse.</para>
+/// <see href="https://garlandtools.org/db/#action/16144"><strong>Danger Zone</strong></see> <i>PvE</i> (GNB) [16144] [Ability]
+/// <para>Delivers an attack with a potency of 250.</para>
/// </summary>
-PyreticBoosterPvE = 20494,
+DangerZonePvE = 16144,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20495"><strong>Aetherial Aegis</strong></see> <i>PvE</i> (All Classes) [20495] [Ability]
-/// <para>Reduces damage taken by 50%. EP is drained while in use.</para>
-/// <para>Effect ends upon reuse or when EP is depleted.</para>
+/// <see href="https://garlandtools.org/db/#action/16145"><strong>Solid Barrel</strong></see> <i>PvE</i> (GNB) [16145] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Combo Action: Brutal Shell</para>
+/// <para>Combo Potency: </para>
+/// <para>Combo Bonus: Adds a Cartridge to your Powder Gauge</para>
/// </summary>
-AetherialAegisPvE = 20495,
+SolidBarrelPvE = 16145,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20496"><strong>Aether Mine</strong></see> <i>PvE</i> (All Classes) [20496] [Weaponskill]
-/// <para>Deals unaspected damage with a potency of 300 to target and all enemies nearby it.</para>
-/// <para>Additional Effect: Increases target's damage taken by 20%</para>
-/// <para>Duration: 60s</para>
-/// <para>This action does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/16146"><strong>Gnashing Fang</strong></see> <i>PvE</i> (GNB) [16146] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Additional Effect: Grants Ready to Rip</para>
+/// <para>Duration: 10s</para>
+/// <para>Effect of Ready to Rip ends upon execution of any weaponskill.</para>
+/// <para>Cartridge Cost: 1</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
/// </summary>
-AetherMinePvE = 20496,
+GnashingFangPvE = 16146,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20529"><strong>Verfire</strong></see> <i>PvE</i> (All Classes) [20529] [Spell]
+/// <see href="https://garlandtools.org/db/#action/16147"><strong>Savage Claw</strong></see> <i>PvE</i> (GNB) [16147] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Combo Action: Gnashing Fang</para>
+/// <para>Combo Bonus: Grants Ready to Tear</para>
+/// <para>Duration: 10s</para>
+/// <para>Effect of Ready to Tear ends upon execution of any weaponskill.</para>
/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Gnashing Fang changes to Savage Claw when requirements for execution are met.</para>
/// </summary>
-VerfirePvE_20529 = 20529,
+SavageClawPvE = 16147,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20530"><strong>Veraero</strong></see> <i>PvE</i> (All Classes) [20530] [Spell]
-/// <para></para>
+/// <see href="https://garlandtools.org/db/#action/16148"><strong>Nebula</strong></see> <i>PvE</i> (GNB) [16148] [Ability]
+/// <para>Reduces damage taken by 30%.</para>
+/// <para>Duration: 15s</para>
/// </summary>
-VeraeroPvE_20530 = 20530,
+NebulaPvE = 16148,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20531"><strong>Verstone</strong></see> <i>PvE</i> (All Classes) [20531] [Spell]
-/// <para></para>
+/// <see href="https://garlandtools.org/db/#action/16149"><strong>Demon Slaughter</strong></see> <i>PvE</i> (GNB) [16149] [Weaponskill]
+/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
+/// <para>Combo Action: Demon Slice</para>
+/// <para>Combo Potency: 160</para>
+/// <para>Combo Bonus: Adds a Cartridge to your Powder Gauge</para>
/// </summary>
-VerstonePvE_20531 = 20531,
+DemonSlaughterPvE = 16149,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20532"><strong>Verflare</strong></see> <i>PvE</i> (All Classes) [20532] [Spell]
+/// <see href="https://garlandtools.org/db/#action/16150"><strong>Wicked Talon</strong></see> <i>PvE</i> (GNB) [16150] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Combo Action: Savage Claw</para>
+/// <para>Combo Bonus: Grants Ready to Gouge</para>
+/// <para>Duration: 10s</para>
+/// <para>Effect of Ready to Gouge ends upon execution of any weaponskill.</para>
/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Savage Claw changes to Wicked Talon when requirements for execution are met.</para>
/// </summary>
-VerflarePvE_20532 = 20532,
+WickedTalonPvE = 16150,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20533"><strong>Crimson Savior</strong></see> <i>PvE</i> (All Classes) [20533] [Weaponskill]
-/// <para>Deals unaspected damage with a potency of 200 to all nearby enemies.</para>
+/// <see href="https://garlandtools.org/db/#action/16151"><strong>Aurora</strong></see> <i>PvE</i> (GNB) [16151] [Ability]
+/// <para>Grants Regen to target.</para>
+/// <para>Cure Potency: 200</para>
+/// <para>Duration: 18s</para>
+/// <para>Maximum Charges: 2</para>
/// </summary>
-CrimsonSaviorPvE = 20533,
+AuroraPvE = 16151,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20701"><strong>Lost Paralyze III</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR) [20701] [Spell]
-/// <para>Afflicts target and all nearby enemies with Paralysis.</para>
-/// <para>Duration: 60s</para>
+/// <see href="https://garlandtools.org/db/#action/16152"><strong>Superbolide</strong></see> <i>PvE</i> (GNB) [16152] [Ability]
+/// <para>Reduces HP to 1 and renders you impervious to most attacks.</para>
+/// <para>Duration: 10s</para>
/// </summary>
-LostParalyzeIiiPvE = 20701,
+SuperbolidePvE = 16152,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20702"><strong>Lost Banish III</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE) [20702] [Spell]
-/// <para>Deals unaspected damage with a potency of 200 to target and all enemies nearby it.</para>
-/// <para>Additional Effect: Increases damage undead enemies take by 25%</para>
-/// <para>Duration: 60s</para>
+/// <see href="https://garlandtools.org/db/#action/16153"><strong>Sonic Break</strong></see> <i>PvE</i> (GNB) [16153] [Weaponskill]
+/// <para>Delivers an attack with a potency of 300.</para>
+/// <para>Additional Effect: Damage over time</para>
+/// <para>Potency: 60</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed when Ready to Break.</para>
/// </summary>
-LostBanishIiiPvE = 20702,
+SonicBreakPvE = 16153,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20703"><strong>Lost Manawall</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20703] [Ability]
-/// <para>Temporarily applies Heavy to self, while reducing damage taken by 90% and nullifying most knockback and draw-in effects.</para>
-/// <para>Duration: 6s</para>
+/// <see href="https://garlandtools.org/db/#action/16155"><strong>Continuation</strong></see> <i>PvE</i> (GNB) [16155] [Ability]
+/// <para>Allows the firing of successive rounds with your gunblade.</para>
+/// <para>Gnashing Fang may be followed by Jugular Rip.</para>
+/// <para>Savage Claw may be followed by Abdomen Tear.</para>
+/// <para>Wicked Talon may be followed by Eye Gouge.</para>
+/// <para>Burst Strike may be followed by Hypervelocity.</para>
+/// <para>Fated Circle may be followed by Fated Brand.</para>
/// </summary>
-LostManawallPvE = 20703,
+ContinuationPvE = 16155,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20704"><strong>Lost Dispel</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20704] [Spell]
-/// <para>Removes one beneficial status from target.</para>
-/// <para>Cancels auto-attack upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/16156"><strong>Jugular Rip</strong></see> <i>PvE</i> (GNB) [16156] [Ability]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Can only be executed when Ready to Rip.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Continuation changes to Jugular Rip when requirements for execution are met.</para>
/// </summary>
-LostDispelPvE = 20704,
+JugularRipPvE = 16156,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20705"><strong>Lost Stealth</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH MCH DRK AST SAM RDM GNB DNC RPR SGE) [20705] [Ability]
-/// <para>Blend in with your surroundings, making it impossible for most enemies to detect you, but reducing movement speed by 25%. Has no effect on certain enemies with special sight.</para>
-/// <para>Cannot be executed while in combat.</para>
-/// <para>Effect ends upon use of any action other than Sprint, or upon reuse.</para>
+/// <see href="https://garlandtools.org/db/#action/16157"><strong>Abdomen Tear</strong></see> <i>PvE</i> (GNB) [16157] [Ability]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Can only be executed when Ready to Tear.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Continuation changes to Abdomen Tear when requirements for execution are met.</para>
/// </summary>
-LostStealthPvE = 20705,
+AbdomenTearPvE = 16157,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20706"><strong>Lost Spellforge</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20706] [Spell]
-/// <para>Grants the effect of Lost Spellforge to self or target ally.</para>
-/// <para>Lost Spellforge Effect: All attacks deal magic damage. However, all bonuses to damage dealt are determined by the attack's base damage type.</para>
-/// <para>Duration: 300s</para>
-/// <para>Effect cannot be stacked with Lost Steelsting.</para>
+/// <see href="https://garlandtools.org/db/#action/16158"><strong>Eye Gouge</strong></see> <i>PvE</i> (GNB) [16158] [Ability]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Can only be executed when Ready to Gouge.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Continuation changes to Eye Gouge when requirements for execution are met.</para>
/// </summary>
-LostSpellforgePvE = 20706,
+EyeGougePvE = 16158,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20707"><strong>Lost Steelsting</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20707] [Spell]
-/// <para>Grants the effect of Lost Steelsting to self or target ally.</para>
-/// <para>Lost Steelsting Effect: All attacks deal physical damage. However, all bonuses to damage dealt are determined by the attack's base damage type.</para>
-/// <para>Duration: 300s</para>
-/// <para>Effect cannot be stacked with Lost Spellforge.</para>
+/// <see href="https://garlandtools.org/db/#action/16159"><strong>Bow Shock</strong></see> <i>PvE</i> (GNB) [16159] [Ability]
+/// <para>Delivers an attack with a potency of 150 to all nearby enemies.</para>
+/// <para>Additional Effect: Damage over time</para>
+/// <para>Potency: 60</para>
+/// <para>Duration: 15s</para>
/// </summary>
-LostSteelstingPvE = 20707,
+BowShockPvE = 16159,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20708"><strong>Lost Swift</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20708] [Ability]
-/// <para>Greatly increases movement speed.</para>
-/// <para>Effect cannot be stacked with other movement speed enhancing abilities.</para>
-/// <para>Duration: 10s</para>
-/// <para>Spirit of the Breathtaker Effect: Increases evasion by 30%</para>
-/// <para>Duration: 60s</para>
-/// <para>Spirit of the Watcher Effect: Grants Rapid Recast to self</para>
-/// <para>Rapid Recast Effect: Shortens recast time for next ability used by 60%</para>
-/// <para>Effect only applies to certain abilities.</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/16160"><strong>Heart of Light</strong></see> <i>PvE</i> (GNB) [16160] [Ability]
+/// <para>Reduces magic damage taken by self and nearby party members by 10%.</para>
+/// <para>Duration: 15s</para>
/// </summary>
-LostSwiftPvE = 20708,
+HeartOfLightPvE = 16160,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20709"><strong>Lost Protect</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20709] [Spell]
-/// <para>Applies a barrier to self or target player reducing physical damage taken by 10%.</para>
-/// <para>Duration: 30m</para>
+/// <see href="https://garlandtools.org/db/#action/16161"><strong>Heart of Stone</strong></see> <i>PvE</i> (GNB) [16161] [Ability]
+/// <para>Reduces damage taken by a party member or self by 15%.</para>
+/// <para>Duration: 7s</para>
+/// <para>Additional Effect: When targeting a party member while under the effect of Brutal Shell, that effect is also granted to the target</para>
+/// <para>Duration: 30s</para>
/// </summary>
-LostProtectPvE = 20709,
+HeartOfStonePvE = 16161,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20710"><strong>Lost Shell</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20710] [Spell]
-/// <para>Applies a barrier to self or target player reducing magic damage taken by 10%.</para>
-/// <para>Duration: 30m</para>
+/// <see href="https://garlandtools.org/db/#action/16162"><strong>Burst Strike</strong></see> <i>PvE</i> (GNB) [16162] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Additional Effect: Grants Ready to Blast</para>
+/// <para>Duration: 10s</para>
+/// <para>Effect of Ready to Blast ends upon execution of any weaponskill.</para>
+/// <para>Cartridge Cost: 1</para>
/// </summary>
-LostShellPvE = 20710,
+BurstStrikePvE = 16162,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20711"><strong>Lost Reflect</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20711] [Spell]
-/// <para>Creates a barrier around self or party member that reflects most magic attacks.</para>
+/// <see href="https://garlandtools.org/db/#action/16163"><strong>Fated Circle</strong></see> <i>PvE</i> (GNB) [16163] [Weaponskill]
+/// <para>Delivers an attack with a potency of 300 to all nearby enemies.</para>
+/// <para>Additional Effect: Grants Ready to Raze</para>
/// <para>Duration: 10s</para>
-/// <para>Spirit of the Guardian Effect: Duration is increased to 30s</para>
+/// <para>Effect of Ready to Raze ends upon execution of any weaponskill.</para>
+/// <para>Cartridge Cost: 1</para>
/// </summary>
-LostReflectPvE = 20711,
+FatedCirclePvE = 16163,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20712"><strong>Lost Stoneskin</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20712] [Spell]
-/// <para>Applies a barrier to self or target player that absorbs damage totaling 15% of target's maximum HP.</para>
+/// <see href="https://garlandtools.org/db/#action/16164"><strong>Bloodfest</strong></see> <i>PvE</i> (GNB) [16164] [Ability]
+/// <para>Draws aetheric energy from target, adding Cartridges to your Powder Gauge.</para>
+/// <para>Additional Effect: Grants Ready to Reign</para>
+/// <para>Duration: 30s</para>
+/// </summary>
+BloodfestPvE = 16164,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16165"><strong>Blasting Zone</strong></see> <i>PvE</i> (GNB) [16165] [Ability]
+/// <para>Delivers an attack with a potency of .</para>
+/// </summary>
+BlastingZonePvE = 16165,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16191"><strong>Single Standard Finish</strong></see> <i>PvE</i> (DNC) [16191] [Weaponskill]
+/// <para>Delivers an attack to all nearby enemies. Potency varies with number of successful steps, dealing full potency for the first enemy, and 75% less for all remaining enemies.</para>
+/// <para>0 Steps: 360</para>
+/// <para>1 Step: 540</para>
+/// <para>2 Steps: </para>
+/// <para>Step Bonus: Grants Standard Finish and Esprit to self and party member designated as your Dance PartnerStep Bonus: Grants Standard Finish to self and party member designated as your Dance PartnerStep Bonus: Grants Standard Finish to self and party member designated as your Dance Partner</para>
+/// <para>Damage bonus of Standard Finish varies with number of successful steps.</para>
+/// <para>1 Step: 2%</para>
+/// <para>2 Steps: 5%</para>
/// <para>Duration: 60s</para>
+/// <para>Additional Effect: Grants Last Dance Ready</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed while dancing.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Standard Step changes to Single Standard Finish when requirements for execution are met.</para>
/// </summary>
-LostStoneskinPvE = 20712,
+SingleStandardFinishPvE = 16191,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20713"><strong>Lost Bravery</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20713] [Spell]
-/// <para>Increases damage dealt by an ally or self by 5%.</para>
-/// <para>Duration: 600s</para>
+/// <see href="https://garlandtools.org/db/#action/16192"><strong>Double Standard Finish</strong></see> <i>PvE</i> (DNC) [16192] [Weaponskill]
+/// <para>Delivers an attack to all nearby enemies. Potency varies with number of successful steps, dealing full potency for the first enemy, and 75% less for all remaining enemies.</para>
+/// <para>0 Steps: 360</para>
+/// <para>1 Step: 540</para>
+/// <para>2 Steps: </para>
+/// <para>Step Bonus: Grants Standard Finish and Esprit to self and party member designated as your Dance PartnerStep Bonus: Grants Standard Finish to self and party member designated as your Dance PartnerStep Bonus: Grants Standard Finish to self and party member designated as your Dance Partner</para>
+/// <para>Damage bonus of Standard Finish varies with number of successful steps.</para>
+/// <para>1 Step: 2%</para>
+/// <para>2 Steps: 5%</para>
+/// <para>Duration: 60s</para>
+/// <para>Additional Effect: Grants Last Dance Ready</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed while dancing.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Standard Step changes to Double Standard Finish when requirements for execution are met.</para>
/// </summary>
-LostBraveryPvE = 20713,
+DoubleStandardFinishPvE = 16192,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20714"><strong>Lost Focus</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20714] [Ability]
-/// <para>Grants a stack of Boost, up to a maximum of 16.</para>
-/// <para>Boost Bonus: Increases potency of next weaponskill by 15% per stack</para>
+/// <see href="https://garlandtools.org/db/#action/16193"><strong>Single Technical Finish</strong></see> <i>PvE</i> (DNC) [16193] [Weaponskill]
+/// <para>Delivers an attack to all nearby enemies within 15 yalms. Potency varies with number of successful steps, dealing full potency for the first enemy, and 75% less for all remaining enemies.</para>
+/// <para>0 Steps: 350</para>
+/// <para>1 Step: 540</para>
+/// <para>2 Steps: 720</para>
+/// <para>3 Steps: 900</para>
+/// <para>4 Steps: 1,3001,2001,200</para>
+/// <para>Step Bonus: Grants Technical Finish and Esprit to self and party members within 30 yalmsStep Bonus: Grants Technical Finish to self and party members within 30 yalmsStep Bonus: Grants Technical Finish to self and party members within 30 yalms</para>
+/// <para>Damage bonus of Technical Finish varies with number of successful steps.</para>
+/// <para>1 Step: 1%</para>
+/// <para>2 Steps: 2%</para>
+/// <para>3 Steps: 3%</para>
+/// <para>4 Steps: 5%</para>
+/// <para>Duration: 20s</para>
+/// <para>Additional Effect: Grants Flourishing Finish</para>
/// <para>Duration: 30s</para>
-/// <para>Effect ends upon using another lost action.</para>
-/// <para>Shares a recast timer with all other weaponskills and spells.</para>
+/// <para>Additional Effect: Grants Dance of the Dawn Ready</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed while dancing.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Technical Step changes to Single Technical Finish when requirements for execution are met.</para>
/// </summary>
-LostFocusPvE = 20714,
+SingleTechnicalFinishPvE = 16193,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20715"><strong>Lost Font of Magic</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE) [20715] [Ability]
-/// <para>Increases damage dealt by 70%, draining MP while in use.</para>
+/// <see href="https://garlandtools.org/db/#action/16194"><strong>Double Technical Finish</strong></see> <i>PvE</i> (DNC) [16194] [Weaponskill]
+/// <para>Delivers an attack to all nearby enemies within 15 yalms. Potency varies with number of successful steps, dealing full potency for the first enemy, and 75% less for all remaining enemies.</para>
+/// <para>0 Steps: 350</para>
+/// <para>1 Step: 540</para>
+/// <para>2 Steps: 720</para>
+/// <para>3 Steps: 900</para>
+/// <para>4 Steps: 1,3001,2001,200</para>
+/// <para>Step Bonus: Grants Technical Finish and Esprit to self and party members within 30 yalmsStep Bonus: Grants Technical Finish to self and party members within 30 yalmsStep Bonus: Grants Technical Finish to self and party members within 30 yalms</para>
+/// <para>Damage bonus of Technical Finish varies with number of successful steps.</para>
+/// <para>1 Step: 1%</para>
+/// <para>2 Steps: 2%</para>
+/// <para>3 Steps: 3%</para>
+/// <para>4 Steps: 5%</para>
+/// <para>Duration: 20s</para>
+/// <para>Additional Effect: Grants Flourishing Finish</para>
/// <para>Duration: 30s</para>
-/// <para>Spirit of the Veteran Effect: Grants Spell Shield to self</para>
-/// <para>Spell Shield Effect: Reduces magic damage taken by 50%</para>
-/// <para>Duration: 15s</para>
-/// <para>Can only be executed while in combat.</para>
+/// <para>Additional Effect: Grants Dance of the Dawn Ready</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed while dancing.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Technical Step changes to Double Technical Finish when requirements for execution are met.</para>
/// </summary>
-LostFontOfMagicPvE = 20715,
+DoubleTechnicalFinishPvE = 16194,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20716"><strong>Lost Font of Skill</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20716] [Ability]
-/// <para>Resets the recast timer for most actions and role actions.</para>
+/// <see href="https://garlandtools.org/db/#action/16195"><strong>Triple Technical Finish</strong></see> <i>PvE</i> (DNC) [16195] [Weaponskill]
+/// <para>Delivers an attack to all nearby enemies within 15 yalms. Potency varies with number of successful steps, dealing full potency for the first enemy, and 75% less for all remaining enemies.</para>
+/// <para>0 Steps: 350</para>
+/// <para>1 Step: 540</para>
+/// <para>2 Steps: 720</para>
+/// <para>3 Steps: 900</para>
+/// <para>4 Steps: 1,3001,2001,200</para>
+/// <para>Step Bonus: Grants Technical Finish and Esprit to self and party members within 30 yalmsStep Bonus: Grants Technical Finish to self and party members within 30 yalmsStep Bonus: Grants Technical Finish to self and party members within 30 yalms</para>
+/// <para>Damage bonus of Technical Finish varies with number of successful steps.</para>
+/// <para>1 Step: 1%</para>
+/// <para>2 Steps: 2%</para>
+/// <para>3 Steps: 3%</para>
+/// <para>4 Steps: 5%</para>
+/// <para>Duration: 20s</para>
+/// <para>Additional Effect: Grants Flourishing Finish</para>
+/// <para>Duration: 30s</para>
+/// <para>Additional Effect: Grants Dance of the Dawn Ready</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed while dancing.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Technical Step changes to Triple Technical Finish when requirements for execution are met.</para>
/// </summary>
-LostFontOfSkillPvE = 20716,
+TripleTechnicalFinishPvE = 16195,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20717"><strong>Lost Font of Power</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR) [20717] [Ability]
-/// <para>Increases damage dealt by 30% and critical hit rate by 40%.</para>
+/// <see href="https://garlandtools.org/db/#action/16196"><strong>Quadruple Technical Finish</strong></see> <i>PvE</i> (DNC) [16196] [Weaponskill]
+/// <para>Delivers an attack to all nearby enemies within 15 yalms. Potency varies with number of successful steps, dealing full potency for the first enemy, and 75% less for all remaining enemies.</para>
+/// <para>0 Steps: 350</para>
+/// <para>1 Step: 540</para>
+/// <para>2 Steps: 720</para>
+/// <para>3 Steps: 900</para>
+/// <para>4 Steps: 1,3001,2001,200</para>
+/// <para>Step Bonus: Grants Technical Finish and Esprit to self and party members within 30 yalmsStep Bonus: Grants Technical Finish to self and party members within 30 yalmsStep Bonus: Grants Technical Finish to self and party members within 30 yalms</para>
+/// <para>Damage bonus of Technical Finish varies with number of successful steps.</para>
+/// <para>1 Step: 1%</para>
+/// <para>2 Steps: 2%</para>
+/// <para>3 Steps: 3%</para>
+/// <para>4 Steps: 5%</para>
+/// <para>Duration: 20s</para>
+/// <para>Additional Effect: Grants Flourishing Finish</para>
/// <para>Duration: 30s</para>
-/// <para>Spirit of the Irregular Effect: Damage bonus effect is increased to 40%</para>
-/// <para>Spirit of the Platebearer Effect: Grants Solid Shield to self</para>
-/// <para>Solid Shield Effect: Reduces physical damage taken by 50%</para>
-/// <para>Duration: 15s</para>
-/// <para>Can only be executed while in combat.</para>
+/// <para>Additional Effect: Grants Dance of the Dawn Ready</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed while dancing.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Technical Step changes to Quadruple Technical Finish when requirements for execution are met.</para>
/// </summary>
-LostFontOfPowerPvE = 20717,
+QuadrupleTechnicalFinishPvE = 16196,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20718"><strong>Lost Slash</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR) [20718] [Weaponskill]
-/// <para>Delivers an attack with a potency of 800 to all enemies in a cone before you. When critical damage is dealt, potency is tripled.</para>
-/// <para>This action does not share a recast timer with any other actions. Furthermore, the recast timer cannot be affected by other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/16230"><strong>Physick</strong></see> <i>PvE</i> (ACN SMN) [16230] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 400</para>
/// </summary>
-LostSlashPvE = 20718,
+PhysickPvE_16230 = 16230,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20719"><strong>Lost Death</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20719] [Spell]
-/// <para>KOs target. The less the target's HP, the greater the chance of success.</para>
-/// <para>Spirit of the Ordained Effect: Chance of success is increased</para>
-/// <para>This action does not share a recast timer with any other actions. Furthermore, the recast timer cannot be affected by other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/16269"><strong>Rightful Sword</strong></see> <i>PvE</i> (All Classes) [16269] [Weaponskill]
+/// <para></para>
/// </summary>
-LostDeathPvE = 20719,
+RightfulSwordPvE = 16269,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20720"><strong>Banner of Noble Ends</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20720] [Ability]
-/// <para>Storm the field under the Banner of Noble Ends, increasing damage dealt by 50% while reducing own HP recovery via most healing actions by 100%.</para>
-/// <para>Duration: 15s</para>
-/// <para>Can only be executed while in combat.</para>
-/// <para>Effect cannot be stacked with other Banner actions.</para>
+/// <see href="https://garlandtools.org/db/#action/16418"><strong>Brutal Shell</strong></see> <i>PvE</i> (All Classes) [16418] [Weaponskill]
+/// <para></para>
/// </summary>
-BannerOfNobleEndsPvE = 20720,
+BrutalShellPvE_16418 = 16418,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20721"><strong>Banner of Honored Sacrifice</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20721] [Ability]
-/// <para>Storm the field under the Banner of Honored Sacrifice, increasing damage dealt by 55% while draining your HP.</para>
-/// <para>Duration: 15s</para>
-/// <para>Can only be executed while in combat.</para>
-/// <para>Effect cannot be stacked with other Banner actions.</para>
+/// <see href="https://garlandtools.org/db/#action/16434"><strong>Keen Edge</strong></see> <i>PvE</i> (All Classes) [16434] [Weaponskill]
+/// <para></para>
/// </summary>
-BannerOfHonoredSacrificePvE = 20721,
+KeenEdgePvE_16434 = 16434,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20722"><strong>Banner of Tireless Conviction</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [20722] [Ability]
-/// <para>Storm the field under the Banner of Tireless Conviction, gaining additional stacks each time damage is taken, up to a maximum of 5.</para>
-/// <para>Banner of Tireless Conviction Effect: Increases damage taken by 15% per stack</para>
+/// <see href="https://garlandtools.org/db/#action/16435"><strong>Solid Barrel</strong></see> <i>PvE</i> (All Classes) [16435] [Weaponskill]
+/// <para></para>
+/// </summary>
+SolidBarrelPvE_16435 = 16435,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16436"><strong>Soothing Potion</strong></see> <i>PvE</i> (All Classes) [16436] [Ability]
+/// <para>Instantly restores own HP via the consumption of a curious Crystarium concoction.</para>
+/// </summary>
+SoothingPotionPvE = 16436,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16437"><strong>Shining Blade</strong></see> <i>PvE</i> (All Classes) [16437] [Weaponskill]
+/// <para>Harnesses the power of one of Minfilia's cartridges to lacerate the target with pure light.</para>
+/// </summary>
+ShiningBladePvE = 16437,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16438"><strong>Perfect Deception</strong></see> <i>PvE</i> (All Classes) [16438] [Ability]
+/// <para>Completely conceals own presence by severely restricting the flow of life-sustaining aether.</para>
+/// <para>Additional Effect: Fading Fast</para>
+/// </summary>
+PerfectDeceptionPvE = 16438,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16439"><strong>Leap of Faith</strong></see> <i>PvE</i> (All Classes) [16439] [Weaponskill]
+/// <para>Harnesses the mysterious power of Minfilia's experimental cartridge to deliver a powerful onslaught.</para>
+/// </summary>
+LeapOfFaithPvE = 16439,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16457"><strong>Prominence</strong></see> <i>PvE</i> (PLD) [16457] [Weaponskill]
+/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
+/// <para>Combo Action: Total Eclipse</para>
+/// <para>Combo Potency: 170</para>
+/// <para>Combo Bonus: Restores MP</para>
+/// <para>Combo Bonus: Grants Divine Might</para>
+/// <para>Divine Might Effect: Allows next Holy Spirit or Holy Circle to be cast immediately with increased potency</para>
/// <para>Duration: 30s</para>
-/// <para>At maximum stacks, take up the Banner of Unyielding Defense.</para>
-/// <para>Banner of Unyielding Defense Effect: Reduces damage taken by 30%</para>
-/// <para>Duration: 180s</para>
-/// <para>Effect cannot be stacked with other Banner actions.</para>
/// </summary>
-BannerOfTirelessConvictionPvE = 20722,
+ProminencePvE = 16457,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20723"><strong>Banner of Firm Resolve</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE) [20723] [Ability]
-/// <para>Storm the field under the Banner of Firm Resolve, gaining additional stacks each time damage is taken, up to a maximum of 5.</para>
-/// <para>Banner of Firm Resolve Effect: Reduces damage dealt by 15% per stack</para>
+/// <see href="https://garlandtools.org/db/#action/16458"><strong>Holy Circle</strong></see> <i>PvE</i> (PLD) [16458] [Spell]
+/// <para>Deals unaspected damage with a potency of 100 to all nearby enemies.</para>
+/// <para>Divine Might Potency: 200</para>
+/// <para>Requiescat Potency: 300</para>
+/// <para>The effect of Divine Might will be prioritized over Requiescat when under the effect of both.</para>
+/// <para>Additional Effect: Restores own HP</para>
+/// <para>Cure Potency: 400</para>
+/// </summary>
+HolyCirclePvE = 16458,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16459"><strong>Confiteor</strong></see> <i>PvE</i> (PLD) [16459] [Spell]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Requiescat Potency: </para>
+/// <para>Additional Effect: Restores own HP</para>
+/// <para>Cure Potency: 400</para>
+/// <para>Can only be executed while under the effect of Confiteor Ready. Effect fades upon execution.</para>
+/// </summary>
+ConfiteorPvE = 16459,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16460"><strong>Atonement</strong></see> <i>PvE</i> (PLD) [16460] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Additional Effect: Restores MP</para>
+/// <para>Additional Effect: Grants Supplication Ready</para>
/// <para>Duration: 30s</para>
-/// <para>At maximum stacks, take up the Banner of Unyielding Defense.</para>
-/// <para>Banner of Unyielding Defense Effect: Reduces damage taken by 30%</para>
-/// <para>Duration: 180s</para>
-/// <para>Effect cannot be stacked with other Banner actions.</para>
+/// <para>Can only be executed while under the effect of Atonement Ready.</para>
/// </summary>
-BannerOfFirmResolvePvE = 20723,
+AtonementPvE = 16460,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20724"><strong>Banner of Solemn Clarity</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20724] [Ability]
-/// <para>Storm the field under the Banner of Solemn Clarity, periodically gaining additional stacks, up to a maximum of 4.</para>
+/// <see href="https://garlandtools.org/db/#action/16461"><strong>Intervene</strong></see> <i>PvE</i> (PLD) [16461] [Ability]
+/// <para>Rushes target and delivers an attack with a potency of 150.</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Cannot be executed while bound.</para>
+/// </summary>
+IntervenePvE = 16461,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16462"><strong>Mythril Tempest</strong></see> <i>PvE</i> (WAR) [16462] [Weaponskill]
+/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
+/// <para>Combo Action: Overpower</para>
+/// <para>Combo Potency: 140</para>
+/// <para>Combo Bonus: Grants Surging Tempest, increasing damage dealt by 10%</para>
/// <para>Duration: 30s</para>
-/// <para>Effect ends upon using another action or moving (including facing a different direction).</para>
-/// <para>Cancels auto-attack upon execution.</para>
-/// <para>At maximum stacks, take up the Banner of Limitless Grace.</para>
-/// <para>Banner of Limitless Grace Effect: Increases healing potency by 50% while reducing MP cost</para>
-/// <para>Duration: 120s</para>
-/// <para>Can only be executed while in combat.</para>
-/// <para>Effect cannot be stacked with other Banner actions.</para>
+/// <para>Extends Surging Tempest duration by 30s to a maximum of 60s.</para>
+/// <para>Combo Bonus: Increases Beast Gauge by 20</para>
/// </summary>
-BannerOfSolemnClarityPvE = 20724,
+MythrilTempestPvE = 16462,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20725"><strong>Banner of Honed Acuity</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20725] [Ability]
-/// <para>Storm the field under the Banner of Honed Acuity, gaining additional stacks each time an attack is evaded, up to a maximum of 3.</para>
-/// <para>Banner of Honed Acuity Effect: Increases damage taken by 10% per stack</para>
-/// <para>Duration: 120s</para>
-/// <para>At maximum stacks, take up the Banner of Transcendent Finesse.</para>
-/// <para>Banner of Transcendent Finesse Effect: Increases critical hit rate by 30% and reduces weaponskill cast time and recast time, spell cast time and recast time, and auto-attack delay by 20%</para>
-/// <para>Duration: 180s</para>
-/// <para>Can only be executed while in combat.</para>
-/// <para>Effect cannot be stacked with other Banner actions.</para>
+/// <see href="https://garlandtools.org/db/#action/16463"><strong>Chaotic Cyclone</strong></see> <i>PvE</i> (WAR) [16463] [Weaponskill]
+/// <para>Delivers a critical direct hit with a potency of 300 to all nearby enemies.</para>
+/// <para>Damage dealt is increased when under an effect that raises critical hit rate or direct hit rate.</para>
+/// <para>Additional Effect: Reduces the recast time of Infuriate by 5 seconds</para>
+/// <para>Beast Gauge Cost: 50</para>
+/// <para>Can only be executed while under the effect of Nascent Chaos. Effect fades upon execution.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Decimate changes to Chaotic Cyclone when requirements for execution are met.</para>
/// </summary>
-BannerOfHonedAcuityPvE = 20725,
+ChaoticCyclonePvE = 16463,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20726"><strong>Lost Cure</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [20726] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 15,000</para>
+/// <see href="https://garlandtools.org/db/#action/16464"><strong>Nascent Flash</strong></see> <i>PvE</i> (WAR) [16464] [Ability]
+/// <para>Grants Nascent Flash to self and Nascent Glint to target party member.</para>
+/// <para>Nascent Flash Effect: Restores HP with each weaponskill successfully delivered</para>
+/// <para>Cure Potency: 400</para>
+/// <para>Nascent Glint Effect: Restores HP equaling 100% of that recovered by Nascent Flash while also reducing damage taken by 10%</para>
+/// <para>Duration: s</para>
+/// <para>Additional Effect: Grants Stem the Flow to target, reducing damage taken by 10%</para>
+/// <para>Duration: 4s</para>
+/// <para>Additional Effect: Grants Stem the Tide to target, nullifying damage equivalent to a heal of 400 potency</para>
+/// <para>Duration: 20s</para>
+/// <para>Shares a recast timer with BloodwhettingRaw IntuitionRaw Intuition.</para>
/// </summary>
-LostCurePvE = 20726,
+NascentFlashPvE = 16464,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20727"><strong>Lost Cure II</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [20727] [Ability]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 21,700</para>
-/// <para>Spirit of the Savior Effect: Regen</para>
-/// <para>Cure Potency: 6,000</para>
-/// <para>Duration: 21s</para>
+/// <see href="https://garlandtools.org/db/#action/16465"><strong>Inner Chaos</strong></see> <i>PvE</i> (WAR) [16465] [Weaponskill]
+/// <para>Delivers a critical direct hit with a potency of 660.</para>
+/// <para>Damage dealt is increased when under an effect that raises critical hit rate or direct hit rate.</para>
+/// <para>Additional Effect: Reduces the recast time of Infuriate by 5 seconds</para>
+/// <para>Beast Gauge Cost: 50</para>
+/// <para>Can only be executed while under the effect of Nascent Chaos. Effect fades upon execution.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Fell Cleave changes to Inner Chaos when requirements for execution are met.</para>
/// </summary>
-LostCureIiPvE = 20727,
+InnerChaosPvE = 16465,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20728"><strong>Lost Cure III</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [20728] [Spell]
-/// <para>Restores own or target party member's HP and all party members nearby target.</para>
-/// <para>Cure Potency: 15,000</para>
+/// <see href="https://garlandtools.org/db/#action/16466"><strong>Flood of Darkness</strong></see> <i>PvE</i> (DRK) [16466] [Ability]
+/// <para>Deals unaspected damage with a potency of 100 to all enemies in a straight line before you.</para>
+/// <para>Additional Effect: Grants Darkside, increasing damage dealt by 10%</para>
+/// <para>Duration: 30s</para>
+/// <para>Extends Darkside duration by 30s to a maximum of 60s.</para>
+/// <para>Shares a recast timer with Edge of Darkness.</para>
/// </summary>
-LostCureIiiPvE = 20728,
+FloodOfDarknessPvE = 16466,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20729"><strong>Lost Cure IV</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [20729] [Ability]
-/// <para>Restores own or target party member's HP and all party members nearby target.</para>
-/// <para>Cure Potency: 21,700</para>
-/// <para>Spirit of the Savior Effect: Regen</para>
-/// <para>Cure Potency: 6,000</para>
-/// <para>Duration: 21s</para>
+/// <see href="https://garlandtools.org/db/#action/16467"><strong>Edge of Darkness</strong></see> <i>PvE</i> (DRK) [16467] [Ability]
+/// <para>Deals unaspected damage with a potency of 300.</para>
+/// <para>Additional Effect: Grants Darkside, increasing damage dealt by 10%</para>
+/// <para>Duration: 30s</para>
+/// <para>Extends Darkside duration by 30s to a maximum of 60s.</para>
+/// <para>Shares a recast timer with Flood of Darkness.</para>
/// </summary>
-LostCureIvPvE = 20729,
+EdgeOfDarknessPvE = 16467,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20730"><strong>Lost Arise</strong></see> <i>PvE</i> (PLD WAR WHM SCH DRK AST GNB SGE) [20730] [Spell]
-/// <para>Restores all of a KO'd target's HP.</para>
-/// <para>If the target was weakened at the time of Raise, the weakness effect will be removed.</para>
+/// <see href="https://garlandtools.org/db/#action/16468"><strong>Stalwart Soul</strong></see> <i>PvE</i> (DRK) [16468] [Spell]
+/// <para>Deals unaspected damage with a potency of to all nearby enemies.</para>
+/// <para>Combo Action: Unleash</para>
+/// <para>Combo Potency: </para>
+/// <para>Combo Bonus: Restores MP</para>
+/// <para>Combo Bonus: Increases Blood Gauge by 20</para>
/// </summary>
-LostArisePvE = 20730,
+StalwartSoulPvE = 16468,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20731"><strong>Lost Incense</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE) [20731] [Ability]
-/// <para>Gesture threateningly, placing yourself at the top of a target's enmity list. </para>
-/// <para>Additional Effect: Enmity generation is increased and damage taken is reduced by 20%</para>
+/// <see href="https://garlandtools.org/db/#action/16469"><strong>Flood of Shadow</strong></see> <i>PvE</i> (DRK) [16469] [Ability]
+/// <para>Deals unaspected damage with a potency of 160 to all enemies in a straight line before you.</para>
+/// <para>Additional Effect: Grants Darkside, increasing damage dealt by 10%</para>
+/// <para>Duration: 30s</para>
+/// <para>Extends Darkside duration by 30s to a maximum of 60s.</para>
+/// <para>Shares a recast timer with Edge of Shadow.</para>
+/// </summary>
+FloodOfShadowPvE = 16469,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16470"><strong>Edge of Shadow</strong></see> <i>PvE</i> (DRK) [16470] [Ability]
+/// <para>Deals unaspected damage with a potency of 460.</para>
+/// <para>Additional Effect: Grants Darkside, increasing damage dealt by 10%</para>
+/// <para>Duration: 30s</para>
+/// <para>Extends Darkside duration by 30s to a maximum of 60s.</para>
+/// <para>Shares a recast timer with Flood of Shadow.</para>
+/// </summary>
+EdgeOfShadowPvE = 16470,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16471"><strong>Dark Missionary</strong></see> <i>PvE</i> (DRK) [16471] [Ability]
+/// <para>Reduces magic damage taken by self and nearby party members by 10%.</para>
+/// <para>Duration: 15s</para>
+/// </summary>
+DarkMissionaryPvE = 16471,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16472"><strong>Living Shadow</strong></see> <i>PvE</i> (DRK) [16472] [Ability]
+/// <para>Conjure a simulacrum of your darkside to fight alongside you.</para>
/// <para>Duration: 20s</para>
+/// <para>Additional Effect: Grants Scorn</para>
+/// <para>Duration: 30s</para>
+/// <para>Simulacrum Attack Potency: </para>
+/// <para>Additional Effect: Simulacrum is able to execute Shadowbringer and Disesteem</para>
+/// <para>Shadowbringer Potency: 570 for the first enemy, and 25% less for all remaining enemies</para>
+/// <para>Disesteem Potency: 620 for the first enemy, and 25% less for all remaining enemies</para>
+/// </summary>
+LivingShadowPvE = 16472,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16473"><strong>Four-point Fury</strong></see> <i>PvE</i> (MNK) [16473] [Weaponskill]
+/// <para>Delivers an attack with a potency of 120 to all nearby enemies.</para>
+/// <para>Can only be executed when in raptor form.</para>
+/// <para>Additional Effect: Changes form to coeurl</para>
+/// <para>Duration: 30s</para>
+/// </summary>
+FourpointFuryPvE = 16473,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16474"><strong>Enlightenment</strong></see> <i>PvE</i> (MNK) [16474] [Ability]
+/// <para>Delivers an attack with a potency of 170 to all enemies in a straight line before you.</para>
+/// <para>Can only be executed while in combat and under the effect of five Chakra. Five chakra close upon execution.</para>
+/// </summary>
+EnlightenmentPvE = 16474,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16476"><strong>Six-sided Star</strong></see> <i>PvE</i> (MNK) [16476] [Weaponskill]
+/// <para>Delivers an attack with a potency of . Potency increases by 80 for each Chakra open.</para>
+/// <para>Closes all chakra upon execution.</para>
+/// <para>Additional Effect: Increases movement speed</para>
+/// <para>Duration: 5s</para>
+/// <para>Critical hits with this weaponskill will not open a chakra.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// </summary>
+SixsidedStarPvE = 16476,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16477"><strong>Coerthan Torment</strong></see> <i>PvE</i> (DRG) [16477] [Weaponskill]
+/// <para>Delivers an attack with a potency of 100 to all enemies in a straight line before you.</para>
+/// <para>Combo Action: Sonic Thrust</para>
+/// <para>Combo Potency: 150</para>
+/// <para>Combo Bonus: Grants Draconian Fire</para>
+/// <para>Duration: 30s</para>
+/// </summary>
+CoerthanTormentPvE = 16477,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16478"><strong>High Jump</strong></see> <i>PvE</i> (DRG) [16478] [Ability]
+/// <para>Delivers a jumping attack with a potency of 400. Returns you to your original position after the attack is made.</para>
+/// <para>Additional Effect: Grants Dive Ready</para>
+/// <para>Duration: 15s</para>
+/// </summary>
+HighJumpPvE = 16478,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16479"><strong>Raiden Thrust</strong></see> <i>PvE</i> (DRG) [16479] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Additional Effect: Sharpens the Firstminds' Focus by 1</para>
+/// <para>Can only be executed while under the effect of Draconian Fire.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※True Thrust changes to Raiden Thrust when requirements for execution are met. </para>
+/// </summary>
+RaidenThrustPvE = 16479,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16480"><strong>Stardiver</strong></see> <i>PvE</i> (DRG) [16480] [Ability]
+/// <para>Delivers a jumping fire-based attack to target and all enemies nearby it with a potency of 620 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Grants Starcross Ready</para>
+/// <para>Duration: 20s</para>
+/// <para>Effect ends when Life of the Dragon expires.</para>
+/// <para>Can only be executed while under the effect of Life of the Dragon.</para>
+/// <para>Cannot be executed while bound.</para>
+/// </summary>
+StardiverPvE = 16480,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16481"><strong>Hissatsu: Senei</strong></see> <i>PvE</i> (SAM) [16481] [Ability]
+/// <para>Delivers an attack with a potency of 860.</para>
+/// <para>Kenki Gauge Cost: 25</para>
+/// <para>Shares a recast timer with Hissatsu: Guren.</para>
+/// </summary>
+HissatsuSeneiPvE = 16481,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16482"><strong>Ikishoten</strong></see> <i>PvE</i> (SAM) [16482] [Ability]
+/// <para>Increases Kenki Gauge by 50.</para>
+/// <para>Additional Effect: Grants Ogi Namikiri Ready</para>
+/// <para>Duration: 30s</para>
+/// <para>Additional Effect: Grants Zanshin Ready</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed while in combat.</para>
+/// </summary>
+IkishotenPvE = 16482,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16483"><strong>Tsubame-gaeshi</strong></see> <i>PvE</i> (SAM) [16483] [Weaponskill]
+/// <para>Repeats the previously executed iaijutsu.</para>
+/// <para>Cannot be used to repeat Higanbana.</para>
+/// <para>Can only be executed immediately following Iaijutsu while under the effect of Tsubame-gaeshi Ready.</para>
+/// </summary>
+TsubamegaeshiPvE = 16483,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16485"><strong>Kaeshi: Goken</strong></see> <i>PvE</i> (SAM) [16485] [Weaponskill]
+/// <para>Delivers an attack with a potency of 300 to all nearby enemies.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Tsubame-gaeshi changes to Kaeshi: Goken when requirements for execution are met.</para>
+/// </summary>
+KaeshiGokenPvE = 16485,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16486"><strong>Kaeshi: Setsugekka</strong></see> <i>PvE</i> (SAM) [16486] [Weaponskill]
+/// <para>Delivers a critical hit with a potency of .</para>
+/// <para>Damage dealt is increased when under an effect that raises critical hit rate.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Tsubame-gaeshi changes to Kaeshi: Setsugekka when requirements for execution are met.</para>
+/// </summary>
+KaeshiSetsugekkaPvE = 16486,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16487"><strong>Shoha</strong></see> <i>PvE</i> (SAM) [16487] [Ability]
+/// <para>Delivers an attack to all enemies in a straight line before you with a potency of for the first enemy, and 65% less for all remaining enemies.</para>
+/// <para>Can only be executed after accumulating three stacks of Meditation by executing Iaijutsu, Meditate, or Ogi Namikirior Meditateor Meditate while in combat.</para>
+/// <para>Consumes all stacks of Meditation upon execution.</para>
+/// </summary>
+ShohaPvE = 16487,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16488"><strong>Hakke Mujinsatsu</strong></see> <i>PvE</i> (NIN) [16488] [Weaponskill]
+/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
+/// <para>Combo Action: Death Blossom</para>
+/// <para>Combo Potency: 130</para>
+/// <para>Combo Bonus: Increases Ninki Gauge by 5</para>
+/// </summary>
+HakkeMujinsatsuPvE = 16488,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16489"><strong>Meisui</strong></see> <i>PvE</i> (NIN) [16489] [Ability]
+/// <para>Dispels Shadow Walker, increasing the Ninki Gauge by 50.</para>
+/// <para>Additional Effect: Grants Meisui</para>
+/// <para>Duration: 30s</para>
+/// <para>Meisui Effect: Increases the potency of Zesho Meppo to 700 and Bhavacakra to 530Increases the potency of Bhavacakra to Increases the potency of Bhavacakra to </para>
+/// <para>Can only be executed while in combat and under the effect of Shadow Walker.</para>
+/// </summary>
+MeisuiPvE = 16489,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16491"><strong>Goka Mekkyaku</strong></see> <i>PvE</i> (NIN) [16491] [Ability]
+/// <para>Deals fire damage with a potency of 600 to target and all enemies nearby it.</para>
+/// <para>Mudra Combination: Chi→Ten or Jin→Ten</para>
+/// <para>Can only be executed while under the effect of Kassatsu.</para>
+/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Ninjutsu changes to Goka Mekkyaku when requirements for execution are met.</para>
+/// </summary>
+GokaMekkyakuPvE = 16491,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16492"><strong>Hyosho Ranryu</strong></see> <i>PvE</i> (NIN) [16492] [Ability]
+/// <para>Deals ice damage with a potency of 1,300.</para>
+/// <para>Mudra Combination: Ten→Jin or Chi→Jin</para>
+/// <para>Can only be executed while under the effect of Kassatsu.</para>
+/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Ninjutsu changes to Hyosho Ranryu when requirements for execution are met.</para>
+/// </summary>
+HyoshoRanryuPvE = 16492,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16493"><strong>Bunshin</strong></see> <i>PvE</i> (NIN) [16493] [Ability]
+/// <para>Grants 5 stacks of Bunshin, each stack allowing your shadow to attack enemies each time you execute a weaponskill. Shadow attack potency varies based on the attack executed, but is not affected by combo bonuses.</para>
+/// <para>Melee Attack Potency: 160</para>
+/// <para>Ranged Attack Potency: 160</para>
+/// <para>Area Attack Potency: 80</para>
+/// <para>Ninki Gauge increases by 5 each time your shadow lands an attack.</para>
+/// <para>Duration: 30s</para>
+/// <para>Additional Effect: Grants Phantom Kamaitachi Ready</para>
+/// <para>Duration: 45s</para>
+/// <para>Ninki Gauge Cost: 50</para>
+/// </summary>
+BunshinPvE = 16493,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16494"><strong>Shadowbite</strong></see> <i>PvE</i> (BRD) [16494] [Weaponskill]
+/// <para>Delivers an attack with a potency of 170 to target and all enemies nearby it.</para>
+/// <para>Barrage Potency: 270</para>
+/// <para>Can only be executed when under the effect of Hawk's Eye.</para>
+/// </summary>
+ShadowbitePvE = 16494,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16495"><strong>Burst Shot</strong></see> <i>PvE</i> (BRD) [16495] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Additional Effect: 35% chance of granting Hawk's Eye</para>
+/// <para>Duration: 30s</para>
+/// </summary>
+BurstShotPvE = 16495,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16496"><strong>Apex Arrow</strong></see> <i>PvE</i> (BRD) [16496] [Weaponskill]
+/// <para>Delivers an attack with a potency of to all enemies in a straight line before you.</para>
+/// <para>Soul Voice Gauge Cost: 20 </para>
+/// <para>Potency increases up to as Soul Voice Gauge exceeds minimum cost.</para>
+/// <para>Additional Effect: Grants Blast Arrow Ready upon execution while Soul Voice Gauge is 80 or higher</para>
+/// <para>Duration: 10s</para>
+/// <para>Consumes Soul Voice Gauge upon execution.</para>
+/// </summary>
+ApexArrowPvE = 16496,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16497"><strong>Auto Crossbow</strong></see> <i>PvE</i> (MCH) [16497] [Weaponskill]
+/// <para>Delivers an attack with a potency of to all enemies in a cone before you.</para>
+/// <para>Can only be executed when firearm is Overheated.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// </summary>
+AutoCrossbowPvE = 16497,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16498"><strong>Drill</strong></see> <i>PvE</i> (MCH) [16498] [Weaponskill]
+/// <para>Delivers an attack with a potency of 600.</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Shares a recast timer with Bioblaster.This weaponskill does not share a recast timer with any other actions.This weaponskill does not share a recast timer with any other actions.</para>
+/// </summary>
+DrillPvE = 16498,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16499"><strong>Bioblaster</strong></see> <i>PvE</i> (MCH) [16499] [Weaponskill]
+/// <para>Delivers an attack with a potency of 50 to all enemies in a cone before you.</para>
+/// <para>Additional Effect: Damage over time</para>
+/// <para>Potency: 50</para>
+/// <para>Duration: 15s</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Shares a recast timer with Drill.</para>
+/// </summary>
+BioblasterPvE = 16499,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16500"><strong>Air Anchor</strong></see> <i>PvE</i> (MCH) [16500] [Weaponskill]
+/// <para>Delivers an attack with a potency of 600.</para>
+/// <para>Additional Effect: Increases Battery Gauge by 20</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
+/// </summary>
+AirAnchorPvE = 16500,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16501"><strong>Automaton Queen</strong></see> <i>PvE</i> (MCH) [16501] [Ability]
+/// <para>Deploys an Automaton Queen to fight at your side.</para>
+/// <para>Potency of Automaton Queen actions increases as Battery Gauge exceeds required cost at time of deployment.</para>
+/// <para>Battery Gauge Cost: 50</para>
+/// <para>Duration: 12s</para>
+/// <para>Consumes Battery Gauge upon execution.</para>
+/// <para>Shuts down when time expires or upon execution of Queen Overdrive.</para>
+/// <para>Shares a recast timer with Queen Overdrive.</para>
+/// </summary>
+AutomatonQueenPvE = 16501,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16502"><strong>Queen Overdrive</strong></see> <i>PvE</i> (MCH) [16502] [Ability]
+/// <para>Orders the Automaton Queen to use Pile Bunker.</para>
+/// <para>Pile Bunker Potency: 340</para>
+/// <para>Potency increases as Battery Gauge exceeds required cost at time of deployment, up to a maximum of 680.</para>
+/// <para>The Automaton Queen shuts down after execution. If this action is not used manually while the Automaton Queen is active, it will be triggered automatically immediately before shutting down.</para>
+/// <para>Shares a recast timer with Automaton Queen.</para>
+/// </summary>
+QueenOverdrivePvE = 16502,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16503"><strong>Pile Bunker</strong></see> <i>PvE</i> (MCH) [16503] [Ability]
+/// <para>Delivers an attack with a potency of 340.</para>
+/// <para>Potency increases as Battery Gauge exceeds required cost at time of deployment, up to a maximum of 680.</para>
+/// <para>The Automaton Queen shuts down after execution. The Automaton Queen shuts down after execution. If this action is not used manually while the Automaton Queen is active, it will be triggered automatically immediately before shutting down.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// </summary>
+PileBunkerPvE = 16503,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16504"><strong>Arm Punch</strong></see> <i>PvE</i> (MCH) [16504] [Weaponskill]
+/// <para>Delivers an attack with a potency of 120.</para>
+/// <para>Potency increases as Battery Gauge exceeds required cost at time of deployment, up to a maximum of 240.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// </summary>
+ArmPunchPvE = 16504,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16505"><strong>Despair</strong></see> <i>PvE</i> (BLM) [16505] [Spell]
+/// <para>Deals fire damage with a potency of 340.</para>
+/// <para>Additional Effect: Grants Astral Fire III</para>
+/// <para>Duration: 15s</para>
+/// <para>Can only be executed while under the effect of Astral Fire.</para>
+/// </summary>
+DespairPvE = 16505,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16506"><strong>Umbral Soul</strong></see> <i>PvE</i> (BLM) [16506] [Spell]
+/// <para>Grants Umbral Ice and 1 Umbral Heart.</para>
+/// <para>Umbral Heart Bonus: Nullifies Astral Fire's MP cost increase for Fire spells and reduces MP cost for Flare by one-third</para>
+/// <para>Additional Effect: Restores an amount of MP commensurate with your stacks of Umbral Ice</para>
+/// <para>Umbral Ice I: 2,500 MP</para>
+/// <para>Umbral Ice II: 5,000 MP</para>
+/// <para>Umbral Ice III: 10,000 MP</para>
+/// <para>Can only be executed while under the effect of Umbral Ice.</para>
+/// </summary>
+UmbralSoulPvE = 16506,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16507"><strong>Xenoglossy</strong></see> <i>PvE</i> (BLM) [16507] [Spell]
+/// <para>Deals unaspected damage with a potency of 880.</para>
+/// <para>Polyglot Cost: 1</para>
+/// </summary>
+XenoglossyPvE = 16507,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16508"><strong>Energy Drain</strong></see> <i>PvE</i> (ACN SMN) [16508] [Ability]
+/// <para>Deals unaspected damage with a potency of 200.</para>
+/// <para>Additional Effect: Aetherflow II</para>
+/// <para>Additional Effect: Grants Further Ruin</para>
+/// <para>Duration: 60s</para>
+/// <para>Shares a recast timer with Energy Siphon.</para>
+/// </summary>
+EnergyDrainPvE_16508 = 16508,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16510"><strong>Energy Siphon</strong></see> <i>PvE</i> (SMN) [16510] [Ability]
+/// <para>Deals unaspected damage with a potency of 100 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Aetherflow II</para>
+/// <para>Additional Effect: Grants Further Ruin</para>
+/// <para>Duration: 60s</para>
+/// <para>Shares a recast timer with Energy Drain.</para>
+/// </summary>
+EnergySiphonPvE = 16510,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16511"><strong>Outburst</strong></see> <i>PvE</i> (ACN SMN) [16511] [Spell]
+/// <para>Deals unaspected damage with a potency of 100 to target and all enemies nearby it.</para>
+/// </summary>
+OutburstPvE = 16511,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16514"><strong>Fountain of Fire</strong></see> <i>PvE</i> (SMN) [16514] [Spell]
+/// <para>Deals fire damage with a potency of .</para>
+/// <para>Can only be executed while under the effect of Firebird Trance.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Ruin III changes to Fountain of Fire when requirements for execution are met.</para>
+/// </summary>
+FountainOfFirePvE = 16514,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16515"><strong>Brand of Purgatory</strong></see> <i>PvE</i> (SMN) [16515] [Spell]
+/// <para>Deals fire damage with a potency of 240 to target and all enemies nearby it.</para>
+/// <para>Can only be executed while under the effect of Firebird Trance.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Tri-disaster changes to Brand of Purgatory when requirements for execution are met.</para>
+/// </summary>
+BrandOfPurgatoryPvE = 16515,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16516"><strong>Enkindle Phoenix</strong></see> <i>PvE</i> (SMN) [16516] [Ability]
+/// <para>Orders Demi-Phoenix to execute Revelation.</para>
+/// <para>Revelation Effect: Deals fire damage to target and all enemies nearby it with a potency of 1,300 for the first enemy, and 60% less for all remaining enemies</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Enkindle Bahamut changes to Enkindle Phoenix when requirements for execution are met.</para>
+/// </summary>
+EnkindlePhoenixPvE = 16516,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16517"><strong>Everlasting Flight</strong></see> <i>PvE</i> (SMN) [16517] [Ability]
+/// <para>Gradually restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: 100</para>
+/// <para>Duration: 21s</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// </summary>
+EverlastingFlightPvE = 16517,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16518"><strong>Revelation</strong></see> <i>PvE</i> (SMN) [16518] [Ability]
+/// <para>Deals fire damage to target and all enemies nearby it with a potency of 1,300 for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Can only be executed while Demi-Phoenix is summoned.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// </summary>
+RevelationPvE = 16518,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16519"><strong>Scarlet Flame</strong></see> <i>PvE</i> (SMN) [16519] [Spell]
+/// <para>Deals fire damage with a potency of 150.</para>
+/// <para>Will only execute while Demi-Phoenix is summoned.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// </summary>
+ScarletFlamePvE = 16519,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16524"><strong>Verthunder II</strong></see> <i>PvE</i> (RDM) [16524] [Spell]
+/// <para>Deals lightning damage with a potency of to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Increases Black Mana by 7</para>
+/// </summary>
+VerthunderIiPvE = 16524,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16525"><strong>Veraero II</strong></see> <i>PvE</i> (RDM) [16525] [Spell]
+/// <para>Deals wind damage with a potency of to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Increases White Mana by 7</para>
+/// </summary>
+VeraeroIiPvE = 16525,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16526"><strong>Impact</strong></see> <i>PvE</i> (RDM) [16526] [Spell]
+/// <para>Deals unaspected damage with a potency of to target and all enemies nearby it.</para>
+/// <para>Acceleration Potency: </para>
+/// <para>Additional Effect: Increases both Black Mana and White Mana by 3</para>
+/// </summary>
+ImpactPvE = 16526,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16527"><strong>Engagement</strong></see> <i>PvE</i> (RDM) [16527] [Ability]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Shares a recast timer with Displacement.</para>
+/// </summary>
+EngagementPvE = 16527,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16528"><strong>Enchanted Reprise</strong></see> <i>PvE</i> (RDM) [16528] [Weaponskill]
+/// <para>Deals unaspected damage with a potency of .</para>
+/// <para>Balance Gauge Cost: 5 Black Mana</para>
+/// <para>Balance Gauge Cost: 5 White Mana</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Reprise changes to Enchanted Reprise when requirements for execution are met.</para>
+/// </summary>
+EnchantedReprisePvE = 16528,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16529"><strong>Reprise</strong></see> <i>PvE</i> (RDM) [16529] [Weaponskill]
+/// <para>Delivers an attack with a potency of 100.</para>
+/// <para>Action upgraded to Enchanted Reprise if both Black Mana and White Mana are at 5 or more.</para>
+/// </summary>
+ReprisePvE = 16529,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16530"><strong>Scorch</strong></see> <i>PvE</i> (RDM) [16530] [Spell]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Combo Action: Verflare or Verholy</para>
+/// <para>Additional Effect: Increases both Black Mana and White Mana by 4</para>
+/// <para>Can only be executed after successfully landing Verflare or Verholy as a combo action.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Jolt IIIJolt IIJolt II and Impact change to Scorch when requirements for execution are met.</para>
+/// </summary>
+ScorchPvE = 16530,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16531"><strong>Afflatus Solace</strong></see> <i>PvE</i> (WHM) [16531] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: </para>
+/// <para>Additional Effect: Nourishes the Blood Lily</para>
+/// <para>Healing Gauge Cost: 1 Lily</para>
+/// </summary>
+AfflatusSolacePvE = 16531,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16532"><strong>Dia</strong></see> <i>PvE</i> (WHM) [16532] [Spell]
+/// <para>Deals unaspected damage with a potency of .</para>
+/// <para>Additional Effect: Unaspected damage over time</para>
+/// <para>Potency: </para>
+/// <para>Duration: 30s</para>
+/// </summary>
+DiaPvE = 16532,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16533"><strong>Glare</strong></see> <i>PvE</i> (WHM) [16533] [Spell]
+/// <para>Deals unaspected damage with a potency of 290.</para>
+/// </summary>
+GlarePvE = 16533,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16534"><strong>Afflatus Rapture</strong></see> <i>PvE</i> (WHM) [16534] [Spell]
+/// <para>Restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: </para>
+/// <para>Additional Effect: Nourishes the Blood Lily</para>
+/// <para>Healing Gauge Cost: 1 Lily</para>
+/// </summary>
+AfflatusRapturePvE = 16534,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16535"><strong>Afflatus Misery</strong></see> <i>PvE</i> (WHM) [16535] [Spell]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 1,3201,2401,240 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Can only be executed when the Blood Lily is in full bloom.</para>
+/// </summary>
+AfflatusMiseryPvE = 16535,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16536"><strong>Temperance</strong></see> <i>PvE</i> (WHM) [16536] [Ability]
+/// <para>Increases healing magic potency by 20%, while reducing damage taken by self and all party members within a radius of 50 yalms by 10%.</para>
+/// <para>Duration: 20s</para>
+/// <para>Additional Effect: Grants Divine Grace</para>
+/// <para>Duration: 30s</para>
+/// </summary>
+TemperancePvE = 16536,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16537"><strong>Whispering Dawn</strong></see> <i>PvE</i> (SCH) [16537] [Ability]
+/// <para>Orders faerie to execute Whispering Dawn. If Seraph is summoned, orders her to execute Angel's Whisper.</para>
+/// <para>Whispering Dawn/Angel's Whisper Effect: Gradually restores the HP of all nearby party members</para>
+/// <para>Cure Potency: 80</para>
+/// <para>Duration: 21s</para>
+/// </summary>
+WhisperingDawnPvE_16537 = 16537,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16538"><strong>Fey Illumination</strong></see> <i>PvE</i> (SCH) [16538] [Ability]
+/// <para>Orders faerie to execute Fey Illumination. If Seraph is summoned, orders her to execute Seraphic Illumination.</para>
+/// <para>Fey Illumination/Seraphic Illumination Effect: Increases healing magic potency of all nearby party members by 10%, while reducing magic damage taken by all nearby party members by 5%</para>
+/// <para>Duration: 20s</para>
+/// <para>Effect cannot be stacked with Seraphic Illumination.</para>
+/// </summary>
+FeyIlluminationPvE_16538 = 16538,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16539"><strong>Art of War</strong></see> <i>PvE</i> (SCH) [16539] [Spell]
+/// <para>Deals unaspected damage with a potency of to all nearby enemies.</para>
+/// </summary>
+ArtOfWarPvE = 16539,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16540"><strong>Biolysis</strong></see> <i>PvE</i> (SCH) [16540] [Spell]
+/// <para>Deals unaspected damage over time.</para>
+/// <para>Potency: </para>
+/// <para>Duration: 30s</para>
+/// </summary>
+BiolysisPvE = 16540,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16541"><strong>Broil III</strong></see> <i>PvE</i> (SCH) [16541] [Spell]
+/// <para>Deals unaspected damage with a potency of 255.</para>
+/// </summary>
+BroilIiiPvE = 16541,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16542"><strong>Recitation</strong></see> <i>PvE</i> (SCH) [16542] [Ability]
+/// <para>Allows the execution of Adloquium, ConcitationSuccorSuccor, Indomitability, or Excogitation without consuming resources while also ensuring critical HP is restored.</para>
+/// <para>Duration: 15s</para>
+/// </summary>
+RecitationPvE = 16542,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16543"><strong>Fey Blessing</strong></see> <i>PvE</i> (SCH) [16543] [Ability]
+/// <para>Orders faerie to execute Fey Blessing.</para>
+/// <para>Fey Blessing Effect: Restores the HP of all nearby party members</para>
+/// <para>Cure Potency: 320</para>
+/// </summary>
+FeyBlessingPvE = 16543,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16544"><strong>Fey Blessing</strong></see> <i>PvE</i> (SCH) [16544] [Ability]
+/// <para>Restores the HP of all nearby party members.</para>
+/// <para>Cure Potency: 320</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// </summary>
+FeyBlessingPvE_16544 = 16544,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16545"><strong>Summon Seraph</strong></see> <i>PvE</i> (SCH) [16545] [Ability]
+/// <para>Summons Seraph to fight at your side. When set to guard, automatically casts Seraphic Veil on party members who suffer damage.</para>
+/// <para>Cannot summon Seraph unless a pet is already summoned. Current pet will leave the battlefield while Seraph is present, and return once gone.</para>
+/// <para>Duration: 22s</para>
+/// </summary>
+SummonSeraphPvE = 16545,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16546"><strong>Consolation</strong></see> <i>PvE</i> (SCH) [16546] [Ability]
+/// <para>Orders Seraph to execute Consolation.</para>
+/// <para>Consolation Effect: Restores the HP of all nearby party members</para>
+/// <para>Cure Potency: 250</para>
+/// <para>Additional Effect: Erects a magicked barrier which nullifies damage equaling the amount of HP restored</para>
+/// <para>Duration: 30s</para>
+/// <para>Maximum Charges: 2</para>
+/// </summary>
+ConsolationPvE = 16546,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16547"><strong>Consolation</strong></see> <i>PvE</i> (SCH) [16547] [Ability]
+/// <para>Restores the HP of all nearby party members.</para>
+/// <para>Cure Potency: 250</para>
+/// <para>Additional Effect: Erects a magicked barrier which nullifies damage equaling the amount of HP restored</para>
+/// <para>Duration: 30s</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// </summary>
+ConsolationPvE_16547 = 16547,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16548"><strong>Seraphic Veil</strong></see> <i>PvE</i> (SCH) [16548] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: </para>
+/// <para>Additional Effect: Erects a magicked barrier which nullifies damage equaling the amount of HP restored</para>
+/// <para>Duration: 30s</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// </summary>
+SeraphicVeilPvE = 16548,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16550"><strong>Angel's Whisper</strong></see> <i>PvE</i> (SCH) [16550] [Ability]
+/// <para>Gradually restores the HP of all nearby party members.</para>
+/// <para>Cure Potency: 80</para>
+/// <para>Duration: 21s</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// </summary>
+AngelsWhisperPvE = 16550,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16551"><strong>Seraphic Illumination</strong></see> <i>PvE</i> (SCH) [16551] [Ability]
+/// <para>Increases healing magic potency of nearby party members by 10%, while reducing magic damage taken by nearby party members by 5%.</para>
+/// <para>Duration: 20s</para>
+/// <para>Effect cannot be stacked with Fey Illumination.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// </summary>
+SeraphicIlluminationPvE = 16551,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16552"><strong>Divination</strong></see> <i>PvE</i> (AST) [16552] [Ability]
+/// <para>Increases damage dealt by self and nearby party members by 6%.</para>
+/// <para>Duration: 20s</para>
+/// <para>Additional Effect: Grants Divining</para>
+/// <para>Duration: 30s</para>
+/// </summary>
+DivinationPvE = 16552,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16553"><strong>Celestial Opposition</strong></see> <i>PvE</i> (AST) [16553] [Ability]
+/// <para>Restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: 200</para>
+/// <para>Additional Effect: Regen</para>
+/// <para>Cure Potency: 100</para>
+/// <para>Duration: 15s</para>
+/// </summary>
+CelestialOppositionPvE = 16553,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16554"><strong>Combust III</strong></see> <i>PvE</i> (AST) [16554] [Spell]
+/// <para>Deals unaspected damage over time.</para>
+/// <para>Potency: </para>
+/// <para>Duration: 30s</para>
+/// </summary>
+CombustIiiPvE = 16554,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16555"><strong>Malefic IV</strong></see> <i>PvE</i> (AST) [16555] [Spell]
+/// <para>Deals unaspected damage with a potency of 230.</para>
+/// </summary>
+MaleficIvPvE = 16555,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16556"><strong>Celestial Intersection</strong></see> <i>PvE</i> (AST) [16556] [Ability]
+/// <para>Restores own or target party member's HP.</para>
+/// <para>Cure Potency: 200</para>
+/// <para>Additional Sect Effect: Erects a magicked barrier which nullifies damage equaling 200% of the amount of HP restored</para>
+/// <para>Duration: 30s</para>
+/// <para>Maximum Charges: 2</para>
+/// </summary>
+CelestialIntersectionPvE = 16556,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16557"><strong>Horoscope</strong></see> <i>PvE</i> (AST) [16557] [Ability]
+/// <para>Reads your fortune and those of nearby party members, granting them Horoscope.</para>
+/// <para>Duration: 10s</para>
+/// <para>Effect upgraded to Horoscope Helios upon receiving the effects of Helios or Helios ConjunctionAspected HeliosAspected Helios.</para>
+/// <para>Duration: 30s</para>
+/// <para>Restores the HP of those under either effect when the cards are read a second time or the effect expires.</para>
+/// <para>Horoscope Cure Potency: 200</para>
+/// <para>Horoscope Helios Cure Potency: 400</para>
+/// </summary>
+HoroscopePvE = 16557,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16558"><strong>Horoscope</strong></see> <i>PvE</i> (AST) [16558] [Ability]
+/// <para>Restores own HP and the HP of all nearby party members.</para>
+/// <para>Potency is determined by the Horoscope effect of party members. Effect expires upon execution.</para>
+/// <para>Horoscope Potency: 200</para>
+/// <para>Horoscope Helios Potency: 400</para>
+/// </summary>
+HoroscopePvE_16558 = 16558,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16559"><strong>Neutral Sect</strong></see> <i>PvE</i> (AST) [16559] [Ability]
+/// <para>Increases healing magic potency by 20%.</para>
+/// <para>Duration: 20s</para>
+/// <para>Additional Effect: When casting Aspected Benefic or Helios ConjunctionAspected HeliosAspected Helios, erects a magicked barrier which nullifies damage</para>
+/// <para>Aspected Benefic Effect: Nullifies damage equaling 250% of the amount of HP restored</para>
+/// <para>Helios ConjunctionAspected HeliosAspected Helios Effect: Nullifies damage equaling 125% of the amount of HP restored</para>
+/// <para>Duration: 30s</para>
+/// <para>Additional Effect: Grants Suntouched</para>
+/// <para>Duration: 30s</para>
+/// </summary>
+NeutralSectPvE = 16559,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16560"><strong>Repose</strong></see> <i>PvE</i> (CNJ WHM SCH AST SGE) [16560] [Spell]
+/// <para>Afflicts target with Sleep.</para>
+/// <para>Duration: 30s</para>
+/// <para>Cancels auto-attack upon execution.</para>
+/// </summary>
+ReposePvE = 16560,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16574"><strong>Ronkan Fire III</strong></see> <i>PvE</i> (All Classes) [16574] [Spell]
+/// <para>Deals fire damage with a potency of 430.</para>
+/// </summary>
+RonkanFireIiiPvE = 16574,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16575"><strong>Ronkan Blizzard III</strong></see> <i>PvE</i> (All Classes) [16575] [Spell]
+/// <para>Deals ice damage with a potency of 240.</para>
+/// <para>Additional Effect: Restores MP</para>
+/// </summary>
+RonkanBlizzardIiiPvE = 16575,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16576"><strong>Ronkan Thunder III</strong></see> <i>PvE</i> (All Classes) [16576] [Spell]
+/// <para>Deals lightning damage with a potency of 200.</para>
+/// <para>Additional Effect: Lightning damage over time</para>
+/// <para>Potency: 40</para>
+/// <para>Duration: 24s</para>
+/// </summary>
+RonkanThunderIiiPvE = 16576,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16577"><strong>Ronkan Flare</strong></see> <i>PvE</i> (All Classes) [16577] [Spell]
+/// <para>Deals fire damage with a potency of 460 to target and all enemies nearby it.</para>
+/// </summary>
+RonkanFlarePvE = 16577,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16766"><strong>Detonator</strong></see> <i>PvE</i> (MCH) [16766] [Ability]
+/// <para>Ends the effect of Wildfire, dealing damage to the target.</para>
+/// <para>Can only be executed while under the effect of Wildfire.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Wildfire changes to Detonator when requirements for execution are met.</para>
+/// </summary>
+DetonatorPvE = 16766,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16788"><strong>Fast Blade</strong></see> <i>PvE</i> (All Classes) [16788] [Weaponskill]
+/// <para></para>
+/// </summary>
+FastBladePvE_16788 = 16788,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16789"><strong>Sunshadow</strong></see> <i>PvE</i> (All Classes) [16789] [Weaponskill]
+/// <para></para>
+/// </summary>
+SunshadowPvE = 16789,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16804"><strong>Rough Divide</strong></see> <i>PvE</i> (All Classes) [16804] [Ability]
+/// <para>Delivers a jumping attack with a potency of 200.</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Cannot be executed while bound.</para>
+/// </summary>
+RoughDividePvE = 16804,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16889"><strong>Tactician</strong></see> <i>PvE</i> (MCH) [16889] [Ability]
+/// <para>Reduces damage taken by self and nearby party members by %.</para>
+/// <para>Duration: 15s</para>
+/// <para>Effect cannot be stacked with bard's Troubadour or dancer's Shield Samba.</para>
+/// </summary>
+TacticianPvE = 16889,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16984"><strong>Swashbuckler</strong></see> <i>PvE</i> (All Classes) [16984] [Weaponskill]
+/// <para></para>
+/// </summary>
+SwashbucklerPvE = 16984,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/16985"><strong>Greatest Eclipse</strong></see> <i>PvE</i> (All Classes) [16985] [Weaponskill]
+/// <para></para>
+/// </summary>
+GreatestEclipsePvE = 16985,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/17000"><strong>Ronkan Cure II</strong></see> <i>PvE</i> (All Classes) [17000] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 1300</para>
+/// </summary>
+RonkanCureIiPvE = 17000,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/17001"><strong>Ronkan Medica</strong></see> <i>PvE</i> (All Classes) [17001] [Spell]
+/// <para>Restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: 500</para>
+/// </summary>
+RonkanMedicaPvE = 17001,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/17002"><strong>Ronkan Esuna</strong></see> <i>PvE</i> (All Classes) [17002] [Spell]
+/// <para>Removes a single detrimental effect from target.</para>
+/// </summary>
+RonkanEsunaPvE = 17002,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/17003"><strong>Ronkan Stone II</strong></see> <i>PvE</i> (All Classes) [17003] [Spell]
+/// <para>Deals earth damage with a potency of 200.</para>
+/// </summary>
+RonkanStoneIiPvE = 17003,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/17004"><strong>Ronkan Renew</strong></see> <i>PvE</i> (All Classes) [17004] [Ability]
+/// <para>Restores all of a target's HP.</para>
+/// </summary>
+RonkanRenewPvE = 17004,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/17122"><strong>Acidic Bite</strong></see> <i>PvE</i> (All Classes) [17122] [Weaponskill]
+/// <para>Delivers an attack with a potency of 300.</para>
+/// <para>Additional Effect: Acidic Bite</para>
+/// <para>Potency: 120</para>
+/// <para>Duration: 30s</para>
+/// </summary>
+AcidicBitePvE = 17122,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/17123"><strong>Heavy Shot</strong></see> <i>PvE</i> (All Classes) [17123] [Weaponskill]
+/// <para>Delivers an attack with a potency of 550.</para>
+/// </summary>
+HeavyShotPvE_17123 = 17123,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/17124"><strong>Radiant Arrow</strong></see> <i>PvE</i> (All Classes) [17124] [Ability]
+/// <para>Delivers an attack with a potency of 1,100.</para>
+/// </summary>
+RadiantArrowPvE = 17124,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/17125"><strong>Dulling Arrow</strong></see> <i>PvE</i> (All Classes) [17125] [Weaponskill]
+/// <para>Interrupts the use of a target's action.</para>
+/// </summary>
+DullingArrowPvE = 17125,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/17206"><strong>Roller Dash</strong></see> <i>PvE</i> (MCH) [17206] [Weaponskill]
+/// <para>Rushes target and delivers an attack with a potency of 240.</para>
+/// <para>Potency increases as Battery Gauge exceeds required cost at time of deployment, up to a maximum of 480.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// </summary>
+RollerDashPvE = 17206,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/17209"><strong>Hypercharge</strong></see> <i>PvE</i> (MCH) [17209] [Ability]
+/// <para>Grants 5 stacks of Overheated, each stack allowing the execution of Blazing ShotHeat BlastHeat Blast or Auto Crossbow.</para>
+/// <para>Duration: 10s</para>
+/// <para>Overheated Effect: Increases the potency of single-target weaponskills by 20</para>
+/// <para>Heat Gauge Cost: 50</para>
+/// <para>Overheated effect only applicable to machinist job actions.</para>
+/// </summary>
+HyperchargePvE = 17209,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/17215"><strong>Summon Eos</strong></see> <i>PvE</i> (SCH) [17215] [Spell]
+/// <para>Summons the faerie Eos to fight at your side. When set to guard, automatically casts Embrace on party members who suffer damage.</para>
+/// </summary>
+SummonEosPvE = 17215,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/17236"><strong>Chivalrous Spirit</strong></see> <i>PvE</i> (All Classes) [17236] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 1200</para>
+/// <para>Additional Effect: Restores to self 50% of HP restored to target if target is a party member</para>
+/// </summary>
+ChivalrousSpiritPvE = 17236,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/17291"><strong>Souldeep Invisibility</strong></see> <i>PvE</i> (All Classes) [17291] [Ability]
+/// <para>Completely conceals own presence by temporarily severing the flow of life-sustaining aether.</para>
+/// <para>Additional Effect: Fading Fast and Vital Sign</para>
+/// </summary>
+SouldeepInvisibilityPvE = 17291,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/17596"><strong>Hunter's Prudence</strong></see> <i>PvE</i> (All Classes) [17596] [Ability]
+/// <para>Restores own HP.</para>
+/// <para>Cure Potency: 1,000</para>
+/// <para>Cure potency varies with current attack power.</para>
+/// </summary>
+HuntersPrudencePvE = 17596,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/17839"><strong>Nebula</strong></see> <i>PvE</i> (All Classes) [17839] [Ability]
+/// <para>Reduces damage taken by 25%.</para>
+/// <para>Duration: 10s</para>
+/// </summary>
+NebulaPvE_17839 = 17839,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/17864"><strong>Bio</strong></see> <i>PvE</i> (SCH) [17864] [Spell]
+/// <para>Deals unaspected damage over time.</para>
+/// <para>Potency: 20</para>
+/// <para>Duration: 30s</para>
+/// </summary>
+BioPvE = 17864,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/17865"><strong>Bio II</strong></see> <i>PvE</i> (SCH) [17865] [Spell]
+/// <para>Deals unaspected damage over time.</para>
+/// <para>Potency: 40</para>
+/// <para>Duration: 30s</para>
+/// </summary>
+BioIiPvE = 17865,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/17869"><strong>Ruin</strong></see> <i>PvE</i> (SCH) [17869] [Spell]
+/// <para>Deals unaspected damage with a potency of 150.</para>
+/// </summary>
+RuinPvE_17869 = 17869,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/17870"><strong>Ruin II</strong></see> <i>PvE</i> (SCH) [17870] [Spell]
+/// <para>Deals unaspected damage with a potency of .</para>
+/// </summary>
+RuinIiPvE_17870 = 17870,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/17901"><strong>Smackdown</strong></see> <i>PvE</i> (All Classes) [17901] [Ability]
+/// <para>Increases damage dealt by 10% and accuracy by 100%.</para>
+/// <para>Duration: 10s</para>
+/// </summary>
+SmackdownPvE = 17901,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18073"><strong>Ending</strong></see> <i>PvE</i> (DNC) [18073] [Ability]
+/// <para>Ends dance with your partner.</para>
+/// </summary>
+EndingPvE = 18073,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18295"><strong>Alpine Draft</strong></see> <i>PvE</i> (BLU) [18295] [Spell]
+/// <para>Deals wind damage to all enemies in a straight line before you with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
+/// </summary>
+AlpineDraftPvE = 18295,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18296"><strong>Protean Wave</strong></see> <i>PvE</i> (BLU) [18296] [Spell]
+/// <para>Deals water damage to all enemies in a cone before you with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: 15-yalm knockback</para>
+/// </summary>
+ProteanWavePvE = 18296,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18297"><strong>Northerlies</strong></see> <i>PvE</i> (BLU) [18297] [Spell]
+/// <para>Deals ice damage to all enemies in a cone before you with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Enemies affected by Dropsy are frozen. The Dropsy effect is also removed.</para>
+/// <para>Duration: 20s</para>
+/// </summary>
+NortherliesPvE = 18297,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18298"><strong>Electrogenesis</strong></see> <i>PvE</i> (BLU) [18298] [Spell]
+/// <para>Deals lightning damage to target and all enemies nearby it with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
+/// </summary>
+ElectrogenesisPvE = 18298,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18299"><strong>Kaltstrahl</strong></see> <i>PvE</i> (BLU) [18299] [Spell]
+/// <para>Deals physical damage to all enemies in a cone before you with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
+/// </summary>
+KaltstrahlPvE = 18299,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18300"><strong>Abyssal Transfixion</strong></see> <i>PvE</i> (BLU) [18300] [Spell]
+/// <para>Deals physical damage with a potency of 220.</para>
+/// <para>Additional Effect: Paralysis</para>
+/// <para>Duration: 30s</para>
+/// </summary>
+AbyssalTransfixionPvE = 18300,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18301"><strong>Chirp</strong></see> <i>PvE</i> (BLU) [18301] [Spell]
+/// <para>Puts all nearby enemies to sleep.</para>
+/// <para>Duration: 40s</para>
+/// <para>Cancels auto-attack upon execution.</para>
+/// </summary>
+ChirpPvE = 18301,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18302"><strong>Eerie Soundwave</strong></see> <i>PvE</i> (BLU) [18302] [Spell]
+/// <para>Removes one beneficial effect from all nearby enemies.</para>
+/// </summary>
+EerieSoundwavePvE = 18302,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18303"><strong>Pom Cure</strong></see> <i>PvE</i> (BLU) [18303] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 100</para>
+/// <para>Cure potency is increased to 500 when you are under the effect of Aetheric Mimicry: Healer.</para>
+/// </summary>
+PomCurePvE = 18303,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18304"><strong>Gobskin</strong></see> <i>PvE</i> (BLU) [18304] [Spell]
+/// <para>Creates a barrier around self and all nearby party members that absorbs damage equivalent to a heal of 100 potency.</para>
+/// <para>Duration: 30s</para>
+/// <para>Barrier strength is increased to absorb damage equivalent to a heal of 250 potency when you are under the effect of Aetheric Mimicry: Healer.</para>
+/// <para>Effect cannot be stacked with those of scholar's Galvanize or sage's Eukrasian Diagnosis and Eukrasian Prognosis.</para>
+/// </summary>
+GobskinPvE = 18304,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18305"><strong>Magic Hammer</strong></see> <i>PvE</i> (BLU) [18305] [Spell]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 250 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Lowers intelligence and mind attributes by 10%</para>
+/// <para>Duration: 10s</para>
+/// <para>Additional Effect: Restores 10% of maximum MP</para>
+/// <para>Shares a recast timer with Candy Cane.</para>
+/// </summary>
+MagicHammerPvE = 18305,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18306"><strong>Avail</strong></see> <i>PvE</i> (BLU) [18306] [Spell]
+/// <para>Direct damage intended for you to another party member.</para>
+/// <para>Duration: 12s</para>
+/// <para>Can only be executed when member is within 10 yalms. Does not activate with certain attacks.</para>
+/// <para>This action does not share a recast timer with any other actions.</para>
+/// </summary>
+AvailPvE = 18306,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18307"><strong>Frog Legs</strong></see> <i>PvE</i> (BLU) [18307] [Spell]
+/// <para>Provoke nearby enemies, placing yourself at the top of their enmity list.</para>
+/// </summary>
+FrogLegsPvE = 18307,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18308"><strong>Sonic Boom</strong></see> <i>PvE</i> (BLU) [18308] [Spell]
+/// <para>Deals wind damage with a potency of 210.</para>
+/// </summary>
+SonicBoomPvE = 18308,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18309"><strong>Whistle</strong></see> <i>PvE</i> (BLU) [18309] [Spell]
+/// <para>Increases the potency of the next physical damage spell cast by 80%.</para>
+/// <para>Duration: 30s</para>
+/// <para>Effect cannot be stacked with Boost.</para>
+/// </summary>
+WhistlePvE = 18309,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18310"><strong>White Knight's Tour</strong></see> <i>PvE</i> (BLU) [18310] [Spell]
+/// <para>Deals unaspected damage to all enemies in a straight line before you with a potency of 200 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Potency is increased to 400 when enemies are bound. The Bind effect is also removed.</para>
+/// <para>Additional Effect: Slow +20%</para>
+/// <para>Duration: 20s</para>
+/// </summary>
+WhiteKnightsTourPvE = 18310,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18311"><strong>Black Knight's Tour</strong></see> <i>PvE</i> (BLU) [18311] [Spell]
+/// <para>Deals unaspected damage to all enemies in a straight line before you with a potency of 200 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Potency is increased to 400 when enemies are under the effect of Slow. The Slow effect is also removed.</para>
+/// <para>Additional Effect: Bind</para>
+/// <para>Duration: 20s</para>
+/// </summary>
+BlackKnightsTourPvE = 18311,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18312"><strong>Level 5 Death</strong></see> <i>PvE</i> (BLU) [18312] [Spell]
+/// <para>KOs all nearby enemies.</para>
+/// <para>Chance of successful attack is low.</para>
+/// <para>Enemy level must be a multiple of 5. Has no effect on enemies whose level is higher than your own.</para>
+/// <para>Shares a recast timer with Ultravibration.</para>
+/// </summary>
+Level5DeathPvE = 18312,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18313"><strong>Launcher</strong></see> <i>PvE</i> (BLU) [18313] [Spell]
+/// <para>Delivers an attack to all nearby enemies randomly dealing 50%, 30%, 20%, or 10% of their HP.</para>
+/// <para>Has no effect on enemies whose level is higher than your own.</para>
+/// </summary>
+LauncherPvE = 18313,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18314"><strong>Perpetual Ray</strong></see> <i>PvE</i> (BLU) [18314] [Spell]
+/// <para>Deals unaspected damage with a potency of 220.</para>
+/// <para>Additional Effect: Stun</para>
+/// <para>Duration: 1s</para>
+/// <para>Ignores target's Stun resistance.</para>
+/// </summary>
+PerpetualRayPvE = 18314,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18315"><strong>Cactguard</strong></see> <i>PvE</i> (BLU) [18315] [Spell]
+/// <para>Reduces target party member's damage taken by 5%.</para>
+/// <para>Duration: 6s</para>
+/// <para>Increases damage reduction to 15% when you are under the effect of Aetheric Mimicry: Tank.</para>
+/// </summary>
+CactguardPvE = 18315,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18316"><strong>Revenge Blast</strong></see> <i>PvE</i> (BLU) [18316] [Spell]
+/// <para>Deals physical damage with a potency of 50.</para>
+/// <para>Potency is increased to 500 when your HP is below 20%.</para>
+/// </summary>
+RevengeBlastPvE = 18316,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18317"><strong>Angel Whisper</strong></see> <i>PvE</i> (BLU) [18317] [Spell]
+/// <para>Resurrects target to a weakened state.</para>
+/// <para>This action does not share a recast timer with any other actions.</para>
+/// </summary>
+AngelWhisperPvE = 18317,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18318"><strong>Exuviation</strong></see> <i>PvE</i> (BLU) [18318] [Spell]
+/// <para>Restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: 50</para>
+/// <para>Additional Effect: Removes one detrimental effect from all nearby party members</para>
+/// <para>Cure potency is increased to 300 when you are under the effect of Aetheric Mimicry: Healer.</para>
+/// </summary>
+ExuviationPvE = 18318,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18319"><strong>Reflux</strong></see> <i>PvE</i> (BLU) [18319] [Spell]
+/// <para>Deals lightning damage with a potency of 220.</para>
+/// <para>Additional Effect: Heavy +40%</para>
+/// <para>Duration: 10s</para>
+/// <para>Ignores target's Heavy resistance.</para>
+/// </summary>
+RefluxPvE = 18319,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18320"><strong>Devour</strong></see> <i>PvE</i> (BLU) [18320] [Spell]
+/// <para>Deals unaspected damage with a potency of 250.</para>
+/// <para>Additional Effect: Increases maximum HP by 20%</para>
+/// <para>Duration: 15s</para>
+/// <para>Increases duration to 70s when you are under the effect of Aetheric Mimicry: Tank.</para>
+/// <para>Additional Effect: Restores an amount of own HP equal to damage dealt</para>
+/// <para>This action does not share a recast timer with any other actions.</para>
+/// </summary>
+DevourPvE = 18320,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18321"><strong>Condensed Libra</strong></see> <i>PvE</i> (BLU) [18321] [Spell]
+/// <para>Afflicts target with Physical Attenuation, Astral Attenuation, or Umbral Attenuation.</para>
+/// <para>Duration: 30s</para>
+/// <para>Physical Attenuation Effect: Increases damage taken from physical attacks by 5%</para>
+/// <para>Astral Attenuation Effect: Increases damage taken from fire-, wind-, and lightning-aspected attacks by 5%</para>
+/// <para>Umbral Attenuation Effect: Increases damage taken from water-, earth-, and ice-aspected attacks by 5%</para>
+/// <para>Only one of these statuses can be applied to a target at a time.</para>
+/// </summary>
+CondensedLibraPvE = 18321,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18322"><strong>Aetheric Mimicry</strong></see> <i>PvE</i> (BLU) [18322] [Spell]
+/// <para>Mirror the aetheric properties of your target, granting yourself a beneficial effect corresponding with the target's role.</para>
+/// <para>If target is a tank, grants Aetheric Mimicry: Tank, increasing your defense and augmenting certain blue magic spells.</para>
+/// <para>If target is a DPS, grants Aetheric Mimicry: DPS, increasing critical hit rate and direct hit rate by 20%, as well as augmenting certain blue magic spells.</para>
+/// <para>If target is a healer, grants Aetheric Mimicry: Healer, increasing healing potency by 20% and augmenting certain blue magic spells.</para>
+/// <para>Cannot be cast on self. Effect ends upon reuse.</para>
+/// </summary>
+AethericMimicryPvE = 18322,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18323"><strong>Surpanakha</strong></see> <i>PvE</i> (BLU) [18323] [Ability]
+/// <para>Deals earth damage to all enemies in a cone before you with a potency of 200 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Grants Surpanakha's Fury, increasing potency of Surpanakha by 50%</para>
+/// <para>Duration: 3s</para>
+/// <para>Can be stacked up to 3 times.</para>
+/// <para>Maximum Charges: 4</para>
+/// <para>Effect is canceled upon execution of any action other than Surpanakha.</para>
+/// </summary>
+SurpanakhaPvE = 18323,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18324"><strong>Quasar</strong></see> <i>PvE</i> (BLU) [18324] [Ability]
+/// <para>Deals unaspected damage to all nearby enemies with a potency of 300 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Shares a recast timer with J Kick.</para>
+/// </summary>
+QuasarPvE = 18324,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18325"><strong>J Kick</strong></see> <i>PvE</i> (BLU) [18325] [Ability]
+/// <para>Delivers a jumping physical attack to target and all enemies nearby it with a potency of 300 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Cannot be executed while bound.</para>
+/// <para>Shares a recast timer with Quasar.</para>
+/// </summary>
+JKickPvE = 18325,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18772"><strong>Doom Spike</strong></see> <i>PvE</i> (All Classes) [18772] [Weaponskill]
+/// <para></para>
+/// </summary>
+DoomSpikePvE_18772 = 18772,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18773"><strong>Sonic Thrust</strong></see> <i>PvE</i> (All Classes) [18773] [Weaponskill]
+/// <para></para>
+/// </summary>
+SonicThrustPvE_18773 = 18773,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18774"><strong>Coerthan Torment</strong></see> <i>PvE</i> (All Classes) [18774] [Weaponskill]
+/// <para></para>
+/// </summary>
+CoerthanTormentPvE_18774 = 18774,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18775"><strong>Skydragon Dive</strong></see> <i>PvE</i> (All Classes) [18775] [Ability]
+/// <para>Delivers a jumping fire-based attack with a potency of 800 to target and all enemies nearby it.</para>
+/// </summary>
+SkydragonDivePvE = 18775,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18776"><strong>Ala Morn</strong></see> <i>PvE</i> (All Classes) [18776] [Weaponskill]
+/// <para>Delivers an attack with a potency of 3,000.</para>
+/// <para>Additional Effect: Absorbs a portion of damage dealt as HP</para>
+/// </summary>
+AlaMornPvE = 18776,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18777"><strong>Drachenlance</strong></see> <i>PvE</i> (All Classes) [18777] [Weaponskill]
+/// <para>Delivers an attack with a potency of 500.</para>
+/// <para>Additional Effect: Damage over time</para>
+/// <para>Duration: 15s</para>
+/// </summary>
+DrachenlancePvE = 18777,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18778"><strong>Horrid Roar</strong></see> <i>PvE</i> (All Classes) [18778] [Weaponskill]
+/// <para>Delivers an attack with a potency of 600 to all nearby enemies, as well as enemies in proximity to those initially affected.</para>
+/// <para>This action does not share a recast timer with any other actions.</para>
+/// </summary>
+HorridRoarPvE = 18778,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18780"><strong>Stardiver</strong></see> <i>PvE</i> (All Classes) [18780] [Ability]
+/// <para>Delivers a jumping fire-based attack to target and all enemies nearby it with a potency of 1,500 for the first enemy, and 30% less for all remaining enemies.</para>
+/// </summary>
+StardiverPvE_18780 = 18780,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18805"><strong>Ten</strong></see> <i>PvE</i> (NIN) [18805] [Ability]
+/// <para>Make the ritual mudra hand gesture for “heaven.”</para>
+/// <para>Duration: 6s</para>
+/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
+/// <para>Conversely, execution of weaponskills triggers the cooldown of this action.</para>
+/// </summary>
+TenPvE_18805 = 18805,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18806"><strong>Chi</strong></see> <i>PvE</i> (NIN) [18806] [Ability]
+/// <para>Make the ritual mudra hand gesture for “earth.”</para>
+/// <para>Duration: 6s</para>
+/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
+/// <para>Conversely, execution of weaponskills triggers the cooldown of this action.</para>
+/// </summary>
+ChiPvE_18806 = 18806,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18807"><strong>Jin</strong></see> <i>PvE</i> (NIN) [18807] [Ability]
+/// <para>Make the ritual mudra hand gesture for “man.”</para>
+/// <para>Duration: 6s</para>
+/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
+/// <para>Conversely, execution of weaponskills triggers the cooldown of this action.</para>
+/// </summary>
+JinPvE_18807 = 18807,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18813"><strong>Solicit Siphon Snout</strong></see> <i>PvE</i> (All Classes) [18813] [Ability]
+/// <para>Direct Ezel II to devour a dream.</para>
+/// </summary>
+SolicitSiphonSnoutPvE = 18813,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18863"><strong>Deflect</strong></see> <i>PvE</i> (All Classes) [18863] [Ability]
+/// <para>Scatters potentially harmful aether.</para>
+/// </summary>
+DeflectPvE_18863 = 18863,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18873"><strong>Fuma Shuriken</strong></see> <i>PvE</i> (NIN) [18873] [Ability]
+/// <para>Delivers a ranged ninjutsu attack with a potency of .</para>
+/// <para>Mudra Combination: Any one of the Ten, Chi, or Jin mudra</para>
+/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Ninjutsu changes to Fuma Shuriken when requirements for execution are met.</para>
+/// </summary>
+FumaShurikenPvE_18873 = 18873,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18874"><strong>Fuma Shuriken</strong></see> <i>PvE</i> (NIN) [18874] [Ability]
+/// <para>Delivers a ranged ninjutsu attack with a potency of .</para>
+/// <para>Mudra Combination: Any one of the Ten, Chi, or Jin mudra</para>
+/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Ninjutsu changes to Fuma Shuriken when requirements for execution are met.</para>
+/// </summary>
+FumaShurikenPvE_18874 = 18874,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18875"><strong>Fuma Shuriken</strong></see> <i>PvE</i> (NIN) [18875] [Ability]
+/// <para>Delivers a ranged ninjutsu attack with a potency of .</para>
+/// <para>Mudra Combination: Any one of the Ten, Chi, or Jin mudra</para>
+/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Ninjutsu changes to Fuma Shuriken when requirements for execution are met.</para>
+/// </summary>
+FumaShurikenPvE_18875 = 18875,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18876"><strong>Katon</strong></see> <i>PvE</i> (NIN) [18876] [Ability]
+/// <para>Deals fire damage with a potency of 350 to target and all enemies nearby it.</para>
+/// <para>Mudra Combination: Chi→Ten or Jin→Ten</para>
+/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Ninjutsu changes to Katon when requirements for execution are met.</para>
+/// </summary>
+KatonPvE_18876 = 18876,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18877"><strong>Raiton</strong></see> <i>PvE</i> (NIN) [18877] [Ability]
+/// <para>Deals lightning damage with a potency of .</para>
+/// <para>Additional Effect: Grants a stack of Raiju Ready</para>
+/// <para>Duration: 30s</para>
+/// <para>Maximum Stacks: 3</para>
+/// <para>Effect of Raiju Ready ends upon execution of any melee weaponskill.</para>
+/// <para>Mudra Combination: Ten→Chi or Jin→Chi</para>
+/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Ninjutsu changes to Raiton when requirements for execution are met.</para>
+/// </summary>
+RaitonPvE_18877 = 18877,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18878"><strong>Hyoton</strong></see> <i>PvE</i> (NIN) [18878] [Ability]
+/// <para>Deals ice damage with a potency of 350.</para>
+/// <para>Additional Effect: Bind</para>
+/// <para>Duration: 15s</para>
+/// <para>Mudra Combination: Ten→Jin or Chi→Jin</para>
+/// <para>Cancels auto-attack upon execution.</para>
+/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Ninjutsu changes to Raiton when requirements for execution are met.</para>
+/// </summary>
+HyotonPvE_18878 = 18878,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18879"><strong>Huton</strong></see> <i>PvE</i> (NIN) [18879] [Ability]
+/// <para>Deals fire damage with a potency of 240 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Grants Shadow Walker</para>
+/// <para>Shadow Walker Effect: Allows execution of actions which require the effect of Hidden, without being under that effect</para>
+/// <para>Duration: 20s</para>
+/// <para>Mudra Combination: Jin→Chi→Ten or Chi→Jin→Ten</para>
+/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Ninjutsu changes to Huton when requirements for execution are met.</para>
+/// </summary>
+HutonPvE_18879 = 18879,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18880"><strong>Doton</strong></see> <i>PvE</i> (NIN) [18880] [Ability]
+/// <para>Creates a patch of corrupted earth, dealing damage with a potency of 80 to any enemies who enter.</para>
+/// <para>Duration: 18s</para>
+/// <para>Additional Effect: Heavy +40%</para>
+/// <para>Mudra Combination: Ten→Jin→Chi or Jin→Ten→Chi</para>
+/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Ninjutsu changes to Doton when requirements for execution are met.</para>
+/// </summary>
+DotonPvE_18880 = 18880,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/18881"><strong>Suiton</strong></see> <i>PvE</i> (NIN) [18881] [Ability]
+/// <para>Deals water damage with a potency of .</para>
+/// <para>Additional Effect: Grants Shadow Walker</para>
+/// <para>Shadow Walker Effect: Allows execution of actions which require the effect of Hidden, without being under that effect</para>
+/// <para>Duration: 20s</para>
+/// <para>Mudra Combination: Ten→Chi→Jin or Chi→Ten→Jin</para>
+/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Ninjutsu changes to Suiton when requirements for execution are met.</para>
+/// </summary>
+SuitonPvE_18881 = 18881,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/19046"><strong>Gofu</strong></see> <i>PvE</i> (All Classes) [19046] [Weaponskill]
+/// <para></para>
+/// </summary>
+GofuPvE = 19046,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/19047"><strong>Yagetsu</strong></see> <i>PvE</i> (All Classes) [19047] [Weaponskill]
+/// <para></para>
+/// </summary>
+YagetsuPvE = 19047,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/19218"><strong>Aqua Vitae</strong></see> <i>PvE</i> (All Classes) [19218] [Ability]
+/// <para>Restores own HP.</para>
+/// </summary>
+AquaVitaePvE = 19218,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/19238"><strong>Aetheric Mimicry</strong></see> <i>PvE</i> (BLU) [19238] [Spell]
+/// <para>Mirror the aetheric properties of your target, granting yourself a beneficial effect corresponding with the target's role.</para>
+/// <para>If target is a tank, grants Aetheric Mimicry: Tank, increasing your defense and augmenting certain blue magic spells.</para>
+/// <para>If target is a DPS, grants Aetheric Mimicry: DPS, increasing critical hit rate and direct hit rate by 20%, as well as augmenting certain blue magic spells.</para>
+/// <para>If target is a healer, grants Aetheric Mimicry: Healer, increasing healing magic potency by 20% and augmenting certain blue magic spells.</para>
+/// <para>Cannot be cast on self. Effect ends upon reuse.</para>
+/// </summary>
+AethericMimicryPvE_19238 = 19238,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/19239"><strong>Aetheric Mimicry</strong></see> <i>PvE</i> (BLU) [19239] [Spell]
+/// <para>Mirror the aetheric properties of your target, granting yourself a beneficial effect corresponding with the target's role.</para>
+/// <para>If target is a tank, grants Aetheric Mimicry: Tank, increasing your defense and augmenting certain blue magic spells.</para>
+/// <para>If target is a DPS, grants Aetheric Mimicry: DPS, increasing critical hit rate and direct hit rate by 20%, as well as augmenting certain blue magic spells.</para>
+/// <para>If target is a healer, grants Aetheric Mimicry: Healer, increasing healing magic potency by 20% and augmenting certain blue magic spells.</para>
+/// <para>Cannot be cast on self. Effect ends upon reuse.</para>
+/// </summary>
+AethericMimicryPvE_19239 = 19239,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/19240"><strong>Aetheric Mimicry</strong></see> <i>PvE</i> (BLU) [19240] [Spell]
+/// <para>Mirror the aetheric properties of your target, granting yourself a beneficial effect corresponding with the target's role.</para>
+/// <para>If target is a tank, grants Aetheric Mimicry: Tank, increasing your defense and augmenting certain blue magic spells.</para>
+/// <para>If target is a DPS, grants Aetheric Mimicry: DPS, increasing critical hit rate and direct hit rate by 20%, as well as augmenting certain blue magic spells.</para>
+/// <para>If target is a healer, grants Aetheric Mimicry: Healer, increasing healing magic potency by 20% and augmenting certain blue magic spells.</para>
+/// <para>Cannot be cast on self. Effect ends upon reuse.</para>
+/// </summary>
+AethericMimicryPvE_19240 = 19240,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/19731"><strong>Remove Costume</strong></see> <i>PvE</i> (All Classes) [19731] [Special]
+/// <para>Cease to wear this peculiar garb and return to wearing your usual peculiar garb.</para>
+/// </summary>
+RemoveCostumePvE = 19731,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/19994"><strong>Stand Firm</strong></see> <i>PvE</i> (All Classes) [19994] [Ability]
+/// <para>Brace yourself to stand against even the most relentless onslaught.</para>
+/// </summary>
+StandFirmPvE = 19994,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/19997"><strong>Seize</strong></see> <i>PvE</i> (All Classes) [19997] [Special]
+/// <para>Snare a chicken in your net with a single swift motion.</para>
+/// </summary>
+SeizePvE = 19997,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/19998"><strong>Birdlime</strong></see> <i>PvE</i> (All Classes) [19998] [Special]
+/// <para>Toss a glob of paste to stick overexcited chickens to the ground.</para>
+/// </summary>
+BirdlimePvE = 19998,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20304"><strong>Black Paint</strong></see> <i>PvE</i> (All Classes) [20304] [Ability]
+/// <para>Black paint drips from the tip of this massive brush made from Alpha's feathers.</para>
+/// </summary>
+BlackPaintPvE_20304 = 20304,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20489"><strong>Aether Cannon</strong></see> <i>PvE</i> (All Classes) [20489] [Weaponskill]
+/// <para>Deals unaspected damage with a potency of 600.</para>
+/// </summary>
+AetherCannonPvE = 20489,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20490"><strong>Aethersaber</strong></see> <i>PvE</i> (All Classes) [20490] [Weaponskill]
+/// <para></para>
+/// </summary>
+AethersaberPvE = 20490,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20491"><strong>Aethercut</strong></see> <i>PvE</i> (All Classes) [20491] [Weaponskill]
+/// <para></para>
+/// </summary>
+AethercutPvE = 20491,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20492"><strong>Final Flourish</strong></see> <i>PvE</i> (All Classes) [20492] [Weaponskill]
+/// <para></para>
+/// </summary>
+FinalFlourishPvE = 20492,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20493"><strong>Ultima Buster</strong></see> <i>PvE</i> (All Classes) [20493] [Weaponskill]
+/// <para>Deals unaspected damage with a potency of 1,200 to all enemies in a straight line before you.</para>
+/// <para>Triggers the cooldown of weaponskills and spells upon execution. </para>
+/// </summary>
+UltimaBusterPvE = 20493,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20494"><strong>Pyretic Booster</strong></see> <i>PvE</i> (All Classes) [20494] [Ability]
+/// <para>Reduces cast time and recast time of weaponskills by 25% and increases movement speed by 25%. HP is drained while in use.</para>
+/// <para>Effect ends upon reuse.</para>
+/// </summary>
+PyreticBoosterPvE = 20494,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20495"><strong>Aetherial Aegis</strong></see> <i>PvE</i> (All Classes) [20495] [Ability]
+/// <para>Reduces damage taken by 50%. EP is drained while in use.</para>
+/// <para>Effect ends upon reuse or when EP is depleted.</para>
+/// </summary>
+AetherialAegisPvE = 20495,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20496"><strong>Aether Mine</strong></see> <i>PvE</i> (All Classes) [20496] [Weaponskill]
+/// <para>Deals unaspected damage with a potency of 300 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Increases target's damage taken by 20%</para>
+/// <para>Duration: 60s</para>
+/// <para>This action does not share a recast timer with any other actions.</para>
+/// </summary>
+AetherMinePvE = 20496,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20529"><strong>Verfire</strong></see> <i>PvE</i> (All Classes) [20529] [Spell]
+/// <para></para>
+/// </summary>
+VerfirePvE_20529 = 20529,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20530"><strong>Veraero</strong></see> <i>PvE</i> (All Classes) [20530] [Spell]
+/// <para></para>
+/// </summary>
+VeraeroPvE_20530 = 20530,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20531"><strong>Verstone</strong></see> <i>PvE</i> (All Classes) [20531] [Spell]
+/// <para></para>
+/// </summary>
+VerstonePvE_20531 = 20531,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20532"><strong>Verflare</strong></see> <i>PvE</i> (All Classes) [20532] [Spell]
+/// <para></para>
+/// </summary>
+VerflarePvE_20532 = 20532,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20533"><strong>Crimson Savior</strong></see> <i>PvE</i> (All Classes) [20533] [Weaponskill]
+/// <para>Deals unaspected damage with a potency of 200 to all nearby enemies.</para>
+/// </summary>
+CrimsonSaviorPvE = 20533,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20701"><strong>Lost Paralyze III</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR VPR) [20701] [Spell]
+/// <para>Afflicts target and all nearby enemies with Paralysis.</para>
+/// <para>Duration: 60s</para>
+/// </summary>
+LostParalyzeIiiPvE = 20701,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20702"><strong>Lost Banish III</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE PCT) [20702] [Spell]
+/// <para>Deals unaspected damage with a potency of 200 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Increases damage undead enemies take by 25%</para>
+/// <para>Duration: 60s</para>
+/// </summary>
+LostBanishIiiPvE = 20702,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20703"><strong>Lost Manawall</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20703] [Ability]
+/// <para>Temporarily applies Heavy to self, while reducing damage taken by 90% and nullifying most knockback and draw-in effects.</para>
+/// <para>Duration: 6s</para>
+/// </summary>
+LostManawallPvE = 20703,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20704"><strong>Lost Dispel</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20704] [Spell]
+/// <para>Removes one beneficial status from target.</para>
+/// <para>Cancels auto-attack upon execution.</para>
+/// </summary>
+LostDispelPvE = 20704,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20705"><strong>Lost Stealth</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20705] [Ability]
+/// <para>Blend in with your surroundings, making it impossible for most enemies to detect you, but reducing movement speed by 25%. Has no effect on certain enemies with special sight.</para>
+/// <para>Cannot be executed while in combat.</para>
+/// <para>Effect ends upon use of any action other than Sprint, or upon reuse.</para>
+/// </summary>
+LostStealthPvE = 20705,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20706"><strong>Lost Spellforge</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20706] [Spell]
+/// <para>Grants the effect of Lost Spellforge to self or target ally.</para>
+/// <para>Lost Spellforge Effect: All attacks deal magic damage. However, all bonuses to damage dealt are determined by the attack's base damage type.</para>
+/// <para>Duration: 300s</para>
+/// <para>Effect cannot be stacked with Lost Steelsting.</para>
+/// </summary>
+LostSpellforgePvE = 20706,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20707"><strong>Lost Steelsting</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20707] [Spell]
+/// <para>Grants the effect of Lost Steelsting to self or target ally.</para>
+/// <para>Lost Steelsting Effect: All attacks deal physical damage. However, all bonuses to damage dealt are determined by the attack's base damage type.</para>
+/// <para>Duration: 300s</para>
+/// <para>Effect cannot be stacked with Lost Spellforge.</para>
+/// </summary>
+LostSteelstingPvE = 20707,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20708"><strong>Lost Swift</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20708] [Ability]
+/// <para>Greatly increases movement speed.</para>
+/// <para>Effect cannot be stacked with other movement speed enhancing abilities.</para>
+/// <para>Duration: 10s</para>
+/// <para>Spirit of the Breathtaker Effect: Increases evasion by 30%</para>
+/// <para>Duration: 60s</para>
+/// <para>Spirit of the Watcher Effect: Grants Rapid Recast to self</para>
+/// <para>Rapid Recast Effect: Shortens recast time for next ability used by 60%</para>
+/// <para>Effect only applies to certain abilities.</para>
+/// <para>Duration: 30s</para>
+/// </summary>
+LostSwiftPvE = 20708,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20709"><strong>Lost Protect</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20709] [Spell]
+/// <para>Applies a barrier to self or target player reducing physical damage taken by 10%.</para>
+/// <para>Duration: 30m</para>
+/// </summary>
+LostProtectPvE = 20709,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20710"><strong>Lost Shell</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20710] [Spell]
+/// <para>Applies a barrier to self or target player reducing magic damage taken by 10%.</para>
+/// <para>Duration: 30m</para>
+/// </summary>
+LostShellPvE = 20710,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20711"><strong>Lost Reflect</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20711] [Spell]
+/// <para>Creates a barrier around self or party member that reflects most magic attacks.</para>
+/// <para>Duration: 10s</para>
+/// <para>Spirit of the Guardian Effect: Duration is increased to 30s</para>
+/// </summary>
+LostReflectPvE = 20711,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20712"><strong>Lost Stoneskin</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20712] [Spell]
+/// <para>Applies a barrier to self or target player that absorbs damage totaling 15% of target's maximum HP.</para>
+/// <para>Duration: 60s</para>
+/// </summary>
+LostStoneskinPvE = 20712,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20713"><strong>Lost Bravery</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20713] [Spell]
+/// <para>Increases damage dealt by an ally or self by 5%.</para>
+/// <para>Duration: 600s</para>
+/// </summary>
+LostBraveryPvE = 20713,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20714"><strong>Lost Focus</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20714] [Ability]
+/// <para>Grants a stack of Boost, up to a maximum of 16.</para>
+/// <para>Boost Bonus: Increases potency of next weaponskill by 15% per stack</para>
+/// <para>Duration: 30s</para>
+/// <para>Effect ends upon using another lost action.</para>
+/// <para>Shares a recast timer with all other weaponskills and spells.</para>
+/// </summary>
+LostFocusPvE = 20714,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20715"><strong>Lost Font of Magic</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE PCT) [20715] [Ability]
+/// <para>Increases damage dealt by 70%, draining MP while in use.</para>
+/// <para>Duration: 30s</para>
+/// <para>Spirit of the Veteran Effect: Grants Spell Shield to self</para>
+/// <para>Spell Shield Effect: Reduces magic damage taken by 50%</para>
+/// <para>Duration: 15s</para>
+/// <para>Can only be executed while in combat.</para>
+/// </summary>
+LostFontOfMagicPvE = 20715,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20716"><strong>Lost Font of Skill</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20716] [Ability]
+/// <para>Resets the recast timer for most actions and role actions.</para>
+/// </summary>
+LostFontOfSkillPvE = 20716,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20717"><strong>Lost Font of Power</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR VPR) [20717] [Ability]
+/// <para>Increases damage dealt by 30% and critical hit rate by 40%.</para>
+/// <para>Duration: 30s</para>
+/// <para>Spirit of the Irregular Effect: Damage bonus effect is increased to 40%</para>
+/// <para>Spirit of the Platebearer Effect: Grants Solid Shield to self</para>
+/// <para>Solid Shield Effect: Reduces physical damage taken by 50%</para>
+/// <para>Duration: 15s</para>
+/// <para>Can only be executed while in combat.</para>
+/// </summary>
+LostFontOfPowerPvE = 20717,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20718"><strong>Lost Slash</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR VPR) [20718] [Weaponskill]
+/// <para>Delivers an attack with a potency of 800 to all enemies in a cone before you. When critical damage is dealt, potency is tripled.</para>
+/// <para>This action does not share a recast timer with any other actions. Furthermore, the recast timer cannot be affected by other actions.</para>
+/// </summary>
+LostSlashPvE = 20718,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20719"><strong>Lost Death</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20719] [Spell]
+/// <para>KOs target. The less the target's HP, the greater the chance of success.</para>
+/// <para>Spirit of the Ordained Effect: Chance of success is increased</para>
+/// <para>This action does not share a recast timer with any other actions. Furthermore, the recast timer cannot be affected by other actions.</para>
+/// </summary>
+LostDeathPvE = 20719,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20720"><strong>Banner of Noble Ends</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20720] [Ability]
+/// <para>Storm the field under the Banner of Noble Ends, increasing damage dealt by 50% while reducing own HP recovery via most healing actions by 100%.</para>
+/// <para>Duration: 15s</para>
+/// <para>Can only be executed while in combat.</para>
+/// <para>Effect cannot be stacked with other Banner actions.</para>
+/// </summary>
+BannerOfNobleEndsPvE = 20720,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20721"><strong>Banner of Honored Sacrifice</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20721] [Ability]
+/// <para>Storm the field under the Banner of Honored Sacrifice, increasing damage dealt by 55% while draining your HP.</para>
+/// <para>Duration: 15s</para>
+/// <para>Can only be executed while in combat.</para>
+/// <para>Effect cannot be stacked with other Banner actions.</para>
+/// </summary>
+BannerOfHonoredSacrificePvE = 20721,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20722"><strong>Banner of Tireless Conviction</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [20722] [Ability]
+/// <para>Storm the field under the Banner of Tireless Conviction, gaining additional stacks each time damage is taken, up to a maximum of 5.</para>
+/// <para>Banner of Tireless Conviction Effect: Increases damage taken by 15% per stack</para>
+/// <para>Duration: 30s</para>
+/// <para>At maximum stacks, take up the Banner of Unyielding Defense.</para>
+/// <para>Banner of Unyielding Defense Effect: Reduces damage taken by 30%</para>
+/// <para>Duration: 180s</para>
+/// <para>Effect cannot be stacked with other Banner actions.</para>
+/// </summary>
+BannerOfTirelessConvictionPvE = 20722,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20723"><strong>Banner of Firm Resolve</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE VPR PCT) [20723] [Ability]
+/// <para>Storm the field under the Banner of Firm Resolve, gaining additional stacks each time damage is taken, up to a maximum of 5.</para>
+/// <para>Banner of Firm Resolve Effect: Reduces damage dealt by 15% per stack</para>
+/// <para>Duration: 30s</para>
+/// <para>At maximum stacks, take up the Banner of Unyielding Defense.</para>
+/// <para>Banner of Unyielding Defense Effect: Reduces damage taken by 30%</para>
+/// <para>Duration: 180s</para>
+/// <para>Effect cannot be stacked with other Banner actions.</para>
+/// </summary>
+BannerOfFirmResolvePvE = 20723,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20724"><strong>Banner of Solemn Clarity</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20724] [Ability]
+/// <para>Storm the field under the Banner of Solemn Clarity, periodically gaining additional stacks, up to a maximum of 4.</para>
+/// <para>Duration: 30s</para>
+/// <para>Effect ends upon using another action or moving (including facing a different direction).</para>
+/// <para>Cancels auto-attack upon execution.</para>
+/// <para>At maximum stacks, take up the Banner of Limitless Grace.</para>
+/// <para>Banner of Limitless Grace Effect: Increases healing potency by 50% while reducing MP cost</para>
+/// <para>Duration: 120s</para>
+/// <para>Can only be executed while in combat.</para>
+/// <para>Effect cannot be stacked with other Banner actions.</para>
+/// </summary>
+BannerOfSolemnClarityPvE = 20724,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20725"><strong>Banner of Honed Acuity</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20725] [Ability]
+/// <para>Storm the field under the Banner of Honed Acuity, gaining additional stacks each time an attack is evaded, up to a maximum of 3.</para>
+/// <para>Banner of Honed Acuity Effect: Increases damage taken by 10% per stack</para>
+/// <para>Duration: 120s</para>
+/// <para>At maximum stacks, take up the Banner of Transcendent Finesse.</para>
+/// <para>Banner of Transcendent Finesse Effect: Increases critical hit rate by 30% and reduces weaponskill cast time and recast time, spell cast time and recast time, and auto-attack delay by 20%</para>
+/// <para>Duration: 180s</para>
+/// <para>Can only be executed while in combat.</para>
+/// <para>Effect cannot be stacked with other Banner actions.</para>
+/// </summary>
+BannerOfHonedAcuityPvE = 20725,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20726"><strong>Lost Cure</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [20726] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 15,000</para>
+/// </summary>
+LostCurePvE = 20726,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20727"><strong>Lost Cure II</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [20727] [Ability]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 21,700</para>
+/// <para>Spirit of the Savior Effect: Regen</para>
+/// <para>Cure Potency: 6,000</para>
+/// <para>Duration: 21s</para>
+/// </summary>
+LostCureIiPvE = 20727,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20728"><strong>Lost Cure III</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [20728] [Spell]
+/// <para>Restores own or target party member's HP and all party members nearby target.</para>
+/// <para>Cure Potency: 15,000</para>
+/// </summary>
+LostCureIiiPvE = 20728,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20729"><strong>Lost Cure IV</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [20729] [Ability]
+/// <para>Restores own or target party member's HP and all party members nearby target.</para>
+/// <para>Cure Potency: 21,700</para>
+/// <para>Spirit of the Savior Effect: Regen</para>
+/// <para>Cure Potency: 6,000</para>
+/// <para>Duration: 21s</para>
+/// </summary>
+LostCureIvPvE = 20729,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20730"><strong>Lost Arise</strong></see> <i>PvE</i> (PLD WAR WHM SCH DRK AST GNB SGE) [20730] [Spell]
+/// <para>Restores all of a KO'd target's HP.</para>
+/// <para>If the target was weakened at the time of Raise, the weakness effect will be removed.</para>
+/// </summary>
+LostArisePvE = 20730,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20731"><strong>Lost Incense</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE VPR PCT) [20731] [Ability]
+/// <para>Gesture threateningly, placing yourself at the top of a target's enmity list. </para>
+/// <para>Additional Effect: Enmity generation is increased and damage taken is reduced by 20%</para>
+/// <para>Duration: 20s</para>
+/// </summary>
+LostIncensePvE = 20731,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20732"><strong>Lost Fair Trade</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20732] [Weaponskill]
+/// <para>Through sheer force of will, restore a random technique of the lost to physical form and throw it at a single target, dealing damage with a potency of 50.</para>
+/// <para>Potency increases up to 1,000 based on the weight of the lost action.</para>
+/// <para>The lost action thrown will be lost upon execution.</para>
+/// <para>This action does not share a recast timer with any other actions. Furthermore, the recast timer cannot be affected by other actions.</para>
+/// </summary>
+LostFairTradePvE = 20732,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20733"><strong>Mimic</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20733] [Ability]
+/// <para>Study the lost techniques used by a targeted ally and make them your own.</para>
+/// <para>Cannot be executed while in combat.</para>
+/// </summary>
+MimicPvE = 20733,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20734"><strong>Dynamis Dice</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20734] [Item]
+/// <para>Place your faith in the goddess Nymeia as she spins the wheel of fate.</para>
+/// <para>Can only be executed while in combat.</para>
+/// <para>Shares a recast timer with Resistance Potion and Resistance Elixir.</para>
+/// </summary>
+DynamisDicePvE = 20734,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20735"><strong>Resistance Phoenix</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20735] [Item]
+/// <para>Resurrects target to a weakened state.</para>
+/// </summary>
+ResistancePhoenixPvE = 20735,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20736"><strong>Resistance Reraiser</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20736] [Item]
+/// <para>Grants a 70% chance of automatic revival upon KO.</para>
+/// <para>Duration: 180m</para>
+/// </summary>
+ResistanceReraiserPvE = 20736,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20737"><strong>Resistance Potion Kit</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20737] [Item]
+/// <para>Grants Auto-potion to self.</para>
+/// <para>Auto-potion Effect: Restores HP automatically when HP falls below 50%</para>
+/// <para>Duration: 600s</para>
+/// <para>When triggered, there is a 50% chance the effect will end.</para>
+/// <para>Spirit of the Breathtaker Effect: Chance for Auto-potion effect to end is reduced to 10%</para>
+/// <para>Shares a recast timer with Resistance Ether Kit and Resistance Medikit.</para>
+/// </summary>
+ResistancePotionKitPvE = 20737,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20738"><strong>Resistance Ether Kit</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20738] [Item]
+/// <para>Grants Auto-ether to self.</para>
+/// <para>Auto-ether Effect: Restores MP automatically when MP falls below 20%</para>
+/// <para>Duration: 600s</para>
+/// <para>When triggered, there is a 50% chance the effect will end.</para>
+/// <para>Spirit of the Breathtaker Effect: Chance for Auto-ether effect to end is reduced to 10%</para>
+/// <para>Shares a recast timer with Resistance Potion Kit and Resistance Medikit.</para>
+/// </summary>
+ResistanceEtherKitPvE = 20738,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20739"><strong>Resistance Medikit</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20739] [Item]
+/// <para>Removes a single detrimental effect from self. When not suffering from detrimental effects, creates a barrier that protects against most status ailments. The barrier is removed after curing the next status ailment suffered.</para>
+/// <para>Effect cannot be stacked with similar barrier actions.</para>
+/// <para>Duration: 30m</para>
+/// <para>Shares a recast timer with Resistance Potion Kit and Resistance Ether Kit.</para>
+/// </summary>
+ResistanceMedikitPvE = 20739,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20740"><strong>Resistance Potion</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20740] [Item]
+/// <para>Gradually restores HP.</para>
+/// <para>Cure Potency: 1,600</para>
+/// <para>Duration: 40s</para>
+/// <para>Shares a recast timer with Dynamis Dice and Resistance Elixir.</para>
+/// </summary>
+ResistancePotionPvE = 20740,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20741"><strong>Essence of the Aetherweaver</strong></see> <i>PvE</i> (WHM SCH AST SGE) [20741] [Item]
+/// <para>Increases damage dealt by 80%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// </summary>
+EssenceOfTheAetherweaverPvE = 20741,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20742"><strong>Essence of the Martialist</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [20742] [Item]
+/// <para>Increases damage dealt by 60%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// </summary>
+EssenceOfTheMartialistPvE = 20742,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20743"><strong>Essence of the Savior</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [20743] [Item]
+/// <para>Increases healing potency by 60%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// </summary>
+EssenceOfTheSaviorPvE = 20743,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20744"><strong>Essence of the Veteran</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE PCT) [20744] [Item]
+/// <para>Increases physical defense by 150%, magic defense by 45%, and maximum HP by 60%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// </summary>
+EssenceOfTheVeteranPvE = 20744,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20745"><strong>Essence of the Platebearer</strong></see> <i>PvE</i> (MNK DRG BRD NIN MCH SAM DNC RPR VPR) [20745] [Item]
+/// <para>Increases defense by 80% and maximum HP by 45%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// </summary>
+EssenceOfThePlatebearerPvE = 20745,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20746"><strong>Essence of the Guardian</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [20746] [Item]
+/// <para>Increases defense by 30% and maximum HP by 10%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// </summary>
+EssenceOfTheGuardianPvE = 20746,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20747"><strong>Essence of the Ordained</strong></see> <i>PvE</i> (WHM SMN SCH AST RDM SGE PCT) [20747] [Item]
+/// <para>Increases damage dealt by 20%, healing potency by 25%, and maximum MP by 50%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// </summary>
+EssenceOfTheOrdainedPvE = 20747,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20748"><strong>Essence of the Skirmisher</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [20748] [Item]
+/// <para>Increases damage dealt by 20% and critical hit rate by 15%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// </summary>
+EssenceOfTheSkirmisherPvE = 20748,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20749"><strong>Essence of the Watcher</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [20749] [Item]
+/// <para>Reduces maximum HP by 5% while increasing evasion by 40%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// </summary>
+EssenceOfTheWatcherPvE = 20749,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20750"><strong>Essence of the Profane</strong></see> <i>PvE</i> (WHM SCH AST SGE) [20750] [Item]
+/// <para>Reduces healing potency by 70% while increasing damage dealt by 100%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// </summary>
+EssenceOfTheProfanePvE = 20750,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20751"><strong>Essence of the Irregular</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [20751] [Item]
+/// <para>Increases damage dealt by 90% and damage taken by 200% while reducing maximum HP by 30%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// </summary>
+EssenceOfTheIrregularPvE = 20751,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20752"><strong>Essence of the Breathtaker</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20752] [Item]
+/// <para>Increases poison resistance and movement speed, including mount speed, and increases evasion by 10%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// </summary>
+EssenceOfTheBreathtakerPvE = 20752,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20753"><strong>Essence of the Bloodsucker</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [20753] [Item]
+/// <para>Increases damage dealt by 40%.</para>
+/// <para>Additional Effect: Absorb a portion of damage dealt as HP</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// </summary>
+EssenceOfTheBloodsuckerPvE = 20753,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20754"><strong>Essence of the Beast</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [20754] [Item]
+/// <para>Increases defense by 50% and maximum HP by 45%.</para>
+/// <para>Additional Effect: Absorb a portion of damage dealt as HP</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// </summary>
+EssenceOfTheBeastPvE = 20754,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20755"><strong>Essence of the Templar</strong></see> <i>PvE</i> (WHM SCH AST SGE) [20755] [Item]
+/// <para>Increases defense by 50%, maximum HP by 45%, and damage dealt by 60%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// </summary>
+EssenceOfTheTemplarPvE = 20755,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20756"><strong>Deep Essence of the Aetherweaver</strong></see> <i>PvE</i> (WHM SCH AST SGE) [20756] [Item]
+/// <para>Increases damage dealt by 96%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// </summary>
+DeepEssenceOfTheAetherweaverPvE = 20756,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20757"><strong>Deep Essence of the Martialist</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [20757] [Item]
+/// <para>Increases damage dealt by 72%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// </summary>
+DeepEssenceOfTheMartialistPvE = 20757,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20758"><strong>Deep Essence of the Savior</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [20758] [Item]
+/// <para>Increases healing potency by 72%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// </summary>
+DeepEssenceOfTheSaviorPvE = 20758,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20759"><strong>Deep Essence of the Veteran</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE PCT) [20759] [Item]
+/// <para>Increases physical defense by 180%, magic defense by 54%, and maximum HP by 72%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// </summary>
+DeepEssenceOfTheVeteranPvE = 20759,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20760"><strong>Deep Essence of the Platebearer</strong></see> <i>PvE</i> (MNK DRG BRD NIN MCH SAM DNC RPR VPR) [20760] [Item]
+/// <para>Increases defense by 96% and maximum HP by 54%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// </summary>
+DeepEssenceOfThePlatebearerPvE = 20760,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20761"><strong>Deep Essence of the Guardian </strong></see> <i>PvE</i> (PLD WAR DRK GNB) [20761] [Item]
+/// <para>Increases defense by 36% and maximum HP by 12%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// </summary>
+DeepEssenceOfTheGuardianPvE = 20761,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20762"><strong>Deep Essence of the Ordained</strong></see> <i>PvE</i> (WHM SMN SCH AST RDM SGE PCT) [20762] [Item]
+/// <para>Increases damage dealt by 24%, healing potency by 30%, and maximum MP by 60%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// </summary>
+DeepEssenceOfTheOrdainedPvE = 20762,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20763"><strong>Deep Essence of the Skirmisher</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [20763] [Item]
+/// <para>Increases damage dealt by 24% and critical hit rate by 18%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// </summary>
+DeepEssenceOfTheSkirmisherPvE = 20763,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20764"><strong>Deep Essence of the Watcher</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [20764] [Item]
+/// <para>Reduces maximum HP by 3% while increasing evasion by 48%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// </summary>
+DeepEssenceOfTheWatcherPvE = 20764,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20765"><strong>Deep Essence of the Profane</strong></see> <i>PvE</i> (WHM SCH AST SGE) [20765] [Item]
+/// <para>Reduces healing potency by 70% while increasing damage dealt by 120%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// </summary>
+DeepEssenceOfTheProfanePvE = 20765,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20766"><strong>Deep Essence of the Irregular</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [20766] [Item]
+/// <para>Increases damage dealt by 108% and damage taken by 200% while reducing maximum HP by 30%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// </summary>
+DeepEssenceOfTheIrregularPvE = 20766,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20767"><strong>Deep Essence of the Breathtaker</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20767] [Item]
+/// <para>Increases poison resistance and movement speed, including mount speed, and increases evasion by 20%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// </summary>
+DeepEssenceOfTheBreathtakerPvE = 20767,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20768"><strong>Deep Essence of the Bloodsucker</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [20768] [Item]
+/// <para>Increases damage dealt by 48%.</para>
+/// <para>Additional Effect: Absorb a portion of damage dealt as HP</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// </summary>
+DeepEssenceOfTheBloodsuckerPvE = 20768,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20769"><strong>Deep Essence of the Beast</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [20769] [Item]
+/// <para>Increases defense by 60% and maximum HP by 54%.</para>
+/// <para>Additional Effect: Absorb a portion of damage dealt as HP</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// </summary>
+DeepEssenceOfTheBeastPvE = 20769,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20770"><strong>Deep Essence of the Templar</strong></see> <i>PvE</i> (WHM SCH AST SGE) [20770] [Item]
+/// <para>Increases defense by 60%, maximum HP by 54%, and damage dealt by 72%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// </summary>
+DeepEssenceOfTheTemplarPvE = 20770,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/20940"><strong>Auto Restoration</strong></see> <i>PvE</i> (All Classes) [20940] [Ability]
+/// <para>Restores up to 40% of own HP and 30% of own EP.</para>
+/// </summary>
+AutoRestorationPvE = 20940,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/21324"><strong>Enkindling Flame Dance</strong></see> <i>PvE</i> (All Classes) [21324] [Special]
+/// <para>Sets a Bombard's heart ablaze. More ablaze than usual, that is.</para>
+/// </summary>
+EnkindlingFlameDancePvE = 21324,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/21325"><strong>Invigorating Flame Dance</strong></see> <i>PvE</i> (All Classes) [21325] [Special]
+/// <para>Fills a Bombard with vim and vigor.</para>
+/// </summary>
+InvigoratingFlameDancePvE = 21325,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/21494"><strong>Fleche</strong></see> <i>PvE</i> (All Classes) [21494] [Ability]
+/// <para>Delivers an attack with a potency of 440.</para>
+/// </summary>
+FlechePvE_21494 = 21494,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/21495"><strong>Contre Sixte</strong></see> <i>PvE</i> (All Classes) [21495] [Ability]
+/// <para>Delivers an attack with a potency of 400 to target and all enemies nearby it.</para>
+/// </summary>
+ContreSixtePvE_21495 = 21495,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/21496"><strong>Displacement</strong></see> <i>PvE</i> (All Classes) [21496] [Ability]
+/// <para></para>
+/// </summary>
+DisplacementPvE_21496 = 21496,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/21497"><strong>Vercure</strong></see> <i>PvE</i> (All Classes) [21497] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 350</para>
+/// </summary>
+VercurePvE_21497 = 21497,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/21498"><strong>Malefic III</strong></see> <i>PvE</i> (All Classes) [21498] [Spell]
+/// <para>Deals unaspected damage with a potency of 210.</para>
+/// </summary>
+MaleficIiiPvE_21498 = 21498,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/21499"><strong>Destiny Drawn</strong></see> <i>PvE</i> (All Classes) [21499] [Ability]
+/// <para></para>
+/// </summary>
+DestinyDrawnPvE = 21499,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/21607"><strong>Lord of Crowns</strong></see> <i>PvE</i> (All Classes) [21607] [Ability]
+/// <para></para>
+/// </summary>
+LordOfCrownsPvE_21607 = 21607,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/21608"><strong>Benefic</strong></see> <i>PvE</i> (All Classes) [21608] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 400</para>
+/// </summary>
+BeneficPvE_21608 = 21608,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/21609"><strong>Aspected Helios</strong></see> <i>PvE</i> (All Classes) [21609] [Spell]
+/// <para>Restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: 200</para>
+/// <para>Additional Effect: Regen</para>
+/// <para>Cure Potency: 100</para>
+/// <para>Duration: 15s</para>
+/// </summary>
+AspectedHeliosPvE_21609 = 21609,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/21610"><strong>the Scroll</strong></see> <i>PvE</i> (All Classes) [21610] [Ability]
+/// <para></para>
+/// </summary>
+TheScrollPvE = 21610,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/21611"><strong>Fixed Sign</strong></see> <i>PvE</i> (All Classes) [21611] [Ability]
+/// <para>Creates a fixed sign centered around the caster, reducing damage taken by 10% for self and any party members who enter.</para>
+/// <para>Duration: 18s</para>
+/// <para>Additional Effect: Healing over time</para>
+/// <para>Cure Potency: 100</para>
+/// <para>Duration: 15s</para>
+/// <para>Effect ends upon using another action or moving (including facing a different direction).</para>
+/// <para>Cancels auto-attack upon execution.</para>
+/// </summary>
+FixedSignPvE = 21611,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/21612"><strong>Fire IV</strong></see> <i>PvE</i> (All Classes) [21612] [Spell]
+/// <para></para>
+/// </summary>
+FireIvPvE_21612 = 21612,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/21613"><strong>Foul</strong></see> <i>PvE</i> (All Classes) [21613] [Spell]
+/// <para></para>
+/// </summary>
+FoulPvE_21613 = 21613,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/21852"><strong>Allagan Blizzard IV</strong></see> <i>PvE</i> (All Classes) [21852] [Spell]
+/// <para>Deals ice damage with a potency of 300.</para>
+/// <para>Additional Effect: Restores up to 40% of MP</para>
+/// </summary>
+AllaganBlizzardIvPvE = 21852,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/21884"><strong>Thunder IV</strong></see> <i>PvE</i> (All Classes) [21884] [Spell]
+/// <para>Deals lightning damage with a potency of 200 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Lightning damage over time</para>
+/// <para>Potency: 30</para>
+/// <para>Duration: 18s</para>
+/// <para></para>
+/// </summary>
+ThunderIvPvE_21884 = 21884,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/21886"><strong>Cure II</strong></see> <i>PvE</i> (All Classes) [21886] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 700</para>
+/// </summary>
+CureIiPvE_21886 = 21886,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/21888"><strong>Medica II</strong></see> <i>PvE</i> (All Classes) [21888] [Spell]
+/// <para>Restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: 200</para>
+/// <para>Additional Effect: Regen</para>
+/// <para>Cure Potency: 100</para>
+/// <para>Duration: 15s</para>
+/// </summary>
+MedicaIiPvE_21888 = 21888,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/21921"><strong>Break</strong></see> <i>PvE</i> (All Classes) [21921] [Spell]
+/// <para>Prevents spellcasting, movement, and other activity of all nearby enemies.</para>
+/// </summary>
+BreakPvE = 21921,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/21923"><strong>Verholy</strong></see> <i>PvE</i> (All Classes) [21923] [Spell]
+/// <para></para>
+/// </summary>
+VerholyPvE_21923 = 21923,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/22344"><strong>Lost Perception</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [22344] [Ability]
+/// <para>Detect traps within a radius of 15 yalms.</para>
+/// <para>If there are no traps within 15 yalms, alerts you to the presence of traps with a radius of 36 yalms.</para>
+/// <para>※This action can only be used in Delubrum Reginae.</para>
+/// </summary>
+LostPerceptionPvE = 22344,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/22345"><strong>Lost Sacrifice</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [22345] [Spell]
+/// <para>Restores all of a KO'd target's HP.</para>
+/// <para>Cannot be executed if currently afflicted with Sacrifice.</para>
+/// <para>Additional Effect: Inflicts Sacrifice on self</para>
+/// <para>Sacrifice Effect: When effect expires, you will be KO'd</para>
+/// <para>Duration: 10s</para>
+/// </summary>
+LostSacrificePvE = 22345,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/22346"><strong>Pure Essence of the Gambler</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [22346] [Item]
+/// <para>Increases evasion by 11%, critical hit rate by 77%, and direct hit rate by 77%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence, Deep Essence, or Pure Essence actions.</para>
+/// <para>It is said that Pure Essences may grant unexpected effects...</para>
+/// <para>※This action can only be used in Delubrum Reginae.</para>
+/// </summary>
+PureEssenceOfTheGamblerPvE = 22346,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/22347"><strong>Pure Essence of the Elder</strong></see> <i>PvE</i> (BLM SMN RDM PCT) [22347] [Item]
+/// <para>Increases defense by 25%, damage dealt by 50%, and maximum HP by 100%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence, Deep Essence, or Pure Essence actions.</para>
+/// <para>It is said that Pure Essences may grant unexpected effects...</para>
+/// <para>※This action can only be used in Delubrum Reginae.</para>
+/// </summary>
+PureEssenceOfTheElderPvE = 22347,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/22348"><strong>Pure Essence of the Duelist</strong></see> <i>PvE</i> (MNK DRG NIN SAM RPR VPR) [22348] [Item]
+/// <para>Increases defense by 60%, damage dealt by 60%, and maximum HP by 81%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence, Deep Essence, or Pure Essence actions.</para>
+/// <para>It is said that Pure Essences may grant unexpected effects...</para>
+/// <para>※This action can only be used in Delubrum Reginae.</para>
+/// </summary>
+PureEssenceOfTheDuelistPvE = 22348,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/22349"><strong>Pure Essence of the Fiendhunter</strong></see> <i>PvE</i> (BRD MCH DNC) [22349] [Item]
+/// <para>Increases defense by 60%, damage dealt by 50%, and maximum HP by 81%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence, Deep Essence, or Pure Essence actions.</para>
+/// <para>It is said that Pure Essences may grant unexpected effects...</para>
+/// <para>※This action can only be used in Delubrum Reginae.</para>
+/// </summary>
+PureEssenceOfTheFiendhunterPvE = 22349,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/22350"><strong>Pure Essence of the Indomitable</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [22350] [Item]
+/// <para>Increases defense by 40%, damage dealt by 72%, and maximum HP by 50%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence, Deep Essence, or Pure Essence actions.</para>
+/// <para>It is said that Pure Essences may grant unexpected effects...</para>
+/// <para>※This action can only be used in Delubrum Reginae.</para>
+/// </summary>
+PureEssenceOfTheIndomitablePvE = 22350,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/22351"><strong>Pure Essence of the Divine</strong></see> <i>PvE</i> (WHM SCH AST SGE) [22351] [Item]
+/// <para>Increases defense by 25%, damage dealt by 35%, and maximum HP by 100%.</para>
+/// <para>Effect ends upon reuse.</para>
+/// <para>Cannot be used with other Essence, Deep Essence, or Pure Essence actions.</para>
+/// <para>It is said that Pure Essences may grant unexpected effects...</para>
+/// <para>※This action can only be used in Delubrum Reginae.</para>
+/// </summary>
+PureEssenceOfTheDivinePvE = 22351,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/22352"><strong>Lost Flare Star</strong></see> <i>PvE</i> (BLM SMN RDM PCT) [22352] [Spell]
+/// <para>Consumes MP to deal unaspected damage with a potency of 300 to all nearby enemies.</para>
+/// <para>Additional Effect: Unaspected damage over time</para>
+/// <para>Potency: 350</para>
+/// <para>Duration: 60s</para>
+/// <para>The damage over time effect of Lost Flare Star can only be applied once per target at any given time. This effect cannot be stacked by multiple players.</para>
+/// </summary>
+LostFlareStarPvE = 22352,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/22353"><strong>Lost Rend Armor</strong></see> <i>PvE</i> (MNK DRG NIN SAM RPR VPR) [22353] [Ability]
+/// <para>Delivers a jumping attack with a potency of 100.</para>
+/// <para>Additional Effect: Increases target's damage taken by 10%.</para>
+/// <para>Duration: 30s</para>
+/// <para>Cannot be executed while bound.</para>
+/// </summary>
+LostRendArmorPvE = 22353,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/22354"><strong>Lost Seraph Strike</strong></see> <i>PvE</i> (WHM SCH AST SGE) [22354] [Ability]
+/// <para>Consumes MP to deliver a jumping attack that deals unaspected damage with a potency of 500.</para>
+/// <para>Additional Effect: Reduces target's accuracy by 10%.</para>
+/// <para>Duration: 15s</para>
+/// <para>Additional Effect: Grants Cleric Stance to self.</para>
+/// <para>Cleric Stance Bonus: Reduces healing potency by 60% while increasing damage dealt by 60%.</para>
+/// <para>Duration: 15s</para>
+/// <para>Cannot be executed while bound.</para>
+/// </summary>
+LostSeraphStrikePvE = 22354,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/22355"><strong>Lost Aethershield</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [22355] [Ability]
+/// <para>Reduces damage taken by self and nearby party members by 30%.</para>
+/// <para>Duration: 15s</para>
+/// </summary>
+LostAethershieldPvE = 22355,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/22356"><strong>Lost Dervish</strong></see> <i>PvE</i> (BRD MCH DNC) [22356] [Ability]
+/// <para>Increases critical hit rate of self and nearby party members by 10%, increases damage dealt by 7%, and reduces weaponskill cast time and recast time, spell cast time and recast time, and auto-attack delay by 1%.</para>
+/// <para>Duration: 60s</para>
+/// </summary>
+LostDervishPvE = 22356,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/22502"><strong>Fire IV</strong></see> <i>PvE</i> (All Classes) [22502] [Spell]
+/// <para></para>
+/// </summary>
+FireIvPvE_22502 = 22502,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/22817"><strong>Fire IV</strong></see> <i>PvE</i> (All Classes) [22817] [Spell]
+/// <para></para>
+/// </summary>
+FireIvPvE_22817 = 22817,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23264"><strong>Triple Trident</strong></see> <i>PvE</i> (BLU) [23264] [Spell]
+/// <para>Delivers a threefold attack, each hit with a potency of 150.</para>
+/// <para>This action does not share a recast timer with any other actions.</para>
+/// </summary>
+TripleTridentPvE = 23264,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23265"><strong>Tingle</strong></see> <i>PvE</i> (BLU) [23265] [Spell]
+/// <para>Deals lightning damage to target and all enemies nearby it with a potency of 100 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Increases the potency of the next physical damage spell cast by 100</para>
+/// <para>Duration: 15s</para>
+/// </summary>
+TinglePvE = 23265,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23266"><strong>Tatami-gaeshi</strong></see> <i>PvE</i> (BLU) [23266] [Spell]
+/// <para>Deals unaspected damage to all enemies in a straight line before you with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Stun</para>
+/// <para>Duration: 3s</para>
+/// </summary>
+TatamigaeshiPvE = 23266,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23267"><strong>Cold Fog</strong></see> <i>PvE</i> (BLU) [23267] [Spell]
+/// <para>Grants Cold Fog to self.</para>
+/// <para>Duration: 5s</para>
+/// <para>Effect changes to Touch of Frost if damage is taken.</para>
+/// <para>Touch of Frost Effect: Action changes from Cold Fog to White Death</para>
+/// <para>Duration: 15s</para>
+/// <para></para>
+/// <para>White Death</para>
+/// <para>Deals ice damage with a potency of 400.</para>
+/// <para>Additional Effect: Deep Freeze</para>
+/// <para>Duration: 10s</para>
+/// <para>Can only be executed while under the effect of Touch of Frost.</para>
+/// </summary>
+ColdFogPvE = 23267,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23268"><strong>White Death</strong></see> <i>PvE</i> (BLU) [23268] [Spell]
+/// <para>Deals ice damage with a potency of 400.</para>
+/// <para>Additional Effect: Deep Freeze</para>
+/// <para>Duration: 10s</para>
+/// <para>Can only be executed while under the effect of Touch of Frost.</para>
+/// </summary>
+WhiteDeathPvE = 23268,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23269"><strong>Stotram</strong></see> <i>PvE</i> (BLU) [23269] [Spell]
+/// <para>Deals unaspected damage with a potency of 140 to all nearby enemies.</para>
+/// <para>Action effect changes, restoring own HP and the HP of all nearby party members when you are under the effect of Aetheric Mimicry: Healer.</para>
+/// <para>Cure Potency: 300</para>
+/// </summary>
+StotramPvE = 23269,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23270"><strong>Saintly Beam</strong></see> <i>PvE</i> (BLU) [23270] [Spell]
+/// <para>Deals unaspected damage with a potency of 100 to target and all enemies nearby it.</para>
+/// <para>Potency increases to 500 when used against undead enemies.</para>
+/// </summary>
+SaintlyBeamPvE = 23270,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23271"><strong>Feculent Flood</strong></see> <i>PvE</i> (BLU) [23271] [Spell]
+/// <para>Deals earth damage to all enemies in a straight line before you with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
+/// </summary>
+FeculentFloodPvE = 23271,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23272"><strong>Angel's Snack</strong></see> <i>PvE</i> (BLU) [23272] [Spell]
+/// <para>Restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: 400</para>
+/// <para>Additional Effect: Grants healing over time effect when you are under the effect of Aetheric Mimicry: Healer</para>
+/// <para>Cure Potency: 200</para>
+/// <para>Duration: 15s</para>
+/// <para>Shares a recast timer with Dragon Force and Matra Magic.</para>
+/// </summary>
+AngelsSnackPvE = 23272,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23273"><strong>Chelonian Gate</strong></see> <i>PvE</i> (BLU) [23273] [Spell]
+/// <para>Summons a chelonian gate, reducing damage taken by 20%.</para>
+/// <para>Duration: 10s</para>
+/// <para>Additional Effect: Grants Auspicious Trance after taking damage equal to 30% of maximum HP</para>
+/// <para>Auspicious Trance Effect: Action changes from Chelonian Gate to Divine Cataract</para>
+/// <para>Chelonian Gate effect ends upon using another action or moving (including facing a different direction).</para>
+/// <para>Auspicious Trance ends upon losing the effect of Chelonian Gate.</para>
+/// <para>Cancels auto-attack upon execution.</para>
+/// <para>Shares a recast timer with The Rose of Destruction and Ruby Dynamics.</para>
+/// <para></para>
+/// <para>Divine Cataract</para>
+/// <para>Deals water damage to all nearby enemies with a potency of 500 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Potency increases to 1,000 when you are under the effect of Aetheric Mimicry: Tank.</para>
+/// <para>Can only be executed when under the effect of Auspicious Trance.</para>
+/// </summary>
+ChelonianGatePvE = 23273,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23274"><strong>Divine Cataract</strong></see> <i>PvE</i> (BLU) [23274] [Spell]
+/// <para>Deals water damage to all nearby enemies with a potency of 500 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Potency increases to 1,000 when you are under the effect of Aetheric Mimicry: Tank.</para>
+/// <para>Can only be executed when under the effect of Auspicious Trance.</para>
+/// </summary>
+DivineCataractPvE = 23274,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23275"><strong>The Rose of Destruction</strong></see> <i>PvE</i> (BLU) [23275] [Spell]
+/// <para>Deals unaspected damage with a potency of 400.</para>
+/// <para>Additional Effect: 10-yalm knockback</para>
+/// <para>Shares a recast timer with Chelonian Gate and Ruby Dynamics.</para>
+/// </summary>
+TheRoseOfDestructionPvE = 23275,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23276"><strong>Basic Instinct</strong></see> <i>PvE</i> (BLU) [23276] [Spell]
+/// <para>Increases movement speed by 30%, and healing potency and damage dealt by 100%. Also ignores the damage penalty inflicted by Mighty Guard.</para>
+/// <para>Can only be used in duties intended for two or more players while playing alone, while no other party members are in the instance, or when all party members are incapacitated. Effect ends when joined by one or more party members.</para>
+/// </summary>
+BasicInstinctPvE = 23276,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23277"><strong>Ultravibration</strong></see> <i>PvE</i> (BLU) [23277] [Spell]
+/// <para>KOs all nearby enemies afflicted with Deep Freeze or Petrification. Has no effect on enemies whose level is higher than your own, and certain others.</para>
+/// <para>Shares a recast timer with Level 5 Death.</para>
+/// </summary>
+UltravibrationPvE = 23277,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23278"><strong>Blaze</strong></see> <i>PvE</i> (BLU) [23278] [Spell]
+/// <para>Deals ice damage to target and all enemies nearby it with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
+/// </summary>
+BlazePvE = 23278,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23279"><strong>Mustard Bomb</strong></see> <i>PvE</i> (BLU) [23279] [Spell]
+/// <para>Deals fire damage to target and all enemies nearby it with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Enemies affected by Lightheaded suffer damage over time</para>
+/// <para>Potency: 50</para>
+/// <para>Duration: 15s</para>
+/// </summary>
+MustardBombPvE = 23279,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23280"><strong>Dragon Force</strong></see> <i>PvE</i> (BLU) [23280] [Spell]
+/// <para>Reduces damage taken by 20%.</para>
+/// <para>Duration: 15s</para>
+/// <para>Increases damage reduction to 40% when you are under the effect of Aetheric Mimicry: Tank.</para>
+/// <para>Shares a recast timer with Angel's Snack and Matra Magic.</para>
+/// </summary>
+DragonForcePvE = 23280,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23281"><strong>Aetherial Spark</strong></see> <i>PvE</i> (BLU) [23281] [Spell]
+/// <para>Deals unaspected damage with a potency of 50 to all enemies in a straight line before you.</para>
+/// <para>Additional Effect: Unaspected damage over time</para>
+/// <para>Potency: 50</para>
+/// <para>Duration: 15s</para>
+/// </summary>
+AetherialSparkPvE = 23281,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23282"><strong>Hydro Pull</strong></see> <i>PvE</i> (BLU) [23282] [Spell]
+/// <para>Deals water damage to all nearby enemies with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Draw-in</para>
+/// </summary>
+HydroPullPvE = 23282,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23283"><strong>Malediction of Water</strong></see> <i>PvE</i> (BLU) [23283] [Spell]
+/// <para>Deals water damage to all enemies in a straight line before you with a potency of 200 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: 10-yalm knockback to all enemies and party members in range</para>
+/// <para>Cannot be used outside of combat or when target is suffering from certain enfeeblements.</para>
+/// </summary>
+MaledictionOfWaterPvE = 23283,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23284"><strong>Choco Meteor</strong></see> <i>PvE</i> (BLU) [23284] [Spell]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 200 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Potency increases to 300 when partied with your personal chocobo.</para>
+/// </summary>
+ChocoMeteorPvE = 23284,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23285"><strong>Matra Magic</strong></see> <i>PvE</i> (BLU) [23285] [Spell]
+/// <para>Deals an unaspected eightfold attack, each hit with a potency of 50.</para>
+/// <para>Potency is increased to 100 when you are under the effect of Aetheric Mimicry: DPS.</para>
+/// <para>Shares a recast timer with Angel's Snack and Dragon Force.</para>
+/// </summary>
+MatraMagicPvE = 23285,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23286"><strong>Peripheral Synthesis</strong></see> <i>PvE</i> (BLU) [23286] [Spell]
+/// <para>Deals physical damage to all enemies in a straight line before you with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Potency increased to 400 when target becomes afflicted with Lightheaded.</para>
+/// <para>Additional Effect: Inflicts Lightheaded</para>
+/// <para>Duration: 5s</para>
+/// <para>Repeated use of this action in a short period will reduce the additional effect's duration, eventually rendering targets immune to Lightheaded.</para>
+/// </summary>
+PeripheralSynthesisPvE = 23286,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23287"><strong>Both Ends</strong></see> <i>PvE</i> (BLU) [23287] [Ability]
+/// <para>Deals physical damage with a potency of 600 to all nearby enemies.</para>
+/// <para>Shares a recast timer with Nightbloom.</para>
+/// </summary>
+BothEndsPvE = 23287,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23288"><strong>Phantom Flurry</strong></see> <i>PvE</i> (BLU) [23288] [Ability]
+/// <para>Deals physical damage over time with a potency of 200 to all enemies in a cone before you.</para>
+/// <para>Duration: 5s</para>
+/// <para>Executing Phantom Flurry again before its effect expires deals physical damage to all enemies in a cone before you with a potency of 600 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Effect ends upon using an action other than Phantom Flurry or moving (including facing a different direction).</para>
+/// <para>Cancels auto-attack upon execution.</para>
+/// </summary>
+PhantomFlurryPvE = 23288,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23289"><strong>Phantom Flurry</strong></see> <i>PvE</i> (BLU) [23289] [Ability]
+/// <para>Deals physical damage over time with a potency of 200 to all enemies in a cone before you.</para>
+/// <para>Duration: 5s</para>
+/// <para>Executing Phantom Flurry again before its effect expires deals physical damage to all enemies in a cone before you with a potency of 600 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Effect ends upon using an action other than Phantom Flurry or moving (including facing a different direction).</para>
+/// <para>Cancels auto-attack upon execution.</para>
+/// </summary>
+PhantomFlurryPvE_23289 = 23289,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23290"><strong>Nightbloom</strong></see> <i>PvE</i> (BLU) [23290] [Ability]
+/// <para>Deals unaspected damage to all nearby enemies with a potency of 400 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Unaspected damage over time</para>
+/// <para>Potency: 75</para>
+/// <para>Duration: 60s</para>
+/// <para>Shares a recast timer with Both Ends.</para>
+/// </summary>
+NightbloomPvE = 23290,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23416"><strong>Stotram</strong></see> <i>PvE</i> (BLU) [23416] [Spell]
+/// <para>Deals unaspected damage with a potency of 140 to all nearby enemies.</para>
+/// <para> Action effect changes, restoring own HP and the HP of all nearby party members when you are under the effect of Aetheric Mimicry: Healer.</para>
+/// <para> Cure Potency: 300</para>
+/// </summary>
+StotramPvE_23416 = 23416,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23907"><strong>Lodestone</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [23907] [Item]
+/// <para>Instantly return to the starting point of the area.</para>
+/// <para>Cannot be executed while in combat.</para>
+/// <para>Shares a recast timer with all other weaponskills and spells.</para>
+/// </summary>
+LodestonePvE = 23907,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23908"><strong>Lost Stoneskin II</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [23908] [Spell]
+/// <para>Creates a barrier around self and all party members near you that absorbs damage totaling 10% of maximum HP.</para>
+/// <para>Duration: 30s</para>
+/// </summary>
+LostStoneskinIiPvE = 23908,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23909"><strong>Lost Burst</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE PCT) [23909] [Spell]
+/// <para>Deals lightning damage with a potency of 300 to all nearby enemies.</para>
+/// <para>Additional Effect: Interrupts all nearby enemies</para>
+/// <para>Additional Effect: Increases damage taken by enemies with Magical Aversion by 10%</para>
+/// <para>Duration: 60s</para>
+/// </summary>
+LostBurstPvE = 23909,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23910"><strong>Lost Rampage</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR VPR) [23910] [Weaponskill]
+/// <para>Delivers an attack with a potency of 300 to all nearby enemies.</para>
+/// <para>Additional Effect: Interrupts all nearby enemies</para>
+/// <para>Additional Effect: Increases damage taken by enemies with Physical Aversion by 10%</para>
+/// <para>Duration: 60s</para>
+/// </summary>
+LostRampagePvE = 23910,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23911"><strong>Light Curtain</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [23911] [Item]
+/// <para>Grants the effect of Lost Reflect to self.</para>
+/// <para>Lost Reflect Effect: Reflects most magic attacks</para>
+/// <para>Duration: 10s</para>
+/// <para>Shares a recast timer with all other weaponskills and spells.</para>
+/// </summary>
+LightCurtainPvE = 23911,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23912"><strong>Lost Reraise</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [23912] [Spell]
+/// <para>Grants the effect of Reraise to self or target player.</para>
+/// <para>Reraise Effect: Grants an 80% chance of automatic revival upon KO</para>
+/// <para>Duration: 180m</para>
+/// </summary>
+LostReraisePvE = 23912,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23913"><strong>Lost Chainspell</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE PCT) [23913] [Ability]
+/// <para>Temporarily eliminates cast time for all spells.</para>
+/// <para>Duration: 30s</para>
+/// <para>Additional Effect: Magic Burst</para>
+/// <para>Magic Burst Effect: Increases spell damage by 45% while increasing MP cost</para>
+/// <para>Duration: 30s</para>
+/// <para>Spirit of the Ordained Effect: Raises Magic Burst spell damage increase to 100% and nullifies additional MP cost</para>
+/// <para>Spirit of the Watcher Effect: Lost Chainspell duration is extended to 90s</para>
+/// <para>Can only be executed while in combat.</para>
+/// </summary>
+LostChainspellPvE = 23913,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23914"><strong>Lost Assassination</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR VPR) [23914] [Weaponskill]
+/// <para>Delivers a close-quarter attack with a potency of 350. Chance of instant KO when attacking from the rear, which increases the lower the target's HP.</para>
+/// <para>Spirit of the Beast Effect: Grants the effect of Lost Font of Power to self</para>
+/// <para>Lost Font of Power Effect: Increases damage dealt by 30% and critical hit rate by 40%</para>
+/// <para>Duration: 18s</para>
+/// <para>This action does not share a recast timer with any other actions. Furthermore, the recast timer cannot be affected by other actions.</para>
+/// </summary>
+LostAssassinationPvE = 23914,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23915"><strong>Lost Protect II</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [23915] [Spell]
+/// <para>Applies a barrier to self or target player reducing physical damage taken by 15%.</para>
+/// <para>Duration: 30m</para>
+/// </summary>
+LostProtectIiPvE = 23915,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23916"><strong>Lost Shell II</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [23916] [Spell]
+/// <para>Applies a barrier to self or target player reducing magic damage taken by 15%.</para>
+/// <para>Duration: 30m</para>
+/// </summary>
+LostShellIiPvE = 23916,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23917"><strong>Lost Bubble</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [23917] [Spell]
+/// <para>Increases maximum HP of self or target player by 30%.</para>
+/// <para>Duration: 600s</para>
+/// </summary>
+LostBubblePvE = 23917,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23918"><strong>Lost Impetus</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [23918] [Ability]
+/// <para>Quickly dash 10 yalms forward.</para>
+/// <para>Additional Effect: Applies Lost Swift to self and nearby party members</para>
+/// <para>Lost Swift Effect: Greatly increases movement speed</para>
+/// <para>Effect cannot be stacked with other movement speed enhancing abilities.</para>
+/// <para>Duration: 10s</para>
+/// <para>Spirit of the Breathtaker Effect: Increases evasion of self and nearby party members by 15%</para>
+/// <para>Duration: 60s</para>
+/// <para>Spirit of the Watcher Effect: Grants Rapid Recast to self and nearby party members</para>
+/// <para>Rapid Recast Effect: Shortens recast time for next ability used by 25%</para>
+/// <para>Effect only applies to certain abilities.</para>
+/// <para>Duration: 15s</para>
+/// <para>Cannot be executed while bound.</para>
+/// </summary>
+LostImpetusPvE = 23918,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23919"><strong>Lost Excellence</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [23919] [Ability]
+/// <para>Instantly cures Weakness and temporarily nullifies most attacks, while increasing damage dealt by 65%. Memorable will be applied when effect ends.</para>
+/// <para>Duration: 10s</para>
+/// <para>Memorable Effect: Increases damage dealt by 65% while decreasing damage taken by 10%</para>
+/// <para>Duration: 50s</para>
+/// <para>Can only be executed while in combat.</para>
+/// </summary>
+LostExcellencePvE = 23919,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23920"><strong>Lost Full Cure</strong></see> <i>PvE</i> (WHM SCH AST SGE) [23920] [Ability]
+/// <para>Fully restores HP and MP while granting Auto-potion and Auto-ether to self and nearby party members.</para>
+/// <para>Auto-potion Effect: Restores HP automatically when HP falls below 50%</para>
+/// <para>Duration: 600s</para>
+/// <para>When triggered, there is a 50% chance the effect will end.</para>
+/// <para>Auto-ether Effect: Restores MP automatically when MP falls below 20%</para>
+/// <para>Duration: 600s</para>
+/// <para>When triggered, there is a 50% chance the effect will end.</para>
+/// <para>Spirit of the Breathtaker Effect: Chance for Auto-potion and Auto-ether effect to end is reduced to 10%</para>
+/// </summary>
+LostFullCurePvE = 23920,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23921"><strong>Lost Blood Rage</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [23921] [Ability]
+/// <para>Increases damage dealt by 15% and reduces damage taken by 5% per stack. Stacks increase with each use of a dash attack while effect is active, to a maximum of 4.</para>
+/// <para>Duration: 18s</para>
+/// <para>Maximum stacks grant the effect of Blood Rush.</para>
+/// <para>Blood Rush Effect: Increases damage dealt by 60%, shortens recast times of abilities by 75%, and gradually restores HP and MP. Recast time reduction does not apply to charged actions.</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed while in combat.</para>
+/// </summary>
+LostBloodRagePvE = 23921,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/23922"><strong>Resistance Elixir</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [23922] [Item]
+/// <para>Restores own HP and MP to maximum.</para>
+/// <para>Shares a recast timer with Resistance Potion and Dynamis Dice.</para>
+/// </summary>
+ResistanceElixirPvE = 23922,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24066"><strong>Destiny's Sleeve</strong></see> <i>PvE</i> (All Classes) [24066] [Ability]
+/// <para></para>
+/// </summary>
+DestinysSleevePvE = 24066,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24277"><strong>Mighty Maximizer</strong></see> <i>PvE</i> (All Classes) [24277] [Special]
+/// <para>Do as the Mighty Moogle and show the fine specimen that you are to all present.</para>
+/// </summary>
+MightyMaximizerPvE = 24277,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24278"><strong>Chirpy Checker</strong></see> <i>PvE</i> (All Classes) [24278] [Special]
+/// <para>Do as the Chirpy Chocobo and point and acknowledge─because safety is paramount. </para>
+/// </summary>
+ChirpyCheckerPvE = 24278,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24279"><strong>Perky Peeler</strong></see> <i>PvE</i> (All Classes) [24279] [Special]
+/// <para>Do as the Perky Piggy and keep your eyes peeled for hidden treasure.</para>
+/// </summary>
+PerkyPeelerPvE = 24279,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24283"><strong>Dosis</strong></see> <i>PvE</i> (SGE) [24283] [Spell]
+/// <para>Deals unaspected damage with a potency of .</para>
+/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
+/// <para>Cure Potency: </para>
+/// </summary>
+DosisPvE = 24283,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24284"><strong>Diagnosis</strong></see> <i>PvE</i> (SGE) [24284] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: </para>
+/// </summary>
+DiagnosisPvE = 24284,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24285"><strong>Kardia</strong></see> <i>PvE</i> (SGE) [24285] [Ability]
+/// <para>Grants self the effect of Kardia and a selected party member or self the effect of Kardion, restoring HP after landing certain magic attacks.</para>
+/// <para>Cure Potency: </para>
+/// </summary>
+KardiaPvE = 24285,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24286"><strong>Prognosis</strong></see> <i>PvE</i> (SGE) [24286] [Spell]
+/// <para>Restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: 300</para>
+/// </summary>
+PrognosisPvE = 24286,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24287"><strong>Egeiro</strong></see> <i>PvE</i> (SGE) [24287] [Spell]
+/// <para>Resurrects target to a weakened state.</para>
+/// </summary>
+EgeiroPvE = 24287,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24288"><strong>Physis</strong></see> <i>PvE</i> (SGE) [24288] [Ability]
+/// <para>Gradually restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: 100</para>
+/// <para>Duration: 15s</para>
+/// </summary>
+PhysisPvE = 24288,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24289"><strong>Phlegma</strong></see> <i>PvE</i> (SGE) [24289] [Spell]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of for the first enemy, and 30% less for all remaining enemies.</para>
+/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
+/// <para>Cure Potency: </para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Recast timer cannot be affected by status effects or gear attributes.</para>
+/// </summary>
+PhlegmaPvE = 24289,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24290"><strong>Eukrasia</strong></see> <i>PvE</i> (SGE) [24290] [Spell]
+/// <para>Augments certain offensive and healing magic actions.</para>
+/// <para>Dosis III is upgraded to Eukrasian Dosis IIIDosis II is upgraded to Eukrasian Dosis IIDosis is upgraded to Eukrasian DosisDosis is upgraded to Eukrasian DosisDosis II is upgraded to Eukrasian Dosis IIDosis is upgraded to Eukrasian DosisDosis is upgraded to Eukrasian Dosis.</para>
+/// <para>Dyskrasia II is upgraded to Eukrasian Dyskrasia.</para>
+/// <para>Diagnosis is upgraded to Eukrasian Diagnosis.</para>
+/// <para>Prognosis is upgraded to Eukrasian Prognosis II.</para>
+/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// </summary>
+EukrasiaPvE = 24290,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24291"><strong>Eukrasian Diagnosis</strong></see> <i>PvE</i> (SGE) [24291] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 300</para>
+/// <para>Additional Effect: Erects a magicked barrier which nullifies damage equaling % of the amount of HP restored. When critical HP is restored, also grants Differential Diagnosis, nullifying damage equaling % the amount of HP restored.</para>
+/// <para>Duration: 30s</para>
+/// <para>Effect cannot be stacked with Eukrasian Prognosis or scholar's Galvanize.</para>
+/// <para>Can only be executed while under the effect of Eukrasia.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Diagnosis changes to Eukrasian Diagnosis when requirements for execution are met.</para>
+/// </summary>
+EukrasianDiagnosisPvE = 24291,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24292"><strong>Eukrasian Prognosis</strong></see> <i>PvE</i> (SGE) [24292] [Spell]
+/// <para>Restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: 100</para>
+/// <para>Additional Effect: Erects a magicked barrier which nullifies damage equaling % of the amount of HP restored</para>
+/// <para>Duration: 30s</para>
+/// <para>Effect cannot be stacked with those of Eukrasian Diagnosis or scholar's Galvanize.</para>
+/// <para>Can only be executed while under the effect of Eukrasia.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Prognosis changes to Eukrasian Prognosis when requirements for execution are met.</para>
+/// </summary>
+EukrasianPrognosisPvE = 24292,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24293"><strong>Eukrasian Dosis</strong></see> <i>PvE</i> (SGE) [24293] [Spell]
+/// <para>Deals unaspected damage over time.</para>
+/// <para>Potency: </para>
+/// <para>Duration: 30s</para>
+/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
+/// <para>Cure Potency: </para>
+/// <para>Can only be executed while under the effect of Eukrasia.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Dosis changes to Eukrasian Dosis when requirements for execution are met.</para>
+/// </summary>
+EukrasianDosisPvE = 24293,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24294"><strong>Soteria</strong></see> <i>PvE</i> (SGE) [24294] [Ability]
+/// <para>Grants 4 stacks of Soteria, each stack increasing the cure potency of Kardion effects granted by you by 70%.</para>
+/// <para>Duration: 15s</para>
+/// </summary>
+SoteriaPvE = 24294,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24295"><strong>Icarus</strong></see> <i>PvE</i> (SGE) [24295] [Ability]
+/// <para>Rush to a targeted enemy's or party member's location.</para>
+/// <para>Unable to cast if bound.</para>
+/// </summary>
+IcarusPvE = 24295,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24296"><strong>Druochole</strong></see> <i>PvE</i> (SGE) [24296] [Ability]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 600</para>
+/// <para>Additional Effect: Restores 7% of maximum MP</para>
+/// <para>Addersgall Cost: 1</para>
+/// </summary>
+DruocholePvE = 24296,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24297"><strong>Dyskrasia</strong></see> <i>PvE</i> (SGE) [24297] [Spell]
+/// <para>Deals unaspected damage with a potency of 160 to all nearby enemies.</para>
+/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
+/// <para>Cure Potency: </para>
+/// </summary>
+DyskrasiaPvE = 24297,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24298"><strong>Kerachole</strong></see> <i>PvE</i> (SGE) [24298] [Ability]
+/// <para>Reduces damage taken by self and nearby party members by 10%.</para>
+/// <para>Duration: 15s</para>
+/// <para>Effect cannot be stacked with Taurochole.</para>
+/// <para>Additional Effect: Regen</para>
+/// <para>Cure Potency: 100</para>
+/// <para>Duration: 15s</para>
+/// <para>Additional Effect: Restores 7% of maximum MP</para>
+/// <para>Addersgall Cost: 1</para>
+/// </summary>
+KeracholePvE = 24298,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24299"><strong>Ixochole</strong></see> <i>PvE</i> (SGE) [24299] [Ability]
+/// <para>Restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: 400</para>
+/// <para>Additional Effect: Restores 7% of maximum MP</para>
+/// <para>Addersgall Cost: 1</para>
+/// </summary>
+IxocholePvE = 24299,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24300"><strong>Zoe</strong></see> <i>PvE</i> (SGE) [24300] [Ability]
+/// <para>Increases healing magic potency of your next healing spell by 50%.</para>
+/// <para>Duration: 30s</para>
+/// </summary>
+ZoePvE = 24300,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24301"><strong>Pepsis</strong></see> <i>PvE</i> (SGE) [24301] [Ability]
+/// <para>Restores own HP and the HP of nearby party members by removing Eukrasian Diagnosis and Eukrasian Prognosis effects granted by you.</para>
+/// <para>Eukrasian Diagnosis Cure Potency: 450</para>
+/// <para>Eukrasian Prognosis Cure Potency: 350</para>
+/// <para>Targets not under the effect of Eukrasian Diagnosis or Eukrasian Prognosis will not be healed.</para>
+/// </summary>
+PepsisPvE = 24301,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24302"><strong>Physis II</strong></see> <i>PvE</i> (SGE) [24302] [Ability]
+/// <para>Gradually restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: 130</para>
+/// <para>Duration: 15s</para>
+/// <para>Additional Effect: Increases HP recovered by healing actions by 10%</para>
+/// <para>Duration: s</para>
+/// </summary>
+PhysisIiPvE = 24302,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24303"><strong>Taurochole</strong></see> <i>PvE</i> (SGE) [24303] [Ability]
+/// <para>Restores own or target party member's HP.</para>
+/// <para>Cure Potency: 700</para>
+/// <para>Additional Effect: Reduces target's damage taken by 10%</para>
+/// <para>Duration: 15s</para>
+/// <para>Effect cannot be stacked with Kerachole.</para>
+/// <para>Additional Effect: Restores 7% of maximum MP</para>
+/// <para>Addersgall Cost: 1</para>
+/// </summary>
+TaurocholePvE = 24303,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24304"><strong>Toxikon</strong></see> <i>PvE</i> (SGE) [24304] [Spell]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
+/// <para>Cure Potency: </para>
+/// <para>Addersting Cost: 1</para>
+/// </summary>
+ToxikonPvE = 24304,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24305"><strong>Haima</strong></see> <i>PvE</i> (SGE) [24305] [Ability]
+/// <para>Erects a magicked barrier around self or target party member that absorbs damage equivalent to a heal of 300 potency.</para>
+/// <para>Additional Effect: Grants 5 stacks of Haimatinon</para>
+/// <para>Duration: 15s</para>
+/// <para>When the barrier is completely absorbed, a stack of Haimatinon is consumed and a new barrier is applied.</para>
+/// <para>When the effect duration expires, a healing effect is then applied.</para>
+/// <para>Cure Potency: 150 per remaining stack of Haimatinon</para>
+/// </summary>
+HaimaPvE = 24305,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24306"><strong>Dosis II</strong></see> <i>PvE</i> (SGE) [24306] [Spell]
+/// <para>Deals unaspected damage with a potency of 320.</para>
+/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
+/// <para>Cure Potency: </para>
+/// </summary>
+DosisIiPvE = 24306,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24307"><strong>Phlegma II</strong></see> <i>PvE</i> (SGE) [24307] [Spell]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 490 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
+/// <para>Cure Potency: </para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Recast timer cannot be affected by status effects or gear attributes.</para>
+/// </summary>
+PhlegmaIiPvE = 24307,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24308"><strong>Eukrasian Dosis II</strong></see> <i>PvE</i> (SGE) [24308] [Spell]
+/// <para>Deals unaspected damage over time.</para>
+/// <para>Potency: 60</para>
+/// <para>Duration: 30s</para>
+/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
+/// <para>Cure Potency: </para>
+/// <para>Can only be executed while under the effect of Eukrasia.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Dosis II changes to Eukrasian Dosis II when requirements for execution are met.</para>
+/// </summary>
+EukrasianDosisIiPvE = 24308,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24309"><strong>Rhizomata</strong></see> <i>PvE</i> (SGE) [24309] [Ability]
+/// <para>Grants 1 stack of Addersgall.</para>
+/// </summary>
+RhizomataPvE = 24309,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24310"><strong>Holos</strong></see> <i>PvE</i> (SGE) [24310] [Ability]
+/// <para>Restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: 300</para>
+/// <para>Additional Effect: Erects a magicked barrier which nullifies damage equaling the amount of HP restored</para>
+/// <para>Duration: 30s</para>
+/// <para>Additional Effect: Reduces damage taken by self and nearby party members by 10%</para>
+/// <para>Duration: 20s</para>
+/// </summary>
+HolosPvE = 24310,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24311"><strong>Panhaima</strong></see> <i>PvE</i> (SGE) [24311] [Ability]
+/// <para>Erects a magicked barrier around self and all party members near you that absorbs damage equivalent to a heal of 200 potency.</para>
+/// <para>Additional Effect: Grants 5 stacks of Panhaimatinon</para>
+/// <para>Duration: 15s</para>
+/// <para>When the barrier is completely absorbed, a stack of Panhaimatinon is consumed and a new barrier is applied.</para>
+/// <para>When the effect duration expires, a healing effect is then applied.</para>
+/// <para>Cure Potency: 100 per remaining stack of Panhaimatinon</para>
+/// </summary>
+PanhaimaPvE = 24311,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24312"><strong>Dosis III</strong></see> <i>PvE</i> (SGE) [24312] [Spell]
+/// <para>Deals unaspected damage with a potency of .</para>
+/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
+/// <para>Cure Potency: </para>
+/// </summary>
+DosisIiiPvE = 24312,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24313"><strong>Phlegma III</strong></see> <i>PvE</i> (SGE) [24313] [Spell]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 600 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
+/// <para>Cure Potency: </para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Recast timer cannot be affected by status effects or gear attributes.</para>
+/// </summary>
+PhlegmaIiiPvE = 24313,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24314"><strong>Eukrasian Dosis III</strong></see> <i>PvE</i> (SGE) [24314] [Spell]
+/// <para>Deals unaspected damage over time.</para>
+/// <para>Potency: 75</para>
+/// <para>Duration: 30s</para>
+/// <para>Effect cannot be stacked with Eukrasian Dyskrasia.</para>
+/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
+/// <para>Cure Potency: </para>
+/// <para>Can only be executed while under the effect of Eukrasia.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Dosis III changes to Eukrasian Dosis III when requirements for execution are met.</para>
+/// </summary>
+EukrasianDosisIiiPvE = 24314,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24315"><strong>Dyskrasia II</strong></see> <i>PvE</i> (SGE) [24315] [Spell]
+/// <para>Deals unaspected damage with a potency of 170 to all nearby enemies.</para>
+/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
+/// <para>Cure Potency: </para>
+/// </summary>
+DyskrasiaIiPvE = 24315,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24316"><strong>Toxikon II</strong></see> <i>PvE</i> (SGE) [24316] [Spell]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
+/// <para>Cure Potency: </para>
+/// <para>Addersting Cost: 1</para>
+/// </summary>
+ToxikonIiPvE = 24316,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24317"><strong>Krasis</strong></see> <i>PvE</i> (SGE) [24317] [Ability]
+/// <para>Increases HP recovery via healing actions for a party member or self by 20%.</para>
+/// <para>Duration: 10s</para>
+/// </summary>
+KrasisPvE = 24317,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24318"><strong>Pneuma</strong></see> <i>PvE</i> (SGE) [24318] [Spell]
+/// <para>Deals unaspected damage to all enemies in a straight line before you with a potency of for the first enemy, and 40% less for all remaining enemies.</para>
+/// <para>Additional Effect: Restores own HP and the HP of all party members within a radius of 20 yalms</para>
+/// <para>Cure Potency: 600</para>
+/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
+/// <para>Cure Potency: </para>
+/// <para>Recast timer cannot be affected by status effects or gear attributes.</para>
+/// </summary>
+PneumaPvE = 24318,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24373"><strong>Slice</strong></see> <i>PvE</i> (RPR) [24373] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Additional Effect: Increases Soul Gauge by 10</para>
+/// </summary>
+SlicePvE = 24373,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24374"><strong>Waxing Slice</strong></see> <i>PvE</i> (RPR) [24374] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Combo Action: Slice</para>
+/// <para>Combo Potency: </para>
+/// <para>Combo Bonus: Increases Soul Gauge by 10</para>
+/// </summary>
+WaxingSlicePvE = 24374,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24375"><strong>Infernal Slice</strong></see> <i>PvE</i> (RPR) [24375] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Combo Action: Waxing Slice</para>
+/// <para>Combo Potency: </para>
+/// <para>Combo Bonus: Increases Soul Gauge by 10</para>
+/// </summary>
+InfernalSlicePvE = 24375,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24376"><strong>Spinning Scythe</strong></see> <i>PvE</i> (RPR) [24376] [Weaponskill]
+/// <para>Delivers an attack with a potency of to all nearby enemies.</para>
+/// <para>Additional Effect: Increases Soul Gauge by 10</para>
+/// </summary>
+SpinningScythePvE = 24376,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24377"><strong>Nightmare Scythe</strong></see> <i>PvE</i> (RPR) [24377] [Weaponskill]
+/// <para>Delivers an attack with a potency of to all nearby enemies.</para>
+/// <para>Combo Action: Spinning Scythe</para>
+/// <para>Combo Potency: </para>
+/// <para>Combo Bonus: Increases Soul Gauge by 10</para>
+/// </summary>
+NightmareScythePvE = 24377,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24378"><strong>Shadow of Death</strong></see> <i>PvE</i> (RPR) [24378] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Additional Effect: Afflicts target with Death's Design, increasing damage you deal target by 10%</para>
+/// <para>Duration: 30s</para>
+/// <para>Extends duration of Death's Design by 30s to a maximum of 60s.</para>
+/// <para>Additional Effect: Increases Soul Gauge by 10 if target is KO'd before effect expires</para>
+/// </summary>
+ShadowOfDeathPvE = 24378,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24379"><strong>Whorl of Death</strong></see> <i>PvE</i> (RPR) [24379] [Weaponskill]
+/// <para>Delivers an attack with a potency of to all nearby enemies.</para>
+/// <para>Additional Effect: Afflicts target with Death's Design, increasing damage you deal target by 10%</para>
+/// <para>Duration: 30s</para>
+/// <para>Extends duration of Death's Design by 30s to a maximum of 60s.</para>
+/// <para>Additional Effect: Increases Soul Gauge by 10 if target is KO'd before effect expires</para>
+/// </summary>
+WhorlOfDeathPvE = 24379,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24380"><strong>Soul Slice</strong></see> <i>PvE</i> (RPR) [24380] [Weaponskill]
+/// <para>Delivers an attack with a potency of 460.</para>
+/// <para>Additional Effect: Increases Soul Gauge by 50</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Shares a recast timer with Soul Scythe.</para>
+/// <para>Recast timer cannot be affected by status effects or gear attributes.</para>
+/// </summary>
+SoulSlicePvE = 24380,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24381"><strong>Soul Scythe</strong></see> <i>PvE</i> (RPR) [24381] [Weaponskill]
+/// <para>Delivers an attack with a potency of 180 to all nearby enemies.</para>
+/// <para>Additional Effect: Increases Soul Gauge by 50</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Shares a recast timer with Soul Slice.</para>
+/// <para>Recast timer cannot be affected by status effects or gear attributes.</para>
+/// </summary>
+SoulScythePvE = 24381,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24382"><strong>Gibbet</strong></see> <i>PvE</i> (RPR) [24382] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para> when executed from a target's flank.</para>
+/// <para>Enhanced Gibbet Potency: </para>
+/// <para>Flank Enhanced Potency: </para>
+/// <para>Additional Effect: Grants Enhanced Gallows</para>
+/// <para>Duration: 60s</para>
+/// <para>The action Blood Stalk changes to Unveiled Gallows while under the effect of Enhanced Gallows.</para>
+/// <para>Additional Effect: Increases Shroud Gauge by 10</para>
+/// <para>Can only be executed while under the effect of Soul Reaver.</para>
+/// </summary>
+GibbetPvE = 24382,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24383"><strong>Gallows</strong></see> <i>PvE</i> (RPR) [24383] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para> when executed from a target's rear.</para>
+/// <para>Enhanced Gallows Potency: </para>
+/// <para>Rear Enhanced Potency: </para>
+/// <para>Additional Effect: Grants Enhanced Gibbet</para>
+/// <para>Duration: 60s</para>
+/// <para>The action Blood Stalk changes to Unveiled Gibbet while under the effect of Enhanced Gibbet.</para>
+/// <para>Additional Effect: Increases Shroud Gauge by 10</para>
+/// <para>Can only be executed while under the effect of Soul Reaver.</para>
+/// </summary>
+GallowsPvE = 24383,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24384"><strong>Guillotine</strong></see> <i>PvE</i> (RPR) [24384] [Weaponskill]
+/// <para>Delivers an attack with a potency of 200 to all enemies in a cone before you.</para>
+/// <para>Additional Effect: Increases Shroud Gauge by 10</para>
+/// <para>Can only be executed while under the effect of Soul Reaver.</para>
+/// </summary>
+GuillotinePvE = 24384,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24385"><strong>Plentiful Harvest</strong></see> <i>PvE</i> (RPR) [24385] [Weaponskill]
+/// <para>Delivers an attack to all enemies in a straight line before you with a potency of 720 for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Immortal Sacrifice Cost: 1 stack</para>
+/// <para>Potency increases up to 1,000 as stacks of Immortal Sacrifice exceed minimum cost.</para>
+/// <para>Additional Effect: Grants Ideal Host</para>
+/// <para>Duration: 30s</para>
+/// <para>Additional Effect: Grants Perfectio Occulta</para>
+/// <para>Perfectio Occulta Effect: Grants Perfectio Parata upon executing Communio</para>
+/// <para>Duration: 30s</para>
+/// <para>Cannot be executed while under the effect of Bloodsown Circle.</para>
+/// <para>Consumes all stacks of Immortal Sacrifice upon execution.</para>
+/// </summary>
+PlentifulHarvestPvE = 24385,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24386"><strong>Harpe</strong></see> <i>PvE</i> (RPR) [24386] [Spell]
+/// <para>Deals unaspected damage with a potency of .</para>
+/// <para>Additional Effect: Increases Soul Gauge by 10</para>
+/// </summary>
+HarpePvE = 24386,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24387"><strong>Soulsow</strong></see> <i>PvE</i> (RPR) [24387] [Spell]
+/// <para>Grants Soulsow to self, changing the action to Harvest Moon.</para>
+/// <para>Cast time is instant when used outside of battle.</para>
+/// </summary>
+SoulsowPvE = 24387,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24388"><strong>Harvest Moon</strong></see> <i>PvE</i> (RPR) [24388] [Spell]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Increases Soul Gauge by 10</para>
+/// <para>Can only be executed while under the effect of Soulsow.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Soulsow changes to Harvest Moon when requirements for execution are met.</para>
+/// </summary>
+HarvestMoonPvE = 24388,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24389"><strong>Blood Stalk</strong></see> <i>PvE</i> (RPR) [24389] [Ability]
+/// <para>Summons your avatar to deliver an attack with a potency of 340.</para>
+/// <para>Additional Effect: Grants Soul Reaver</para>
+/// <para>Duration: 30s</para>
+/// <para>Stack count will be reduced to 1 when already under the effect of Soul Reaver.</para>
+/// <para>Effect cannot be stacked with Executioner.</para>
+/// <para>Soul Gauge Cost: 50</para>
+/// <para>Shares a recast timer with all avatar attacks except Gluttony.</para>
+/// </summary>
+BloodStalkPvE = 24389,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24390"><strong>Unveiled Gibbet</strong></see> <i>PvE</i> (RPR) [24390] [Ability]
+/// <para>Summons your avatar to deliver an attack with a potency of .</para>
+/// <para>Additional Effect: Grants Soul Reaver</para>
+/// <para>Duration: 30s</para>
+/// <para>Stack count will be reduced to 1 when already under the effect of Soul Reaver.</para>
+/// <para>Effect cannot be stacked with Executioner.</para>
+/// <para>Soul Gauge Cost: 50</para>
+/// <para>Can only be executed while under the effect of Enhanced Gibbet.</para>
+/// <para>Shares a recast timer with all avatar attacks except Gluttony.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Blood Stalk changes to Unveiled Gibbet when under the effect of Enhanced Gibbet.</para>
+/// </summary>
+UnveiledGibbetPvE = 24390,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24391"><strong>Unveiled Gallows</strong></see> <i>PvE</i> (RPR) [24391] [Ability]
+/// <para>Summons your avatar to deliver an attack with a potency of .</para>
+/// <para>Additional Effect: Grants Soul Reaver</para>
+/// <para>Duration: 30s</para>
+/// <para>Stack count will be reduced to 1 when already under the effect of Soul Reaver.</para>
+/// <para>Effect cannot be stacked with Executioner.</para>
+/// <para>Soul Gauge Cost: 50</para>
+/// <para>Can only be executed while under the effect of Enhanced Gallows.</para>
+/// <para>Shares a recast timer with all avatar attacks except Gluttony.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Blood Stalk changes to Unveiled Gallows while under the effect of Enhanced Gallows.</para>
+/// </summary>
+UnveiledGallowsPvE = 24391,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24392"><strong>Grim Swathe</strong></see> <i>PvE</i> (RPR) [24392] [Ability]
+/// <para>Summons your avatar to deliver an attack with a potency of 140 to all enemies in a cone before you.</para>
+/// <para>Additional Effect: Grants Soul Reaver</para>
+/// <para>Duration: 30s</para>
+/// <para>Stack count will be reduced to 1 when already under the effect of Soul Reaver.</para>
+/// <para>Effect cannot be stacked with Executioner.</para>
+/// <para>Soul Gauge Cost: 50</para>
+/// <para>Shares a recast timer with all avatar attacks except Gluttony.</para>
+/// </summary>
+GrimSwathePvE = 24392,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24393"><strong>Gluttony</strong></see> <i>PvE</i> (RPR) [24393] [Ability]
+/// <para>Summons your avatar to deal unaspected damage to target and all enemies nearby it with a potency of 520 for the first enemy, and 25% less for all remaining enemies.</para>
+/// <para>Additional Effect: Grants 2 stacks of ExecutionerSoul ReaverSoul Reaver</para>
+/// <para>Duration: 30s</para>
+/// <para>Effect cannot be stacked with Soul Reaver.</para>
+/// <para>Soul Gauge Cost: 50</para>
+/// </summary>
+GluttonyPvE = 24393,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24394"><strong>Enshroud</strong></see> <i>PvE</i> (RPR) [24394] [Ability]
+/// <para>Offers your flesh as a vessel to your avatar, gaining maximum stacks of Lemure Shroud.</para>
+/// <para>Duration: 30s</para>
+/// <para>Certain actions cannot be executed while playing host to your avatar.</para>
+/// <para>Additional Effect: Grants Oblatio</para>
+/// <para>Duration: 30s</para>
+/// <para>Shroud Gauge Cost: 50</para>
+/// </summary>
+EnshroudPvE = 24394,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24395"><strong>Void Reaping</strong></see> <i>PvE</i> (RPR) [24395] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Enhanced Void Reaping Potency: </para>
+/// <para>Additional Effect: Grants Enhanced Cross Reaping</para>
+/// <para>Duration: 30s</para>
+/// <para>Additional Effect: Grants Void Shroud</para>
+/// <para>Can only be executed while under the effect of Enshrouded.</para>
+/// <para>Recast timer cannot be affected by status effects or gear attributes.</para>
+/// <para>Lemure Shroud Cost: 1</para>
+/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Gibbet changes to Void Reaping when requirements for execution are met.</para>
+/// </summary>
+VoidReapingPvE = 24395,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24396"><strong>Cross Reaping</strong></see> <i>PvE</i> (RPR) [24396] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Enhanced Cross Reaping Potency: </para>
+/// <para>Additional Effect: Grants Enhanced Void Reaping</para>
+/// <para>Duration: 30s</para>
+/// <para>Additional Effect: Grants Void Shroud</para>
+/// <para>Can only be executed while under the effect of Lemure Shroud.</para>
+/// <para>Lemure Shroud Cost: 1</para>
+/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Gallows changes to Cross Reaping when requirements for execution are met.</para>
+/// </summary>
+CrossReapingPvE = 24396,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24397"><strong>Grim Reaping</strong></see> <i>PvE</i> (RPR) [24397] [Weaponskill]
+/// <para>Delivers an attack with a potency of 200 to all enemies in a cone before you.</para>
+/// <para>Additional Effect: Grants Void Shroud</para>
+/// <para>Can only be executed while under the effect of Enshrouded.</para>
+/// <para>Lemure Shroud Cost: 1</para>
+/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Guillotine changes to Grim Reaping when requirements for execution are met.</para>
+/// </summary>
+GrimReapingPvE = 24397,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24398"><strong>Communio</strong></see> <i>PvE</i> (RPR) [24398] [Spell]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 1,100 for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Additional Effect: Grants Perfectio Parata when executed while Perfectio Occulta is active</para>
+/// <para>Duration: 30s</para>
+/// <para>Enshrouded effect expires upon execution.</para>
+/// <para>Requires at least one stack of Lemure Shroud to execute.</para>
+/// </summary>
+CommunioPvE = 24398,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24399"><strong>Lemure's Slice</strong></see> <i>PvE</i> (RPR) [24399] [Ability]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Void Shroud Cost: 2</para>
+/// <para>Shares a recast timer with Lemure's Scythe.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Blood Stalk changes to Lemure's Slice while under the effect of Enshrouded.</para>
+/// </summary>
+LemuresSlicePvE = 24399,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24400"><strong>Lemure's Scythe</strong></see> <i>PvE</i> (RPR) [24400] [Ability]
+/// <para>Delivers an attack with a potency of 100 to all enemies in a cone before you.</para>
+/// <para>Void Shroud Cost: 2</para>
+/// <para>Shares a recast timer with Lemure's Slice.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Grim Swathe changes to Lemure's Scythe while under the effect of Enshrouded.</para>
+/// </summary>
+LemuresScythePvE = 24400,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24401"><strong>Hell's Ingress</strong></see> <i>PvE</i> (RPR) [24401] [Ability]
+/// <para>Quickly dash 15 yalms forward.</para>
+/// <para>Additional Effect: Grants Enhanced Harpe</para>
+/// <para>Enhanced Harpe Effect: Next Harpe can be cast immediately and will reduce recast timer of Hell's Ingress by 5s upon execution</para>
+/// <para>Duration: 10s</para>
+/// <para>Additional Effect: Leaves behind a Hellsgate at point of origin, and grants Threshold to self</para>
+/// <para>Duration: 10s</para>
+/// <para>Cannot be executed while bound.</para>
+/// <para>Shares a recast timer with Hell's Egress.</para>
+/// </summary>
+HellsIngressPvE = 24401,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24402"><strong>Hell's Egress</strong></see> <i>PvE</i> (RPR) [24402] [Ability]
+/// <para>Quickly dash 15 yalms backwards.</para>
+/// <para>Additional Effect: Grants Enhanced Harpe</para>
+/// <para>Enhanced Harpe Effect: Next Harpe can be cast immediately and will reduce recast timer of Hell's Egress by 5s upon execution</para>
+/// <para>Duration: 10s</para>
+/// <para>Additional Effect: Leaves behind a Hellsgate at point of origin, and grants Threshold to self</para>
+/// <para>Duration: 10s</para>
+/// <para>Cannot be executed while bound.</para>
+/// <para>Shares a recast timer with Hell's Ingress.</para>
+/// </summary>
+HellsEgressPvE = 24402,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24403"><strong>Regress</strong></see> <i>PvE</i> (RPR) [24403] [Ability]
+/// <para>Move instantly to the Hellsgate left behind by you.</para>
+/// <para>Can only be executed while under the effect of Threshold.</para>
+/// <para>Cannot be executed while bound.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Hell's Ingress or Hell's Egress will change to Regress when requirements for execution are met.</para>
+/// </summary>
+RegressPvE = 24403,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24404"><strong>Arcane Crest</strong></see> <i>PvE</i> (RPR) [24404] [Ability]
+/// <para>Grants Crest of Time Borrowed to self, creating a barrier that nullifies damage totaling up to 10% of maximum HP.</para>
+/// <para>Duration: 5s</para>
+/// <para>Grants Crest of Time Returned to self and nearby party members within a radius of 15 yalms when barrier is completely absorbed.</para>
+/// <para>Crest of Time Returned Effect: Gradually restores HP</para>
+/// <para>Cure Potency: 50</para>
+/// <para>Duration: 15s</para>
+/// </summary>
+ArcaneCrestPvE = 24404,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24405"><strong>Arcane Circle</strong></see> <i>PvE</i> (RPR) [24405] [Ability]
+/// <para>Increases damage dealt by self and nearby party members by 3%.</para>
+/// <para>Duration: 20s</para>
+/// <para>Additional Effect: Grants Circle of Sacrifice to self and nearby party members</para>
+/// <para>Duration: 5s</para>
+/// <para>Additional Effect: Grants Bloodsown Circle to self</para>
+/// <para>Duration: 6s</para>
+/// <para>Circle of Sacrifice Effect: When you or party members under this effect successfully land a weaponskill or cast a spell, the reaper who applied it may be granted a stack of Immortal Sacrifice, up to a maximum of 8</para>
+/// <para>Duration: 30s</para>
+/// <para>Bloodsown Circle Effect: Allows you to accumulate stacks of Immortal Sacrifice from party members under the effect of your Circle of Sacrifice</para>
+/// </summary>
+ArcaneCirclePvE = 24405,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24619"><strong>Liminal Fire</strong></see> <i>PvE</i> (All Classes) [24619] [Weaponskill]
+/// <para>Unleash a digital barrage that damages black walls and pylons.</para>
+/// </summary>
+LiminalFirePvE = 24619,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24620"><strong>Liminal Fire</strong></see> <i>PvE</i> (All Classes) [24620] [Weaponskill]
+/// <para>Unleash a digital barrage that damages white walls and pylons.</para>
+/// </summary>
+LiminalFirePvE_24620 = 24620,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24621"><strong>F-0 Switch</strong></see> <i>PvE</i> (All Classes) [24621] [Ability]
+/// <para>Swap your color.</para>
+/// </summary>
+F0SwitchPvE = 24621,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24622"><strong>F-0 Switch</strong></see> <i>PvE</i> (All Classes) [24622] [Ability]
+/// <para>Swap your color.</para>
+/// </summary>
+F0SwitchPvE_24622 = 24622,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24831"><strong>Scorch</strong></see> <i>PvE</i> (All Classes) [24831] [Spell]
+/// <para></para>
+/// </summary>
+ScorchPvE_24831 = 24831,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24898"><strong>Scorch</strong></see> <i>PvE</i> (All Classes) [24898] [Spell]
+/// <para></para>
+/// </summary>
+ScorchPvE_24898 = 24898,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24917"><strong>Corps-a-corps</strong></see> <i>PvE</i> (All Classes) [24917] [Ability]
+/// <para></para>
+/// </summary>
+CorpsacorpsPvE_24917 = 24917,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24918"><strong>Enchanted Riposte</strong></see> <i>PvE</i> (All Classes) [24918] [Weaponskill]
+/// <para></para>
+/// </summary>
+EnchantedRipostePvE_24918 = 24918,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24919"><strong>Enchanted Zwerchhau</strong></see> <i>PvE</i> (All Classes) [24919] [Weaponskill]
+/// <para></para>
+/// </summary>
+EnchantedZwerchhauPvE_24919 = 24919,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/24920"><strong>Enchanted Redoublement</strong></see> <i>PvE</i> (All Classes) [24920] [Weaponskill]
+/// <para></para>
+/// </summary>
+EnchantedRedoublementPvE_24920 = 24920,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/25746"><strong>Holy Sheltron</strong></see> <i>PvE</i> (PLD) [25746] [Ability]
+/// <para>Reduces damage taken by 15%.</para>
+/// <para>Duration: 8s</para>
+/// <para>Additional Effect: Grants Knight's Resolve</para>
+/// <para>Knight's Resolve Effect: Reduces damage taken by 15%</para>
+/// <para>Duration: 4s</para>
+/// <para>Additional Effect: Grants Knight's Benediction</para>
+/// <para>Knight's Benediction Effect: Gradually restores HP</para>
+/// <para>Cure Potency: 250</para>
+/// <para>Duration: 12s</para>
+/// <para>Oath Gauge Cost: 50</para>
+/// </summary>
+HolySheltronPvE = 25746,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/25747"><strong>Expiacion</strong></see> <i>PvE</i> (PLD) [25747] [Ability]
+/// <para>Delivers an attack to target and all enemies nearby it with a potency of 450 for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Additional Effect: Restores MP</para>
+/// </summary>
+ExpiacionPvE = 25747,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/25748"><strong>Blade of Faith</strong></see> <i>PvE</i> (PLD) [25748] [Spell]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Requiescat Potency: </para>
+/// <para>Combo Action: Confiteor</para>
+/// <para>Additional Effect: Restores own HP</para>
+/// <para>Cure Potency: 400</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Confiteor changes to Blade of Faith when requirements for execution are met.</para>
+/// </summary>
+BladeOfFaithPvE = 25748,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/25749"><strong>Blade of Truth</strong></see> <i>PvE</i> (PLD) [25749] [Spell]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Requiescat Potency: </para>
+/// <para>Combo Action: Blade of Faith</para>
+/// <para>Additional Effect: Restores own HP</para>
+/// <para>Cure Potency: 400</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Blade of Faith changes to Blade of Truth when requirements for execution are met.</para>
+/// </summary>
+BladeOfTruthPvE = 25749,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/25750"><strong>Blade of Valor</strong></see> <i>PvE</i> (PLD) [25750] [Spell]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Requiescat Potency: </para>
+/// <para>Combo Action: Blade of Truth</para>
+/// <para>Additional Effect: Restores own HP</para>
+/// <para>Cure Potency: 400</para>
+/// <para>Additional Effect: Grants Blade of Honor Ready</para>
+/// <para>Duration: 30s</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Blade of Truth changes to Blade of Valor when requirements for execution are met.</para>
+/// </summary>
+BladeOfValorPvE = 25750,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/25751"><strong>Bloodwhetting</strong></see> <i>PvE</i> (WAR) [25751] [Ability]
+/// <para>Reduces damage taken by 10%.</para>
+/// <para>Duration: 8s</para>
+/// <para>Additional Effect: Restores HP with each weaponskill successfully delivered</para>
+/// <para>Cure Potency: 400</para>
+/// <para>Additional Effect: Grants Stem the Flow</para>
+/// <para>Stem the Flow Effect: Reduces damage taken by 10%</para>
+/// <para>Duration: 4s</para>
+/// <para>Additional Effect: Grants Stem the Tide</para>
+/// <para>Stem the Tide Effect: Creates a barrier around self that absorbs damage equivalent to a heal of 400 potency</para>
+/// <para>Duration: 20s</para>
+/// <para>Shares a recast timer with Nascent Flash.</para>
+/// </summary>
+BloodwhettingPvE = 25751,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/25752"><strong>Orogeny</strong></see> <i>PvE</i> (WAR) [25752] [Ability]
+/// <para>Delivers an attack with a potency of 150 to all nearby enemies.</para>
+/// <para>Shares a recast timer with Upheaval.</para>
+/// </summary>
+OrogenyPvE = 25752,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/25753"><strong>Primal Rend</strong></see> <i>PvE</i> (WAR) [25753] [Weaponskill]
+/// <para>Jumps to the target and delivers a critical direct hit to target and all enemies nearby it with a potency of 700 for the first enemy, and 70% less for all remaining enemies.</para>
+/// <para>Damage dealt is increased when under an effect that raises critical hit rate or direct hit rate.</para>
+/// <para>Additional Effect: Grants Primal Ruination Ready</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed while under the effect of Primal Rend Ready, granted by Inner Release.</para>
+/// <para>Cannot be executed while bound.</para>
+/// </summary>
+PrimalRendPvE = 25753,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/25754"><strong>Oblation</strong></see> <i>PvE</i> (DRK) [25754] [Ability]
+/// <para>Reduces damage taken by target party member or self by 10%.</para>
+/// <para>Duration: 10s</para>
+/// <para>Maximum Charges: 2</para>
+/// </summary>
+OblationPvE = 25754,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/25755"><strong>Salt and Darkness</strong></see> <i>PvE</i> (DRK) [25755] [Ability]
+/// <para>All enemies standing in the corrupted patch of Salted Earth take additional unaspected damage with a potency of 500 for the first enemy, and 50% less for all remaining enemies.</para>
+/// </summary>
+SaltAndDarknessPvE = 25755,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/25757"><strong>Shadowbringer</strong></see> <i>PvE</i> (DRK) [25757] [Ability]
+/// <para>Deals unaspected damage to all enemies in a straight line before you with a potency of 600 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Can only be executed while under the effect of Darkside.</para>
+/// </summary>
+ShadowbringerPvE = 25757,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/25758"><strong>Heart of Corundum</strong></see> <i>PvE</i> (GNB) [25758] [Ability]
+/// <para>Reduces damage taken by target party member or self by 15%.</para>
+/// <para>Duration: 8s</para>
+/// <para>Additional Effect: When targeting a party member while under the effect of Brutal Shell, that effect is also granted to the target</para>
+/// <para>Duration: 30s</para>
+/// <para>Additional Effect: Grants Clarity of Corundum to target</para>
+/// <para>Clarity of Corundum Effect: Reduces damage taken by 15%</para>
+/// <para>Duration: 4s</para>
+/// <para>Additional Effect: Grants Catharsis of Corundum to target</para>
+/// <para>Catharsis of Corundum Effect: Restores HP when HP falls below 50% or upon effect duration expiration</para>
+/// <para>Cure Potency: 900</para>
+/// <para>Duration: 20s</para>
+/// </summary>
+HeartOfCorundumPvE = 25758,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/25759"><strong>Hypervelocity</strong></see> <i>PvE</i> (GNB) [25759] [Ability]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Can only be executed when Ready to Blast.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Continuation changes to Hypervelocity when requirements for execution are met.</para>
+/// </summary>
+HypervelocityPvE = 25759,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/25760"><strong>Double Down</strong></see> <i>PvE</i> (GNB) [25760] [Weaponskill]
+/// <para>Delivers an attack to all nearby enemies with a potency of 1,200 for the first enemy, and 15% less for all remaining enemies.</para>
+/// <para>Cartridge Cost: 2</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
+/// </summary>
+DoubleDownPvE = 25760,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/25761"><strong>Steel Peak</strong></see> <i>PvE</i> (PGL MNK) [25761] [Ability]
+/// <para>Delivers an attack with a potency of 180.</para>
+/// <para>Can only be executed while in combat and under the effect of five Chakra. Five chakra close upon execution.</para>
+/// </summary>
+SteelPeakPvE = 25761,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/25762"><strong>Thunderclap</strong></see> <i>PvE</i> (MNK) [25762] [Ability]
+/// <para>Rush to a targeted enemy's or party member's location.</para>
+/// <para>Maximum Charges: </para>
+/// <para>Cannot be executed while bound.</para>
/// </summary>
-LostIncensePvE = 20731,
+ThunderclapPvE = 25762,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20732"><strong>Lost Fair Trade</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20732] [Weaponskill]
-/// <para>Through sheer force of will, restore a random technique of the lost to physical form and throw it at a single target, dealing damage with a potency of 50.</para>
-/// <para>Potency increases up to 1,000 based on the weight of the lost action.</para>
-/// <para>The lost action thrown will be lost upon execution.</para>
-/// <para>This action does not share a recast timer with any other actions. Furthermore, the recast timer cannot be affected by other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25763"><strong>Howling Fist</strong></see> <i>PvE</i> (MNK) [25763] [Ability]
+/// <para>Delivers an attack with a potency of 100 to all enemies in a straight line before you.</para>
+/// <para>Can only be executed while in combat and under the effect of five Chakra. Five chakra close upon execution.</para>
/// </summary>
-LostFairTradePvE = 20732,
+HowlingFistPvE = 25763,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20733"><strong>Mimic</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20733] [Ability]
-/// <para>Study the lost techniques used by a targeted ally and make them your own.</para>
-/// <para>Cannot be executed while in combat.</para>
+/// <see href="https://garlandtools.org/db/#action/25764"><strong>Masterful Blitz</strong></see> <i>PvE</i> (MNK) [25764] [Weaponskill]
+/// <para>Strike the enemy with a technique fueled by the power of your Beast Chakra.</para>
+/// <para>The technique used is determined by the number of different types of Beast Chakra opened.</para>
+/// <para>1 Beast Chakra Type: Elixir BurstElixir FieldElixir Field</para>
+/// <para>2 Beast Chakra Types: Celestial Revolution</para>
+/// <para>3 Beast Chakra Types: Rising PhoenixFlint StrikeFlint Strike</para>
+/// <para>3 Beast Chakra and Both Nadi: Phantom RushTornado KickTornado Kick</para>
/// </summary>
-MimicPvE = 20733,
+MasterfulBlitzPvE = 25764,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20734"><strong>Dynamis Dice</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20734] [Item]
-/// <para>Place your faith in the goddess Nymeia as she spins the wheel of fate.</para>
-/// <para>Can only be executed while in combat.</para>
-/// <para>Shares a recast timer with Resistance Potion and Resistance Elixir.</para>
+/// <see href="https://garlandtools.org/db/#action/25765"><strong>Celestial Revolution</strong></see> <i>PvE</i> (MNK) [25765] [Weaponskill]
+/// <para>Delivers an attack with a potency of 450.</para>
+/// <para>Additional Effect: Opens the Lunar Nadi</para>
+/// <para>If the Lunar Nadi is already open, opens the Solar Nadi instead.</para>
+/// <para>Additional Effect: Grants Formless Fist, allowing the execution of a weaponskill that requires a certain form, without being in that form</para>
+/// <para>Duration: 30s</para>
+/// <para>Any additional effects associated with the executed action will also be applied.</para>
+/// <para>Can only be executed while under the effect of three Beast Chakra.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Masterful Blitz changes to Celestial Revolution when requirements for execution are met.</para>
/// </summary>
-DynamisDicePvE = 20734,
+CelestialRevolutionPvE = 25765,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20735"><strong>Resistance Phoenix</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20735] [Item]
-/// <para>Resurrects target to a weakened state.</para>
+/// <see href="https://garlandtools.org/db/#action/25766"><strong>Riddle of Wind</strong></see> <i>PvE</i> (MNK) [25766] [Ability]
+/// <para>Reduces auto-attack delay by 50%.</para>
+/// <para>Duration: 15s</para>
+/// <para>Additional Effect: Grants Wind's Rumination</para>
+/// <para>Duration: 15s</para>
/// </summary>
-ResistancePhoenixPvE = 20735,
+RiddleOfWindPvE = 25766,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20736"><strong>Resistance Reraiser</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20736] [Item]
-/// <para>Grants a 70% chance of automatic revival upon KO.</para>
-/// <para>Duration: 180m</para>
+/// <see href="https://garlandtools.org/db/#action/25767"><strong>Shadow of the Destroyer</strong></see> <i>PvE</i> (MNK) [25767] [Weaponskill]
+/// <para>Delivers an attack with a potency of 110 to all nearby enemies.</para>
+/// <para>Opo-opo Form Bonus: Guarantees a critical hit</para>
+/// <para>Damage dealt is increased when under an effect that raises critical hit rate.</para>
+/// <para>Additional Effect: Changes form to raptor</para>
+/// <para>Duration: 30s</para>
/// </summary>
-ResistanceReraiserPvE = 20736,
+ShadowOfTheDestroyerPvE = 25767,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20737"><strong>Resistance Potion Kit</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20737] [Item]
-/// <para>Grants Auto-potion to self.</para>
-/// <para>Auto-potion Effect: Restores HP automatically when HP falls below 50%</para>
-/// <para>Duration: 600s</para>
-/// <para>When triggered, there is a 50% chance the effect will end.</para>
-/// <para>Spirit of the Breathtaker Effect: Chance for Auto-potion effect to end is reduced to 10%</para>
-/// <para>Shares a recast timer with Resistance Ether Kit and Resistance Medikit.</para>
+/// <see href="https://garlandtools.org/db/#action/25768"><strong>Rising Phoenix</strong></see> <i>PvE</i> (MNK) [25768] [Weaponskill]
+/// <para>Deals physical fire damage to all nearby enemies with a potency of 900 for the first enemy, and 70% less for all remaining enemies.</para>
+/// <para>Additional Effect: Opens the Solar Nadi</para>
+/// <para>Additional Effect: Grants Formless Fist, allowing the execution of a weaponskill that requires a certain form, without being in that form</para>
+/// <para>Duration: 30s</para>
+/// <para>Any additional effects associated with the executed action will also be applied.</para>
+/// <para>Can only be executed while under the effect of three distinct Beast Chakra.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Masterful Blitz changes to Rising Phoenix when requirements for execution are met.</para>
/// </summary>
-ResistancePotionKitPvE = 20737,
+RisingPhoenixPvE = 25768,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20738"><strong>Resistance Ether Kit</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20738] [Item]
-/// <para>Grants Auto-ether to self.</para>
-/// <para>Auto-ether Effect: Restores MP automatically when MP falls below 20%</para>
-/// <para>Duration: 600s</para>
-/// <para>When triggered, there is a 50% chance the effect will end.</para>
-/// <para>Spirit of the Breathtaker Effect: Chance for Auto-ether effect to end is reduced to 10%</para>
-/// <para>Shares a recast timer with Resistance Potion Kit and Resistance Medikit.</para>
+/// <see href="https://garlandtools.org/db/#action/25769"><strong>Phantom Rush</strong></see> <i>PvE</i> (MNK) [25769] [Weaponskill]
+/// <para>Delivers an attack to target and all enemies nearby it with a potency of 1,400 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Grants Formless Fist, allowing the execution of a weaponskill that requires a certain form, without being in that form</para>
+/// <para>Duration: 30s</para>
+/// <para>Any additional effects associated with the executed action will also be applied.</para>
+/// <para>Can only be executed while under the effect of Lunar Nadi and Solar Nadi, as well as three Beast Chakra.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Masterful Blitz changes to Phantom Rush when requirements for execution are met.</para>
/// </summary>
-ResistanceEtherKitPvE = 20738,
+PhantomRushPvE = 25769,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20739"><strong>Resistance Medikit</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20739] [Item]
-/// <para>Removes a single detrimental effect from self. When not suffering from detrimental effects, creates a barrier that protects against most status ailments. The barrier is removed after curing the next status ailment suffered.</para>
-/// <para>Effect cannot be stacked with similar barrier actions.</para>
-/// <para>Duration: 30m</para>
-/// <para>Shares a recast timer with Resistance Potion Kit and Resistance Ether Kit.</para>
+/// <see href="https://garlandtools.org/db/#action/25770"><strong>Draconian Fury</strong></see> <i>PvE</i> (DRG) [25770] [Weaponskill]
+/// <para>Delivers an attack with a potency of 130 to all enemies in a straight line before you.</para>
+/// <para>Additional Effect: Sharpens the Firstminds' Focus by 1</para>
+/// <para>Can only be executed while under the effect of Draconian Fire.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Doom Spike changes to Draconian Fury when requirements for execution are met. </para>
/// </summary>
-ResistanceMedikitPvE = 20739,
+DraconianFuryPvE = 25770,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20740"><strong>Resistance Potion</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20740] [Item]
-/// <para>Gradually restores HP.</para>
-/// <para>Cure Potency: 1,600</para>
-/// <para>Duration: 40s</para>
-/// <para>Shares a recast timer with Dynamis Dice and Resistance Elixir.</para>
+/// <see href="https://garlandtools.org/db/#action/25771"><strong>Heavens' Thrust</strong></see> <i>PvE</i> (DRG) [25771] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Combo Action: Lance BarrageVorpal ThrustVorpal Thrust</para>
+/// <para>Combo Potency: </para>
/// </summary>
-ResistancePotionPvE = 20740,
+HeavensThrustPvE = 25771,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20741"><strong>Essence of the Aetherweaver</strong></see> <i>PvE</i> (WHM SCH AST SGE) [20741] [Item]
-/// <para>Increases damage dealt by 80%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25772"><strong>Chaotic Spring</strong></see> <i>PvE</i> (DRG) [25772] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para> when executed from a target's rear.</para>
+/// <para>Combo Action: Spiral BlowDisembowelDisembowel</para>
+/// <para>Combo Potency: </para>
+/// <para>Rear Combo Potency: </para>
+/// <para>Combo Bonus: Damage over time</para>
+/// <para>Potency: 45</para>
+/// <para>Duration: 24s</para>
/// </summary>
-EssenceOfTheAetherweaverPvE = 20741,
+ChaoticSpringPvE = 25772,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20742"><strong>Essence of the Martialist</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [20742] [Item]
-/// <para>Increases damage dealt by 60%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25773"><strong>Wyrmwind Thrust</strong></see> <i>PvE</i> (DRG) [25773] [Ability]
+/// <para>Delivers an attack to all enemies in a straight line before you with a potency of for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Firstminds' Focus Cost: 2</para>
/// </summary>
-EssenceOfTheMartialistPvE = 20742,
+WyrmwindThrustPvE = 25773,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20743"><strong>Essence of the Savior</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [20743] [Item]
-/// <para>Increases healing potency by 60%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25774"><strong>Phantom Kamaitachi</strong></see> <i>PvE</i> (NIN) [25774] [Weaponskill]
+/// <para>Your shadow deals wind damage to target and all enemies within 5 yalms with a potency of 600 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Increases Ninki Gauge by 10</para>
+/// <para>Can only be executed while under the effect of Phantom Kamaitachi Ready.</para>
/// </summary>
-EssenceOfTheSaviorPvE = 20743,
+PhantomKamaitachiPvE = 25774,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20744"><strong>Essence of the Veteran</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE) [20744] [Item]
-/// <para>Increases physical defense by 150%, magic defense by 45%, and maximum HP by 60%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25776"><strong>Hollow Nozuchi</strong></see> <i>PvE</i> (NIN) [25776] [Ability]
+/// <para>All enemies standing in the corrupted earth of Doton take additional earth damage with a potency of 50.</para>
+/// <para>Requires Hakke Mujinsatsu to be executed as a combo action or upon executing Katon, Goka Mekkyaku, or Phantom Kamaitachi.</para>
+/// <para>Effect can only be triggered while Doton is active.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-EssenceOfTheVeteranPvE = 20744,
+HollowNozuchiPvE = 25776,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20745"><strong>Essence of the Platebearer</strong></see> <i>PvE</i> (MNK DRG BRD NIN MCH SAM DNC RPR) [20745] [Item]
-/// <para>Increases defense by 80% and maximum HP by 45%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25777"><strong>Forked Raiju</strong></see> <i>PvE</i> (NIN) [25777] [Weaponskill]
+/// <para>Rushes target and delivers a lightning attack with a potency of .</para>
+/// <para>Additional Effect: Increases Ninki Gauge by 5</para>
+/// <para>Can only be executed while under the effect of Raiju Ready.</para>
+/// <para>Cannot be executed while bound.</para>
/// </summary>
-EssenceOfThePlatebearerPvE = 20745,
+ForkedRaijuPvE = 25777,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20746"><strong>Essence of the Guardian</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [20746] [Item]
-/// <para>Increases defense by 30% and maximum HP by 10%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25778"><strong>Fleeting Raiju</strong></see> <i>PvE</i> (NIN) [25778] [Weaponskill]
+/// <para>Deals lightning damage with a potency of .</para>
+/// <para>Additional Effect: Increases Ninki Gauge by 5</para>
+/// <para>Can only be executed while under the effect of Raiju Ready.</para>
/// </summary>
-EssenceOfTheGuardianPvE = 20746,
+FleetingRaijuPvE = 25778,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20747"><strong>Essence of the Ordained</strong></see> <i>PvE</i> (WHM SMN SCH AST RDM SGE) [20747] [Item]
-/// <para>Increases damage dealt by 20%, healing potency by 25%, and maximum MP by 50%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25780"><strong>Fuko</strong></see> <i>PvE</i> (SAM) [25780] [Weaponskill]
+/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
+/// <para>Additional Effect: Increases Kenki Gauge by 10</para>
/// </summary>
-EssenceOfTheOrdainedPvE = 20747,
+FukoPvE = 25780,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20748"><strong>Essence of the Skirmisher</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [20748] [Item]
-/// <para>Increases damage dealt by 20% and critical hit rate by 15%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25781"><strong>Ogi Namikiri</strong></see> <i>PvE</i> (SAM) [25781] [Weaponskill]
+/// <para>Delivers a critical hit to all enemies in a cone before you with a potency of for the first enemy, and 75% less for all remaining enemies.</para>
+/// <para>Damage dealt is increased when under an effect that raises critical hit rate.</para>
+/// <para>Grants a stack of Meditation, up to a maximum of 3.</para>
+/// <para>Can only be executed while under the effect of Ogi Namikiri Ready.</para>
/// </summary>
-EssenceOfTheSkirmisherPvE = 20748,
+OgiNamikiriPvE = 25781,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20749"><strong>Essence of the Watcher</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [20749] [Item]
-/// <para>Reduces maximum HP by 5% while increasing evasion by 40%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25782"><strong>Kaeshi: Namikiri</strong></see> <i>PvE</i> (SAM) [25782] [Weaponskill]
+/// <para>Delivers a critical hit to all enemies in a cone before you with a potency of for the first enemy, and 75% less for all remaining enemies.</para>
+/// <para>Damage dealt is increased when under an effect that raises critical hit rate.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Ogi Namikiri changes to Kaeshi: Namikiri when requirements for execution are met.</para>
/// </summary>
-EssenceOfTheWatcherPvE = 20749,
+KaeshiNamikiriPvE = 25782,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20750"><strong>Essence of the Profane</strong></see> <i>PvE</i> (WHM SCH AST SGE) [20750] [Item]
-/// <para>Reduces healing potency by 70% while increasing damage dealt by 100%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25783"><strong>Ladonsbite</strong></see> <i>PvE</i> (BRD) [25783] [Weaponskill]
+/// <para>Delivers an attack with a potency of 130 to all enemies in a cone before you.</para>
+/// <para>Additional Effect: 35% chance of granting Hawk's Eye</para>
+/// <para>Duration: 30s</para>
/// </summary>
-EssenceOfTheProfanePvE = 20750,
+LadonsbitePvE = 25783,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20751"><strong>Essence of the Irregular</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [20751] [Item]
-/// <para>Increases damage dealt by 90% and damage taken by 200% while reducing maximum HP by 30%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25784"><strong>Blast Arrow</strong></see> <i>PvE</i> (BRD) [25784] [Weaponskill]
+/// <para>Delivers an attack to all enemies in a straight line before you with a potency of 600 for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Can only be executed while under the effect of Blast Arrow Ready.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Apex Arrow changes to Blast Arrow when requirements for execution are met.</para>
/// </summary>
-EssenceOfTheIrregularPvE = 20751,
+BlastArrowPvE = 25784,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20752"><strong>Essence of the Breathtaker</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20752] [Item]
-/// <para>Increases poison resistance and movement speed, including mount speed, and increases evasion by 10%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25785"><strong>Radiant Finale</strong></see> <i>PvE</i> (BRD) [25785] [Ability]
+/// <para>Increases damage dealt by self and nearby party members.</para>
+/// <para>Duration: 20s</para>
+/// <para>Effectiveness is determined by the number of different Coda active in the Song Gauge.</para>
+/// <para>1 Coda: 2%</para>
+/// <para>2 Coda: 4%</para>
+/// <para>3 Coda: 6%</para>
+/// <para>Additional Effect: Grants Radiant Encore Ready</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed when at least 1 coda is active.</para>
/// </summary>
-EssenceOfTheBreathtakerPvE = 20752,
+RadiantFinalePvE = 25785,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20753"><strong>Essence of the Bloodsucker</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [20753] [Item]
-/// <para>Increases damage dealt by 40%.</para>
-/// <para>Additional Effect: Absorb a portion of damage dealt as HP</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25786"><strong>Scattergun</strong></see> <i>PvE</i> (MCH) [25786] [Weaponskill]
+/// <para>Delivers an attack with a potency of to all enemies in a cone before you.</para>
+/// <para>Additional Effect: Increases Heat Gauge by 10</para>
/// </summary>
-EssenceOfTheBloodsuckerPvE = 20753,
+ScattergunPvE = 25786,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20754"><strong>Essence of the Beast</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [20754] [Item]
-/// <para>Increases defense by 50% and maximum HP by 45%.</para>
-/// <para>Additional Effect: Absorb a portion of damage dealt as HP</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25787"><strong>Crowned Collider</strong></see> <i>PvE</i> (MCH) [25787] [Ability]
+/// <para>Delivers an attack with a potency of 390.</para>
+/// <para>Potency increases as Battery Gauge exceeds required cost at time of deployment, up to a maximum of 780.</para>
+/// <para>The Automaton Queen shuts down after execution. If this action is not used manually while the Automaton Queen is active, it will be triggered automatically immediately before shutting down.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-EssenceOfTheBeastPvE = 20754,
+CrownedColliderPvE = 25787,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20755"><strong>Essence of the Templar</strong></see> <i>PvE</i> (WHM SCH AST SGE) [20755] [Item]
-/// <para>Increases defense by 50%, maximum HP by 45%, and damage dealt by 60%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25788"><strong>Chain Saw</strong></see> <i>PvE</i> (MCH) [25788] [Weaponskill]
+/// <para>Delivers an attack to all enemies in a straight line before you with a potency of 600 for the first enemy, and 65% less for all remaining enemies.</para>
+/// <para>Additional Effect: Increases Battery Gauge by 20</para>
+/// <para>Additional Effect: Grants Excavator Ready</para>
+/// <para>Duration: 30s</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
/// </summary>
-EssenceOfTheTemplarPvE = 20755,
+ChainSawPvE = 25788,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20756"><strong>Deep Essence of the Aetherweaver</strong></see> <i>PvE</i> (WHM SCH AST SGE) [20756] [Item]
-/// <para>Increases damage dealt by 96%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25789"><strong>Improvised Finish</strong></see> <i>PvE</i> (DNC) [25789] [Ability]
+/// <para>Creates a barrier around self and all nearby party members. Damage absorbed increases with stacks of Rising Rhythm.</para>
+/// <para>0 Stacks: 5% of maximum HP</para>
+/// <para>1 Stack: 6% of maximum HP</para>
+/// <para>2 Stacks: 7% of maximum HP</para>
+/// <para>3 Stacks: 8% of maximum HP</para>
+/// <para>4 Stacks: 10% of maximum HP</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed while Improvisation is active.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Improvisation changes to Improvised Finish when requirements for execution are met.</para>
/// </summary>
-DeepEssenceOfTheAetherweaverPvE = 20756,
+ImprovisedFinishPvE = 25789,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20757"><strong>Deep Essence of the Martialist</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [20757] [Item]
-/// <para>Increases damage dealt by 72%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25790"><strong>Tillana</strong></see> <i>PvE</i> (DNC) [25790] [Weaponskill]
+/// <para>Delivers an attack to all nearby enemies with a potency of 600 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Increases Esprit Gauge by 50</para>
+/// <para>Can only be executed while under the effect of Flourishing Finish.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Technical Finish changes to Tillana when requirements for execution are met.</para>
/// </summary>
-DeepEssenceOfTheMartialistPvE = 20757,
+TillanaPvE = 25790,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20758"><strong>Deep Essence of the Savior</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [20758] [Item]
-/// <para>Increases healing potency by 72%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25791"><strong>Fan Dance IV</strong></see> <i>PvE</i> (DNC) [25791] [Ability]
+/// <para>Delivers an attack to all enemies in a cone before you with a potency of 300 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Can only be executed while under the effect of Fourfold Fan Dance.</para>
/// </summary>
-DeepEssenceOfTheSaviorPvE = 20758,
+FanDanceIvPvE = 25791,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20759"><strong>Deep Essence of the Veteran</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE) [20759] [Item]
-/// <para>Increases physical defense by 180%, magic defense by 54%, and maximum HP by 72%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25792"><strong>Starfall Dance</strong></see> <i>PvE</i> (DNC) [25792] [Weaponskill]
+/// <para>Delivers a critical direct hit to all enemies in a straight line before you with a potency of 600 for the first enemy, and 75% less for all remaining enemies.</para>
+/// <para>Damage dealt is increased when under an effect that raises critical hit rate or direct hit rate.</para>
+/// <para>Can only be executed while under the effect of Flourishing Starfall.</para>
/// </summary>
-DeepEssenceOfTheVeteranPvE = 20759,
+StarfallDancePvE = 25792,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20760"><strong>Deep Essence of the Platebearer</strong></see> <i>PvE</i> (MNK DRG BRD NIN MCH SAM DNC RPR) [20760] [Item]
-/// <para>Increases defense by 96% and maximum HP by 54%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25793"><strong>Blizzard II</strong></see> <i>PvE</i> (THM BLM) [25793] [Spell]
+/// <para>Deals ice damage with a potency of 80 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Grants Umbral Ice III andGrants Umbral Ice III andGrants Umbral Ice orGrants Umbral Ice or removes Astral Fire</para>
+/// <para>Duration: 15s</para>
/// </summary>
-DeepEssenceOfThePlatebearerPvE = 20760,
+BlizzardIiPvE = 25793,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20761"><strong>Deep Essence of the Guardian </strong></see> <i>PvE</i> (PLD WAR DRK GNB) [20761] [Item]
-/// <para>Increases defense by 36% and maximum HP by 12%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25794"><strong>High Fire II</strong></see> <i>PvE</i> (BLM) [25794] [Spell]
+/// <para>Deals fire damage with a potency of 100 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Grants Astral Fire III and removes Umbral Ice</para>
+/// <para>Duration: 15s</para>
/// </summary>
-DeepEssenceOfTheGuardianPvE = 20761,
+HighFireIiPvE = 25794,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20762"><strong>Deep Essence of the Ordained</strong></see> <i>PvE</i> (WHM SMN SCH AST RDM SGE) [20762] [Item]
-/// <para>Increases damage dealt by 24%, healing potency by 30%, and maximum MP by 60%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25795"><strong>High Blizzard II</strong></see> <i>PvE</i> (BLM) [25795] [Spell]
+/// <para>Deals ice damage with a potency of 100 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Grants Umbral Ice III and removes Astral Fire</para>
+/// <para>Duration: 15s</para>
/// </summary>
-DeepEssenceOfTheOrdainedPvE = 20762,
+HighBlizzardIiPvE = 25795,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20763"><strong>Deep Essence of the Skirmisher</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [20763] [Item]
-/// <para>Increases damage dealt by 24% and critical hit rate by 18%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25796"><strong>Amplifier</strong></see> <i>PvE</i> (BLM) [25796] [Ability]
+/// <para>Grants Polyglot.</para>
+/// <para>Can only be executed while under the effect of Astral Fire or Umbral Ice.</para>
/// </summary>
-DeepEssenceOfTheSkirmisherPvE = 20763,
+AmplifierPvE = 25796,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20764"><strong>Deep Essence of the Watcher</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [20764] [Item]
-/// <para>Reduces maximum HP by 3% while increasing evasion by 48%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25797"><strong>Paradox</strong></see> <i>PvE</i> (BLM) [25797] [Spell]
+/// <para>Deals unaspected damage with a potency of 500.</para>
+/// <para>Additional Effect: Grants Astral Fire</para>
+/// <para>Duration: 15s</para>
+/// <para>Additional Effect: Grants Firestarter</para>
+/// <para>Firestarter Effect: Next Fire III will require no time to cast and cost no MP</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed while under the effect of Paradox.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Fire changes to Paradox when requirements for execution are met.</para>
/// </summary>
-DeepEssenceOfTheWatcherPvE = 20764,
+ParadoxPvE = 25797,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20765"><strong>Deep Essence of the Profane</strong></see> <i>PvE</i> (WHM SCH AST SGE) [20765] [Item]
-/// <para>Reduces healing potency by 70% while increasing damage dealt by 120%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25798"><strong>Summon Carbuncle</strong></see> <i>PvE</i> (ACN SMN) [25798] [Spell]
+/// <para>Summons Carbuncle to your side.</para>
/// </summary>
-DeepEssenceOfTheProfanePvE = 20765,
+SummonCarbunclePvE = 25798,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20766"><strong>Deep Essence of the Irregular</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [20766] [Item]
-/// <para>Increases damage dealt by 108% and damage taken by 200% while reducing maximum HP by 30%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25799"><strong>Radiant Aegis</strong></see> <i>PvE</i> (ACN SMN) [25799] [Ability]
+/// <para>Orders Carbuncle to execute Radiant Aegis.</para>
+/// <para>Radiant Aegis Effect: Creates a barrier around self that absorbs damage totaling 20% of your maximum HP</para>
+/// <para>Duration: 30s</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Can only be executed while Carbuncle is summoned.</para>
/// </summary>
-DeepEssenceOfTheIrregularPvE = 20766,
+RadiantAegisPvE = 25799,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20767"><strong>Deep Essence of the Breathtaker</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20767] [Item]
-/// <para>Increases poison resistance and movement speed, including mount speed, and increases evasion by 20%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25800"><strong>Aethercharge</strong></see> <i>PvE</i> (ACN SMN) [25800] [Spell]
+/// <para>Grants Aethercharge, increasing the potency of Ruin, Ruin II, and Ruin III by 50, and Outburst by 20.</para>
+/// <para>Duration: 15s</para>
+/// <para>Additional Effect: Grants Ruby Arcanum, Topaz Arcanum, and Emerald ArcanumRuby Arcanum, Topaz Arcanum, and Emerald ArcanumRuby Arcanum and Topaz ArcanumRuby Arcanum and Topaz ArcanumRuby ArcanumRuby ArcanumRuby Arcanum and Topaz ArcanumRuby Arcanum and Topaz ArcanumRuby ArcanumRuby Arcanum</para>
+/// <para>Can only be executed in combat and while Carbuncle is summoned.</para>
/// </summary>
-DeepEssenceOfTheBreathtakerPvE = 20767,
+AetherchargePvE = 25800,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20768"><strong>Deep Essence of the Bloodsucker</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [20768] [Item]
-/// <para>Increases damage dealt by 48%.</para>
-/// <para>Additional Effect: Absorb a portion of damage dealt as HP</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25801"><strong>Searing Light</strong></see> <i>PvE</i> (SMN) [25801] [Ability]
+/// <para>Increases damage dealt by self and nearby party members by 5%.</para>
+/// <para>Duration: 20s</para>
+/// <para>Additional Effect: Grants Ruby's Glimmer</para>
+/// <para>Duration: 30s</para>
/// </summary>
-DeepEssenceOfTheBloodsuckerPvE = 20768,
+SearingLightPvE = 25801,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20769"><strong>Deep Essence of the Beast</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [20769] [Item]
-/// <para>Increases defense by 60% and maximum HP by 54%.</para>
-/// <para>Additional Effect: Absorb a portion of damage dealt as HP</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25802"><strong>Summon Ruby</strong></see> <i>PvE</i> (ACN SMN) [25802] [Spell]
+/// <para>Summons Ruby Carbuncle, and orders it to execute Glittering Ruby.</para>
+/// <para>Glittering Ruby Effect: Rushes target and deals fire damage with a potency of 400</para>
+/// <para>Additional Effect: Grants 2 stacks of Fire Attunement</para>
+/// <para>Fire Attunement Effect: Gemshine and Precious Brilliance become fire-aspected</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed while under the effect of Ruby Arcanum and Carbuncle is summoned.</para>
+/// <para>Current pet will leave the battlefield while Ruby Carbuncle is present, and return once gone.</para>
/// </summary>
-DeepEssenceOfTheBeastPvE = 20769,
+SummonRubyPvE = 25802,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20770"><strong>Deep Essence of the Templar</strong></see> <i>PvE</i> (WHM SCH AST SGE) [20770] [Item]
-/// <para>Increases defense by 60%, maximum HP by 54%, and damage dealt by 72%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25803"><strong>Summon Topaz</strong></see> <i>PvE</i> (ACN SMN) [25803] [Spell]
+/// <para>Summons Topaz Carbuncle, and orders it to execute Glittering Topaz.</para>
+/// <para>Glittering Topaz Effect: Rushes target and deals earth damage with a potency of 400</para>
+/// <para>Additional Effect: Grants 4 stacks of Earth Attunement</para>
+/// <para>Earth Attunement Effect: Gemshine and Precious Brilliance become earth-aspected</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed while under the effect of Topaz Arcanum and Carbuncle is summoned.</para>
+/// <para>Current pet will leave the battlefield while Topaz Carbuncle is present, and return once gone.</para>
/// </summary>
-DeepEssenceOfTheTemplarPvE = 20770,
+SummonTopazPvE = 25803,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/20940"><strong>Auto Restoration</strong></see> <i>PvE</i> (All Classes) [20940] [Ability]
-/// <para>Restores up to 40% of own HP and 30% of own EP.</para>
+/// <see href="https://garlandtools.org/db/#action/25804"><strong>Summon Emerald</strong></see> <i>PvE</i> (ACN SMN) [25804] [Spell]
+/// <para>Summons Emerald Carbuncle, and orders it to execute Glittering Emerald.</para>
+/// <para>Glittering Emerald Effect: Deals wind damage with a potency of 400</para>
+/// <para>Additional Effect: Grants 4 stacks of Wind Attunement</para>
+/// <para>Wind Attunement Effect: Gemshine and Precious Brilliance become wind-aspected</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed while under the effect of Emerald Arcanum and Carbuncle is summoned.</para>
+/// <para>Current pet will leave the battlefield while Emerald Carbuncle is present, and return once gone.</para>
/// </summary>
-AutoRestorationPvE = 20940,
+SummonEmeraldPvE = 25804,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/21324"><strong>Enkindling Flame Dance</strong></see> <i>PvE</i> (All Classes) [21324] [Special]
-/// <para>Sets a Bombard's heart ablaze. More ablaze than usual, that is.</para>
+/// <see href="https://garlandtools.org/db/#action/25805"><strong>Summon Ifrit</strong></see> <i>PvE</i> (SMN) [25805] [Spell]
+/// <para>Summons Ifrit-Egi and orders it to execute InfernoBurning StrikeBurning Strike.</para>
+/// <para>Inferno Effect: Rushes forward and deals fire damage to all enemies in a 5-yalm cone before it with a potency of 600 for the first enemy, and 60% less for all remaining enemiesBurning Strike Effect: Rushes forward and deals fire damage with a potency of 500Burning Strike Effect: Rushes forward and deals fire damage with a potency of 500</para>
+/// <para>Additional Effect: Grants 2 stacks of Fire Attunement</para>
+/// <para>Fire Attunement Effect: Gemshine and Precious Brilliance become fire-aspected</para>
+/// <para>Duration: 30s</para>
+/// <para>Additional Effect: Grants Ifrit's Favor</para>
+/// <para>Effect of Ifrit's Favor ends upon execution of certain summoner actions.</para>
+/// <para>Can only be executed while under the effect of Ruby Arcanum and Carbuncle is summoned.</para>
+/// <para>Current pet will leave the battlefield while Ifrit-Egi is present, and return once gone.</para>
/// </summary>
-EnkindlingFlameDancePvE = 21324,
+SummonIfritPvE = 25805,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/21325"><strong>Invigorating Flame Dance</strong></see> <i>PvE</i> (All Classes) [21325] [Special]
-/// <para>Fills a Bombard with vim and vigor.</para>
+/// <see href="https://garlandtools.org/db/#action/25806"><strong>Summon Titan</strong></see> <i>PvE</i> (SMN) [25806] [Spell]
+/// <para>Summons Titan-Egi and orders it to execute Earthen FuryRock BusterRock Buster.</para>
+/// <para>Earthen Fury Effect: Rushes forward and deals earth damage to all enemies within 5 yalms with a potency of 600 for the first enemy, and 60% less for all remaining enemiesRock Buster Effect: Rushes forward and deals earth damage with a potency of 500Rock Buster Effect: Rushes forward and deals earth damage with a potency of 500</para>
+/// <para>Additional Effect: Grants 4 stacks of Earth Attunement</para>
+/// <para>Earth Attunement Effect: Gemshine and Precious Brilliance become earth-aspected</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed while under the effect of Topaz Arcanum and Carbuncle is summoned.</para>
+/// <para>Current pet will leave the battlefield while Titan-Egi is present, and return once gone.</para>
/// </summary>
-InvigoratingFlameDancePvE = 21325,
+SummonTitanPvE = 25806,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/21494"><strong>Fleche</strong></see> <i>PvE</i> (All Classes) [21494] [Ability]
-/// <para>Delivers an attack with a potency of 440.</para>
+/// <see href="https://garlandtools.org/db/#action/25807"><strong>Summon Garuda</strong></see> <i>PvE</i> (SMN) [25807] [Spell]
+/// <para>Summons Garuda-Egi and orders it to execute Aerial BlastAerial SlashAerial Slash.</para>
+/// <para>Aerial Blast Effect: Deals wind damage to target and all enemies within 5 yalms with a potency of 600 for the first enemy, and 60% less for all remaining enemiesAerial Slash Effect: Deals wind damage with a potency of 100 to target and all enemies nearby itAerial Slash Effect: Deals wind damage with a potency of 100 to target and all enemies nearby it</para>
+/// <para>Additional Effect: Grants 4 stacks of Wind Attunement</para>
+/// <para>Wind Attunement Effect: Gemshine and Precious Brilliance become wind-aspected</para>
+/// <para>Duration: 30s</para>
+/// <para>Additional Effect: Grants Garuda's Favor</para>
+/// <para>Effect of Garuda's Favor ends upon execution of certain summoner actions.</para>
+/// <para>Can only be executed while under the effect of Emerald Arcanum and Carbuncle is summoned.</para>
+/// <para>Current pet will leave the battlefield while Garuda-Egi is present, and return once gone.</para>
/// </summary>
-FlechePvE_21494 = 21494,
+SummonGarudaPvE = 25807,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/21495"><strong>Contre Sixte</strong></see> <i>PvE</i> (All Classes) [21495] [Ability]
-/// <para>Delivers an attack with a potency of 400 to target and all enemies nearby it.</para>
+/// <see href="https://garlandtools.org/db/#action/25808"><strong>Ruby Ruin</strong></see> <i>PvE</i> (ACN SMN) [25808] [Spell]
+/// <para>Deals fire damage with a potency of 340.</para>
+/// <para>Fire Attunement Cost: 1</para>
+/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-ContreSixtePvE_21495 = 21495,
+RubyRuinPvE = 25808,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/21496"><strong>Displacement</strong></see> <i>PvE</i> (All Classes) [21496] [Ability]
+/// <see href="https://garlandtools.org/db/#action/25809"><strong>Topaz Ruin</strong></see> <i>PvE</i> (ACN SMN) [25809] [Spell]
+/// <para>Deals earth damage with a potency of 240.</para>
+/// <para>Earth Attunement Cost: 1</para>
/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-DisplacementPvE_21496 = 21496,
+TopazRuinPvE = 25809,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/21497"><strong>Vercure</strong></see> <i>PvE</i> (All Classes) [21497] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 350</para>
+/// <see href="https://garlandtools.org/db/#action/25810"><strong>Emerald Ruin</strong></see> <i>PvE</i> (ACN SMN) [25810] [Spell]
+/// <para>Deals wind damage with a potency of 160.</para>
+/// <para>Wind Attunement Cost: 1</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-VercurePvE_21497 = 21497,
+EmeraldRuinPvE = 25810,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/21498"><strong>Malefic III</strong></see> <i>PvE</i> (All Classes) [21498] [Spell]
-/// <para>Deals unaspected damage with a potency of 210.</para>
+/// <see href="https://garlandtools.org/db/#action/25811"><strong>Ruby Ruin II</strong></see> <i>PvE</i> (ACN SMN) [25811] [Spell]
+/// <para>Deals fire damage with a potency of 380.</para>
+/// <para>Fire Attunement Cost: 1</para>
+/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-MaleficIiiPvE_21498 = 21498,
+RubyRuinIiPvE = 25811,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/21499"><strong>Destiny Drawn</strong></see> <i>PvE</i> (All Classes) [21499] [Ability]
+/// <see href="https://garlandtools.org/db/#action/25812"><strong>Topaz Ruin II</strong></see> <i>PvE</i> (ACN SMN) [25812] [Spell]
+/// <para>Deals earth damage with a potency of 270.</para>
+/// <para>Earth Attunement Cost: 1</para>
/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-DestinyDrawnPvE = 21499,
+TopazRuinIiPvE = 25812,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/21607"><strong>Lord of Crowns</strong></see> <i>PvE</i> (All Classes) [21607] [Ability]
+/// <see href="https://garlandtools.org/db/#action/25813"><strong>Emerald Ruin II</strong></see> <i>PvE</i> (ACN SMN) [25813] [Spell]
+/// <para>Deals wind damage with a potency of 170.</para>
+/// <para>Wind Attunement Cost: 1</para>
/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-LordOfCrownsPvE_21607 = 21607,
+EmeraldRuinIiPvE = 25813,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/21608"><strong>Benefic</strong></see> <i>PvE</i> (All Classes) [21608] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 400</para>
+/// <see href="https://garlandtools.org/db/#action/25814"><strong>Ruby Outburst</strong></see> <i>PvE</i> (ACN SMN) [25814] [Spell]
+/// <para>Deals fire damage with a potency of 160 to target and all enemies nearby it.</para>
+/// <para>Fire Attunement Cost: 1</para>
+/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-BeneficPvE_21608 = 21608,
+RubyOutburstPvE = 25814,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/21609"><strong>Aspected Helios</strong></see> <i>PvE</i> (All Classes) [21609] [Spell]
-/// <para>Restores own HP and the HP of all nearby party members.</para>
-/// <para>Cure Potency: 200</para>
-/// <para>Additional Effect: Regen</para>
-/// <para>Cure Potency: 100</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#action/25815"><strong>Topaz Outburst</strong></see> <i>PvE</i> (ACN SMN) [25815] [Spell]
+/// <para>Deals earth damage with a potency of 110 to target and all enemies nearby it.</para>
+/// <para>Earth Attunement Cost: 1</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-AspectedHeliosPvE_21609 = 21609,
+TopazOutburstPvE = 25815,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/21610"><strong>the Scroll</strong></see> <i>PvE</i> (All Classes) [21610] [Ability]
+/// <see href="https://garlandtools.org/db/#action/25816"><strong>Emerald Outburst</strong></see> <i>PvE</i> (ACN SMN) [25816] [Spell]
+/// <para>Deals wind damage with a potency of 70 to target and all enemies nearby it.</para>
+/// <para>Wind Attunement Cost: 1</para>
/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-TheScrollPvE = 21610,
+EmeraldOutburstPvE = 25816,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/21611"><strong>Fixed Sign</strong></see> <i>PvE</i> (All Classes) [21611] [Ability]
-/// <para>Creates a fixed sign centered around the caster, reducing damage taken by 10% for self and any party members who enter.</para>
-/// <para>Duration: 18s</para>
-/// <para>Additional Effect: Healing over time</para>
-/// <para>Cure Potency: 100</para>
-/// <para>Duration: 15s</para>
-/// <para>Effect ends upon using another action or moving (including facing a different direction).</para>
-/// <para>Cancels auto-attack upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/25817"><strong>Ruby Ruin III</strong></see> <i>PvE</i> (SMN) [25817] [Spell]
+/// <para>Deals fire damage with a potency of 410.</para>
+/// <para>Fire Attunement Cost: 1</para>
+/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-FixedSignPvE = 21611,
+RubyRuinIiiPvE = 25817,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/21612"><strong>Fire IV</strong></see> <i>PvE</i> (All Classes) [21612] [Spell]
+/// <see href="https://garlandtools.org/db/#action/25818"><strong>Topaz Ruin III</strong></see> <i>PvE</i> (SMN) [25818] [Spell]
+/// <para>Deals earth damage with a potency of 300.</para>
+/// <para>Earth Attunement Cost: 1</para>
/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-FireIvPvE_21612 = 21612,
+TopazRuinIiiPvE = 25818,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/21613"><strong>Foul</strong></see> <i>PvE</i> (All Classes) [21613] [Spell]
+/// <see href="https://garlandtools.org/db/#action/25819"><strong>Emerald Ruin III</strong></see> <i>PvE</i> (SMN) [25819] [Spell]
+/// <para>Deals wind damage with a potency of 180.</para>
+/// <para>Wind Attunement Cost: 1</para>
/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-FoulPvE_21613 = 21613,
+EmeraldRuinIiiPvE = 25819,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/21852"><strong>Allagan Blizzard IV</strong></see> <i>PvE</i> (All Classes) [21852] [Spell]
-/// <para>Deals ice damage with a potency of 300.</para>
-/// <para>Additional Effect: Restores up to 40% of MP</para>
+/// <see href="https://garlandtools.org/db/#action/25820"><strong>Astral Impulse</strong></see> <i>PvE</i> (SMN) [25820] [Spell]
+/// <para>Deals unaspected damage with a potency of .</para>
+/// <para>Can only be executed while in Dreadwyrm Trance.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Ruin III changes to Astral Impulse when requirements for execution are met.</para>
/// </summary>
-AllaganBlizzardIvPvE = 21852,
+AstralImpulsePvE = 25820,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/21884"><strong>Thunder IV</strong></see> <i>PvE</i> (All Classes) [21884] [Spell]
-/// <para>Deals lightning damage with a potency of 200 to target and all enemies nearby it.</para>
-/// <para>Additional Effect: Lightning damage over time</para>
-/// <para>Potency: 30</para>
-/// <para>Duration: 18s</para>
+/// <see href="https://garlandtools.org/db/#action/25821"><strong>Astral Flare</strong></see> <i>PvE</i> (SMN) [25821] [Spell]
+/// <para>Deals unaspected damage with a potency of 180 to target and all enemies nearby it.</para>
+/// <para>Can only be executed while in Dreadwyrm Trance.</para>
/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Tri-disasterOutburstOutburst changes to Astral Flare when requirements for execution are met.</para>
/// </summary>
-ThunderIvPvE_21884 = 21884,
+AstralFlarePvE = 25821,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/21886"><strong>Cure II</strong></see> <i>PvE</i> (All Classes) [21886] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 700</para>
+/// <see href="https://garlandtools.org/db/#action/25822"><strong>Astral Flow</strong></see> <i>PvE</i> (SMN) [25822] [Spell]
+/// <para>Channel the energies of your active trance or elemental favor to perform one of several actions.</para>
+/// <para>Dreadwyrm Trance Effect: Action changes to Deathflare</para>
+/// <para>Lightwyrm Trance Effect: Action changes to Sunflare</para>
+/// <para>Firebird Trance Effect: Action changes to Rekindle</para>
+/// <para>Ifrit's Favor Effect: Action changes to Crimson Cyclone</para>
+/// <para>Titan's Favor Effect: Action changes to Mountain Buster</para>
+/// <para>Garuda's Favor Effect: Action changes to Slipstream</para>
/// </summary>
-CureIiPvE_21886 = 21886,
+AstralFlowPvE = 25822,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/21888"><strong>Medica II</strong></see> <i>PvE</i> (All Classes) [21888] [Spell]
-/// <para>Restores own HP and the HP of all nearby party members.</para>
-/// <para>Cure Potency: 200</para>
-/// <para>Additional Effect: Regen</para>
-/// <para>Cure Potency: 100</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#action/25823"><strong>Ruby Rite</strong></see> <i>PvE</i> (SMN) [25823] [Spell]
+/// <para>Deals fire damage with a potency of .</para>
+/// <para>Fire Attunement Cost: 1</para>
+/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Gemshine changes to Ruby Rite when requirements for execution are met.</para>
/// </summary>
-MedicaIiPvE_21888 = 21888,
+RubyRitePvE = 25823,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/21921"><strong>Break</strong></see> <i>PvE</i> (All Classes) [21921] [Spell]
-/// <para>Prevents spellcasting, movement, and other activity of all nearby enemies.</para>
+/// <see href="https://garlandtools.org/db/#action/25824"><strong>Topaz Rite</strong></see> <i>PvE</i> (SMN) [25824] [Spell]
+/// <para>Deals earth damage with a potency of .</para>
+/// <para>Additional Effect: Grants Titan's Favor</para>
+/// <para>Effect of Titan's Favor ends upon execution of certain summoner actions.</para>
+/// <para>Earth Attunement Cost: 1</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Gemshine changes to Topaz Rite when requirements for execution are met.</para>
/// </summary>
-BreakPvE = 21921,
+TopazRitePvE = 25824,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/21923"><strong>Verholy</strong></see> <i>PvE</i> (All Classes) [21923] [Spell]
+/// <see href="https://garlandtools.org/db/#action/25825"><strong>Emerald Rite</strong></see> <i>PvE</i> (SMN) [25825] [Spell]
+/// <para>Deals wind damage with a potency of .</para>
+/// <para>Wind Attunement Cost: 1</para>
/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Gemshine changes to Emerald Rite when requirements for execution are met.</para>
/// </summary>
-VerholyPvE_21923 = 21923,
+EmeraldRitePvE = 25825,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/22344"><strong>Lost Perception</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [22344] [Ability]
-/// <para>Detect traps within a radius of 15 yalms.</para>
-/// <para>If there are no traps within 15 yalms, alerts you to the presence of traps with a radius of 36 yalms.</para>
-/// <para>※This action can only be used in Delubrum Reginae.</para>
+/// <see href="https://garlandtools.org/db/#action/25826"><strong>Tri-disaster</strong></see> <i>PvE</i> (SMN) [25826] [Spell]
+/// <para>Deals unaspected damage with a potency of 120 to target and all enemies nearby it.</para>
/// </summary>
-LostPerceptionPvE = 22344,
+TridisasterPvE = 25826,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/22345"><strong>Lost Sacrifice</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [22345] [Spell]
-/// <para>Restores all of a KO'd target's HP.</para>
-/// <para>Cannot be executed if currently afflicted with Sacrifice.</para>
-/// <para>Additional Effect: Inflicts Sacrifice on self</para>
-/// <para>Sacrifice Effect: When effect expires, you will be KO'd</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/25827"><strong>Ruby Disaster</strong></see> <i>PvE</i> (SMN) [25827] [Spell]
+/// <para>Deals fire damage with a potency of 190 to target and all enemies nearby it.</para>
+/// <para>Fire Attunement Cost: 1</para>
+/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-LostSacrificePvE = 22345,
+RubyDisasterPvE = 25827,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/22346"><strong>Pure Essence of the Gambler</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [22346] [Item]
-/// <para>Increases evasion by 11%, critical hit rate by 77%, and direct hit rate by 77%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence, Deep Essence, or Pure Essence actions.</para>
-/// <para>It is said that Pure Essences may grant unexpected effects...</para>
-/// <para>※This action can only be used in Delubrum Reginae.</para>
+/// <see href="https://garlandtools.org/db/#action/25828"><strong>Topaz Disaster</strong></see> <i>PvE</i> (SMN) [25828] [Spell]
+/// <para>Deals earth damage with a potency of 130 to target and all enemies nearby it.</para>
+/// <para>Earth Attunement Cost: 1</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-PureEssenceOfTheGamblerPvE = 22346,
+TopazDisasterPvE = 25828,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/22347"><strong>Pure Essence of the Elder</strong></see> <i>PvE</i> (BLM SMN RDM) [22347] [Item]
-/// <para>Increases defense by 25%, damage dealt by 50%, and maximum HP by 100%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence, Deep Essence, or Pure Essence actions.</para>
-/// <para>It is said that Pure Essences may grant unexpected effects...</para>
-/// <para>※This action can only be used in Delubrum Reginae.</para>
+/// <see href="https://garlandtools.org/db/#action/25829"><strong>Emerald Disaster</strong></see> <i>PvE</i> (SMN) [25829] [Spell]
+/// <para>Deals wind damage with a potency of 90 to target and all enemies nearby it.</para>
+/// <para>Wind Attunement Cost: 1</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-PureEssenceOfTheElderPvE = 22347,
+EmeraldDisasterPvE = 25829,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/22348"><strong>Pure Essence of the Duelist</strong></see> <i>PvE</i> (MNK DRG NIN SAM RPR) [22348] [Item]
-/// <para>Increases defense by 60%, damage dealt by 60%, and maximum HP by 81%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence, Deep Essence, or Pure Essence actions.</para>
-/// <para>It is said that Pure Essences may grant unexpected effects...</para>
-/// <para>※This action can only be used in Delubrum Reginae.</para>
+/// <see href="https://garlandtools.org/db/#action/25830"><strong>Rekindle</strong></see> <i>PvE</i> (SMN) [25830] [Ability]
+/// <para>Restores own or target party member's HP.</para>
+/// <para>Cure Potency: 400</para>
+/// <para>Additional Effect: Grants Rekindle to target</para>
+/// <para>Duration: 30s</para>
+/// <para>Rekindle Effect: Healing over time when HP falls below 75% or upon effect duration expiration</para>
+/// <para>Cure Potency: 200</para>
+/// <para>Duration: 15s</para>
+/// <para>Can only be executed while in Firebird Trance.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Astral Flow changes to Rekindle when requirements for execution are met.</para>
/// </summary>
-PureEssenceOfTheDuelistPvE = 22348,
+RekindlePvE = 25830,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/22349"><strong>Pure Essence of the Fiendhunter</strong></see> <i>PvE</i> (BRD MCH DNC) [22349] [Item]
-/// <para>Increases defense by 60%, damage dealt by 50%, and maximum HP by 81%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence, Deep Essence, or Pure Essence actions.</para>
-/// <para>It is said that Pure Essences may grant unexpected effects...</para>
-/// <para>※This action can only be used in Delubrum Reginae.</para>
+/// <see href="https://garlandtools.org/db/#action/25831"><strong>Summon Phoenix</strong></see> <i>PvE</i> (SMN) [25831] [Spell]
+/// <para>Enters Firebird Trance and summons Demi-Phoenix to fight by your side, which executes Everlasting Flight as it manifests.</para>
+/// <para>Demi-Phoenix will execute Scarlet Flame automatically on the targets attacked by you after summoning.</para>
+/// <para>Increases enmity in target when Demi-Phoenix is summoned.</para>
+/// <para>Duration: 15s</para>
+/// <para>Additional Effect: Changes Ruin III to Fountain of Fire and Tri-disaster to Brand of Purgatory</para>
+/// <para>Additional Effect: Grants Ruby Arcanum, Topaz Arcanum, and Emerald Arcanum</para>
+/// <para>Can only be executed while Carbuncle is summoned.</para>
+/// <para>This action does not share a recast timer with any other actions.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Summon Bahamut changes to Summon Phoenix when requirements for execution are met.</para>
/// </summary>
-PureEssenceOfTheFiendhunterPvE = 22349,
+SummonPhoenixPvE = 25831,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/22350"><strong>Pure Essence of the Indomitable</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [22350] [Item]
-/// <para>Increases defense by 40%, damage dealt by 72%, and maximum HP by 50%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence, Deep Essence, or Pure Essence actions.</para>
-/// <para>It is said that Pure Essences may grant unexpected effects...</para>
-/// <para>※This action can only be used in Delubrum Reginae.</para>
+/// <see href="https://garlandtools.org/db/#action/25832"><strong>Ruby Catastrophe</strong></see> <i>PvE</i> (SMN) [25832] [Spell]
+/// <para>Deals fire damage with a potency of 210 to target and all enemies nearby it.</para>
+/// <para>Fire Attunement Cost: 1</para>
+/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Precious Brilliance changes to Ruby Catastrophe when requirements for execution are met.</para>
/// </summary>
-PureEssenceOfTheIndomitablePvE = 22350,
+RubyCatastrophePvE = 25832,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/22351"><strong>Pure Essence of the Divine</strong></see> <i>PvE</i> (WHM SCH AST SGE) [22351] [Item]
-/// <para>Increases defense by 25%, damage dealt by 35%, and maximum HP by 100%.</para>
-/// <para>Effect ends upon reuse.</para>
-/// <para>Cannot be used with other Essence, Deep Essence, or Pure Essence actions.</para>
-/// <para>It is said that Pure Essences may grant unexpected effects...</para>
-/// <para>※This action can only be used in Delubrum Reginae.</para>
+/// <see href="https://garlandtools.org/db/#action/25833"><strong>Topaz Catastrophe</strong></see> <i>PvE</i> (SMN) [25833] [Spell]
+/// <para>Deals earth damage with a potency of 140 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Grants Titan's Favor</para>
+/// <para>Effect of Titan's Favor ends upon execution of certain summoner actions.</para>
+/// <para>Earth Attunement Cost: 1</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Precious Brilliance changes to Topaz Catastrophe when requirements for execution are met.</para>
/// </summary>
-PureEssenceOfTheDivinePvE = 22351,
+TopazCatastrophePvE = 25833,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/22352"><strong>Lost Flare Star</strong></see> <i>PvE</i> (BLM SMN RDM) [22352] [Spell]
-/// <para>Consumes MP to deal unaspected damage with a potency of 300 to all nearby enemies.</para>
-/// <para>Additional Effect: Unaspected damage over time</para>
-/// <para>Potency: 350</para>
-/// <para>Duration: 60s</para>
-/// <para>The damage over time effect of Lost Flare Star can only be applied once per target at any given time. This effect cannot be stacked by multiple players.</para>
+/// <see href="https://garlandtools.org/db/#action/25834"><strong>Emerald Catastrophe</strong></see> <i>PvE</i> (SMN) [25834] [Spell]
+/// <para>Deals wind damage with a potency of 100 to target and all enemies nearby it.</para>
+/// <para>Wind Attunement Cost: 1</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Precious Brilliance changes to Emerald Catastrophe when requirements for execution are met.</para>
/// </summary>
-LostFlareStarPvE = 22352,
+EmeraldCatastrophePvE = 25834,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/22353"><strong>Lost Rend Armor</strong></see> <i>PvE</i> (MNK DRG NIN SAM RPR) [22353] [Ability]
-/// <para>Delivers a jumping attack with a potency of 100.</para>
-/// <para>Additional Effect: Increases target's damage taken by 10%.</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/25835"><strong>Crimson Cyclone</strong></see> <i>PvE</i> (SMN) [25835] [Spell]
+/// <para>Rushes forward and delivers a fire attack to target and all enemies nearby it with a potency of for the first enemy, and 65% less for all remaining enemies.</para>
+/// <para>Can only be executed while under the effect of Ifrit's Favor.</para>
/// <para>Cannot be executed while bound.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Astral Flow changes to Crimson Cyclone when requirements for execution are met.</para>
/// </summary>
-LostRendArmorPvE = 22353,
+CrimsonCyclonePvE = 25835,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/22354"><strong>Lost Seraph Strike</strong></see> <i>PvE</i> (WHM SCH AST SGE) [22354] [Ability]
-/// <para>Consumes MP to deliver a jumping attack that deals unaspected damage with a potency of 500.</para>
-/// <para>Additional Effect: Reduces target's accuracy by 10%.</para>
-/// <para>Duration: 15s</para>
-/// <para>Additional Effect: Grants Cleric Stance to self.</para>
-/// <para>Cleric Stance Bonus: Reduces healing potency by 60% while increasing damage dealt by 60%.</para>
-/// <para>Duration: 15s</para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#action/25836"><strong>Mountain Buster</strong></see> <i>PvE</i> (SMN) [25836] [Ability]
+/// <para>Deals earth damage to target and all enemies nearby it with a potency of for the first enemy, and 70% less for all remaining enemies.</para>
+/// <para>Can only be executed while under the effect of Titan's Favor.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Astral Flow changes to Mountain Buster when requirements for execution are met.</para>
/// </summary>
-LostSeraphStrikePvE = 22354,
+MountainBusterPvE_25836 = 25836,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/22355"><strong>Lost Aethershield</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [22355] [Ability]
-/// <para>Reduces damage taken by self and nearby party members by 30%.</para>
+/// <see href="https://garlandtools.org/db/#action/25837"><strong>Slipstream</strong></see> <i>PvE</i> (SMN) [25837] [Spell]
+/// <para>Deals wind damage to target and all enemies nearby it with a potency of for the first enemy, and 65% less for all remaining enemies.</para>
+/// <para>Additional Effect: Creates a windstorm centered around the target, dealing damage to any enemies who enter</para>
+/// <para>Potency: 30</para>
/// <para>Duration: 15s</para>
+/// <para>Can only be executed while under the effect of Garuda's Favor.</para>
+/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Astral Flow changes to Slipstream when requirements for execution are met.</para>
/// </summary>
-LostAethershieldPvE = 22355,
+SlipstreamPvE = 25837,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/22356"><strong>Lost Dervish</strong></see> <i>PvE</i> (BRD MCH DNC) [22356] [Ability]
-/// <para>Increases critical hit rate of self and nearby party members by 10%, increases damage dealt by 7%, and reduces weaponskill cast time and recast time, spell cast time and recast time, and auto-attack delay by 1%.</para>
-/// <para>Duration: 60s</para>
+/// <see href="https://garlandtools.org/db/#action/25838"><strong>Summon Ifrit II</strong></see> <i>PvE</i> (SMN) [25838] [Spell]
+/// <para>Summons Ruby Ifrit and orders it to execute Inferno.</para>
+/// <para>Inferno Effect: Deals fire damage to target and all enemies within 5 yalms with a potency of for the first enemy, and 60% less for all remaining enemies</para>
+/// <para>Additional Effect: Grants 2 stacks of Fire Attunement</para>
+/// <para>Duration: 30s</para>
+/// <para>Fire Attunement Effect: Gemshine and Precious Brilliance become fire-aspected</para>
+/// <para>Additional Effect: Grants Ifrit's Favor</para>
+/// <para>Effect of Ifrit's Favor ends upon execution of certain summoner actions.</para>
+/// <para>Can only be executed while under the effect of Ruby Arcanum and Carbuncle is summoned.</para>
+/// <para>Current pet will leave the battlefield while Ruby Ifrit is present, and return once gone.</para>
/// </summary>
-LostDervishPvE = 22356,
+SummonIfritIiPvE = 25838,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/22502"><strong>Fire IV</strong></see> <i>PvE</i> (All Classes) [22502] [Spell]
-/// <para></para>
+/// <see href="https://garlandtools.org/db/#action/25839"><strong>Summon Titan II</strong></see> <i>PvE</i> (SMN) [25839] [Spell]
+/// <para>Summons Topaz Titan and orders it to execute Earthen Fury.</para>
+/// <para>Earthen Fury Effect: Deals earth damage to target and all enemies within 5 yalms with a potency of for the first enemy, and 60% less for all remaining enemies</para>
+/// <para>Additional Effect: Grants 4 stacks of Earth Attunement</para>
+/// <para>Duration: 30s</para>
+/// <para>Earth Attunement Effect: Gemshine and Precious Brilliance become earth-aspected</para>
+/// <para>Can only be executed while under the effect of Topaz Arcanum and Carbuncle is summoned.</para>
+/// <para>Current pet will leave the battlefield while Topaz Titan is present, and return once gone.</para>
/// </summary>
-FireIvPvE_22502 = 22502,
+SummonTitanIiPvE = 25839,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/22817"><strong>Fire IV</strong></see> <i>PvE</i> (All Classes) [22817] [Spell]
-/// <para></para>
+/// <see href="https://garlandtools.org/db/#action/25840"><strong>Summon Garuda II</strong></see> <i>PvE</i> (SMN) [25840] [Spell]
+/// <para>Summons Emerald Garuda and orders it to execute Aerial Blast.</para>
+/// <para>Aerial Blast Effect: Deals wind damage to target and all enemies within 5 yalms with a potency of for the first enemy, and 60% less for all remaining enemies</para>
+/// <para>Additional Effect: Grants 4 stacks of Wind Attunement</para>
+/// <para>Duration: 30s</para>
+/// <para>Wind Attunement Effect: Gemshine and Precious Brilliance become wind-aspected</para>
+/// <para>Additional Effect: Grants Garuda's Favor</para>
+/// <para>Effect of Garuda's Favor ends upon execution of certain summoner actions.</para>
+/// <para>Can only be executed while under the effect of Emerald Arcanum and Carbuncle is summoned.</para>
+/// <para>Current pet will leave the battlefield while Emerald Garuda is present, and return once gone.</para>
/// </summary>
-FireIvPvE_22817 = 22817,
+SummonGarudaIiPvE = 25840,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23264"><strong>Triple Trident</strong></see> <i>PvE</i> (BLU) [23264] [Spell]
-/// <para>Delivers a threefold attack, each hit with a potency of 150.</para>
-/// <para>This action does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/25841"><strong>Radiant Aegis</strong></see> <i>PvE</i> (ACN SMN) [25841] [Ability]
+/// <para>Creates a barrier around you that absorbs damage totaling 20% of your maximum HP.</para>
+/// <para>Duration: 30s</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-TripleTridentPvE = 23264,
+RadiantAegisPvE_25841 = 25841,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23265"><strong>Tingle</strong></see> <i>PvE</i> (BLU) [23265] [Spell]
-/// <para>Deals lightning damage to target and all enemies nearby it with a potency of 100 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Increases the potency of the next physical damage spell cast by 100</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#action/25855"><strong>Verthunder III</strong></see> <i>PvE</i> (RDM) [25855] [Spell]
+/// <para>Deals lightning damage with a potency of .</para>
+/// <para>Additional Effect: Increases Black Mana by 6</para>
+/// <para>Additional Effect: 50% chance of becoming Verfire Ready</para>
+/// <para>Duration: 30s</para>
/// </summary>
-TinglePvE = 23265,
+VerthunderIiiPvE = 25855,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23266"><strong>Tatami-gaeshi</strong></see> <i>PvE</i> (BLU) [23266] [Spell]
-/// <para>Deals unaspected damage to all enemies in a straight line before you with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Stun</para>
-/// <para>Duration: 3s</para>
+/// <see href="https://garlandtools.org/db/#action/25856"><strong>Veraero III</strong></see> <i>PvE</i> (RDM) [25856] [Spell]
+/// <para>Deals wind damage with a potency of .</para>
+/// <para>Additional Effect: Increases White Mana by 6</para>
+/// <para>Additional Effect: 50% chance of becoming Verstone Ready</para>
+/// <para>Duration: 30s</para>
/// </summary>
-TatamigaeshiPvE = 23266,
+VeraeroIiiPvE = 25856,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23267"><strong>Cold Fog</strong></see> <i>PvE</i> (BLU) [23267] [Spell]
-/// <para>Grants Cold Fog to self.</para>
-/// <para>Duration: 5s</para>
-/// <para>Effect changes to Touch of Frost if damage is taken.</para>
-/// <para>Touch of Frost Effect: Action changes from Cold Fog to White Death</para>
-/// <para>Duration: 15s</para>
-/// <para></para>
-/// <para>White Death</para>
-/// <para>Deals ice damage with a potency of 400.</para>
-/// <para>Additional Effect: Deep Freeze</para>
+/// <see href="https://garlandtools.org/db/#action/25857"><strong>Magick Barrier</strong></see> <i>PvE</i> (RDM) [25857] [Ability]
+/// <para>Reduces magic damage taken by self and nearby party members by 10%, while increasing HP recovered by healing actions by 5%.</para>
/// <para>Duration: 10s</para>
-/// <para>Can only be executed while under the effect of Touch of Frost.</para>
/// </summary>
-ColdFogPvE = 23267,
+MagickBarrierPvE = 25857,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23268"><strong>White Death</strong></see> <i>PvE</i> (BLU) [23268] [Spell]
-/// <para>Deals ice damage with a potency of 400.</para>
-/// <para>Additional Effect: Deep Freeze</para>
-/// <para>Duration: 10s</para>
-/// <para>Can only be executed while under the effect of Touch of Frost.</para>
+/// <see href="https://garlandtools.org/db/#action/25858"><strong>Resolution</strong></see> <i>PvE</i> (RDM) [25858] [Spell]
+/// <para>Deals unaspected damage to all enemies in a straight line before you with a potency of for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Combo Action: Scorch</para>
+/// <para>Additional Effect: Increases both Black Mana and White Mana by 4</para>
+/// <para>Can only be executed after successfully landing Scorch as a combo action.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Scorch changes to Resolution when requirements for execution are met.</para>
/// </summary>
-WhiteDeathPvE = 23268,
+ResolutionPvE = 25858,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23269"><strong>Stotram</strong></see> <i>PvE</i> (BLU) [23269] [Spell]
-/// <para>Deals unaspected damage with a potency of 140 to all nearby enemies.</para>
-/// <para>Action effect changes, restoring own HP and the HP of all nearby party members when you are under the effect of Aetheric Mimicry: Healer.</para>
-/// <para>Cure Potency: 300</para>
+/// <see href="https://garlandtools.org/db/#action/25859"><strong>Glare III</strong></see> <i>PvE</i> (WHM) [25859] [Spell]
+/// <para>Deals unaspected damage with a potency of .</para>
/// </summary>
-StotramPvE = 23269,
+GlareIiiPvE = 25859,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23270"><strong>Saintly Beam</strong></see> <i>PvE</i> (BLU) [23270] [Spell]
-/// <para>Deals unaspected damage with a potency of 100 to target and all enemies nearby it.</para>
-/// <para>Potency increases to 500 when used against undead enemies.</para>
+/// <see href="https://garlandtools.org/db/#action/25860"><strong>Holy III</strong></see> <i>PvE</i> (WHM) [25860] [Spell]
+/// <para>Deals unaspected damage with a potency of 150 to all nearby enemies.</para>
+/// <para>Additional Effect: Stun</para>
+/// <para>Duration: 4s</para>
/// </summary>
-SaintlyBeamPvE = 23270,
+HolyIiiPvE = 25860,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23271"><strong>Feculent Flood</strong></see> <i>PvE</i> (BLU) [23271] [Spell]
-/// <para>Deals earth damage to all enemies in a straight line before you with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <see href="https://garlandtools.org/db/#action/25861"><strong>Aquaveil</strong></see> <i>PvE</i> (WHM) [25861] [Ability]
+/// <para>Reduces damage taken by a party member or self by 15%.</para>
+/// <para>Duration: 8s</para>
/// </summary>
-FeculentFloodPvE = 23271,
+AquaveilPvE = 25861,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23272"><strong>Angel's Snack</strong></see> <i>PvE</i> (BLU) [23272] [Spell]
-/// <para>Restores own HP and the HP of all nearby party members.</para>
+/// <see href="https://garlandtools.org/db/#action/25862"><strong>Liturgy of the Bell</strong></see> <i>PvE</i> (WHM) [25862] [Ability]
+/// <para>Places a healing blossom at the designated location and grants 5 stacks of Liturgy of the Bell to self.</para>
+/// <para>Duration: 20s</para>
+/// <para>Taking damage will expend 1 stack of Liturgy of the Bell to heal self and all party members within a radius of 20 yalms.</para>
/// <para>Cure Potency: 400</para>
-/// <para>Additional Effect: Grants healing over time effect when you are under the effect of Aetheric Mimicry: Healer</para>
-/// <para>Cure Potency: 200</para>
-/// <para>Duration: 15s</para>
-/// <para>Shares a recast timer with Dragon Force and Matra Magic.</para>
-/// </summary>
-AngelsSnackPvE = 23272,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23273"><strong>Chelonian Gate</strong></see> <i>PvE</i> (BLU) [23273] [Spell]
-/// <para>Summons a chelonian gate, reducing damage taken by 20%.</para>
-/// <para>Duration: 10s</para>
-/// <para>Additional Effect: Grants Auspicious Trance after taking damage equal to 30% of maximum HP</para>
-/// <para>Auspicious Trance Effect: Action changes from Chelonian Gate to Divine Cataract</para>
-/// <para>Chelonian Gate effect ends upon using another action or moving (including facing a different direction).</para>
-/// <para>Auspicious Trance ends upon losing the effect of Chelonian Gate.</para>
-/// <para>Cancels auto-attack upon execution.</para>
-/// <para>Shares a recast timer with The Rose of Destruction and Ruby Dynamics.</para>
-/// <para></para>
-/// <para>Divine Cataract</para>
-/// <para>Deals water damage to all nearby enemies with a potency of 500 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Potency increases to 1,000 when you are under the effect of Aetheric Mimicry: Tank.</para>
-/// <para>Can only be executed when under the effect of Auspicious Trance.</para>
+/// <para>The effect of this action can only be triggered once per second.</para>
+/// <para>Any remaining stacks of Liturgy of the Bell will trigger an additional healing effect when time expires or upon executing this action a second time.</para>
+/// <para>Cure Potency: 200 for every remaining stack of Liturgy of the Bell</para>
+/// <para>This action does not share a recast timer with any other actions.</para>
/// </summary>
-ChelonianGatePvE = 23273,
+LiturgyOfTheBellPvE = 25862,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23274"><strong>Divine Cataract</strong></see> <i>PvE</i> (BLU) [23274] [Spell]
-/// <para>Deals water damage to all nearby enemies with a potency of 500 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Potency increases to 1,000 when you are under the effect of Aetheric Mimicry: Tank.</para>
-/// <para>Can only be executed when under the effect of Auspicious Trance.</para>
+/// <see href="https://garlandtools.org/db/#action/25865"><strong>Broil IV</strong></see> <i>PvE</i> (SCH) [25865] [Spell]
+/// <para>Deals unaspected damage with a potency of .</para>
/// </summary>
-DivineCataractPvE = 23274,
+BroilIvPvE = 25865,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23275"><strong>The Rose of Destruction</strong></see> <i>PvE</i> (BLU) [23275] [Spell]
-/// <para>Deals unaspected damage with a potency of 400.</para>
-/// <para>Additional Effect: 10-yalm knockback</para>
-/// <para>Shares a recast timer with Chelonian Gate and Ruby Dynamics.</para>
+/// <see href="https://garlandtools.org/db/#action/25866"><strong>Art of War II</strong></see> <i>PvE</i> (SCH) [25866] [Spell]
+/// <para>Deals unaspected damage with a potency of 180 to all nearby enemies.</para>
/// </summary>
-TheRoseOfDestructionPvE = 23275,
+ArtOfWarIiPvE = 25866,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23276"><strong>Basic Instinct</strong></see> <i>PvE</i> (BLU) [23276] [Spell]
-/// <para>Increases movement speed by 30%, and healing potency and damage dealt by 100%. Also ignores the damage penalty inflicted by Mighty Guard.</para>
-/// <para>Can only be used in duties intended for two or more players while playing alone, while no other party members are in the instance, or when all party members are incapacitated. Effect ends when joined by one or more party members.</para>
+/// <see href="https://garlandtools.org/db/#action/25867"><strong>Protraction</strong></see> <i>PvE</i> (SCH) [25867] [Ability]
+/// <para>Increases maximum HP of a party member or self by 10% and restores the amount increased.</para>
+/// <para>Additional Effect: Increases HP recovery via healing actions by 10%</para>
+/// <para>Duration: 10s</para>
/// </summary>
-BasicInstinctPvE = 23276,
+ProtractionPvE = 25867,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23277"><strong>Ultravibration</strong></see> <i>PvE</i> (BLU) [23277] [Spell]
-/// <para>KOs all nearby enemies afflicted with Deep Freeze or Petrification. Has no effect on enemies whose level is higher than your own, and certain others.</para>
-/// <para>Shares a recast timer with Level 5 Death.</para>
+/// <see href="https://garlandtools.org/db/#action/25868"><strong>Expedient</strong></see> <i>PvE</i> (SCH) [25868] [Ability]
+/// <para>Grants Expedience and Desperate Measures to all nearby party members.</para>
+/// <para>Expedience Effect: Increases movement speed</para>
+/// <para>Duration: 10s</para>
+/// <para>Desperate Measures Effect: Reduces damage taken by 10%</para>
+/// <para>Duration: 20s</para>
/// </summary>
-UltravibrationPvE = 23277,
+ExpedientPvE = 25868,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23278"><strong>Blaze</strong></see> <i>PvE</i> (BLU) [23278] [Spell]
-/// <para>Deals ice damage to target and all enemies nearby it with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <see href="https://garlandtools.org/db/#action/25871"><strong>Fall Malefic</strong></see> <i>PvE</i> (AST) [25871] [Spell]
+/// <para>Deals unaspected damage with a potency of .</para>
/// </summary>
-BlazePvE = 23278,
+FallMaleficPvE = 25871,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23279"><strong>Mustard Bomb</strong></see> <i>PvE</i> (BLU) [23279] [Spell]
-/// <para>Deals fire damage to target and all enemies nearby it with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Enemies affected by Lightheaded suffer damage over time</para>
-/// <para>Potency: 50</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#action/25872"><strong>Gravity II</strong></see> <i>PvE</i> (AST) [25872] [Spell]
+/// <para>Deals unaspected damage with a potency of 130 to target and all enemies nearby it.</para>
/// </summary>
-MustardBombPvE = 23279,
+GravityIiPvE = 25872,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23280"><strong>Dragon Force</strong></see> <i>PvE</i> (BLU) [23280] [Spell]
-/// <para>Reduces damage taken by 20%.</para>
-/// <para>Duration: 15s</para>
-/// <para>Increases damage reduction to 40% when you are under the effect of Aetheric Mimicry: Tank.</para>
-/// <para>Shares a recast timer with Angel's Snack and Matra Magic.</para>
+/// <see href="https://garlandtools.org/db/#action/25873"><strong>Exaltation</strong></see> <i>PvE</i> (AST) [25873] [Ability]
+/// <para>Reduces damage taken by self or target party member by 10%.</para>
+/// <para>Duration: 8s</para>
+/// <para>Additional Effect: Restores HP at the end of the effect's duration</para>
+/// <para>Cure Potency: 500</para>
/// </summary>
-DragonForcePvE = 23280,
+ExaltationPvE = 25873,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23281"><strong>Aetherial Spark</strong></see> <i>PvE</i> (BLU) [23281] [Spell]
-/// <para>Deals unaspected damage with a potency of 50 to all enemies in a straight line before you.</para>
-/// <para>Additional Effect: Unaspected damage over time</para>
-/// <para>Potency: 50</para>
+/// <see href="https://garlandtools.org/db/#action/25874"><strong>Macrocosmos</strong></see> <i>PvE</i> (AST) [25874] [Spell]
+/// <para>Deals unaspected damage to all nearby enemies with a potency of 250 for the first enemy, and 40% less for all remaining enemies.</para>
+/// <para>Additional Effect: Grants Macrocosmos to self and all nearby party members</para>
/// <para>Duration: 15s</para>
+/// <para>For the effect's duration, 50% of damage taken is compiled.</para>
+/// <para>Restores HP equal to a cure of 200 potency plus compiled damage when the effect expires or upon execution of Microcosmos.</para>
+/// <para>Amount restored cannot exceed the target's maximum HP.</para>
+/// <para>Recast timer cannot be affected by status effects or gear attributes.</para>
/// </summary>
-AetherialSparkPvE = 23281,
+MacrocosmosPvE = 25874,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23282"><strong>Hydro Pull</strong></see> <i>PvE</i> (BLU) [23282] [Spell]
-/// <para>Deals water damage to all nearby enemies with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Draw-in</para>
+/// <see href="https://garlandtools.org/db/#action/25875"><strong>Microcosmos</strong></see> <i>PvE</i> (AST) [25875] [Ability]
+/// <para>Triggers the healing effect of Macrocosmos, restoring HP equal to a cure of 200 potency plus 50% of compiled damage.</para>
+/// <para>Amount restored cannot exceed the target's maximum HP.</para>
/// </summary>
-HydroPullPvE = 23282,
+MicrocosmosPvE = 25875,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23283"><strong>Malediction of Water</strong></see> <i>PvE</i> (BLU) [23283] [Spell]
-/// <para>Deals water damage to all enemies in a straight line before you with a potency of 200 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: 10-yalm knockback to all enemies and party members in range</para>
-/// <para>Cannot be used outside of combat or when target is suffering from certain enfeeblements.</para>
+/// <see href="https://garlandtools.org/db/#action/25880"><strong>Sleep</strong></see> <i>PvE</i> (THM ACN BLM SMN RDM BLU PCT) [25880] [Spell]
+/// <para>Puts target and all nearby enemies to sleep.</para>
+/// <para>Duration: 30s</para>
+/// <para>Cancels auto-attack upon execution.</para>
/// </summary>
-MaledictionOfWaterPvE = 23283,
+SleepPvE = 25880,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23284"><strong>Choco Meteor</strong></see> <i>PvE</i> (BLU) [23284] [Spell]
-/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 200 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Potency increases to 300 when partied with your personal chocobo.</para>
+/// <see href="https://garlandtools.org/db/#action/25882"><strong>Flint Strike</strong></see> <i>PvE</i> (MNK) [25882] [Weaponskill]
+/// <para>Delivers an attack to all nearby enemies with a potency of 600 for the first enemy, and 70% less for all remaining enemies.</para>
+/// <para>Additional Effect: Opens the Solar Nadi</para>
+/// <para>Additional Effect: Grants Formless Fist, allowing the execution of a weaponskill that requires a certain form, without being in that form</para>
+/// <para>Duration: 30s</para>
+/// <para>Any additional effects associated with the executed action will also be applied.</para>
+/// <para>Can only be executed while under the effect of three distinct Beast Chakra.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Masterful Blitz changes to Flint Strike when requirements for execution are met.</para>
/// </summary>
-ChocoMeteorPvE = 23284,
+FlintStrikePvE = 25882,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23285"><strong>Matra Magic</strong></see> <i>PvE</i> (BLU) [23285] [Spell]
-/// <para>Deals an unaspected eightfold attack, each hit with a potency of 50.</para>
-/// <para>Potency is increased to 100 when you are under the effect of Aetheric Mimicry: DPS.</para>
-/// <para>Shares a recast timer with Angel's Snack and Dragon Force.</para>
+/// <see href="https://garlandtools.org/db/#action/25883"><strong>Gemshine</strong></see> <i>PvE</i> (ACN SMN) [25883] [Spell]
+/// <para>Channel the energies of your active elemental attunement to attack your enemy.</para>
+/// <para>Fire Attunement Effect: Deal fire damage to a single target</para>
+/// <para>Earth Attunement Effect: Deal earth damage to a single target</para>
+/// <para>Wind Attunement Effect: Deal wind damage to a single target</para>
/// </summary>
-MatraMagicPvE = 23285,
+GemshinePvE = 25883,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23286"><strong>Peripheral Synthesis</strong></see> <i>PvE</i> (BLU) [23286] [Spell]
-/// <para>Deals physical damage to all enemies in a straight line before you with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Potency increased to 400 when target becomes afflicted with Lightheaded.</para>
-/// <para>Additional Effect: Inflicts Lightheaded</para>
-/// <para>Duration: 5s</para>
-/// <para>Repeated use of this action in a short period will reduce the additional effect's duration, eventually rendering targets immune to Lightheaded.</para>
+/// <see href="https://garlandtools.org/db/#action/25884"><strong>Precious Brilliance</strong></see> <i>PvE</i> (ACN SMN) [25884] [Spell]
+/// <para>Channel the energies of your active elemental attunement to attack multiple enemies.</para>
+/// <para>Fire Attunement Effect: Deal fire damage to a target and all enemies nearby it</para>
+/// <para>Earth Attunement Effect: Deal earth damage to a target and all enemies nearby it</para>
+/// <para>Wind Attunement Effect: Deal wind damage to a target and all enemies nearby it</para>
/// </summary>
-PeripheralSynthesisPvE = 23286,
+PreciousBrilliancePvE = 25884,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23287"><strong>Both Ends</strong></see> <i>PvE</i> (BLU) [23287] [Ability]
-/// <para>Deals physical damage with a potency of 600 to all nearby enemies.</para>
-/// <para>Shares a recast timer with Nightbloom.</para>
+/// <see href="https://garlandtools.org/db/#action/25885"><strong>Crimson Strike</strong></see> <i>PvE</i> (SMN) [25885] [Spell]
+/// <para>Deals fire damage to target and all enemies nearby it with a potency of for the first enemy, and 65% less for all remaining enemies.</para>
+/// <para>Combo Action: Crimson Cyclone</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Crimson Cyclone changes to Crimson Strike when requirements for execution are met.</para>
/// </summary>
-BothEndsPvE = 23287,
+CrimsonStrikePvE = 25885,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23288"><strong>Phantom Flurry</strong></see> <i>PvE</i> (BLU) [23288] [Ability]
-/// <para>Deals physical damage over time with a potency of 200 to all enemies in a cone before you.</para>
-/// <para>Duration: 5s</para>
-/// <para>Executing Phantom Flurry again before its effect expires deals physical damage to all enemies in a cone before you with a potency of 600 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Effect ends upon using an action other than Phantom Flurry or moving (including facing a different direction).</para>
-/// <para>Cancels auto-attack upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/26224"><strong>Diagnosis</strong></see> <i>PvE</i> (All Classes) [26224] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 400</para>
/// </summary>
-PhantomFlurryPvE = 23288,
+DiagnosisPvE_26224 = 26224,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23289"><strong>Phantom Flurry</strong></see> <i>PvE</i> (BLU) [23289] [Ability]
-/// <para>Deals physical damage over time with a potency of 200 to all enemies in a cone before you.</para>
-/// <para>Duration: 5s</para>
-/// <para>Executing Phantom Flurry again before its effect expires deals physical damage to all enemies in a cone before you with a potency of 600 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Effect ends upon using an action other than Phantom Flurry or moving (including facing a different direction).</para>
-/// <para>Cancels auto-attack upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/26225"><strong>Embolden</strong></see> <i>PvE</i> (All Classes) [26225] [Ability]
+/// <para>Increases own magic damage dealt by 5% and damage dealt by nearby party members by 5%.</para>
+/// <para>Duration: 20s</para>
/// </summary>
-PhantomFlurryPvE_23289 = 23289,
+EmboldenPvE_26225 = 26225,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23290"><strong>Nightbloom</strong></see> <i>PvE</i> (BLU) [23290] [Ability]
-/// <para>Deals unaspected damage to all nearby enemies with a potency of 400 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Unaspected damage over time</para>
-/// <para>Potency: 75</para>
-/// <para>Duration: 60s</para>
-/// <para>Shares a recast timer with Both Ends.</para>
+/// <see href="https://garlandtools.org/db/#action/26231"><strong>Magitek Cannon</strong></see> <i>PvE</i> (All Classes) [26231] [Weaponskill]
+/// <para>Fires cannon at the designated area.</para>
/// </summary>
-NightbloomPvE = 23290,
+MagitekCannonPvE_26231 = 26231,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23416"><strong>Stotram</strong></see> <i>PvE</i> (BLU) [23416] [Spell]
-/// <para>Deals unaspected damage with a potency of 140 to all nearby enemies.</para>
-/// <para> Action effect changes, restoring own HP and the HP of all nearby party members when you are under the effect of Aetheric Mimicry: Healer.</para>
-/// <para> Cure Potency: 300</para>
+/// <see href="https://garlandtools.org/db/#action/26232"><strong>Diffractive Magitek Cannon</strong></see> <i>PvE</i> (All Classes) [26232] [Weaponskill]
+/// <para>Fires diffractive cannon at the designated area.</para>
/// </summary>
-StotramPvE_23416 = 23416,
+DiffractiveMagitekCannonPvE_26232 = 26232,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23907"><strong>Lodestone</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [23907] [Item]
-/// <para>Instantly return to the starting point of the area.</para>
-/// <para>Cannot be executed while in combat.</para>
-/// <para>Shares a recast timer with all other weaponskills and spells.</para>
+/// <see href="https://garlandtools.org/db/#action/26233"><strong>High-powered Magitek Cannon</strong></see> <i>PvE</i> (All Classes) [26233] [Weaponskill]
+/// <para>Fires a concentrated burst of energy in a forward direction.</para>
/// </summary>
-LodestonePvE = 23907,
+HighpoweredMagitekCannonPvE_26233 = 26233,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23908"><strong>Lost Stoneskin II</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [23908] [Spell]
-/// <para>Creates a barrier around self and all party members near you that absorbs damage totaling 10% of maximum HP.</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/26249"><strong>Fast Blade</strong></see> <i>PvE</i> (All Classes) [26249] [Weaponskill]
+/// <para></para>
/// </summary>
-LostStoneskinIiPvE = 23908,
+FastBladePvE_26249 = 26249,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23909"><strong>Lost Burst</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE) [23909] [Spell]
-/// <para>Deals lightning damage with a potency of 300 to all nearby enemies.</para>
-/// <para>Additional Effect: Interrupts all nearby enemies</para>
-/// <para>Additional Effect: Increases damage taken by enemies with Magical Aversion by 10%</para>
-/// <para>Duration: 60s</para>
+/// <see href="https://garlandtools.org/db/#action/26250"><strong>Riot Blade</strong></see> <i>PvE</i> (All Classes) [26250] [Weaponskill]
+/// <para></para>
/// </summary>
-LostBurstPvE = 23909,
+RiotBladePvE_26250 = 26250,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23910"><strong>Lost Rampage</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR) [23910] [Weaponskill]
-/// <para>Delivers an attack with a potency of 300 to all nearby enemies.</para>
-/// <para>Additional Effect: Interrupts all nearby enemies</para>
-/// <para>Additional Effect: Increases damage taken by enemies with Physical Aversion by 10%</para>
-/// <para>Duration: 60s</para>
+/// <see href="https://garlandtools.org/db/#action/26251"><strong>Rage of Halone</strong></see> <i>PvE</i> (All Classes) [26251] [Weaponskill]
+/// <para></para>
/// </summary>
-LostRampagePvE = 23910,
+RageOfHalonePvE_26251 = 26251,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23911"><strong>Light Curtain</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [23911] [Item]
-/// <para>Grants the effect of Lost Reflect to self.</para>
-/// <para>Lost Reflect Effect: Reflects most magic attacks</para>
-/// <para>Duration: 10s</para>
-/// <para>Shares a recast timer with all other weaponskills and spells.</para>
+/// <see href="https://garlandtools.org/db/#action/26252"><strong>Fight or Flight</strong></see> <i>PvE</i> (All Classes) [26252] [Ability]
+/// <para>Increases physical damage dealt by 25%.</para>
+/// <para>Duration: 25s</para>
/// </summary>
-LightCurtainPvE = 23911,
+FightOrFlightPvE_26252 = 26252,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23912"><strong>Lost Reraise</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [23912] [Spell]
-/// <para>Grants the effect of Reraise to self or target player.</para>
-/// <para>Reraise Effect: Grants an 80% chance of automatic revival upon KO</para>
-/// <para>Duration: 180m</para>
+/// <see href="https://garlandtools.org/db/#action/26253"><strong>Rampart</strong></see> <i>PvE</i> (All Classes) [26253] [Ability]
+/// <para>Reduces damage taken by 10%.</para>
+/// <para>Duration: 20s</para>
/// </summary>
-LostReraisePvE = 23912,
+RampartPvE_26253 = 26253,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23913"><strong>Lost Chainspell</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE) [23913] [Ability]
-/// <para>Temporarily eliminates cast time for all spells.</para>
-/// <para>Duration: 30s</para>
-/// <para>Additional Effect: Magic Burst</para>
-/// <para>Magic Burst Effect: Increases spell damage by 45% while increasing MP cost</para>
-/// <para>Duration: 30s</para>
-/// <para>Spirit of the Ordained Effect: Raises Magic Burst spell damage increase to 100% and nullifies additional MP cost</para>
-/// <para>Spirit of the Watcher Effect: Lost Chainspell duration is extended to 90s</para>
-/// <para>Can only be executed while in combat.</para>
+/// <see href="https://garlandtools.org/db/#action/26890"><strong>Fiendish Lantern</strong></see> <i>PvE</i> (All Classes) [26890] [Special]
+/// <para>Emits a wavelength of light that voidsent absolutely detest.</para>
/// </summary>
-LostChainspellPvE = 23913,
+FiendishLanternPvE = 26890,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23914"><strong>Lost Assassination</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR) [23914] [Weaponskill]
-/// <para>Delivers a close-quarter attack with a potency of 350. Chance of instant KO when attacking from the rear, which increases the lower the target's HP.</para>
-/// <para>Spirit of the Beast Effect: Grants the effect of Lost Font of Power to self</para>
-/// <para>Lost Font of Power Effect: Increases damage dealt by 30% and critical hit rate by 40%</para>
-/// <para>Duration: 18s</para>
-/// <para>This action does not share a recast timer with any other actions. Furthermore, the recast timer cannot be affected by other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/26891"><strong>Healing Holy Water</strong></see> <i>PvE</i> (All Classes) [26891] [Special]
+/// <para>Frees captured souls.</para>
/// </summary>
-LostAssassinationPvE = 23914,
+HealingHolyWaterPvE = 26891,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23915"><strong>Lost Protect II</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [23915] [Spell]
-/// <para>Applies a barrier to self or target player reducing physical damage taken by 15%.</para>
-/// <para>Duration: 30m</para>
+/// <see href="https://garlandtools.org/db/#action/27042"><strong>Leveilleur Diagnosis</strong></see> <i>PvE</i> (All Classes) [27042] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 300</para>
+/// <para>Additional Effect: Erects a magicked barrier which nullifies damage equaling 125% of the amount of HP restored</para>
+/// <para>Duration: 30s</para>
+/// <para></para>
/// </summary>
-LostProtectIiPvE = 23915,
+LeveilleurDiagnosisPvE = 27042,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23916"><strong>Lost Shell II</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [23916] [Spell]
-/// <para>Applies a barrier to self or target player reducing magic damage taken by 15%.</para>
-/// <para>Duration: 30m</para>
+/// <see href="https://garlandtools.org/db/#action/27043"><strong>Prognosis</strong></see> <i>PvE</i> (All Classes) [27043] [Spell]
+/// <para>Restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: 300</para>
+/// <para></para>
/// </summary>
-LostShellIiPvE = 23916,
+PrognosisPvE_27043 = 27043,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23917"><strong>Lost Bubble</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [23917] [Spell]
-/// <para>Increases maximum HP of self or target player by 30%.</para>
-/// <para>Duration: 600s</para>
+/// <see href="https://garlandtools.org/db/#action/27044"><strong>Leveilleur Druochole</strong></see> <i>PvE</i> (All Classes) [27044] [Ability]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 600</para>
/// </summary>
-LostBubblePvE = 23917,
+LeveilleurDruocholePvE = 27044,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23918"><strong>Lost Impetus</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [23918] [Ability]
-/// <para>Quickly dash 10 yalms forward.</para>
-/// <para>Additional Effect: Applies Lost Swift to self and nearby party members</para>
-/// <para>Lost Swift Effect: Greatly increases movement speed</para>
-/// <para>Effect cannot be stacked with other movement speed enhancing abilities.</para>
-/// <para>Duration: 10s</para>
-/// <para>Spirit of the Breathtaker Effect: Increases evasion of self and nearby party members by 15%</para>
-/// <para>Duration: 60s</para>
-/// <para>Spirit of the Watcher Effect: Grants Rapid Recast to self and nearby party members</para>
-/// <para>Rapid Recast Effect: Shortens recast time for next ability used by 25%</para>
-/// <para>Effect only applies to certain abilities.</para>
-/// <para>Duration: 15s</para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#action/27045"><strong>Dosis III</strong></see> <i>PvE</i> (All Classes) [27045] [Spell]
+/// <para>Deals unaspected damage with a potency of 300.</para>
/// </summary>
-LostImpetusPvE = 23918,
+DosisIiiPvE_27045 = 27045,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23919"><strong>Lost Excellence</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [23919] [Ability]
-/// <para>Instantly cures Weakness and temporarily nullifies most attacks, while increasing damage dealt by 65%. Memorable will be applied when effect ends.</para>
-/// <para>Duration: 10s</para>
-/// <para>Memorable Effect: Increases damage dealt by 65% while decreasing damage taken by 10%</para>
-/// <para>Duration: 50s</para>
-/// <para>Can only be executed while in combat.</para>
+/// <see href="https://garlandtools.org/db/#action/27047"><strong>Leveilleur Toxikon</strong></see> <i>PvE</i> (All Classes) [27047] [Spell]
+/// <para>Deals unaspected damage with a potency of 260 to target and all enemies nearby it.</para>
/// </summary>
-LostExcellencePvE = 23919,
+LeveilleurToxikonPvE = 27047,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23920"><strong>Lost Full Cure</strong></see> <i>PvE</i> (WHM SCH AST SGE) [23920] [Ability]
-/// <para>Fully restores HP and MP while granting Auto-potion and Auto-ether to self and nearby party members.</para>
-/// <para>Auto-potion Effect: Restores HP automatically when HP falls below 50%</para>
-/// <para>Duration: 600s</para>
-/// <para>When triggered, there is a 50% chance the effect will end.</para>
-/// <para>Auto-ether Effect: Restores MP automatically when MP falls below 20%</para>
-/// <para>Duration: 600s</para>
-/// <para>When triggered, there is a 50% chance the effect will end.</para>
-/// <para>Spirit of the Breathtaker Effect: Chance for Auto-potion and Auto-ether effect to end is reduced to 10%</para>
+/// <see href="https://garlandtools.org/db/#action/27048"><strong>Verfire</strong></see> <i>PvE</i> (All Classes) [27048] [Spell]
+/// <para></para>
/// </summary>
-LostFullCurePvE = 23920,
+VerfirePvE_27048 = 27048,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23921"><strong>Lost Blood Rage</strong></see> <i>PvE</i> (PLD WAR DRK GNB) [23921] [Ability]
-/// <para>Increases damage dealt by 15% and reduces damage taken by 5% per stack. Stacks increase with each use of a dash attack while effect is active, to a maximum of 4.</para>
-/// <para>Duration: 18s</para>
-/// <para>Maximum stacks grant the effect of Blood Rush.</para>
-/// <para>Blood Rush Effect: Increases damage dealt by 60%, shortens recast times of abilities by 75%, and gradually restores HP and MP. Recast time reduction does not apply to charged actions.</para>
-/// <para>Duration: 30s</para>
-/// <para>Can only be executed while in combat.</para>
+/// <see href="https://garlandtools.org/db/#action/27049"><strong>Veraero</strong></see> <i>PvE</i> (All Classes) [27049] [Spell]
+/// <para></para>
/// </summary>
-LostBloodRagePvE = 23921,
+VeraeroPvE_27049 = 27049,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/23922"><strong>Resistance Elixir</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [23922] [Item]
-/// <para>Restores own HP and MP to maximum.</para>
-/// <para>Shares a recast timer with Resistance Potion and Dynamis Dice.</para>
+/// <see href="https://garlandtools.org/db/#action/27050"><strong>Verstone</strong></see> <i>PvE</i> (All Classes) [27050] [Spell]
+/// <para></para>
/// </summary>
-ResistanceElixirPvE = 23922,
+VerstonePvE_27050 = 27050,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24066"><strong>Destiny's Sleeve</strong></see> <i>PvE</i> (All Classes) [24066] [Ability]
+/// <see href="https://garlandtools.org/db/#action/27051"><strong>Verthunder</strong></see> <i>PvE</i> (All Classes) [27051] [Spell]
/// <para></para>
/// </summary>
-DestinysSleevePvE = 24066,
+VerthunderPvE_27051 = 27051,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24277"><strong>Mighty Maximizer</strong></see> <i>PvE</i> (All Classes) [24277] [Special]
-/// <para>Do as the Mighty Moogle and show the fine specimen that you are to all present.</para>
+/// <see href="https://garlandtools.org/db/#action/27052"><strong>Verflare</strong></see> <i>PvE</i> (All Classes) [27052] [Spell]
+/// <para></para>
/// </summary>
-MightyMaximizerPvE = 24277,
+VerflarePvE_27052 = 27052,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24278"><strong>Chirpy Checker</strong></see> <i>PvE</i> (All Classes) [24278] [Special]
-/// <para>Do as the Chirpy Chocobo and point and acknowledge─because safety is paramount. </para>
+/// <see href="https://garlandtools.org/db/#action/27053"><strong>Crimson Savior</strong></see> <i>PvE</i> (All Classes) [27053] [Weaponskill]
+/// <para>Deals unaspected damage with a potency of 200 to all nearby enemies.</para>
/// </summary>
-ChirpyCheckerPvE = 24278,
+CrimsonSaviorPvE_27053 = 27053,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24279"><strong>Perky Peeler</strong></see> <i>PvE</i> (All Classes) [24279] [Special]
-/// <para>Do as the Perky Piggy and keep your eyes peeled for hidden treasure.</para>
+/// <see href="https://garlandtools.org/db/#action/27054"><strong>Corps-a-corps</strong></see> <i>PvE</i> (All Classes) [27054] [Weaponskill]
+/// <para></para>
/// </summary>
-PerkyPeelerPvE = 24279,
+CorpsacorpsPvE_27054 = 27054,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24283"><strong>Dosis</strong></see> <i>PvE</i> (SGE) [24283] [Spell]
-/// <para>Deals unaspected damage with a potency of .</para>
-/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
-/// <para>Cure Potency: </para>
+/// <see href="https://garlandtools.org/db/#action/27055"><strong>Enchanted Riposte</strong></see> <i>PvE</i> (All Classes) [27055] [Weaponskill]
+/// <para></para>
/// </summary>
-DosisPvE = 24283,
+EnchantedRipostePvE_27055 = 27055,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24284"><strong>Diagnosis</strong></see> <i>PvE</i> (SGE) [24284] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: </para>
+/// <see href="https://garlandtools.org/db/#action/27056"><strong>Enchanted Zwerchhau</strong></see> <i>PvE</i> (All Classes) [27056] [Weaponskill]
+/// <para></para>
/// </summary>
-DiagnosisPvE = 24284,
+EnchantedZwerchhauPvE_27056 = 27056,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24285"><strong>Kardia</strong></see> <i>PvE</i> (SGE) [24285] [Ability]
-/// <para>Grants self the effect of Kardia and a selected party member or self the effect of Kardion, restoring HP after casting certain magic attacks.</para>
+/// <see href="https://garlandtools.org/db/#action/27057"><strong>Enchanted Redoublement</strong></see> <i>PvE</i> (All Classes) [27057] [Weaponskill]
+/// <para></para>
/// </summary>
-KardiaPvE = 24285,
+EnchantedRedoublementPvE_27057 = 27057,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24286"><strong>Prognosis</strong></see> <i>PvE</i> (SGE) [24286] [Spell]
-/// <para>Restores own HP and the HP of all nearby party members.</para>
-/// <para>Cure Potency: 300</para>
+/// <see href="https://garlandtools.org/db/#action/27058"><strong>Engagement</strong></see> <i>PvE</i> (All Classes) [27058] [Weaponskill]
+/// <para></para>
/// </summary>
-PrognosisPvE = 24286,
+EngagementPvE_27058 = 27058,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24287"><strong>Egeiro</strong></see> <i>PvE</i> (SGE) [24287] [Spell]
-/// <para>Resurrects target to a weakened state.</para>
+/// <see href="https://garlandtools.org/db/#action/27059"><strong>Verholy</strong></see> <i>PvE</i> (All Classes) [27059] [Spell]
+/// <para></para>
/// </summary>
-EgeiroPvE = 24287,
+VerholyPvE_27059 = 27059,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24288"><strong>Physis</strong></see> <i>PvE</i> (SGE) [24288] [Ability]
-/// <para>Gradually restores own HP and the HP of all nearby party members.</para>
-/// <para>Cure Potency: 100</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#action/27060"><strong>Contre Sixte</strong></see> <i>PvE</i> (All Classes) [27060] [Ability]
+/// <para>Delivers an attack with a potency of 400 to target and all enemies nearby it.</para>
/// </summary>
-PhysisPvE = 24288,
+ContreSixtePvE_27060 = 27060,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24289"><strong>Phlegma</strong></see> <i>PvE</i> (SGE) [24289] [Spell]
-/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of for the first enemy, and 30% less for all remaining enemies.</para>
-/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
-/// <para>Cure Potency: </para>
-/// <para>Maximum Charges: 2</para>
-/// <para>Recast timer cannot be affected by status effects or gear attributes.</para>
+/// <see href="https://garlandtools.org/db/#action/27061"><strong>Vercure</strong></see> <i>PvE</i> (All Classes) [27061] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 350</para>
/// </summary>
-PhlegmaPvE = 24289,
+VercurePvE_27061 = 27061,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24290"><strong>Eukrasia</strong></see> <i>PvE</i> (SGE) [24290] [Spell]
-/// <para>Augments certain offensive and healing magic actions.</para>
-/// <para>Dosis III is upgraded to Eukrasian Dosis IIIDosis II is upgraded to Eukrasian Dosis IIDosis is upgraded to Eukrasian DosisDosis is upgraded to Eukrasian DosisDosis II is upgraded to Eukrasian Dosis IIDosis is upgraded to Eukrasian DosisDosis is upgraded to Eukrasian Dosis.</para>
-/// <para>Diagnosis is upgraded to Eukrasian Diagnosis.</para>
-/// <para>Prognosis is upgraded to Eukrasian Prognosis.</para>
-/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <see href="https://garlandtools.org/db/#action/27062"><strong>Vermilion Pledge</strong></see> <i>PvE</i> (All Classes) [27062] [Weaponskill]
+/// <para>Deals unaspected damage to all enemies in a straight line before you.</para>
/// </summary>
-EukrasiaPvE = 24290,
+VermilionPledgePvE = 27062,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24291"><strong>Eukrasian Diagnosis</strong></see> <i>PvE</i> (SGE) [24291] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 300</para>
-/// <para>Additional Effect: Erects a magicked barrier which nullifies damage equaling % of the amount of HP restored. When critical HP is restored, also grants Differential Diagnosis, nullifying damage equaling % the amount of HP restored.</para>
-/// <para>Duration: 30s</para>
-/// <para>Effect cannot be stacked with Eukrasian Prognosis or scholar's Galvanize.</para>
+/// <see href="https://garlandtools.org/db/#action/27427"><strong>Keen Edge</strong></see> <i>PvE</i> (All Classes) [27427] [Weaponskill]
/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-EukrasianDiagnosisPvE = 24291,
+KeenEdgePvE_27427 = 27427,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24292"><strong>Eukrasian Prognosis</strong></see> <i>PvE</i> (SGE) [24292] [Spell]
-/// <para>Restores own HP and the HP of all nearby party members.</para>
-/// <para>Cure Potency: 100</para>
-/// <para>Additional Effect: Erects a magicked barrier which nullifies damage equaling % of the amount of HP restored</para>
-/// <para>Duration: 30s</para>
-/// <para>Effect cannot be stacked with those of Eukrasian Diagnosis or scholar's Galvanize.</para>
+/// <see href="https://garlandtools.org/db/#action/27428"><strong>Brutal Shell</strong></see> <i>PvE</i> (All Classes) [27428] [Weaponskill]
/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-EukrasianPrognosisPvE = 24292,
+BrutalShellPvE_27428 = 27428,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24293"><strong>Eukrasian Dosis</strong></see> <i>PvE</i> (SGE) [24293] [Spell]
-/// <para>Deals unaspected damage over time.</para>
-/// <para>Potency: </para>
-/// <para>Duration: 30s</para>
-/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
-/// <para>Cure Potency: </para>
+/// <see href="https://garlandtools.org/db/#action/27429"><strong>Solid Barrel</strong></see> <i>PvE</i> (All Classes) [27429] [Weaponskill]
/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-EukrasianDosisPvE = 24293,
+SolidBarrelPvE_27429 = 27429,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24294"><strong>Soteria</strong></see> <i>PvE</i> (SGE) [24294] [Ability]
-/// <para>Grants 4 stacks of Soteria, each stack increasing the cure potency of Kardion effects granted by you by 70%.</para>
+/// <see href="https://garlandtools.org/db/#action/27430"><strong>Nebula</strong></see> <i>PvE</i> (All Classes) [27430] [Ability]
+/// <para>Reduces damage taken by 30%.</para>
/// <para>Duration: 15s</para>
/// </summary>
-SoteriaPvE = 24294,
+NebulaPvE_27430 = 27430,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24295"><strong>Icarus</strong></see> <i>PvE</i> (SGE) [24295] [Ability]
-/// <para>Rush to a targeted enemy's or party member's location.</para>
-/// <para>Unable to cast if bound.</para>
+/// <see href="https://garlandtools.org/db/#action/27432"><strong>Swift Deception</strong></see> <i>PvE</i> (All Classes) [27432] [Ability]
+/// <para>Masks your presence, making it impossible for most enemies to detect you, and increases movement speed. Cannot be cast while in combat.</para>
+/// <para>Duration: 10s</para>
/// </summary>
-IcarusPvE = 24295,
+SwiftDeceptionPvE = 27432,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24296"><strong>Druochole</strong></see> <i>PvE</i> (SGE) [24296] [Ability]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 600</para>
-/// <para>Additional Effect: Restores 7% of maximum MP</para>
-/// <para>Addersgall Cost: 1</para>
+/// <see href="https://garlandtools.org/db/#action/27433"><strong>Silent Takedown</strong></see> <i>PvE</i> (All Classes) [27433] [Ability]
+/// <para>While hidden, delivers an attack that neutralizes imperial soldiers. When the target is magitek weaponry or a guard dog, delivers an attack with a potency of 100.</para>
+/// <para>Can only be executed while under the effect of Swift Deception.</para>
/// </summary>
-DruocholePvE = 24296,
+SilentTakedownPvE = 27433,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24297"><strong>Dyskrasia</strong></see> <i>PvE</i> (SGE) [24297] [Spell]
-/// <para>Deals unaspected damage with a potency of 160 to all nearby enemies.</para>
-/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
-/// <para>Cure Potency: </para>
+/// <see href="https://garlandtools.org/db/#action/27434"><strong>Bewilderment Bomb</strong></see> <i>PvE</i> (All Classes) [27434] [Ability]
+/// <para>Throws a bomb that confuses the senses of guard dogs, neutralizing them. Has no effect on imperial soldiers or magitek weaponry.</para>
/// </summary>
-DyskrasiaPvE = 24297,
+BewildermentBombPvE = 27434,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24298"><strong>Kerachole</strong></see> <i>PvE</i> (SGE) [24298] [Ability]
-/// <para>Reduces damage taken by self and nearby party members by 10%.</para>
-/// <para>Duration: 15s</para>
-/// <para>Effect cannot be stacked with Taurochole.</para>
-/// <para>Additional Effect: Regen</para>
-/// <para>Cure Potency: 100</para>
-/// <para>Duration: 15s</para>
-/// <para>Additional Effect: Restores 7% of maximum MP</para>
-/// <para>Addersgall Cost: 1</para>
+/// <see href="https://garlandtools.org/db/#action/28439"><strong>Leveilleur Dosis III</strong></see> <i>PvE</i> (All Classes) [28439] [Spell]
+/// <para>Deals unaspected damage over time.</para>
+/// <para>Potency: 70</para>
+/// <para>Duration: 30s</para>
/// </summary>
-KeracholePvE = 24298,
+LeveilleurDosisIiiPvE = 28439,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24299"><strong>Ixochole</strong></see> <i>PvE</i> (SGE) [24299] [Ability]
-/// <para>Restores own HP and the HP of all nearby party members.</para>
+/// <see href="https://garlandtools.org/db/#action/28509"><strong>Liturgy of the Bell</strong></see> <i>PvE</i> (WHM) [28509] [Ability]
+/// <para>Places a healing blossom at the designated location and grants 5 stacks of Liturgy of the Bell to self.</para>
+/// <para>Duration: 20s</para>
+/// <para>Taking damage will expend 1 stack of Liturgy of the Bell to heal self and all party members within a radius of 20 yalms.</para>
/// <para>Cure Potency: 400</para>
-/// <para>Additional Effect: Restores 7% of maximum MP</para>
-/// <para>Addersgall Cost: 1</para>
-/// </summary>
-IxocholePvE = 24299,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24300"><strong>Zoe</strong></see> <i>PvE</i> (SGE) [24300] [Ability]
-/// <para>Increases healing magic potency of your next healing spell by 50%.</para>
-/// <para>Duration: 30s</para>
+/// <para>The effect of this action can only be triggered once per second.</para>
+/// <para>Any remaining stacks of Liturgy of the Bell will trigger an additional healing effect when time expires or upon executing this action a second time.</para>
+/// <para>Cure Potency: 200 for every remaining stack of Liturgy of the Bell</para>
+/// <para>This action does not share a recast timer with any other actions.</para>
/// </summary>
-ZoePvE = 24300,
+LiturgyOfTheBellPvE_28509 = 28509,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24301"><strong>Pepsis</strong></see> <i>PvE</i> (SGE) [24301] [Ability]
-/// <para>Restores own HP and the HP of nearby party members by removing Eukrasian Diagnosis and Eukrasian Prognosis effects granted by you.</para>
-/// <para>Eukrasian Diagnosis Cure Potency: 450</para>
-/// <para>Eukrasian Prognosis Cure Potency: 350</para>
-/// <para>Targets not under the effect of Eukrasian Diagnosis or Eukrasian Prognosis will not be healed.</para>
+/// <see href="https://garlandtools.org/db/#action/29054"><strong>Guard</strong></see> <i>PvP</i> (Jobs of the Disciples of War or Magic) [29054] [Ability]
+/// <para>Reduces damage taken by 90% and grants immunity to Stun, Heavy, Bind, Silence, Half-asleep, Sleep, Deep Freeze, and knockback and draw-in effects.</para>
+/// <para>Duration: 5s</para>
+/// <para>Movement speed is reduced by 50% for the duration of this effect.</para>
+/// <para>Effect ends upon reuse, using another action, or when the effect duration expires.</para>
/// </summary>
-PepsisPvE = 24301,
+GuardPvP = 29054,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24302"><strong>Physis II</strong></see> <i>PvE</i> (SGE) [24302] [Ability]
-/// <para>Gradually restores own HP and the HP of all nearby party members.</para>
-/// <para>Cure Potency: 130</para>
-/// <para>Duration: 15s</para>
-/// <para>Additional Effect: Increases HP recovered by healing actions by 10%</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/29055"><strong>Standard-issue Elixir</strong></see> <i>PvP</i> (Jobs of the Disciples of War or Magic) [29055] [Ability]
+/// <para>Restores your HP and MP to maximum.</para>
+/// <para>Casting will be interrupted when damage is taken.</para>
/// </summary>
-PhysisIiPvE = 24302,
+StandardissueElixirPvP = 29055,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24303"><strong>Taurochole</strong></see> <i>PvE</i> (SGE) [24303] [Ability]
-/// <para>Restores own or target party member's HP.</para>
-/// <para>Cure Potency: 700</para>
-/// <para>Additional Effect: Reduces target's damage taken by 10%</para>
-/// <para>Duration: 15s</para>
-/// <para>Effect cannot be stacked with Kerachole.</para>
-/// <para>Additional Effect: Restores 7% of maximum MP</para>
-/// <para>Addersgall Cost: 1</para>
+/// <see href="https://garlandtools.org/db/#action/29056"><strong>Purify</strong></see> <i>PvP</i> (Jobs of the Disciples of War or Magic) [29056] [Ability]
+/// <para>Removes Stun, Heavy, Bind, Silence, Half-asleep, Sleep, and Deep Freeze.</para>
+/// <para>Additional Effect: Grants Resilience</para>
+/// <para>Resilience Effect: Nullifies status afflictions that can be removed by Purify</para>
+/// <para>Duration: 5s</para>
+/// <para>Can be used even when under the effect of certain status afflictions.</para>
/// </summary>
-TaurocholePvE = 24303,
+PurifyPvP = 29056,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24304"><strong>Toxikon</strong></see> <i>PvE</i> (SGE) [24304] [Spell]
-/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
-/// <para>Cure Potency: </para>
-/// <para>Addersting Cost: 1</para>
+/// <see href="https://garlandtools.org/db/#action/29057"><strong>Sprint</strong></see> <i>PvP</i> (Jobs of the Disciples of War or Magic) [29057] [Ability]
+/// <para>Increases movement speed by 50%.</para>
+/// <para>Effect ends upon reuse or execution of another action.</para>
/// </summary>
-ToxikonPvE = 24304,
+SprintPvP = 29057,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24305"><strong>Haima</strong></see> <i>PvE</i> (SGE) [24305] [Ability]
-/// <para>Erects a magicked barrier around self or target party member that absorbs damage equivalent to a heal of 300 potency.</para>
-/// <para>Additional Effect: Grants 5 stacks of Haimatinon</para>
-/// <para>Duration: 15s</para>
-/// <para>When the barrier is completely absorbed, a stack of Haimatinon is consumed and a new barrier is applied.</para>
-/// <para>When the effect duration expires, a healing effect is then applied.</para>
-/// <para>Cure Potency: 150 per remaining stack of Haimatinon</para>
+/// <see href="https://garlandtools.org/db/#action/29058"><strong>Fast Blade</strong></see> <i>PvP</i> (PLD) [29058] [Weaponskill]
+/// <para>Delivers an attack with a potency of 3,000.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-HaimaPvE = 24305,
+FastBladePvP = 29058,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24306"><strong>Dosis II</strong></see> <i>PvE</i> (SGE) [24306] [Spell]
-/// <para>Deals unaspected damage with a potency of 320.</para>
-/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
-/// <para>Cure Potency: </para>
+/// <see href="https://garlandtools.org/db/#action/29059"><strong>Riot Blade</strong></see> <i>PvP</i> (PLD) [29059] [Weaponskill]
+/// <para>Delivers an attack with a potency of 4,000.</para>
+/// <para>Combo Action: Fast Blade</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-DosisIiPvE = 24306,
+RiotBladePvP = 29059,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24307"><strong>Phlegma II</strong></see> <i>PvE</i> (SGE) [24307] [Spell]
-/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 490 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
-/// <para>Cure Potency: </para>
-/// <para>Maximum Charges: 2</para>
-/// <para>Recast timer cannot be affected by status effects or gear attributes.</para>
+/// <see href="https://garlandtools.org/db/#action/29060"><strong>Royal Authority</strong></see> <i>PvP</i> (PLD) [29060] [Weaponskill]
+/// <para>Delivers an attack with a potency of 5,000.</para>
+/// <para>Combo Action: Riot Blade</para>
+/// <para>Additional Effect: Grants a stack of Sword Oath, up to a maximum of 3</para>
+/// <para>Duration: 10s</para>
+/// <para></para>
+/// <para>※Royal Authority Combo changes to Atonement while under the effect of Sword Oath.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-PhlegmaIiPvE = 24307,
+RoyalAuthorityPvP = 29060,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24308"><strong>Eukrasian Dosis II</strong></see> <i>PvE</i> (SGE) [24308] [Spell]
-/// <para>Deals unaspected damage over time.</para>
-/// <para>Potency: 60</para>
-/// <para>Duration: 30s</para>
-/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
-/// <para>Cure Potency: </para>
+/// <see href="https://garlandtools.org/db/#action/29061"><strong>Atonement</strong></see> <i>PvP</i> (PLD) [29061] [Weaponskill]
+/// <para>Delivers an attack with a potency of 8,000.</para>
+/// <para>Additional Effect: Restores own HP</para>
+/// <para>Cure Potency: 4,000</para>
+/// <para>Can only be executed while under the effect of Sword Oath.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-EukrasianDosisIiPvE = 24308,
+AtonementPvP = 29061,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24309"><strong>Rhizomata</strong></see> <i>PvE</i> (SGE) [24309] [Ability]
-/// <para>Grants 1 stack of Addersgall.</para>
+/// <see href="https://garlandtools.org/db/#action/29064"><strong>Shield Bash</strong></see> <i>PvP</i> (PLD) [29064] [Ability]
+/// <para>Delivers an attack with a potency of 4,000.</para>
+/// <para>Additional Effect: Stun</para>
+/// <para>Duration: 3s</para>
+/// <para>Additional Effect: Grants a stack of Sword Oath, up to a maximum of 3</para>
+/// <para>Duration: 10s</para>
+/// <para></para>
+/// <para>※Royal Authority Combo changes to Atonement while under the effect of Sword Oath.</para>
/// </summary>
-RhizomataPvE = 24309,
+ShieldBashPvP = 29064,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24310"><strong>Holos</strong></see> <i>PvE</i> (SGE) [24310] [Ability]
-/// <para>Restores own HP and the HP of all nearby party members.</para>
-/// <para>Cure Potency: 300</para>
-/// <para>Additional Effect: Erects a magicked barrier which nullifies damage equaling the amount of HP restored</para>
-/// <para>Duration: 30s</para>
-/// <para>Additional Effect: Reduces damage taken by self and nearby party members by 10%</para>
-/// <para>Duration: 20s</para>
+/// <see href="https://garlandtools.org/db/#action/29065"><strong>Intervene</strong></see> <i>PvP</i> (PLD) [29065] [Ability]
+/// <para>Rushes target and delivers an attack with a potency of 2,000.</para>
+/// <para>Additional Effect: Grants a stack of Sword Oath, up to a maximum of 3</para>
+/// <para>Duration: 10s</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Cannot be executed while bound.</para>
+/// <para></para>
+/// <para>※Royal Authority Combo changes to Atonement while under the effect of Sword Oath.</para>
/// </summary>
-HolosPvE = 24310,
+IntervenePvP = 29065,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24311"><strong>Panhaima</strong></see> <i>PvE</i> (SGE) [24311] [Ability]
-/// <para>Erects a magicked barrier around self and all party members near you that absorbs damage equivalent to a heal of 200 potency.</para>
-/// <para>Additional Effect: Grants 5 stacks of Panhaimatinon</para>
-/// <para>Duration: 15s</para>
-/// <para>When the barrier is completely absorbed, a stack of Panhaimatinon is consumed and a new barrier is applied.</para>
-/// <para>When the effect duration expires, a healing effect is then applied.</para>
-/// <para>Cure Potency: 100 per remaining stack of Panhaimatinon</para>
+/// <see href="https://garlandtools.org/db/#action/29066"><strong>Guardian</strong></see> <i>PvP</i> (PLD) [29066] [Ability]
+/// <para>Rush to a target party member's side.</para>
+/// <para>Additional Effect: Take all damage intended for the targeted party member</para>
+/// <para>Duration: 10s</para>
+/// <para>Can only be executed when member is closer than 10 yalms.</para>
+/// <para>Cannot be executed while bound.</para>
+/// <para>Has no effect on targets interacting with an object.</para>
/// </summary>
-PanhaimaPvE = 24311,
+GuardianPvP = 29066,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24312"><strong>Dosis III</strong></see> <i>PvE</i> (SGE) [24312] [Spell]
-/// <para>Deals unaspected damage with a potency of 330.</para>
-/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
-/// <para>Cure Potency: </para>
+/// <see href="https://garlandtools.org/db/#action/29067"><strong>Holy Sheltron</strong></see> <i>PvP</i> (PLD) [29067] [Ability]
+/// <para>Grants Holy Sheltron and Knight's Resolve.</para>
+/// <para>Holy Sheltron Effect: Creates a barrier around self that absorbs damage equivalent to a heal of 8,000 potency</para>
+/// <para>Duration: 4s</para>
+/// <para>If the barrier is not absorbed and the effect duration expires, deals unaspected damage to all nearby enemies with a potency equal to 150% of the barrier's remaining potency.</para>
+/// <para>Knight's Resolve Effect: Reduces damage taken by 20%</para>
+/// <para>Duration: 8s</para>
+/// <para>Additional Effect: Heavy +75%</para>
+/// <para>Duration: 5s</para>
/// </summary>
-DosisIiiPvE = 24312,
+HolySheltronPvP = 29067,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24313"><strong>Phlegma III</strong></see> <i>PvE</i> (SGE) [24313] [Spell]
-/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 600 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
-/// <para>Cure Potency: </para>
-/// <para>Maximum Charges: 2</para>
-/// <para>Recast timer cannot be affected by status effects or gear attributes.</para>
+/// <see href="https://garlandtools.org/db/#action/29070"><strong>Confiteor</strong></see> <i>PvP</i> (PLD) [29070] [Spell]
+/// <para>Deals unaspected damage with a potency of 12,000 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Afflicts target with Sacred Claim</para>
+/// <para>Sacred Claim Effect: Restores HP when successfully landing an attack on targets under this effect</para>
+/// <para>Cure Potency: 3,000</para>
+/// <para>Duration: 10s</para>
+/// <para>This action does not share a recast timer with any other actions.</para>
/// </summary>
-PhlegmaIiiPvE = 24313,
+ConfiteorPvP = 29070,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24314"><strong>Eukrasian Dosis III</strong></see> <i>PvE</i> (SGE) [24314] [Spell]
-/// <para>Deals unaspected damage over time.</para>
-/// <para>Potency: 75</para>
-/// <para>Duration: 30s</para>
-/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
-/// <para>Cure Potency: </para>
+/// <see href="https://garlandtools.org/db/#action/29071"><strong>Blade of Faith</strong></see> <i>PvP</i> (PLD) [29071] [Spell]
+/// <para>Deals unaspected damage with a potency of 7,000 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Potency is increased by 50% when target is under the effect of Sacred Claim</para>
+/// <para>Additional Effect: Afflicts target with Sacred Claim</para>
+/// <para>Sacred Claim Effect: Restores HP when successfully landing an attack on targets under this effect</para>
+/// <para>Cure Potency: 3,000</para>
+/// <para>Duration: 10s</para>
+/// <para>Can only be executed while under the effect of Blade of Faith Ready.</para>
/// <para></para>
+/// <para>※Action changes to Blade of Truth upon execution.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-EukrasianDosisIiiPvE = 24314,
+BladeOfFaithPvP = 29071,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24315"><strong>Dyskrasia II</strong></see> <i>PvE</i> (SGE) [24315] [Spell]
-/// <para>Deals unaspected damage with a potency of 170 to all nearby enemies.</para>
-/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
-/// <para>Cure Potency: </para>
+/// <see href="https://garlandtools.org/db/#action/29072"><strong>Blade of Truth</strong></see> <i>PvP</i> (PLD) [29072] [Spell]
+/// <para>Deals unaspected damage with a potency of 8,000 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Potency is increased by 50% when target is under the effect of Sacred Claim</para>
+/// <para>Combo Action: Blade of Faith</para>
+/// <para>Additional Effect: Afflicts target with Sacred Claim</para>
+/// <para>Sacred Claim Effect: Restores HP when successfully landing an attack on targets under this effect</para>
+/// <para>Cure Potency: 3,000</para>
+/// <para>Duration: 10s</para>
+/// <para></para>
+/// <para>※Action changes to Blade of Valor upon execution.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-DyskrasiaIiPvE = 24315,
+BladeOfTruthPvP = 29072,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24316"><strong>Toxikon II</strong></see> <i>PvE</i> (SGE) [24316] [Spell]
-/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 330 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
-/// <para>Cure Potency: </para>
-/// <para>Addersting Cost: 1</para>
+/// <see href="https://garlandtools.org/db/#action/29073"><strong>Blade of Valor</strong></see> <i>PvP</i> (PLD) [29073] [Spell]
+/// <para>Deals unaspected damage with a potency of 9,000 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Potency is increased by 50% when target is under the effect of Sacred Claim</para>
+/// <para>Combo Action: Blade of Truth</para>
+/// <para>Additional Effect: Afflicts target with Sacred Claim</para>
+/// <para>Sacred Claim Effect: Restores HP when successfully landing an attack on targets under this effect</para>
+/// <para>Cure Potency: 3,000</para>
+/// <para>Duration: 10s</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-ToxikonIiPvE = 24316,
+BladeOfValorPvP = 29073,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24317"><strong>Krasis</strong></see> <i>PvE</i> (SGE) [24317] [Ability]
-/// <para>Increases HP recovery via healing actions for a party member or self by 20%.</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/29074"><strong>Heavy Swing</strong></see> <i>PvP</i> (WAR) [29074] [Weaponskill]
+/// <para>Delivers an attack with a potency of 3,000.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-KrasisPvE = 24317,
+HeavySwingPvP = 29074,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24318"><strong>Pneuma</strong></see> <i>PvE</i> (SGE) [24318] [Spell]
-/// <para>Deals unaspected damage to all enemies in a straight line before you with a potency of 330 for the first enemy, and 40% less for all remaining enemies.</para>
-/// <para>Additional Effect: Restores own HP and the HP of all party members within a radius of 20 yalms</para>
-/// <para>Cure Potency: 600</para>
-/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
-/// <para>Cure Potency: </para>
-/// <para>Recast timer cannot be affected by status effects or gear attributes.</para>
+/// <see href="https://garlandtools.org/db/#action/29075"><strong>Maim</strong></see> <i>PvP</i> (WAR) [29075] [Weaponskill]
+/// <para>Delivers an attack with a potency of 4,000.</para>
+/// <para>Combo Action: Heavy Swing</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-PneumaPvE = 24318,
+MaimPvP = 29075,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24373"><strong>Slice</strong></see> <i>PvE</i> (RPR) [24373] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Additional Effect: Increases Soul Gauge by 10</para>
+/// <see href="https://garlandtools.org/db/#action/29076"><strong>Storm's Path</strong></see> <i>PvP</i> (WAR) [29076] [Weaponskill]
+/// <para>Delivers an attack with a potency of 5,000.</para>
+/// <para>Combo Action: Maim</para>
+/// <para>Additional Effect: Absorbs 100% of damage dealt as HP</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-SlicePvE = 24373,
+StormsPathPvP = 29076,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24374"><strong>Waxing Slice</strong></see> <i>PvE</i> (RPR) [24374] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Combo Action: Slice</para>
-/// <para>Combo Potency: </para>
-/// <para>Combo Bonus: Increases Soul Gauge by 10</para>
+/// <see href="https://garlandtools.org/db/#action/29078"><strong>Fell Cleave</strong></see> <i>PvP</i> (WAR) [29078] [Weaponskill]
+/// <para>Delivers an attack with a potency of 12,000.</para>
+/// <para>Can only be executed while under the effect of Inner Release.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-WaxingSlicePvE = 24374,
+FellCleavePvP = 29078,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24375"><strong>Infernal Slice</strong></see> <i>PvE</i> (RPR) [24375] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Combo Action: Waxing Slice</para>
-/// <para>Combo Potency: </para>
-/// <para>Combo Bonus: Increases Soul Gauge by 10</para>
+/// <see href="https://garlandtools.org/db/#action/29079"><strong>Onslaught</strong></see> <i>PvP</i> (WAR) [29079] [Ability]
+/// <para>Rushes target and delivers an attack with a potency of 500.</para>
+/// <para>Potency increases up to 5,000 as HP nears maximum.</para>
+/// <para>Consumes 10% of current HP when executed.</para>
+/// <para>Additional Effect: Increases target's damage taken by 10%</para>
+/// <para>Duration: 10s</para>
+/// <para>Cannot be executed while bound.</para>
/// </summary>
-InfernalSlicePvE = 24375,
+OnslaughtPvP = 29079,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24376"><strong>Spinning Scythe</strong></see> <i>PvE</i> (RPR) [24376] [Weaponskill]
-/// <para>Delivers an attack with a potency of to all nearby enemies.</para>
-/// <para>Additional Effect: Increases Soul Gauge by 10</para>
+/// <see href="https://garlandtools.org/db/#action/29080"><strong>Orogeny</strong></see> <i>PvP</i> (WAR) [29080] [Ability]
+/// <para>Delivers an attack with a potency of 1,000 to all nearby enemies.</para>
+/// <para>Potency increases up to 10,000 as HP nears maximum.</para>
+/// <para>Consumes 10% of current HP when executed.</para>
+/// <para>Additional Effect: Reduces target's damage dealt by 10%</para>
+/// <para>Duration: 10s</para>
/// </summary>
-SpinningScythePvE = 24376,
+OrogenyPvP = 29080,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24377"><strong>Nightmare Scythe</strong></see> <i>PvE</i> (RPR) [24377] [Weaponskill]
-/// <para>Delivers an attack with a potency of to all nearby enemies.</para>
-/// <para>Combo Action: Spinning Scythe</para>
-/// <para>Combo Potency: </para>
-/// <para>Combo Bonus: Increases Soul Gauge by 10</para>
+/// <see href="https://garlandtools.org/db/#action/29081"><strong>Blota</strong></see> <i>PvP</i> (WAR) [29081] [Ability]
+/// <para>Instantly draws target to your side.</para>
+/// <para>Additional Effect: Heavy +75%</para>
+/// <para>Duration: 3s</para>
/// </summary>
-NightmareScythePvE = 24377,
+BlotaPvP = 29081,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24378"><strong>Shadow of Death</strong></see> <i>PvE</i> (RPR) [24378] [Weaponskill]
-/// <para>Delivers an attack with a potency of .</para>
-/// <para>Additional Effect: Afflicts target with Death's Design, increasing damage you deal target by 10%</para>
-/// <para>Duration: 30s</para>
-/// <para>Extends duration of Death's Design by 30s to a maximum of 60s.</para>
-/// <para>Additional Effect: Increases Soul Gauge by 10 if target is KO'd before effect expires</para>
+/// <see href="https://garlandtools.org/db/#action/29082"><strong>Bloodwhetting</strong></see> <i>PvP</i> (WAR) [29082] [Ability]
+/// <para>Grants Bloodwhetting, Stem the Tide, and Nascent Chaos.</para>
+/// <para>Bloodwhetting Effect: Converts 100% of weaponskill damage dealt into HP</para>
+/// <para>Duration: 10s</para>
+/// <para>Stem the Tide Effect: Creates a barrier around self that absorbs damage totaling 10% of your maximum HP</para>
+/// <para>Duration: 10s</para>
+/// <para>Nascent Chaos Effect: Bloodwhetting changes to Chaotic Cyclone</para>
+/// <para>Duration: 10s</para>
/// </summary>
-ShadowOfDeathPvE = 24378,
+BloodwhettingPvP = 29082,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24379"><strong>Whorl of Death</strong></see> <i>PvE</i> (RPR) [24379] [Weaponskill]
-/// <para>Delivers an attack with a potency of to all nearby enemies.</para>
-/// <para>Additional Effect: Afflicts target with Death's Design, increasing damage you deal target by 10%</para>
-/// <para>Duration: 30s</para>
-/// <para>Extends duration of Death's Design by 30s to a maximum of 60s.</para>
-/// <para>Additional Effect: Increases Soul Gauge by 10 if target is KO'd before effect expires</para>
+/// <see href="https://garlandtools.org/db/#action/29084"><strong>Primal Rend</strong></see> <i>PvP</i> (WAR) [29084] [Weaponskill]
+/// <para>Delivers a jumping physical attack to target and all enemies nearby it with a potency of 8,000.</para>
+/// <para>Inner Release Potency: 16,000</para>
+/// <para>Additional Effect: Stun</para>
+/// <para>Duration: 2s</para>
+/// <para>Cannot be executed while bound.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
/// </summary>
-WhorlOfDeathPvE = 24379,
+PrimalRendPvP = 29084,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24380"><strong>Soul Slice</strong></see> <i>PvE</i> (RPR) [24380] [Weaponskill]
-/// <para>Delivers an attack with a potency of 460.</para>
-/// <para>Additional Effect: Increases Soul Gauge by 50</para>
-/// <para>Maximum Charges: 2</para>
-/// <para>Shares a recast timer with Soul Scythe.</para>
-/// <para>Recast timer cannot be affected by status effects or gear attributes.</para>
+/// <see href="https://garlandtools.org/db/#action/29085"><strong>Hard Slash</strong></see> <i>PvP</i> (DRK) [29085] [Weaponskill]
+/// <para>Delivers an attack with a potency of 3,000.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-SoulSlicePvE = 24380,
+HardSlashPvP = 29085,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24381"><strong>Soul Scythe</strong></see> <i>PvE</i> (RPR) [24381] [Weaponskill]
-/// <para>Delivers an attack with a potency of 180 to all nearby enemies.</para>
-/// <para>Additional Effect: Increases Soul Gauge by 50</para>
-/// <para>Maximum Charges: 2</para>
-/// <para>Shares a recast timer with Soul Slice.</para>
-/// <para>Recast timer cannot be affected by status effects or gear attributes.</para>
+/// <see href="https://garlandtools.org/db/#action/29086"><strong>Syphon Strike</strong></see> <i>PvP</i> (DRK) [29086] [Weaponskill]
+/// <para>Delivers an attack with a potency of 4,000.</para>
+/// <para>Combo Action: Hard Slash</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-SoulScythePvE = 24381,
+SyphonStrikePvP = 29086,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24382"><strong>Gibbet</strong></see> <i>PvE</i> (RPR) [24382] [Weaponskill]
-/// <para>Delivers an attack with a potency of 400.</para>
-/// <para>460 when executed from a target's flank.</para>
-/// <para>Enhanced Gibbet Potency: 460</para>
-/// <para>Flank Enhanced Potency: 520</para>
-/// <para>Additional Effect: Grants Enhanced Gallows</para>
-/// <para>Duration: 60s</para>
-/// <para>The action Blood Stalk changes to Unveiled Gallows while under the effect of Enhanced Gallows.</para>
-/// <para>Additional Effect: Increases Shroud Gauge by 10</para>
-/// <para>Can only be executed while under the effect of Soul Reaver.</para>
+/// <see href="https://garlandtools.org/db/#action/29087"><strong>Souleater</strong></see> <i>PvP</i> (DRK) [29087] [Weaponskill]
+/// <para>Delivers an attack with a potency of 5,000.</para>
+/// <para>Combo Action: Syphon Strike</para>
+/// <para>Additional Effect: Converts 100% of damage dealt into HP</para>
/// <para></para>
-/// <para>※Action changes to Void Reaping while under the effect of Enshrouded.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-GibbetPvE = 24382,
+SouleaterPvP = 29087,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24383"><strong>Gallows</strong></see> <i>PvE</i> (RPR) [24383] [Weaponskill]
-/// <para>Delivers an attack with a potency of 400.</para>
-/// <para>460 when executed from a target's rear.</para>
-/// <para>Enhanced Gallows Potency: 460</para>
-/// <para>Rear Enhanced Potency: 520</para>
-/// <para>Additional Effect: Grants Enhanced Gibbet</para>
-/// <para>Duration: 60s</para>
-/// <para>The action Blood Stalk changes to Unveiled Gibbet while under the effect of Enhanced Gibbet.</para>
-/// <para>Additional Effect: Increases Shroud Gauge by 10</para>
-/// <para>Can only be executed while under the effect of Soul Reaver.</para>
+/// <see href="https://garlandtools.org/db/#action/29088"><strong>Bloodspiller</strong></see> <i>PvP</i> (DRK) [29088] [Weaponskill]
+/// <para>Delivers an attack with a potency of 6,000.</para>
+/// <para>Potency increases up to 12,000 as HP decreases, reaching its maximum value when HP falls below 25%.</para>
+/// <para>Can only be executed while under the effect of Blackblood.</para>
/// <para></para>
-/// <para>※Action changes to Cross Reaping while under the effect of Enshrouded.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-GallowsPvE = 24383,
+BloodspillerPvP = 29088,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24384"><strong>Guillotine</strong></see> <i>PvE</i> (RPR) [24384] [Weaponskill]
-/// <para>Delivers an attack with a potency of 200 to all enemies in a cone before you.</para>
-/// <para>Additional Effect: Increases Shroud Gauge by 10</para>
-/// <para>Can only be executed while under the effect of Soul Reaver.</para>
+/// <see href="https://garlandtools.org/db/#action/29091"><strong>Shadowbringer</strong></see> <i>PvP</i> (DRK) [29091] [Ability]
+/// <para>Deals unaspected damage with a potency of 6,000 to all enemies in a straight line before you.</para>
+/// <para>Consumes 20% of your maximum HP when executed.</para>
+/// <para>Additional Effect: Grants Blackblood</para>
+/// <para>Duration: 10s</para>
+/// <para>Cannot be executed when current HP is lower than 20%.</para>
/// <para></para>
-/// <para>※Action changes to Grim Reaping while under the effect of Enshrouded.</para>
+/// <para>※Souleater Combo changes to Bloodspiller while under the effect of Blackblood.</para>
/// </summary>
-GuillotinePvE = 24384,
+ShadowbringerPvP = 29091,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24385"><strong>Plentiful Harvest</strong></see> <i>PvE</i> (RPR) [24385] [Weaponskill]
-/// <para>Delivers an attack to all enemies in a straight line before you with a potency of 720 for the first enemy, and 60% less for all remaining enemies.</para>
-/// <para>Immortal Sacrifice Cost: 1 stack</para>
-/// <para>Potency increases up to 1,000 as stacks of Immortal Sacrifice exceed minimum cost.</para>
-/// <para>Additional Effect: Increases Shroud Gauge by 50</para>
-/// <para>Cannot be executed while under the effect of Bloodsown Circle.</para>
-/// <para>Consumes all stacks of Immortal Sacrifice upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/29092"><strong>Plunge</strong></see> <i>PvP</i> (DRK) [29092] [Ability]
+/// <para>Rushes target and delivers an attack with a potency of 2,000.</para>
+/// <para>Additional Effect: Afflicts target with Sole Survivor</para>
+/// <para>Sole Survivor Effect: Reduces target's HP recovered by healing actions by 20%</para>
+/// <para>Duration: 15s</para>
+/// <para>If that target should be KO'd in battle before Sole Survivor expires, your HP and MP will be restored by 20%, and the recast time of Plunge will be reset.</para>
+/// <para>Cannot be executed while bound.</para>
/// </summary>
-PlentifulHarvestPvE = 24385,
+PlungePvP = 29092,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24386"><strong>Harpe</strong></see> <i>PvE</i> (RPR) [24386] [Spell]
-/// <para>Deals unaspected damage with a potency of .</para>
+/// <see href="https://garlandtools.org/db/#action/29093"><strong>the Blackest Night</strong></see> <i>PvP</i> (DRK) [29093] [Ability]
+/// <para>Creates a barrier around self or target party member that absorbs damage equivalent to a heal of 8,000 potency.</para>
+/// <para>Duration: 10s</para>
+/// <para>Grants Dark Arts when barrier is completely absorbed.</para>
+/// <para>Duration: 10s</para>
+/// <para>Dark Arts Effect: Consume Dark Arts instead of HP to execute Shadowbringer</para>
/// </summary>
-HarpePvE = 24386,
+TheBlackestNightPvP = 29093,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24387"><strong>Soulsow</strong></see> <i>PvE</i> (RPR) [24387] [Spell]
-/// <para>Grants Soulsow to self, changing the action to Harvest Moon.</para>
-/// <para>Cast time is instant when used outside of battle.</para>
+/// <see href="https://garlandtools.org/db/#action/29094"><strong>Salted Earth</strong></see> <i>PvP</i> (DRK) [29094] [Ability]
+/// <para>Instantly draws nearby enemies to your side, and creates a patch of salted earth at your feet, dealing unaspected damage over time to any enemies inside.</para>
+/// <para>Potency: 2,000</para>
+/// <para>Duration: 10s</para>
+/// <para>Additional Effect: Gradually restores your HP and reduces damage taken by 20% while standing in the patch of salted earth</para>
+/// <para>Cure Potency: 2,000</para>
+/// <para></para>
+/// <para>※Action changes to Salt and Darkness while Salted Earth is active.</para>
/// </summary>
-SoulsowPvE = 24387,
+SaltedEarthPvP = 29094,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24388"><strong>Harvest Moon</strong></see> <i>PvE</i> (RPR) [24388] [Spell]
-/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 600 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Can only be executed while under the effect of Soulsow.</para>
+/// <see href="https://garlandtools.org/db/#action/29095"><strong>Salt and Darkness</strong></see> <i>PvP</i> (DRK) [29095] [Ability]
+/// <para>All enemies standing in the corrupted patch of Salted Earth take additional unaspected damage with a potency of 4,000.</para>
+/// <para>Additional Effect: Bind</para>
+/// <para>Duration: 2s</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-HarvestMoonPvE = 24388,
+SaltAndDarknessPvP = 29095,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24389"><strong>Blood Stalk</strong></see> <i>PvE</i> (RPR) [24389] [Ability]
-/// <para>Summons your avatar to deliver an attack with a potency of 340.</para>
-/// <para>Additional Effect: Grants Soul Reaver</para>
-/// <para>Duration: 30s</para>
-/// <para>Stack count will be reduced to 1 when already under the effect of Soul Reaver.</para>
-/// <para>Soul Gauge Cost: 50</para>
-/// <para>Shares a recast timer with all avatar attacks except Gluttony.</para>
+/// <see href="https://garlandtools.org/db/#action/29098"><strong>Keen Edge</strong></see> <i>PvP</i> (GNB) [29098] [Weaponskill]
+/// <para>Delivers an attack with a potency of 3,000.</para>
/// <para></para>
-/// <para>※Action changes to Lemure's Slice while under the effect of Enshrouded.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-BloodStalkPvE = 24389,
+KeenEdgePvP = 29098,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24390"><strong>Unveiled Gibbet</strong></see> <i>PvE</i> (RPR) [24390] [Ability]
-/// <para>Summons your avatar to deliver an attack with a potency of 400.</para>
-/// <para>Additional Effect: Grants Soul Reaver</para>
-/// <para>Duration: 30s</para>
-/// <para>Stack count will be reduced to 1 when already under the effect of Soul Reaver.</para>
-/// <para>Soul Gauge Cost: 50</para>
-/// <para>Can only be executed while under the effect of Enhanced Gibbet.</para>
-/// <para>Shares a recast timer with all avatar attacks except Gluttony.</para>
+/// <see href="https://garlandtools.org/db/#action/29099"><strong>Brutal Shell</strong></see> <i>PvP</i> (GNB) [29099] [Weaponskill]
+/// <para>Delivers an attack with a potency of 4,000.</para>
+/// <para>Combo Action: Keen Edge</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-UnveiledGibbetPvE = 24390,
+BrutalShellPvP = 29099,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24391"><strong>Unveiled Gallows</strong></see> <i>PvE</i> (RPR) [24391] [Ability]
-/// <para>Summons your avatar to deliver an attack with a potency of 400.</para>
-/// <para>Additional Effect: Grants Soul Reaver</para>
-/// <para>Duration: 30s</para>
-/// <para>Stack count will be reduced to 1 when already under the effect of Soul Reaver.</para>
-/// <para>Soul Gauge Cost: 50</para>
-/// <para>Can only be executed while under the effect of Enhanced Gallows.</para>
-/// <para>Shares a recast timer with all avatar attacks except Gluttony.</para>
+/// <see href="https://garlandtools.org/db/#action/29100"><strong>Solid Barrel</strong></see> <i>PvP</i> (GNB) [29100] [Weaponskill]
+/// <para>Delivers an attack with a potency of 5,000.</para>
+/// <para>Combo Action: Brutal Shell</para>
+/// <para>Additional Effect: Grants Powder Barrel</para>
+/// <para>Duration: 10s</para>
/// <para></para>
+/// <para>※Solid Barrel Combo changes to Burst Strike while under the effect of Powder Barrel.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-UnveiledGallowsPvE = 24391,
+SolidBarrelPvP = 29100,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24392"><strong>Grim Swathe</strong></see> <i>PvE</i> (RPR) [24392] [Ability]
-/// <para>Summons your avatar to deliver an attack with a potency of 140 to all enemies in a cone before you.</para>
-/// <para>Additional Effect: Grants Soul Reaver</para>
-/// <para>Duration: 30s</para>
-/// <para>Stack count will be reduced to 1 when already under the effect of Soul Reaver.</para>
-/// <para>Soul Gauge Cost: 50</para>
-/// <para>Shares a recast timer with all avatar attacks except Gluttony.</para>
+/// <see href="https://garlandtools.org/db/#action/29101"><strong>Burst Strike</strong></see> <i>PvP</i> (GNB) [29101] [Weaponskill]
+/// <para>Delivers an attack with a potency of 7,000.</para>
+/// <para>Additional Effect: Grants Ready to Blast</para>
+/// <para>Duration: 10s</para>
+/// <para>Can only be executed while under the effect of Powder Barrel.</para>
/// <para></para>
-/// <para>※Action changes to Lemure's Scythe while under the effect of Enshrouded.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-GrimSwathePvE = 24392,
+BurstStrikePvP = 29101,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24393"><strong>Gluttony</strong></see> <i>PvE</i> (RPR) [24393] [Ability]
-/// <para>Summons your avatar to deal unaspected damage to target and all enemies nearby it with a potency of 520 for the first enemy, and 25% less for all remaining enemies.</para>
-/// <para>Additional Effect: Grants 2 stacks of Soul Reaver</para>
-/// <para>Duration: 30s</para>
-/// <para>Soul Gauge Cost: 50</para>
+/// <see href="https://garlandtools.org/db/#action/29102"><strong>Gnashing Fang</strong></see> <i>PvP</i> (GNB) [29102] [Weaponskill]
+/// <para>Delivers an attack with a potency of 5,000.</para>
+/// <para>Additional Effect: Grants Ready to Rip</para>
+/// <para>Duration: 5s</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
/// </summary>
-GluttonyPvE = 24393,
+GnashingFangPvP = 29102,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24394"><strong>Enshroud</strong></see> <i>PvE</i> (RPR) [24394] [Ability]
-/// <para>Offers your flesh as a vessel to your avatar, gaining maximum stacks of Lemure Shroud.</para>
-/// <para>Duration: 30s</para>
-/// <para>Certain actions cannot be executed while playing host to your avatar.</para>
-/// <para>Shroud Gauge Cost: 50</para>
+/// <see href="https://garlandtools.org/db/#action/29103"><strong>Savage Claw</strong></see> <i>PvP</i> (GNB) [29103] [Weaponskill]
+/// <para>Delivers an attack with a potency of 6,000.</para>
+/// <para>Combo Action: Gnashing Fang</para>
+/// <para>Additional Effect: Grants Ready to Tear</para>
+/// <para>Duration: 5s</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-EnshroudPvE = 24394,
+SavageClawPvP = 29103,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24395"><strong>Void Reaping</strong></see> <i>PvE</i> (RPR) [24395] [Weaponskill]
-/// <para>Delivers an attack with a potency of 460.</para>
-/// <para>Enhanced Void Reaping Potency: 520</para>
-/// <para>Additional Effect: Grants Enhanced Cross Reaping</para>
-/// <para>Duration: 30s</para>
-/// <para>Additional Effect: Grants Void Shroud</para>
-/// <para>Can only be executed while under the effect of Enshrouded.</para>
-/// <para>Recast timer cannot be affected by status effects or gear attributes.</para>
-/// <para>Lemure Shroud Cost: 1</para>
-/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <see href="https://garlandtools.org/db/#action/29104"><strong>Wicked Talon</strong></see> <i>PvP</i> (GNB) [29104] [Weaponskill]
+/// <para>Delivers an attack with a potency of 7,000.</para>
+/// <para>Combo Action: Savage Claw</para>
+/// <para>Additional Effect: Grants Ready to Gouge</para>
+/// <para>Duration: 5s</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-VoidReapingPvE = 24395,
+WickedTalonPvP = 29104,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24396"><strong>Cross Reaping</strong></see> <i>PvE</i> (RPR) [24396] [Weaponskill]
-/// <para>Delivers an attack with a potency of 460.</para>
-/// <para>Enhanced Cross Reaping Potency: 520</para>
-/// <para>Additional Effect: Grants Enhanced Void Reaping</para>
-/// <para>Duration: 30s</para>
-/// <para>Additional Effect: Grants Void Shroud</para>
-/// <para>Can only be executed while under the effect of Lemure Shroud.</para>
-/// <para>Lemure Shroud Cost: 1</para>
-/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <see href="https://garlandtools.org/db/#action/29105"><strong>Double Down</strong></see> <i>PvP</i> (GNB) [29105] [Weaponskill]
+/// <para>Delivers an attack with a potency of 12,000 to all nearby enemies.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
+/// </summary>
+DoubleDownPvP = 29105,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/29106"><strong>Continuation</strong></see> <i>PvP</i> (GNB) [29106] [Ability]
+/// <para>Allows the firing of successive rounds with your gunblade.</para>
+/// <para>Gnashing Fang may be followed by Jugular Rip.</para>
+/// <para>Savage Claw may be followed by Abdomen Tear.</para>
+/// <para>Wicked Talon may be followed by Eye Gouge.</para>
+/// <para>Burst Strike may be followed by Hypervelocity.</para>
+/// </summary>
+ContinuationPvP = 29106,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/29107"><strong>Hypervelocity</strong></see> <i>PvP</i> (GNB) [29107] [Ability]
+/// <para>Delivers an attack with a potency of 3,000.</para>
+/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 6,000 potency</para>
+/// <para>Duration: 7s</para>
+/// <para>Junction DPS Bonus: Increases potency to 5,000</para>
+/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
+/// <para>Cure Potency: 4,000</para>
+/// <para>Can only be executed when Ready to Blast.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// </summary>
+HypervelocityPvP = 29107,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/29108"><strong>Jugular Rip</strong></see> <i>PvP</i> (GNB) [29108] [Ability]
+/// <para>Delivers an attack with a potency of 1,000.</para>
+/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 4,000 potency</para>
+/// <para>Duration: 7s</para>
+/// <para>Junction DPS Bonus: Increases potency to 3,000</para>
+/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
+/// <para>Cure Potency: 2,000</para>
+/// <para>Can only be executed when Ready to Rip.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-CrossReapingPvE = 24396,
+JugularRipPvP = 29108,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24397"><strong>Grim Reaping</strong></see> <i>PvE</i> (RPR) [24397] [Weaponskill]
-/// <para>Delivers an attack with a potency of 200 to all enemies in a cone before you.</para>
-/// <para>Additional Effect: Grants Void Shroud</para>
-/// <para>Can only be executed while under the effect of Enshrouded.</para>
-/// <para>Lemure Shroud Cost: 1</para>
-/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <see href="https://garlandtools.org/db/#action/29109"><strong>Abdomen Tear</strong></see> <i>PvP</i> (GNB) [29109] [Ability]
+/// <para>Delivers an attack with a potency of 2,000.</para>
+/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 5,000 potency</para>
+/// <para>Duration: 7s</para>
+/// <para>Junction DPS Bonus: Increases potency to 4,000</para>
+/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
+/// <para>Cure Potency: 3,000</para>
+/// <para>Can only be executed when Ready to Tear.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-GrimReapingPvE = 24397,
+AbdomenTearPvP = 29109,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24398"><strong>Communio</strong></see> <i>PvE</i> (RPR) [24398] [Spell]
-/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 1,100 for the first enemy, and 60% less for all remaining enemies.</para>
-/// <para>Enshrouded effect expires upon execution.</para>
-/// <para>Requires at least one stack of Lemure Shroud to execute.</para>
+/// <see href="https://garlandtools.org/db/#action/29110"><strong>Eye Gouge</strong></see> <i>PvP</i> (GNB) [29110] [Ability]
+/// <para>Delivers an attack with a potency of 3,000.</para>
+/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 6,000 potency</para>
+/// <para>Duration: 7s</para>
+/// <para>Junction DPS Bonus: Increases potency to 5,000</para>
+/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
+/// <para>Cure Potency: 4,000</para>
+/// <para>Can only be executed when Ready to Gouge.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-CommunioPvE = 24398,
+EyeGougePvP = 29110,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24399"><strong>Lemure's Slice</strong></see> <i>PvE</i> (RPR) [24399] [Ability]
-/// <para>Delivers an attack with a potency of 240.</para>
-/// <para>Void Shroud Cost: 2</para>
-/// <para>Shares a recast timer with Lemure's Scythe.</para>
+/// <see href="https://garlandtools.org/db/#action/29111"><strong>Hypervelocity</strong></see> <i>PvP</i> (GNB) [29111] [Ability]
+/// <para>Delivers an attack with a potency of 3,000.</para>
+/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 6,000 potency</para>
+/// <para>Duration: 7s</para>
+/// <para>Junction DPS Bonus: Increases potency to 5,000</para>
+/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
+/// <para>Cure Potency: 4,000</para>
+/// <para>Can only be executed when Ready to Blast.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-LemuresSlicePvE = 24399,
+HypervelocityPvP_29111 = 29111,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24400"><strong>Lemure's Scythe</strong></see> <i>PvE</i> (RPR) [24400] [Ability]
-/// <para>Delivers an attack with a potency of 100 to all enemies in a cone before you.</para>
-/// <para>Void Shroud Cost: 2</para>
-/// <para>Shares a recast timer with Lemure's Slice.</para>
+/// <see href="https://garlandtools.org/db/#action/29112"><strong>Jugular Rip</strong></see> <i>PvP</i> (GNB) [29112] [Ability]
+/// <para>Delivers an attack with a potency of 1,000.</para>
+/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 4,000 potency</para>
+/// <para>Duration: 7s</para>
+/// <para>Junction DPS Bonus: Increases potency to 3,000</para>
+/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
+/// <para>Cure Potency: 2,000</para>
+/// <para>Can only be executed when Ready to Rip.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-LemuresScythePvE = 24400,
+JugularRipPvP_29112 = 29112,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24401"><strong>Hell's Ingress</strong></see> <i>PvE</i> (RPR) [24401] [Ability]
-/// <para>Quickly dash 15 yalms forward.</para>
-/// <para>Additional Effect: Allows next Harpe to be cast immediately</para>
-/// <para>Duration: 20s</para>
-/// <para>Additional Effect: Leaves behind a Hellsgate at point of origin, and grants Threshold to self</para>
-/// <para>Duration: 10s</para>
-/// <para>Cannot be executed while bound.</para>
-/// <para>Shares a recast timer with Hell's Egress.</para>
+/// <see href="https://garlandtools.org/db/#action/29113"><strong>Abdomen Tear</strong></see> <i>PvP</i> (GNB) [29113] [Ability]
+/// <para>Delivers an attack with a potency of 2,000.</para>
+/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 5,000 potency</para>
+/// <para>Duration: 7s</para>
+/// <para>Junction DPS Bonus: Increases potency to 4,000</para>
+/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
+/// <para>Cure Potency: 3,000</para>
+/// <para>Can only be executed when Ready to Tear.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-HellsIngressPvE = 24401,
+AbdomenTearPvP_29113 = 29113,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24402"><strong>Hell's Egress</strong></see> <i>PvE</i> (RPR) [24402] [Ability]
-/// <para>Quickly dash 15 yalms backwards.</para>
-/// <para>Additional Effect: Allows next Harpe to be cast immediately</para>
-/// <para>Duration: 20s</para>
-/// <para>Additional Effect: Leaves behind a Hellsgate at point of origin, and grants Threshold to self</para>
-/// <para>Duration: 10s</para>
-/// <para>Cannot be executed while bound.</para>
-/// <para>Shares a recast timer with Hell's Ingress.</para>
+/// <see href="https://garlandtools.org/db/#action/29114"><strong>Eye Gouge</strong></see> <i>PvP</i> (GNB) [29114] [Ability]
+/// <para>Delivers an attack with a potency of 3,000.</para>
+/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 6,000 potency</para>
+/// <para>Duration: 7s</para>
+/// <para>Junction DPS Bonus: Increases potency to 5,000</para>
+/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
+/// <para>Cure Potency: 4,000</para>
+/// <para>Can only be executed when Ready to Gouge.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-HellsEgressPvE = 24402,
+EyeGougePvP_29114 = 29114,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24403"><strong>Regress</strong></see> <i>PvE</i> (RPR) [24403] [Ability]
-/// <para>Move instantly to the Hellsgate left behind by you.</para>
-/// <para>Can only be executed while under the effect of Threshold.</para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#action/29115"><strong>Hypervelocity</strong></see> <i>PvP</i> (GNB) [29115] [Ability]
+/// <para>Delivers an attack with a potency of 3,000.</para>
+/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 6,000 potency</para>
+/// <para>Duration: 7s</para>
+/// <para>Junction DPS Bonus: Increases potency to 5,000</para>
+/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
+/// <para>Cure Potency: 4,000</para>
+/// <para>Can only be executed when Ready to Blast.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-RegressPvE = 24403,
+HypervelocityPvP_29115 = 29115,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24404"><strong>Arcane Crest</strong></see> <i>PvE</i> (RPR) [24404] [Ability]
-/// <para>Grants Crest of Time Borrowed to self, creating a barrier that nullifies damage totaling up to 10% of maximum HP.</para>
-/// <para>Duration: 5s</para>
-/// <para>Grants Crest of Time Returned to self and nearby party members within a radius of 15 yalms when barrier is completely absorbed.</para>
-/// <para>Crest of Time Returned Effect: Gradually restores HP</para>
-/// <para>Cure Potency: 50</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#action/29116"><strong>Jugular Rip</strong></see> <i>PvP</i> (GNB) [29116] [Ability]
+/// <para>Delivers an attack with a potency of 1,000.</para>
+/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 4,000 potency</para>
+/// <para>Duration: 7s</para>
+/// <para>Junction DPS Bonus: Increases potency to 3,000</para>
+/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
+/// <para>Cure Potency: 2,000</para>
+/// <para>Can only be executed when Ready to Rip.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-ArcaneCrestPvE = 24404,
+JugularRipPvP_29116 = 29116,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24405"><strong>Arcane Circle</strong></see> <i>PvE</i> (RPR) [24405] [Ability]
-/// <para>Increases damage dealt by self and nearby party members by 3%.</para>
-/// <para>Duration: 20s</para>
-/// <para>Additional Effect: Grants Circle of Sacrifice to self and nearby party members</para>
-/// <para>Duration: 5s</para>
-/// <para>Additional Effect: Grants Bloodsown Circle to self</para>
-/// <para>Duration: 6s</para>
-/// <para>Circle of Sacrifice Effect: When you or party members under this effect successfully land a weaponskill or cast a spell, the reaper who applied it may be granted a stack of Immortal Sacrifice, up to a maximum of 8</para>
-/// <para>Duration: 30s</para>
-/// <para>Bloodsown Circle Effect: Allows you to accumulate stacks of Immortal Sacrifice from party members under the effect of your Circle of Sacrifice</para>
+/// <see href="https://garlandtools.org/db/#action/29117"><strong>Abdomen Tear</strong></see> <i>PvP</i> (GNB) [29117] [Ability]
+/// <para>Delivers an attack with a potency of 2,000.</para>
+/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 5,000 potency</para>
+/// <para>Duration: 7s</para>
+/// <para>Junction DPS Bonus: Increases potency to 4,000</para>
+/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
+/// <para>Cure Potency: 3,000</para>
+/// <para>Can only be executed when Ready to Tear.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-ArcaneCirclePvE = 24405,
+AbdomenTearPvP_29117 = 29117,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24619"><strong>Liminal Fire</strong></see> <i>PvE</i> (All Classes) [24619] [Weaponskill]
-/// <para>Unleash a digital barrage that damages black walls and pylons.</para>
+/// <see href="https://garlandtools.org/db/#action/29118"><strong>Eye Gouge</strong></see> <i>PvP</i> (GNB) [29118] [Ability]
+/// <para>Delivers an attack with a potency of 3,000.</para>
+/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 6,000 potency</para>
+/// <para>Duration: 7s</para>
+/// <para>Junction DPS Bonus: Increases potency to 5,000</para>
+/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
+/// <para>Cure Potency: 4,000</para>
+/// <para>Can only be executed when Ready to Gouge.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-LiminalFirePvE = 24619,
+EyeGougePvP_29118 = 29118,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24620"><strong>Liminal Fire</strong></see> <i>PvE</i> (All Classes) [24620] [Weaponskill]
-/// <para>Unleash a digital barrage that damages white walls and pylons.</para>
+/// <see href="https://garlandtools.org/db/#action/29119"><strong>Hypervelocity</strong></see> <i>PvP</i> (GNB) [29119] [Ability]
+/// <para>Delivers an attack with a potency of 3,000.</para>
+/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 6,000 potency</para>
+/// <para>Duration: 7s</para>
+/// <para>Junction DPS Bonus: Increases potency to 5,000</para>
+/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
+/// <para>Cure Potency: 4,000</para>
+/// <para>Can only be executed when Ready to Blast.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-LiminalFirePvE_24620 = 24620,
+HypervelocityPvP_29119 = 29119,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24621"><strong>F-0 Switch</strong></see> <i>PvE</i> (All Classes) [24621] [Ability]
-/// <para>Swap your color.</para>
+/// <see href="https://garlandtools.org/db/#action/29120"><strong>Jugular Rip</strong></see> <i>PvP</i> (GNB) [29120] [Ability]
+/// <para>Delivers an attack with a potency of 1,000.</para>
+/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 4,000 potency</para>
+/// <para>Duration: 7s</para>
+/// <para>Junction DPS Bonus: Increases potency to 3,000</para>
+/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
+/// <para>Cure Potency: 2,000</para>
+/// <para>Can only be executed when Ready to Rip.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-F0SwitchPvE = 24621,
+JugularRipPvP_29120 = 29120,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24622"><strong>F-0 Switch</strong></see> <i>PvE</i> (All Classes) [24622] [Ability]
-/// <para>Swap your color.</para>
+/// <see href="https://garlandtools.org/db/#action/29121"><strong>Abdomen Tear</strong></see> <i>PvP</i> (GNB) [29121] [Ability]
+/// <para>Delivers an attack with a potency of 2,000.</para>
+/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 5,000 potency</para>
+/// <para>Duration: 7s</para>
+/// <para>Junction DPS Bonus: Increases potency to 4,000</para>
+/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
+/// <para>Cure Potency: 3,000</para>
+/// <para>Can only be executed when Ready to Tear.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-F0SwitchPvE_24622 = 24622,
+AbdomenTearPvP_29121 = 29121,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24831"><strong>Scorch</strong></see> <i>PvE</i> (All Classes) [24831] [Spell]
+/// <see href="https://garlandtools.org/db/#action/29122"><strong>Eye Gouge</strong></see> <i>PvP</i> (GNB) [29122] [Ability]
+/// <para>Delivers an attack with a potency of 3,000.</para>
+/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 6,000 potency</para>
+/// <para>Duration: 7s</para>
+/// <para>Junction DPS Bonus: Increases potency to 5,000</para>
+/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
+/// <para>Cure Potency: 4,000</para>
+/// <para>Can only be executed when Ready to Gouge.</para>
/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-ScorchPvE_24831 = 24831,
+EyeGougePvP_29122 = 29122,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24898"><strong>Scorch</strong></see> <i>PvE</i> (All Classes) [24898] [Spell]
-/// <para></para>
+/// <see href="https://garlandtools.org/db/#action/29123"><strong>Rough Divide</strong></see> <i>PvP</i> (GNB) [29123] [Ability]
+/// <para>Rushes target and delivers an attack with a potency of 2,000.</para>
+/// <para>Additional Effect: Grants No Mercy</para>
+/// <para>No Mercy Effect: Increases damage dealt and healing potency by 20%, while also increasing movement speed by 25%</para>
+/// <para>Duration: 7s</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Cannot be executed while bound.</para>
/// </summary>
-ScorchPvE_24898 = 24898,
+RoughDividePvP = 29123,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24917"><strong>Corps-a-corps</strong></see> <i>PvE</i> (All Classes) [24917] [Ability]
+/// <see href="https://garlandtools.org/db/#action/29124"><strong>Draw and Junction</strong></see> <i>PvP</i> (GNB) [29124] [Ability]
+/// <para>Grants self a beneficial effect based on the selected party member or enemy.</para>
+/// <para>If target is a DPS, grants Junction DPS.</para>
+/// <para>If target is a tank, or if no target is selected, grants Junction Tank.</para>
+/// <para>If target is a healer, grants Junction Healer.</para>
+/// <para>Additional Effect: Grants Powder Barrel when targeting an enemy</para>
+/// <para>Duration: 10s</para>
/// <para></para>
+/// <para>※Solid Barrel Combo changes to Burst Strike while under the effect of Powder Barrel.</para>
/// </summary>
-CorpsacorpsPvE_24917 = 24917,
+DrawAndJunctionPvP = 29124,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24918"><strong>Enchanted Riposte</strong></see> <i>PvE</i> (All Classes) [24918] [Weaponskill]
-/// <para></para>
+/// <see href="https://garlandtools.org/db/#action/29125"><strong>Junctioned Cast</strong></see> <i>PvP</i> (GNB) [29125] [Ability]
+/// <para>Executes an action depending on your current Junction.</para>
+/// <para>Junction DPS: Blasting Zone</para>
+/// <para>Junction Tank: Nebula</para>
+/// <para>Junction Healer: Aurora</para>
/// </summary>
-EnchantedRipostePvE_24918 = 24918,
+JunctionedCastPvP = 29125,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24919"><strong>Enchanted Zwerchhau</strong></see> <i>PvE</i> (All Classes) [24919] [Weaponskill]
+/// <see href="https://garlandtools.org/db/#action/29126"><strong>Nebula</strong></see> <i>PvP</i> (GNB) [29126] [Ability]
+/// <para>Reduces damage taken by 20% and delivers an attack with a potency of 4,000 every time you suffer damage.</para>
+/// <para>Duration: 10s</para>
+/// <para>Can only be executed while under the effect of Junction Tank.</para>
+/// <para>Shares a recast timer with Blasting Zone and Aurora.</para>
/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-EnchantedZwerchhauPvE_24919 = 24919,
+NebulaPvP = 29126,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24920"><strong>Enchanted Redoublement</strong></see> <i>PvE</i> (All Classes) [24920] [Weaponskill]
+/// <see href="https://garlandtools.org/db/#action/29128"><strong>Blasting Zone</strong></see> <i>PvP</i> (GNB) [29128] [Ability]
+/// <para>Delivers an attack with a potency of 10,000.</para>
+/// <para>Can only be executed while under the effect of Junction DPS.</para>
+/// <para>Shares a recast timer with Nebula and Aurora.</para>
/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-EnchantedRedoublementPvE_24920 = 24920,
+BlastingZonePvP = 29128,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25746"><strong>Holy Sheltron</strong></see> <i>PvE</i> (PLD) [25746] [Ability]
-/// <para>Reduces damage taken by 15%.</para>
-/// <para>Duration: 8s</para>
-/// <para>Additional Effect: Grants Knight's Resolve</para>
-/// <para>Knight's Resolve Effect: Reduces damage taken by 15%</para>
-/// <para>Duration: 4s</para>
-/// <para>Additional Effect: Grants Knight's Benediction</para>
-/// <para>Knight's Benediction Effect: Gradually restores HP</para>
-/// <para>Cure Potency: 250</para>
+/// <see href="https://garlandtools.org/db/#action/29129"><strong>Aurora</strong></see> <i>PvP</i> (GNB) [29129] [Ability]
+/// <para>Restores own or target party member's HP.</para>
+/// <para>Cure Potency: 12,000</para>
+/// <para>Additional Effect: Regen</para>
+/// <para>Cure Potency: 3,000</para>
/// <para>Duration: 12s</para>
-/// <para>Oath Gauge Cost: 50</para>
+/// <para>Can only be executed while under the effect of Junction Healer.</para>
+/// <para>Shares a recast timer with Nebula and Blasting Zone.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-HolySheltronPvE = 25746,
+AuroraPvP = 29129,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25747"><strong>Expiacion</strong></see> <i>PvE</i> (PLD) [25747] [Ability]
-/// <para>Delivers an attack to target and all enemies nearby it with a potency of 450 for the first enemy, and 60% less for all remaining enemies.</para>
-/// <para>Additional Effect: Restores MP</para>
+/// <see href="https://garlandtools.org/db/#action/29155"><strong>Seize</strong></see> <i>PvE</i> (All Classes) [29155] [Special]
+/// <para>Snare a happy bunny in your net with a single swift motion.</para>
/// </summary>
-ExpiacionPvE = 25747,
+SeizePvE_29155 = 29155,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25748"><strong>Blade of Faith</strong></see> <i>PvE</i> (PLD) [25748] [Spell]
-/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Requiescat Potency: 720</para>
-/// <para>Combo Action: Confiteor</para>
-/// <para>Additional Effect: Restores own HP</para>
-/// <para>Cure Potency: 400</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/29223"><strong>Glare III</strong></see> <i>PvP</i> (WHM) [29223] [Spell]
+/// <para>Deals unaspected damage with a potency of 5,000.</para>
/// </summary>
-BladeOfFaithPvE = 25748,
+GlareIiiPvP = 29223,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25749"><strong>Blade of Truth</strong></see> <i>PvE</i> (PLD) [25749] [Spell]
-/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 320 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Requiescat Potency: 820</para>
-/// <para>Combo Action: Blade of Faith</para>
-/// <para>Additional Effect: Restores own HP</para>
-/// <para>Cure Potency: 400</para>
+/// <see href="https://garlandtools.org/db/#action/29224"><strong>Cure II</strong></see> <i>PvP</i> (WHM) [29224] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 12,000</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>This action does not share a recast timer with any other actions.</para>
/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Action changes to Cure III when under the effect of Cure III Ready.</para>
/// </summary>
-BladeOfTruthPvE = 25749,
+CureIiPvP = 29224,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25750"><strong>Blade of Valor</strong></see> <i>PvE</i> (PLD) [25750] [Spell]
-/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 420 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Requiescat Potency: 920</para>
-/// <para>Combo Action: Blade of Truth</para>
-/// <para>Additional Effect: Restores own HP</para>
-/// <para>Cure Potency: 400</para>
+/// <see href="https://garlandtools.org/db/#action/29225"><strong>Cure III</strong></see> <i>PvP</i> (WHM) [29225] [Spell]
+/// <para>Restores HP of self or target and all party members nearby target.</para>
+/// <para>Cure Potency: 16,000</para>
+/// <para>Can only be executed while under the effect of Cure III Ready.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-BladeOfValorPvE = 25750,
+CureIiiPvP = 29225,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25751"><strong>Bloodwhetting</strong></see> <i>PvE</i> (WAR) [25751] [Ability]
-/// <para>Reduces damage taken by 10%.</para>
-/// <para>Duration: 8s</para>
-/// <para>Additional Effect: Restores HP with each weaponskill successfully delivered</para>
-/// <para>Cure Potency: 400</para>
-/// <para>Additional Effect: Grants Stem the Flow</para>
-/// <para>Stem the Flow Effect: Reduces damage taken by 10%</para>
-/// <para>Duration: 4s</para>
-/// <para>Additional Effect: Grants Stem the Tide</para>
-/// <para>Stem the Tide Effect: Creates a barrier around self that absorbs damage equivalent to a heal of 400 potency</para>
-/// <para>Duration: 20s</para>
-/// <para>Shares a recast timer with Nascent Flash.</para>
+/// <see href="https://garlandtools.org/db/#action/29226"><strong>Afflatus Misery</strong></see> <i>PvP</i> (WHM) [29226] [Spell]
+/// <para>Deals unaspected damage with a potency of 12,000 to target and all enemies nearby it.</para>
+/// <para>This action does not share a recast timer with any other actions.</para>
/// </summary>
-BloodwhettingPvE = 25751,
+AfflatusMiseryPvP = 29226,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25752"><strong>Orogeny</strong></see> <i>PvE</i> (WAR) [25752] [Ability]
-/// <para>Delivers an attack with a potency of 150 to all nearby enemies.</para>
-/// <para>Shares a recast timer with Upheaval.</para>
+/// <see href="https://garlandtools.org/db/#action/29227"><strong>Aquaveil</strong></see> <i>PvP</i> (WHM) [29227] [Ability]
+/// <para>Creates a barrier around self or target party member that absorbs damage equivalent to a heal of 8,000 potency.</para>
+/// <para>Duration: 10s</para>
+/// <para>Additional Effect: Nullifies one status affliction that can be removed by Purify</para>
+/// <para>Barrier potency is doubled when successfully nullifying a status affliction.</para>
/// </summary>
-OrogenyPvE = 25752,
+AquaveilPvP = 29227,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25753"><strong>Primal Rend</strong></see> <i>PvE</i> (WAR) [25753] [Weaponskill]
-/// <para>Jumps to the target and delivers a critical direct hit to target and all enemies nearby it with a potency of 700 for the first enemy, and 70% less for all remaining enemies.</para>
-/// <para>Damage dealt is increased when under an effect that raises critical hit rate or direct hit rate.</para>
-/// <para>Stacks of Inner Release are not consumed upon execution.</para>
-/// <para>Can only be executed while under the effect of Primal Rend Ready, granted by Inner Release.</para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#action/29228"><strong>Miracle of Nature</strong></see> <i>PvP</i> (WHM) [29228] [Ability]
+/// <para>Forcibly transforms target into a diminutive creature, preventing them from using actions.</para>
+/// <para>Duration: 2s</para>
+/// <para>Has no effect on players under the effect of Guard, players riding machina, or non-player combatants.</para>
/// </summary>
-PrimalRendPvE = 25753,
+MiracleOfNaturePvP = 29228,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25754"><strong>Oblation</strong></see> <i>PvE</i> (DRK) [25754] [Ability]
-/// <para>Reduces damage taken by target party member or self by 10%.</para>
+/// <see href="https://garlandtools.org/db/#action/29229"><strong>Seraph Strike</strong></see> <i>PvP</i> (WHM) [29229] [Ability]
+/// <para>Delivers a jumping attack that deals unaspected damage to target and all enemies nearby it with a potency of 8,000.</para>
+/// <para>Additional Effect: Grants Protect to self and nearby party members</para>
+/// <para>Protect Effect: Reduces damage taken by 10%</para>
/// <para>Duration: 10s</para>
-/// <para>Maximum Charges: 2</para>
+/// <para>Additional Effect: Grants Cure III Ready</para>
+/// <para>Duration: 10s</para>
+/// <para>Cannot be executed while bound.</para>
+/// <para></para>
+/// <para>※Cure II changes to Cure III while under the effect of Cure III Ready.</para>
/// </summary>
-OblationPvE = 25754,
+SeraphStrikePvP = 29229,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25755"><strong>Salt and Darkness</strong></see> <i>PvE</i> (DRK) [25755] [Ability]
-/// <para>All enemies standing in the corrupted patch of Salted Earth take additional unaspected damage with a potency of 500 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/29231"><strong>Broil IV</strong></see> <i>PvP</i> (SCH) [29231] [Spell]
+/// <para>Deals unaspected damage with a potency of 5,000.</para>
/// </summary>
-SaltAndDarknessPvE = 25755,
+BroilIvPvP = 29231,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25757"><strong>Shadowbringer</strong></see> <i>PvE</i> (DRK) [25757] [Ability]
-/// <para>Deals unaspected damage to all enemies in a straight line before you with a potency of 600 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <see href="https://garlandtools.org/db/#action/29232"><strong>Adloquium</strong></see> <i>PvP</i> (SCH) [29232] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 3,000</para>
+/// <para>Additional Effect: Grants Galvanize and Catalyze to target</para>
+/// <para>Galvanize Effect: Absorbs damage equivalent to a heal of 6,000 potency</para>
+/// <para>Duration: 15s</para>
+/// <para>Barrier potency is increased by 50% when you are under the effect of Recitation.</para>
+/// <para>Catalyze Effect: Increases damage dealt by 8%</para>
+/// <para>Duration: 15s</para>
/// <para>Maximum Charges: 2</para>
-/// <para>Can only be executed while under the effect of Darkside.</para>
+/// <para>This action does not share a recast timer with any other actions.</para>
/// </summary>
-ShadowbringerPvE = 25757,
+AdloquiumPvP = 29232,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25758"><strong>Heart of Corundum</strong></see> <i>PvE</i> (GNB) [25758] [Ability]
-/// <para>Reduces damage taken by target party member or self by 15%.</para>
-/// <para>Duration: 8s</para>
-/// <para>Additional Effect: When targeting a party member while under the effect of Brutal Shell, that effect is also granted to the target</para>
-/// <para>Duration: 30s</para>
-/// <para>Additional Effect: Grants Clarity of Corundum to target</para>
-/// <para>Clarity of Corundum Effect: Reduces damage taken by 15%</para>
-/// <para>Duration: 4s</para>
-/// <para>Additional Effect: Grants Catharsis of Corundum to target</para>
-/// <para>Catharsis of Corundum Effect: Restores HP when HP falls below 50% or upon effect duration expiration</para>
-/// <para>Cure Potency: 900</para>
-/// <para>Duration: 20s</para>
+/// <see href="https://garlandtools.org/db/#action/29233"><strong>Biolysis</strong></see> <i>PvP</i> (SCH) [29233] [Spell]
+/// <para>Afflicts target with Biolysis and Biolytic.</para>
+/// <para>Biolysis Effect: Damage over time</para>
+/// <para>Potency: 3,000</para>
+/// <para>Duration: 15s</para>
+/// <para>Potency is increased by 50% when you are under the effect of Recitation.</para>
+/// <para>Biolytic Effect: Reduces target's damage dealt by 8%</para>
+/// <para>Duration: 15s</para>
+/// <para>This action does not share a recast timer with any other actions.</para>
/// </summary>
-HeartOfCorundumPvE = 25758,
+BiolysisPvP = 29233,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25759"><strong>Hypervelocity</strong></see> <i>PvE</i> (GNB) [25759] [Ability]
-/// <para>Delivers an attack with a potency of 180.</para>
-/// <para>Can only be executed when Ready to Blast.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/29234"><strong>Deployment Tactics</strong></see> <i>PvP</i> (SCH) [29234] [Ability]
+/// <para>Extends Galvanize and Catalyze effects cast on self or target to nearby party members.</para>
+/// <para>When targeting an enemy, extends Biolysis and Biolytic effects to other nearby enemies.</para>
+/// <para>Duration: Time remaining on original effect</para>
+/// <para>No effect on targets not under effects applied by you, players riding machina, or non-player combatants.</para>
+/// <para>Maximum Charges: 2</para>
/// </summary>
-HypervelocityPvE = 25759,
+DeploymentTacticsPvP = 29234,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25760"><strong>Double Down</strong></see> <i>PvE</i> (GNB) [25760] [Weaponskill]
-/// <para>Delivers an attack to all nearby enemies with a potency of 1,200 for the first enemy, and 15% less for all remaining enemies.</para>
-/// <para>Cartridge Cost: 2</para>
-/// <para>This weaponskill does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/29235"><strong>Mummification</strong></see> <i>PvP</i> (SCH) [29235] [Ability]
+/// <para>Deals unaspected damage with a potency of 6,000 to all enemies in a cone before you.</para>
+/// <para>Additional Effect: Reduces target's HP recovered by healing actions by 25%</para>
+/// <para>Duration: 10s</para>
/// </summary>
-DoubleDownPvE = 25760,
+MummificationPvP = 29235,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25761"><strong>Steel Peak</strong></see> <i>PvE</i> (PGL MNK) [25761] [Ability]
-/// <para>Delivers an attack with a potency of 180.</para>
-/// <para>Can only be executed while in combat and under the effect of the Fifth Chakra. The five chakra close upon execution.</para>
-/// <para>Shares a recast timer with Howling Fist.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/29236"><strong>Expedient</strong></see> <i>PvP</i> (SCH) [29236] [Ability]
+/// <para>Grants Expedience and Desperate Measures to self and all nearby party members.</para>
+/// <para>Expedience Effect: Increases movement speed by 25%</para>
+/// <para>Duration: 10s</para>
+/// <para>Desperate Measures Effect: Reduces damage taken by 10%</para>
+/// <para>Duration: 10s</para>
+/// <para>Additional Effect: Grants Recitation</para>
+/// <para>Recitation Effect: Increases the potency of Galvanize, Biolysis, and Biolytic effects</para>
+/// <para>Duration: 15s</para>
/// </summary>
-SteelPeakPvE = 25761,
+ExpedientPvP = 29236,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25762"><strong>Thunderclap</strong></see> <i>PvE</i> (MNK) [25762] [Ability]
-/// <para>Rush to a targeted enemy's or party member's location.</para>
-/// <para>Maximum Charges: </para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#action/29238"><strong>Consolation</strong></see> <i>PvP</i> (SCH) [29238] [Ability]
+/// <para>Orders Seraph to execute Consolation.</para>
+/// <para>Consolation Effect: Restores HP of all nearby party members</para>
+/// <para>Cure Potency: 4,000</para>
+/// <para>Additional Effect: Erects a magicked barrier which nullifies damage equivalent to a heal of 4,000 potency</para>
+/// <para>Duration: 10s</para>
+/// <para>Can only be executed while Seraph is summoned.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-ThunderclapPvE = 25762,
+ConsolationPvP = 29238,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25763"><strong>Howling Fist</strong></see> <i>PvE</i> (MNK) [25763] [Ability]
-/// <para>Delivers an attack with a potency of 100 to all enemies in a straight line before you.</para>
-/// <para>Can only be executed while in combat and under the effect of the Fifth Chakra. The five chakra close upon execution.</para>
-/// <para>Shares a recast timer with The Forbidden ChakraSteel PeakSteel Peak.</para>
+/// <see href="https://garlandtools.org/db/#action/29239"><strong>Seraph Flight</strong></see> <i>PvP</i> (SCH) [29239] [Ability]
+/// <para>Grants Seraph Flight and Excogitation to all nearby party members.</para>
+/// <para>Seraph Flight Effect: Nullifies the next status affliction that can be removed by Purify</para>
+/// <para>Duration: 20s</para>
+/// <para>Excogitation Effect: Restores HP when HP falls below 50% or upon effect duration expiration</para>
+/// <para>Cure Potency: 8,000</para>
+/// <para>Duration: 20s</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-HowlingFistPvE = 25763,
+SeraphFlightPvP = 29239,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25764"><strong>Masterful Blitz</strong></see> <i>PvE</i> (MNK) [25764] [Weaponskill]
-/// <para>Strike the enemy with a technique fueled by the power of your Beast Chakra.</para>
-/// <para>The technique used is determined by the number of different types of Beast Chakra opened.</para>
-/// <para>1 Beast Chakra Type: Elixir Field</para>
-/// <para>2 Beast Chakra Types: Celestial Revolution</para>
-/// <para>3 Beast Chakra Types: Rising PhoenixFlint StrikeFlint Strike</para>
-/// <para>3 Beast Chakra and Both Nadi: Phantom RushTornado KickTornado Kick</para>
+/// <see href="https://garlandtools.org/db/#action/29240"><strong>Seraphic Veil</strong></see> <i>PvP</i> (SCH) [29240] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 4,000</para>
+/// <para>Additional Effect: Erects a magicked barrier which nullifies damage equivalent to a heal of 4,000 potency</para>
+/// <para>Duration: 10s</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-MasterfulBlitzPvE = 25764,
+SeraphicVeilPvP = 29240,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25765"><strong>Celestial Revolution</strong></see> <i>PvE</i> (MNK) [25765] [Weaponskill]
-/// <para>Delivers an attack with a potency of 450.</para>
-/// <para>Additional Effect: Opens the Lunar Nadi</para>
-/// <para>If the Lunar Nadi is already open, opens the Solar Nadi instead.</para>
-/// <para>Additional Effect: Grants Formless Fist, allowing the execution of a weaponskill that requires a certain form, without being in that form</para>
-/// <para>Duration: 30s</para>
-/// <para>Any additional effects associated with the executed action will also be applied.</para>
-/// <para>Can only be executed while under the effect of three Beast Chakra.</para>
+/// <see href="https://garlandtools.org/db/#action/29241"><strong>Consolation</strong></see> <i>PvP</i> (SCH) [29241] [Ability]
+/// <para>Restores the HP of all nearby party members.</para>
+/// <para>Cure Potency: 4,000</para>
+/// <para>Additional Effect: Erects a magicked barrier which nullifies damage equivalent to a heal of 4,000 potency</para>
+/// <para>Duration: 10s</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-CelestialRevolutionPvE = 25765,
+ConsolationPvP_29241 = 29241,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25766"><strong>Riddle of Wind</strong></see> <i>PvE</i> (MNK) [25766] [Ability]
-/// <para>Reduces auto-attack delay by 50%.</para>
+/// <see href="https://garlandtools.org/db/#action/29242"><strong>Fall Malefic</strong></see> <i>PvP</i> (AST) [29242] [Spell]
+/// <para>Deals unaspected damage with a potency of 5,000.</para>
+/// </summary>
+FallMaleficPvP = 29242,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/29243"><strong>Aspected Benefic</strong></see> <i>PvP</i> (AST) [29243] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 5,000</para>
+/// <para>Potency increases up to 10,000 as the target's HP decreases, reaching its maximum value when the target has 50% HP or less.</para>
+/// <para>Additional Effect: Grants Diurnal Benefic to target</para>
+/// <para>Diurnal Benefic Effect: Gradually restores HP</para>
+/// <para>Cure Potency: 2,000</para>
/// <para>Duration: 15s</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>This action does not share a recast timer with any other actions.</para>
/// </summary>
-RiddleOfWindPvE = 25766,
+AspectedBeneficPvP = 29243,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25767"><strong>Shadow of the Destroyer</strong></see> <i>PvE</i> (MNK) [25767] [Weaponskill]
-/// <para>Delivers an attack with a potency of 110 to all nearby enemies.</para>
-/// <para>Opo-opo Form Bonus: Guarantees a critical hit</para>
-/// <para>Damage dealt is increased when under an effect that raises critical hit rate.</para>
-/// <para>Additional Effect: Changes form to raptor</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/29244"><strong>Gravity II</strong></see> <i>PvP</i> (AST) [29244] [Spell]
+/// <para>Deals unaspected damage with a potency of 8,000 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Afflicts first target with Heavy +75%</para>
+/// <para>Duration: 5s</para>
+/// <para>This action does not share a recast timer with any other actions.</para>
/// </summary>
-ShadowOfTheDestroyerPvE = 25767,
+GravityIiPvP = 29244,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25768"><strong>Rising Phoenix</strong></see> <i>PvE</i> (MNK) [25768] [Weaponskill]
-/// <para>Deals physical fire damage to all nearby enemies with a potency of 700 for the first enemy, and 70% less for all remaining enemies.</para>
-/// <para>Additional Effect: Opens the Solar Nadi</para>
-/// <para>Additional Effect: Grants Formless Fist, allowing the execution of a weaponskill that requires a certain form, without being in that form</para>
-/// <para>Duration: 30s</para>
-/// <para>Any additional effects associated with the executed action will also be applied.</para>
-/// <para>Can only be executed while under the effect of three distinct Beast Chakra.</para>
+/// <see href="https://garlandtools.org/db/#action/29245"><strong>Double Cast</strong></see> <i>PvP</i> (AST) [29245] [Ability]
+/// <para>Repeats the spell you previously cast.</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Can only be executed following a spell.</para>
+/// </summary>
+DoubleCastPvP = 29245,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/29246"><strong>Fall Malefic</strong></see> <i>PvP</i> (AST) [29246] [Ability]
+/// <para>Deals unaspected damage with a potency of 5,000.</para>
+/// <para>Additional Effect: Reduces the recast time of Double Cast by 10 seconds</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-RisingPhoenixPvE = 25768,
+FallMaleficPvP_29246 = 29246,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25769"><strong>Phantom Rush</strong></see> <i>PvE</i> (MNK) [25769] [Weaponskill]
-/// <para>Delivers an attack to target and all enemies nearby it with a potency of 1,150 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Grants Formless Fist, allowing the execution of a weaponskill that requires a certain form, without being in that form</para>
-/// <para>Duration: 30s</para>
-/// <para>Any additional effects associated with the executed action will also be applied.</para>
-/// <para>Can only be executed while under the effect of Lunar Nadi and Solar Nadi, as well as three Beast Chakra.</para>
+/// <see href="https://garlandtools.org/db/#action/29247"><strong>Aspected Benefic</strong></see> <i>PvP</i> (AST) [29247] [Ability]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 5,000</para>
+/// <para>Potency increases up to 10,000 as the target's HP decreases, reaching its maximum value when the target has 50% HP or less.</para>
+/// <para>Additional Effect: Grants Nocturnal Benefic to target</para>
+/// <para>Nocturnal Benefic Effect: Erects a magicked barrier which nullifies damage equivalent to a heal of 5,000 potency</para>
+/// <para>Duration: 15s</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-PhantomRushPvE = 25769,
+AspectedBeneficPvP_29247 = 29247,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25770"><strong>Draconian Fury</strong></see> <i>PvE</i> (DRG) [25770] [Weaponskill]
-/// <para>Delivers an attack with a potency of 130 to all enemies in a straight line before you.</para>
-/// <para>Additional Effect: Sharpens the Firstminds' Focus by 1</para>
-/// <para>Can only be executed while under the effect of Draconian Fire.</para>
+/// <see href="https://garlandtools.org/db/#action/29248"><strong>Gravity II</strong></see> <i>PvP</i> (AST) [29248] [Ability]
+/// <para>Deals unaspected damage with a potency of 8,000 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Afflicts first target with Bind</para>
+/// <para>Duration: 3s</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-DraconianFuryPvE = 25770,
+GravityIiPvP_29248 = 29248,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25771"><strong>Heavens' Thrust</strong></see> <i>PvE</i> (DRG) [25771] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100.</para>
-/// <para>Combo Action: Vorpal Thrust</para>
-/// <para>Combo Potency: 480</para>
-/// <para>Combo Bonus: Grants Fang and Claw Bared</para>
-/// <para>Duration: 30s</para>
-/// <para>Effect of Fang and Claw Bared ends upon execution of any melee weaponskill.</para>
+/// <see href="https://garlandtools.org/db/#action/29249"><strong>Draw</strong></see> <i>PvP</i> (AST) [29249] [Ability]
+/// <para>Draws the Balance, the Bole, or the Arrow from your divining deck.</para>
+/// <para>Duration: 15s</para>
/// </summary>
-HeavensThrustPvE = 25771,
+DrawPvP = 29249,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25772"><strong>Chaotic Spring</strong></see> <i>PvE</i> (DRG) [25772] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100.</para>
-/// <para>140 when executed from a target's rear.</para>
-/// <para>Combo Action: Disembowel</para>
-/// <para>Combo Potency: 260</para>
-/// <para>Rear Combo Potency: 300</para>
-/// <para>Combo Bonus: Damage over time</para>
-/// <para>Potency: 45</para>
-/// <para>Duration: 24s</para>
-/// <para>Combo Bonus: Grants Wheel in Motion</para>
-/// <para>Duration: 30s</para>
-/// <para>Effect of Wheel in Motion ends upon execution of any melee weaponskill.</para>
+/// <see href="https://garlandtools.org/db/#action/29250"><strong>the Balance</strong></see> <i>PvP</i> (AST) [29250] [Ability]
+/// <para>Increases damage dealt by self or target and all nearby party members by 10%.</para>
+/// <para>Duration: 15s</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-ChaoticSpringPvE = 25772,
+TheBalancePvP = 29250,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25773"><strong>Wyrmwind Thrust</strong></see> <i>PvE</i> (DRG) [25773] [Ability]
-/// <para>Delivers an attack to all enemies in a straight line before you with a potency of 420 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Firstminds' Focus Cost: 2</para>
+/// <see href="https://garlandtools.org/db/#action/29253"><strong>Macrocosmos</strong></see> <i>PvP</i> (AST) [29253] [Ability]
+/// <para>Deals unaspected damage with a potency of 12,000 to all nearby enemies.</para>
+/// <para>Additional Effect: Grants Macrocosmos to self and all nearby party members</para>
+/// <para>Duration: 10s</para>
+/// <para>Action changes to Microcosmos upon execution.</para>
+/// <para>For the effect's duration, 25% of damage taken is compiled.</para>
+/// <para>Restores HP equal to a cure of 4,000 potency plus compiled damage when the effect expires or upon execution of Microcosmos.</para>
/// </summary>
-WyrmwindThrustPvE = 25773,
+MacrocosmosPvP = 29253,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25774"><strong>Phantom Kamaitachi</strong></see> <i>PvE</i> (NIN) [25774] [Weaponskill]
-/// <para>Your shadow deals wind damage to target and all enemies within 5 yalms with a potency of 600 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Extends Huton duration by 10s to a maximum of 60s</para>
-/// <para>Additional Effect: Increases Ninki Gauge by 10</para>
-/// <para>Can only be executed while under the effect of Phantom Kamaitachi Ready.</para>
+/// <see href="https://garlandtools.org/db/#action/29254"><strong>Microcosmos</strong></see> <i>PvP</i> (AST) [29254] [Ability]
+/// <para>Triggers the healing effect of Macrocosmos, restoring HP equal to a cure of 4,000 potency plus 25% of compiled damage.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-PhantomKamaitachiPvE = 25774,
+MicrocosmosPvP = 29254,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25776"><strong>Hollow Nozuchi</strong></see> <i>PvE</i> (NIN) [25776] [Ability]
-/// <para>All enemies standing in the corrupted earth of Doton take additional earth damage with a potency of 50.</para>
-/// <para>Requires Hakke Mujinsatsu to be executed as a combo action or upon executing Katon, Goka Mekkyaku, or Phantom Kamaitachi.</para>
-/// <para>Effect can only be triggered while Doton is active.</para>
+/// <see href="https://garlandtools.org/db/#action/29256"><strong>Dosis III</strong></see> <i>PvP</i> (SGE) [29256] [Spell]
+/// <para>Deals unaspected damage with a potency of 4,000.</para>
+/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
+/// <para>Cure Potency: 2,000</para>
+/// </summary>
+DosisIiiPvP = 29256,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/29257"><strong>Eukrasian Dosis III</strong></see> <i>PvP</i> (SGE) [29257] [Spell]
+/// <para>Deals unaspected damage over time.</para>
+/// <para>Potency: 4,000</para>
+/// <para>Duration: 15s</para>
+/// <para>Additional Effect: Grants Eukrasian Diagnosis to targets under the effect of Kardion granted by you</para>
+/// <para>Eukrasian Diagnosis Effect: Erects a magicked barrier which nullifies damage equivalent to a heal of 8,000 potency</para>
+/// <para>Duration: 15s</para>
+/// <para>Grants Addersting when barrier is completely absorbed.</para>
+/// <para>Duration: 10s</para>
/// <para></para>
+/// <para>※Toxikon changes to Toxikon II while under the effect of Addersting.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-HollowNozuchiPvE = 25776,
+EukrasianDosisIiiPvP = 29257,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25777"><strong>Forked Raiju</strong></see> <i>PvE</i> (NIN) [25777] [Weaponskill]
-/// <para>Rushes target and delivers a lightning attack with a potency of 560.</para>
-/// <para>Additional Effect: Increases Ninki Gauge by 5</para>
-/// <para>Can only be executed while under the effect of Raiju Ready.</para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#action/29258"><strong>Eukrasia</strong></see> <i>PvP</i> (SGE) [29258] [Spell]
+/// <para>Upgrades Dosis III to Eukrasian Dosis III.</para>
+/// <para>Duration: 10s</para>
+/// <para>Effect expires upon executing Eukrasian Dosis III.</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>This action does not share a recast timer with any other actions.</para>
/// </summary>
-ForkedRaijuPvE = 25777,
+EukrasiaPvP = 29258,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25778"><strong>Fleeting Raiju</strong></see> <i>PvE</i> (NIN) [25778] [Weaponskill]
-/// <para>Deals lightning damage with a potency of 560.</para>
-/// <para>Additional Effect: Increases Ninki Gauge by 5</para>
-/// <para>Can only be executed while under the effect of Raiju Ready.</para>
+/// <see href="https://garlandtools.org/db/#action/29259"><strong>Phlegma III</strong></see> <i>PvP</i> (SGE) [29259] [Spell]
+/// <para>Deals unaspected damage with a potency of 10,000 to target and all enemies nearby it.</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>This action does not share a recast timer with any other actions.</para>
/// </summary>
-FleetingRaijuPvE = 25778,
+PhlegmaIiiPvP = 29259,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25779"><strong>Shoha II</strong></see> <i>PvE</i> (SAM) [25779] [Ability]
-/// <para>Delivers an attack with a potency of 200 to all nearby enemies.</para>
-/// <para>Can only be executed after accumulating three stacks of Meditation by executing Iaijutsu, Meditate, or Ogi Namikirior Meditateor Meditate while in combat.</para>
-/// <para>Meditation effect fades upon execution.</para>
-/// <para>Shares a recast timer with Shoha.</para>
+/// <see href="https://garlandtools.org/db/#action/29260"><strong>Pneuma</strong></see> <i>PvP</i> (SGE) [29260] [Spell]
+/// <para>Deals unaspected damage with a potency of 12,000 to all enemies in a straight line before you.</para>
+/// <para>Additional Effect: Grants Haima and 4 stacks of Haimatinon to self and all party members within 20 yalms</para>
+/// <para>Haima Effect: Erects a magicked barrier which nullifies damage equivalent to a heal of 3,000 potency</para>
+/// <para>Duration: 10s</para>
+/// <para>When the barrier is completely absorbed, a stack of Haimatinon is consumed and a new barrier is applied.</para>
+/// <para>When the effect duration expires, a healing effect is then applied.</para>
+/// <para>Cure Potency: 3,000 per remaining stack of Haimatinon</para>
+/// <para>This action does not share a recast timer with any other actions.</para>
/// </summary>
-ShohaIiPvE = 25779,
+PneumaPvP = 29260,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25780"><strong>Fuko</strong></see> <i>PvE</i> (SAM) [25780] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
-/// <para>Additional Effect: Increases Kenki Gauge by 10</para>
+/// <see href="https://garlandtools.org/db/#action/29261"><strong>Icarus</strong></see> <i>PvP</i> (SGE) [29261] [Ability]
+/// <para>Rush to a targeted enemy's or party member's location.</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Unable to cast if bound.</para>
/// </summary>
-FukoPvE = 25780,
+IcarusPvP = 29261,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25781"><strong>Ogi Namikiri</strong></see> <i>PvE</i> (SAM) [25781] [Weaponskill]
-/// <para>Delivers a critical hit to all enemies in a cone before you with a potency of 860 for the first enemy, and 75% less for all remaining enemies.</para>
-/// <para>Damage dealt is increased when under an effect that raises critical hit rate.</para>
-/// <para>Grants a stack of Meditation, up to a maximum of 3.</para>
-/// <para>Can only be executed while under the effect of Ogi Namikiri Ready.</para>
+/// <see href="https://garlandtools.org/db/#action/29262"><strong>Toxikon</strong></see> <i>PvP</i> (SGE) [29262] [Ability]
+/// <para>Deals unaspected damage with a potency of 2,000 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Increases target's damage taken by 10%</para>
+/// <para>Duration: 6s</para>
+/// <para>Maximum Charges: 2</para>
/// <para></para>
-/// <para>※Action changes to Kaeshi: Namikiri upon execution.</para>
+/// <para>※Action changes to Toxikon II while under the effect of Addersting.</para>
/// </summary>
-OgiNamikiriPvE = 25781,
+ToxikonPvP = 29262,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25782"><strong>Kaeshi: Namikiri</strong></see> <i>PvE</i> (SAM) [25782] [Ability]
-/// <para>Delivers a critical hit to all enemies in a cone before you with a potency of 860 for the first enemy, and 75% less for all remaining enemies.</para>
-/// <para>Damage dealt is increased when under an effect that raises critical hit rate.</para>
-/// <para>Triggers the cooldown of weaponskills upon execution. Cannot be executed during the cooldown of weaponskills.</para>
+/// <see href="https://garlandtools.org/db/#action/29263"><strong>Toxikon II</strong></see> <i>PvP</i> (SGE) [29263] [Ability]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 8,000 for the first enemy, and 2,000 for all remaining enemies.</para>
+/// <para>Additional Effect: Increases target's damage taken by 10%</para>
+/// <para>Duration: 6s</para>
+/// <para>Can only be executed while under the effect of Addersting.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-KaeshiNamikiriPvE = 25782,
+ToxikonIiPvP = 29263,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25783"><strong>Ladonsbite</strong></see> <i>PvE</i> (BRD) [25783] [Weaponskill]
-/// <para>Delivers an attack with a potency of 130 to all enemies in a cone before you.</para>
-/// <para>Additional Effect: 35% chance of becoming Shadowbite Ready</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/29264"><strong>Kardia</strong></see> <i>PvP</i> (SGE) [29264] [Ability]
+/// <para>Grants self the effect of Kardia and a selected party member or self the effect of Kardion, granting the additional effects of Dosis III and Eukrasian Dosis III when these spells are cast.</para>
/// </summary>
-LadonsbitePvE = 25783,
+KardiaPvP = 29264,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25784"><strong>Blast Arrow</strong></see> <i>PvE</i> (BRD) [25784] [Weaponskill]
-/// <para>Delivers an attack to all enemies in a straight line before you with a potency of 600 for the first enemy, and 60% less for all remaining enemies.</para>
-/// <para>Can only be executed while under the effect of Blast Arrow Ready.</para>
+/// <see href="https://garlandtools.org/db/#action/29371"><strong>Foul</strong></see> <i>PvP</i> (BLM) [29371] [Spell]
+/// <para>Deals unaspected damage with a potency of 16,000 to target and all enemies nearby it.</para>
+/// <para>Can only be executed while under the effect of Polyglot.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-BlastArrowPvE = 25784,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25785"><strong>Radiant Finale</strong></see> <i>PvE</i> (BRD) [25785] [Ability]
-/// <para>Increases damage dealt by self and nearby party members.</para>
-/// <para>Duration: 15s</para>
-/// <para>Effectiveness is determined by the number of different Coda active in the Song Gauge.</para>
-/// <para>1 Coda: 2%</para>
-/// <para>2 Coda: 4%</para>
-/// <para>3 Coda: 6%</para>
-/// <para>Can only be executed when at least 1 coda is active.</para>
-/// </summary>
-RadiantFinalePvE = 25785,
+FoulPvP = 29371,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25786"><strong>Scattergun</strong></see> <i>PvE</i> (MCH) [25786] [Weaponskill]
-/// <para>Delivers an attack with a potency of 150 to all enemies in a cone before you.</para>
-/// <para>Additional Effect: Increases Heat Gauge by 10</para>
+/// <see href="https://garlandtools.org/db/#action/29391"><strong>Powerful Shot</strong></see> <i>PvP</i> (BRD) [29391] [Weaponskill]
+/// <para>Delivers a ranged attack with a potency of 4,000.</para>
+/// <para>Potency increases up to 6,000 the further you are from the target, reaching its maximum value when the target is 15 yalms away.</para>
+/// <para>Additional Effect: Reduces the recast time of Empyreal Arrow by 5s</para>
+/// <para>Requires casting time to execute. However, it is possible to walk while casting.</para>
/// </summary>
-ScattergunPvE = 25786,
+PowerfulShotPvP = 29391,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25787"><strong>Crowned Collider</strong></see> <i>PvE</i> (MCH) [25787] [Ability]
-/// <para>Delivers an attack with a potency of 390.</para>
-/// <para>Potency increases as Battery Gauge exceeds required cost at time of deployment, up to a maximum of 780.</para>
-/// <para>The Automaton Queen shuts down after execution. If this action is not used manually while the Automaton Queen is active, it will be triggered automatically immediately before shutting down.</para>
+/// <see href="https://garlandtools.org/db/#action/29392"><strong>Pitch Perfect</strong></see> <i>PvP</i> (BRD) [29392] [Weaponskill]
+/// <para>Delivers a ranged attack with a potency of 4,000.</para>
+/// <para>Potency increases up to 8,000 the farther away you are from the target, reaching its maximum value when the target is 15 yalms away.</para>
+/// <para>Additional Effect: Reduces the recast time of Empyreal Arrow by 5s</para>
+/// <para>Can only be executed while under the effect of Repertoire.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-CrownedColliderPvE = 25787,
+PitchPerfectPvP = 29392,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25788"><strong>Chain Saw</strong></see> <i>PvE</i> (MCH) [25788] [Weaponskill]
-/// <para>Delivers an attack to all enemies in a straight line before you with a potency of 600 for the first enemy, and 65% less for all remaining enemies.</para>
-/// <para>Additional Effect: Increases Battery Gauge by 20</para>
+/// <see href="https://garlandtools.org/db/#action/29393"><strong>Apex Arrow</strong></see> <i>PvP</i> (BRD) [29393] [Weaponskill]
+/// <para>Delivers an attack with a potency of 8,000 to all enemies in a straight line before you.</para>
+/// <para>Additional Effect: Grants Blast Arrow Ready</para>
+/// <para>Duration: 20s</para>
+/// <para>Additional Effect: Grants Frontliner's March</para>
+/// <para>Frontliner's March Effect: Reduces your weaponskill cast time and recast time by 10%, and increases damage dealt by self and all party members within a radius of 30 yalms by 5%</para>
+/// <para>Duration: 30s</para>
/// <para>This weaponskill does not share a recast timer with any other actions.</para>
+/// <para></para>
+/// <para>※Action changes to Blast Arrow while under the effect of Blast Arrow Ready.</para>
/// </summary>
-ChainSawPvE = 25788,
+ApexArrowPvP = 29393,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25789"><strong>Improvised Finish</strong></see> <i>PvE</i> (DNC) [25789] [Ability]
-/// <para>Creates a barrier around self and all nearby party members. Damage absorbed increases with stacks of Rising Rhythm.</para>
-/// <para>0 Stacks: 5% of maximum HP</para>
-/// <para>1 Stack: 6% of maximum HP</para>
-/// <para>2 Stacks: 7% of maximum HP</para>
-/// <para>3 Stacks: 8% of maximum HP</para>
-/// <para>4 Stacks: 10% of maximum HP</para>
-/// <para>Duration: 30s</para>
-/// <para>Can only be executed while Improvisation is active.</para>
+/// <see href="https://garlandtools.org/db/#action/29394"><strong>Blast Arrow</strong></see> <i>PvP</i> (BRD) [29394] [Weaponskill]
+/// <para>Delivers an attack with a potency of 10,000 to all enemies in a straight line before you.</para>
+/// <para>Additional Effect: Grants Frontliner's Forte</para>
+/// <para>Frontliner's Forte Effect: Reduces your weaponskill cast time and recast time by 10%, and increases damage dealt by self and all party members within a radius of 30 yalms by 5%</para>
+/// <para>Duration: 10s</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-ImprovisedFinishPvE = 25789,
+BlastArrowPvP = 29394,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25790"><strong>Tillana</strong></see> <i>PvE</i> (DNC) [25790] [Weaponskill]
-/// <para>Delivers an attack to all nearby enemies with a potency of 360 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Grants Standard Finish and Esprit to self and party member designated as your Dance Partner</para>
-/// <para>Standard Finish Effect: Increases damage dealt by 5%</para>
-/// <para>Duration: 60s</para>
-/// <para>Can only be executed while under the effect of Flourishing Finish.</para>
-/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <see href="https://garlandtools.org/db/#action/29395"><strong>Silent Nocturne</strong></see> <i>PvP</i> (BRD) [29395] [Ability]
+/// <para>Silences target.</para>
+/// <para>Duration: 2s</para>
+/// <para>Additional Effect: Grants Repertoire</para>
+/// <para>Duration: 10s</para>
/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Powerful Shot changes to Pitch Perfect while under the effect of Repertoire.</para>
/// </summary>
-TillanaPvE = 25790,
+SilentNocturnePvP = 29395,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25791"><strong>Fan Dance IV</strong></see> <i>PvE</i> (DNC) [25791] [Ability]
-/// <para>Delivers an attack to all enemies in a cone before you with a potency of 300 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Can only be executed while under the effect of Fourfold Fan Dance.</para>
+/// <see href="https://garlandtools.org/db/#action/29396"><strong>Empyreal Arrow</strong></see> <i>PvP</i> (BRD) [29396] [Ability]
+/// <para>Delivers a ranged attack with a potency of 3,000.</para>
+/// <para>Consumes all charges upon execution, each charge adding an additional strike to the attack.</para>
+/// <para>Maximum Charges: 3</para>
/// </summary>
-FanDanceIvPvE = 25791,
+EmpyrealArrowPvP = 29396,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25792"><strong>Starfall Dance</strong></see> <i>PvE</i> (DNC) [25792] [Weaponskill]
-/// <para>Delivers a critical direct hit to all enemies in a straight line before you with a potency of 600 for the first enemy, and 75% less for all remaining enemies.</para>
-/// <para>Damage dealt is increased when under an effect that raises critical hit rate or direct hit rate.</para>
-/// <para>Can only be executed while under the effect of Flourishing Starfall.</para>
+/// <see href="https://garlandtools.org/db/#action/29397"><strong>Empyreal Arrow</strong></see> <i>PvP</i> (BRD) [29397] [Ability]
+/// <para>Delivers a ranged attack with a potency of 3,000.</para>
+/// <para>Consumes all charges upon execution, each charge adding an additional strike to the attack.</para>
+/// <para>Maximum Charges: 3</para>
/// </summary>
-StarfallDancePvE = 25792,
+EmpyrealArrowPvP_29397 = 29397,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25793"><strong>Blizzard II</strong></see> <i>PvE</i> (THM BLM) [25793] [Spell]
-/// <para>Deals ice damage with a potency of 100 to target and all enemies nearby it.</para>
-/// <para>Additional Effect: Grants Umbral Ice III andGrants Umbral Ice III andGrants Umbral Ice orGrants Umbral Ice or removes Astral Fire</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#action/29398"><strong>Empyreal Arrow</strong></see> <i>PvP</i> (BRD) [29398] [Ability]
+/// <para>Delivers a ranged attack with a potency of 3,000.</para>
+/// <para>Consumes all charges upon execution, each charge adding an additional strike to the attack.</para>
+/// <para>Maximum Charges: 3</para>
/// </summary>
-BlizzardIiPvE = 25793,
+EmpyrealArrowPvP_29398 = 29398,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25794"><strong>High Fire II</strong></see> <i>PvE</i> (BLM) [25794] [Spell]
-/// <para>Deals fire damage with a potency of 140 to target and all enemies nearby it.</para>
-/// <para>Additional Effect: Grants Astral Fire III and removes Umbral Ice</para>
-/// <para>Duration: 15s</para>
-/// <para>Astral Fire Bonus: Grants Enhanced Flare</para>
-/// <para>Effect is canceled if Astral Fire ends.</para>
+/// <see href="https://garlandtools.org/db/#action/29399"><strong>Repelling Shot</strong></see> <i>PvP</i> (BRD) [29399] [Ability]
+/// <para>Delivers an attack with a potency of 4,000.</para>
+/// <para>Additional Effect: 10-yalm backstep</para>
+/// <para>Additional Effect: Bind</para>
+/// <para>Duration: 3s</para>
+/// <para>Cannot be executed while bound.</para>
/// </summary>
-HighFireIiPvE = 25794,
+RepellingShotPvP = 29399,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25795"><strong>High Blizzard II</strong></see> <i>PvE</i> (BLM) [25795] [Spell]
-/// <para>Deals ice damage with a potency of 140 to target and all enemies nearby it.</para>
-/// <para>Additional Effect: Grants Umbral Ice III and removes Astral Fire</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#action/29400"><strong>the Warden's Paean</strong></see> <i>PvP</i> (BRD) [29400] [Ability]
+/// <para>Removes one status affliction from self or target party member that can be removed by Purify. If a status affliction cannot be removed, creates a barrier that will nullify the next status affliction that can be removed by Purify.</para>
+/// <para>Duration: 8s</para>
+/// <para>Grants Warden's Grace upon successfully removing or nullifying a status affliction.</para>
+/// <para>Warden's Grace Effect: Reduces damage taken by 25% while increasing HP recovered by healing actions by 25%</para>
+/// <para>Duration: 5s</para>
+/// <para>Additional Effect: Grants Repertoire</para>
+/// <para>Duration: 10s</para>
+/// <para></para>
+/// <para>※Powerful Shot changes to Pitch Perfect while under the effect of Repertoire.</para>
/// </summary>
-HighBlizzardIiPvE = 25795,
+TheWardensPaeanPvP = 29400,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25796"><strong>Amplifier</strong></see> <i>PvE</i> (BLM) [25796] [Ability]
-/// <para>Grants Polyglot.</para>
-/// <para>Can only be executed while under the effect of Astral Fire or Umbral Ice.</para>
+/// <see href="https://garlandtools.org/db/#action/29402"><strong>Blast Charge</strong></see> <i>PvP</i> (MCH) [29402] [Weaponskill]
+/// <para>Delivers a ranged attack with a potency of 4,000.</para>
+/// <para>Additional Effect: Grants a stack of Heat, up to a maximum of 5</para>
+/// <para>Duration: 15s</para>
+/// <para>At maximum stacks, grants Overheated and increases movement speed by 25%.</para>
+/// <para>Duration: 5s</para>
+/// <para>Requires casting time to execute. However, it is possible to walk while casting.</para>
+/// <para></para>
+/// <para>※Action changes to Heat Blast while under the effect of Overheated.</para>
/// </summary>
-AmplifierPvE = 25796,
+BlastChargePvP = 29402,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25797"><strong>Paradox</strong></see> <i>PvE</i> (BLM) [25797] [Spell]
-/// <para>Deals unaspected damage with a potency of 500.</para>
-/// <para>Astral Fire Bonus: Refreshes the duration of Astral Fire and 40% chance to grant Firestarter</para>
-/// <para>Duration: 15s</para>
-/// <para>Firestarter Effect: Next Fire III will require no time to cast and cost no MP</para>
-/// <para>Duration: 30s</para>
-/// <para>Umbral Ice Bonus: Spell is cast immediately, requires no MP to cast, and refreshes the duration of Umbral Ice</para>
-/// <para>Duration: 15s</para>
-/// <para>Can only be executed while under the effect of Paradox.</para>
+/// <see href="https://garlandtools.org/db/#action/29403"><strong>Heat Blast</strong></see> <i>PvP</i> (MCH) [29403] [Weaponskill]
+/// <para>Delivers a ranged attack with a potency of 6,000.</para>
+/// <para>Can only be executed while under the effect of Overheated.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-ParadoxPvE = 25797,
+HeatBlastPvP = 29403,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25798"><strong>Summon Carbuncle</strong></see> <i>PvE</i> (ACN SMN) [25798] [Spell]
-/// <para>Summons Carbuncle to your side.</para>
+/// <see href="https://garlandtools.org/db/#action/29404"><strong>Scattergun</strong></see> <i>PvP</i> (MCH) [29404] [Weaponskill]
+/// <para>Delivers an attack with a potency of 6,000 to all enemies in a cone before you. Strikes twice when hitting only a single target.</para>
+/// <para>Additional Effect: 10-yalm knockback</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
/// </summary>
-SummonCarbunclePvE = 25798,
+ScattergunPvP = 29404,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25799"><strong>Radiant Aegis</strong></see> <i>PvE</i> (ACN SMN) [25799] [Ability]
-/// <para>Orders Carbuncle to execute Radiant Aegis.</para>
-/// <para>Radiant Aegis Effect: Creates a barrier around self that absorbs damage totaling 20% of your maximum HP</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/29405"><strong>Drill</strong></see> <i>PvP</i> (MCH) [29405] [Weaponskill]
+/// <para>Delivers a ranged attack with a potency of 10,000.</para>
+/// <para>Potency is increased to 20,000 while under the effect of Analysis.</para>
+/// <para>Ignores the effects of Guard when dealing damage.</para>
+/// <para>Additional Effect: Grants Bioblaster Primed</para>
/// <para>Maximum Charges: 2</para>
-/// <para>Can only be executed while Carbuncle is summoned.</para>
-/// </summary>
-RadiantAegisPvE = 25799,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25800"><strong>Aethercharge</strong></see> <i>PvE</i> (ACN SMN) [25800] [Spell]
-/// <para>Grants Aethercharge, increasing the potency of Ruin, Ruin II, and Ruin III by 50, and Outburst by 20.</para>
-/// <para>Duration: 15s</para>
-/// <para>Additional Effect: Grants Ruby Arcanum, Topaz Arcanum, and Emerald ArcanumRuby Arcanum, Topaz Arcanum, and Emerald ArcanumRuby Arcanum and Topaz ArcanumRuby Arcanum and Topaz ArcanumRuby ArcanumRuby ArcanumRuby Arcanum and Topaz ArcanumRuby Arcanum and Topaz ArcanumRuby ArcanumRuby Arcanum</para>
-/// <para>Can only be executed in combat and while Carbuncle is summoned.</para>
-/// </summary>
-AetherchargePvE = 25800,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25801"><strong>Searing Light</strong></see> <i>PvE</i> (SMN) [25801] [Ability]
-/// <para>Increases damage dealt by self and nearby party members by 3%.</para>
-/// <para>Duration: 30s</para>
-/// </summary>
-SearingLightPvE = 25801,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25802"><strong>Summon Ruby</strong></see> <i>PvE</i> (ACN SMN) [25802] [Spell]
-/// <para>Summons Ruby Carbuncle, and orders it to execute Glittering Ruby.</para>
-/// <para>Glittering Ruby Effect: Rushes target and deals fire damage with a potency of 400</para>
-/// <para>Additional Effect: Grants 2 stacks of Fire Attunement</para>
-/// <para>Fire Attunement Effect: Gemshine and Precious Brilliance become fire-aspected</para>
-/// <para>Duration: 30s</para>
-/// <para>Can only be executed while under the effect of Ruby Arcanum and Carbuncle is summoned.</para>
-/// <para>Current pet will leave the battlefield while Ruby Carbuncle is present, and return once gone.</para>
-/// </summary>
-SummonRubyPvE = 25802,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25803"><strong>Summon Topaz</strong></see> <i>PvE</i> (ACN SMN) [25803] [Spell]
-/// <para>Summons Topaz Carbuncle, and orders it to execute Glittering Topaz.</para>
-/// <para>Glittering Topaz Effect: Rushes target and deals earth damage with a potency of 400</para>
-/// <para>Additional Effect: Grants 4 stacks of Earth Attunement</para>
-/// <para>Earth Attunement Effect: Gemshine and Precious Brilliance become earth-aspected</para>
-/// <para>Duration: 30s</para>
-/// <para>Can only be executed while under the effect of Topaz Arcanum and Carbuncle is summoned.</para>
-/// <para>Current pet will leave the battlefield while Topaz Carbuncle is present, and return once gone.</para>
-/// </summary>
-SummonTopazPvE = 25803,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25804"><strong>Summon Emerald</strong></see> <i>PvE</i> (ACN SMN) [25804] [Spell]
-/// <para>Summons Emerald Carbuncle, and orders it to execute Glittering Emerald.</para>
-/// <para>Glittering Emerald Effect: Deals wind damage with a potency of 400</para>
-/// <para>Additional Effect: Grants 4 stacks of Wind Attunement</para>
-/// <para>Wind Attunement Effect: Gemshine and Precious Brilliance become wind-aspected</para>
-/// <para>Duration: 30s</para>
-/// <para>Can only be executed while under the effect of Emerald Arcanum and Carbuncle is summoned.</para>
-/// <para>Current pet will leave the battlefield while Emerald Carbuncle is present, and return once gone.</para>
-/// </summary>
-SummonEmeraldPvE = 25804,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25805"><strong>Summon Ifrit</strong></see> <i>PvE</i> (SMN) [25805] [Spell]
-/// <para>Summons Ifrit-Egi and orders it to execute InfernoBurning StrikeBurning Strike.</para>
-/// <para>Inferno Effect: Rushes forward and deals fire damage to all enemies in a 5-yalm cone before it with a potency of 600 for the first enemy, and 60% less for all remaining enemiesBurning Strike Effect: Rushes forward and deals fire damage with a potency of 500Burning Strike Effect: Rushes forward and deals fire damage with a potency of 500</para>
-/// <para>Additional Effect: Grants 2 stacks of Fire Attunement</para>
-/// <para>Fire Attunement Effect: Gemshine and Precious Brilliance become fire-aspected</para>
-/// <para>Duration: 30s</para>
-/// <para>Additional Effect: Grants Ifrit's Favor</para>
-/// <para>Effect of Ifrit's Favor ends upon execution of certain summoner actions.</para>
-/// <para>Can only be executed while under the effect of Ruby Arcanum and Carbuncle is summoned.</para>
-/// <para>Current pet will leave the battlefield while Ifrit-Egi is present, and return once gone.</para>
-/// </summary>
-SummonIfritPvE = 25805,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25806"><strong>Summon Titan</strong></see> <i>PvE</i> (SMN) [25806] [Spell]
-/// <para>Summons Titan-Egi and orders it to execute Earthen FuryRock BusterRock Buster.</para>
-/// <para>Earthen Fury Effect: Rushes forward and deals earth damage to all enemies within 5 yalms with a potency of 600 for the first enemy, and 60% less for all remaining enemiesRock Buster Effect: Rushes forward and deals earth damage with a potency of 500Rock Buster Effect: Rushes forward and deals earth damage with a potency of 500</para>
-/// <para>Additional Effect: Grants 4 stacks of Earth Attunement</para>
-/// <para>Earth Attunement Effect: Gemshine and Precious Brilliance become earth-aspected</para>
-/// <para>Duration: 30s</para>
-/// <para>Can only be executed while under the effect of Topaz Arcanum and Carbuncle is summoned.</para>
-/// <para>Current pet will leave the battlefield while Titan-Egi is present, and return once gone.</para>
+/// <para>Can only be executed while under the effect of Drill Primed.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
+/// <para></para>
+/// <para>※Action changes to Bioblaster while under the effect of Bioblaster Primed.</para>
/// </summary>
-SummonTitanPvE = 25806,
+DrillPvP = 29405,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25807"><strong>Summon Garuda</strong></see> <i>PvE</i> (SMN) [25807] [Spell]
-/// <para>Summons Garuda-Egi and orders it to execute Aerial BlastAerial SlashAerial Slash.</para>
-/// <para>Aerial Blast Effect: Deals wind damage to target and all enemies within 5 yalms with a potency of 600 for the first enemy, and 60% less for all remaining enemiesAerial Slash Effect: Deals wind damage with a potency of 100 to target and all enemies nearby itAerial Slash Effect: Deals wind damage with a potency of 100 to target and all enemies nearby it</para>
-/// <para>Additional Effect: Grants 4 stacks of Wind Attunement</para>
-/// <para>Wind Attunement Effect: Gemshine and Precious Brilliance become wind-aspected</para>
-/// <para>Duration: 30s</para>
-/// <para>Additional Effect: Grants Garuda's Favor</para>
-/// <para>Effect of Garuda's Favor ends upon execution of certain summoner actions.</para>
-/// <para>Can only be executed while under the effect of Emerald Arcanum and Carbuncle is summoned.</para>
-/// <para>Current pet will leave the battlefield while Garuda-Egi is present, and return once gone.</para>
+/// <see href="https://garlandtools.org/db/#action/29406"><strong>Bioblaster</strong></see> <i>PvP</i> (MCH) [29406] [Weaponskill]
+/// <para>Delivers an attack with a potency of 4,000 to all enemies in a cone before you.</para>
+/// <para>Additional Effect: Doubles potency and afflicts target with Heavy +75% while under the effect of Analysis</para>
+/// <para>Duration: 5s</para>
+/// <para>Additional Effect: Damage over time</para>
+/// <para>Potency: 4,000</para>
+/// <para>Duration: 12s</para>
+/// <para>Doubled potency does not apply to damage over time effect.</para>
+/// <para>Additional Effect: Grants Air Anchor Primed</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Can only be executed while under the effect of Bioblaster Primed.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
+/// <para></para>
+/// <para>※Action changes to Air Anchor while under the effect of Air Anchor Primed.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-SummonGarudaPvE = 25807,
+BioblasterPvP = 29406,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25808"><strong>Ruby Ruin</strong></see> <i>PvE</i> (ACN SMN) [25808] [Spell]
-/// <para>Deals fire damage with a potency of 340.</para>
-/// <para>Fire Attunement Cost: 1</para>
-/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <see href="https://garlandtools.org/db/#action/29407"><strong>Air Anchor</strong></see> <i>PvP</i> (MCH) [29407] [Weaponskill]
+/// <para>Delivers a ranged attack with a potency of 8,000.</para>
+/// <para>Additional Effect: Bind</para>
+/// <para>Duration: 3s</para>
+/// <para>Additional Effect: Potency is increased by 50%, and the Bind effect becomes Stun while under the effect of Analysis</para>
+/// <para>Duration: 3s</para>
+/// <para>Additional Effect: Grants Chain Saw Primed</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Can only be executed while under the effect of Air Anchor Primed.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
/// <para></para>
+/// <para>※Action changes to Chain Saw while under the effect of Chain Saw Primed.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-RubyRuinPvE = 25808,
+AirAnchorPvP = 29407,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25809"><strong>Topaz Ruin</strong></see> <i>PvE</i> (ACN SMN) [25809] [Spell]
-/// <para>Deals earth damage with a potency of 240.</para>
-/// <para>Earth Attunement Cost: 1</para>
+/// <see href="https://garlandtools.org/db/#action/29408"><strong>Chain Saw</strong></see> <i>PvP</i> (MCH) [29408] [Weaponskill]
+/// <para>Delivers an attack with a potency of 8,000 to all enemies in a straight line before you.</para>
+/// <para>Potency is increased by 50% when target's HP is below 50%.</para>
+/// <para>Additional Effect: Potency is increased by 50% while under the effect of Analysis</para>
+/// <para>Additional Effect: Grants Drill Primed</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Can only be executed while under the effect of Chain Saw Primed.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
/// <para></para>
+/// <para>※Action changes to Drill while under the effect of Drill Primed.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-TopazRuinPvE = 25809,
+ChainSawPvP = 29408,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25810"><strong>Emerald Ruin</strong></see> <i>PvE</i> (ACN SMN) [25810] [Spell]
-/// <para>Deals wind damage with a potency of 160.</para>
-/// <para>Wind Attunement Cost: 1</para>
+/// <see href="https://garlandtools.org/db/#action/29409"><strong>Wildfire</strong></see> <i>PvP</i> (MCH) [29409] [Ability]
+/// <para>Covers target's body in a slow-burning pitch. Deals damage to target and all enemies within 5 yalms when time expires.</para>
+/// <para>Duration: 7s</para>
+/// <para>Potency is increased by 4,000 for each of your own attack actions you land prior to the end of the effect. Landing 3 attack actions will cause the slow-burning pitch to detonate immediately.</para>
+/// </summary>
+WildfirePvP = 29409,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/29412"><strong>Bishop Autoturret</strong></see> <i>PvP</i> (MCH) [29412] [Ability]
+/// <para>Deploys an area of effect battle turret which will deliver auto-attacks to enemies within range with a potency of 6,000.</para>
+/// <para>Duration: 10s</para>
+/// <para>Additional Effect: Increases target's damage taken by 10%</para>
+/// <para>Duration: 7s</para>
+/// <para>Additional Effect: Creates a barrier that absorbs damage equivalent to a heal of 6,000 potency</para>
+/// <para>Duration: 7s</para>
+/// </summary>
+BishopAutoturretPvP = 29412,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/29413"><strong>Aether Mortar</strong></see> <i>PvP</i> (MCH) [29413] [Ability]
+/// <para>Deals unaspected damage with a potency of 6,000 to all nearby enemies.</para>
+/// <para>Additional Effect: Increases target's damage taken by 10%</para>
+/// <para>Duration: 7s</para>
+/// <para>Additional Effect: Creates a barrier that absorbs damage equivalent to a heal of 6,000 potency</para>
+/// <para>Duration: 7s</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-EmeraldRuinPvE = 25810,
+AetherMortarPvP = 29413,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25811"><strong>Ruby Ruin II</strong></see> <i>PvE</i> (ACN SMN) [25811] [Spell]
-/// <para>Deals fire damage with a potency of 380.</para>
-/// <para>Fire Attunement Cost: 1</para>
-/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <see href="https://garlandtools.org/db/#action/29414"><strong>Analysis</strong></see> <i>PvP</i> (MCH) [29414] [Ability]
+/// <para>Grants additional effects to Drill, Bioblaster, Air Anchor, and Chain Saw when these weaponskills are executed.</para>
+/// <para>Duration: 10s</para>
+/// <para>Drill Additional Effect: Potency is increased to 200%</para>
+/// <para>Bioblaster Additional Effect: Doubles potency and afflicts target with Heavy +75%</para>
+/// <para>Air Anchor Additional Effect: Potency is increased by 50% and the Bind effect becomes Stun</para>
+/// <para>Chain Saw Additional Effect: Potency is increased by 50%</para>
+/// <para>Maximum Charges: 2</para>
+/// </summary>
+AnalysisPvP = 29414,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/29416"><strong>Cascade</strong></see> <i>PvP</i> (DNC) [29416] [Weaponskill]
+/// <para>Delivers a ranged attack with a potency of 3,000.</para>
/// <para></para>
+/// <para>※Action changes to Reverse Cascade while under the effect of En Avant.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-RubyRuinIiPvE = 25811,
+CascadePvP = 29416,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25812"><strong>Topaz Ruin II</strong></see> <i>PvE</i> (ACN SMN) [25812] [Spell]
-/// <para>Deals earth damage with a potency of 270.</para>
-/// <para>Earth Attunement Cost: 1</para>
+/// <see href="https://garlandtools.org/db/#action/29417"><strong>Fountain</strong></see> <i>PvP</i> (DNC) [29417] [Weaponskill]
+/// <para>Delivers a ranged attack with a potency of 5,000.</para>
+/// <para>Combo Action: Cascade or Reverse Cascade</para>
/// <para></para>
+/// <para>※Action changes to Fountainfall while under the effect of En Avant.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-TopazRuinIiPvE = 25812,
+FountainPvP = 29417,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25813"><strong>Emerald Ruin II</strong></see> <i>PvE</i> (ACN SMN) [25813] [Spell]
-/// <para>Deals wind damage with a potency of 170.</para>
-/// <para>Wind Attunement Cost: 1</para>
+/// <see href="https://garlandtools.org/db/#action/29418"><strong>Reverse Cascade</strong></see> <i>PvP</i> (DNC) [29418] [Weaponskill]
+/// <para>Delivers a ranged attack with a potency of 6,000.</para>
+/// <para>Additional Effect: Grants Bladecatcher</para>
+/// <para>If already under the effect of Bladecatcher, effect changes to Flourishing Saber Dance.</para>
+/// <para>Duration: 15s</para>
+/// <para>Can only be executed while under the effect of En Avant.</para>
/// <para></para>
+/// <para>※Fountain Combo changes to Saber Dance while under the effect of Flourishing Saber Dance.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-EmeraldRuinIiPvE = 25813,
+ReverseCascadePvP = 29418,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25814"><strong>Ruby Outburst</strong></see> <i>PvE</i> (ACN SMN) [25814] [Spell]
-/// <para>Deals fire damage with a potency of 160 to target and all enemies nearby it.</para>
-/// <para>Fire Attunement Cost: 1</para>
-/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <see href="https://garlandtools.org/db/#action/29419"><strong>Fountainfall</strong></see> <i>PvP</i> (DNC) [29419] [Weaponskill]
+/// <para>Delivers a ranged attack with a potency of 8,000.</para>
+/// <para>Combo Action: Cascade or Reverse Cascade</para>
+/// <para>Additional Effect: Grants Bladecatcher</para>
+/// <para>If already under the effect of Bladecatcher, effect changes to Flourishing Saber Dance.</para>
+/// <para>Duration: 15s</para>
+/// <para>Can only be executed while under the effect of En Avant.</para>
/// <para></para>
+/// <para>※Fountain Combo changes to Saber Dance while under the effect of Flourishing Saber Dance.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-RubyOutburstPvE = 25814,
+FountainfallPvP = 29419,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25815"><strong>Topaz Outburst</strong></see> <i>PvE</i> (ACN SMN) [25815] [Spell]
-/// <para>Deals earth damage with a potency of 110 to target and all enemies nearby it.</para>
-/// <para>Earth Attunement Cost: 1</para>
+/// <see href="https://garlandtools.org/db/#action/29420"><strong>Saber Dance</strong></see> <i>PvP</i> (DNC) [29420] [Weaponskill]
+/// <para>Delivers an attack with a potency of 10,000 to target and all enemies nearby it.</para>
+/// <para>Potency is increased by 50% when attacking only a single target.</para>
+/// <para>Additional Effect: Increases damage dealt by self and party member designated as your Dance Partner by 10%</para>
+/// <para>Duration: 10s</para>
+/// <para>Can only be executed while under the effect of Flourishing Saber Dance.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-TopazOutburstPvE = 25815,
+SaberDancePvP = 29420,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25816"><strong>Emerald Outburst</strong></see> <i>PvE</i> (ACN SMN) [25816] [Spell]
-/// <para>Deals wind damage with a potency of 70 to target and all enemies nearby it.</para>
-/// <para>Wind Attunement Cost: 1</para>
+/// <see href="https://garlandtools.org/db/#action/29421"><strong>Starfall Dance</strong></see> <i>PvP</i> (DNC) [29421] [Weaponskill]
+/// <para>Delivers an attack with a potency of 10,000 to all enemies in a straight line before you.</para>
+/// <para>Additional Effect: Reduces weaponskill cast time and recast time, as well as spell cast time and recast time for self and party member designated as your Dance Partner by 10%</para>
+/// <para>Duration: 10s</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
+/// </summary>
+StarfallDancePvP = 29421,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/29422"><strong>Honing Dance</strong></see> <i>PvP</i> (DNC) [29422] [Weaponskill]
+/// <para>Unleashes a flurry of chakram strikes on nearby enemies, dealing damage over time with a potency of 4,000 and decreasing damage taken by 25% until effect expires.</para>
+/// <para>Duration: 3s</para>
+/// <para>Executes Honing Ovation when effect duration expires.</para>
+/// <para>Additional Effect: Grants a stack of Acclaim, up to a maximum of 4</para>
+/// <para>Acclaim Effect: Increases the damage and effect potency of Honing Ovation</para>
+/// <para>Duration: 5s</para>
+/// <para>Can be executed while moving.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Action changes to Honing Ovation upon execution.</para>
/// </summary>
-EmeraldOutburstPvE = 25816,
+HoningDancePvP = 29422,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25817"><strong>Ruby Ruin III</strong></see> <i>PvE</i> (SMN) [25817] [Spell]
-/// <para>Deals fire damage with a potency of 410.</para>
-/// <para>Fire Attunement Cost: 1</para>
-/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <see href="https://garlandtools.org/db/#action/29423"><strong>Honing Ovation</strong></see> <i>PvP</i> (DNC) [29423] [Weaponskill]
+/// <para>Delivers an attack to nearby enemies and erects a magicked barrier around nearby party members.</para>
+/// <para>Potency of both the attack and barrier varies with the number of stacks of Acclaim accumulated at time of execution.</para>
+/// <para>Potency of both the attack and barrier doubles when targets are within 5 yalms.</para>
+/// <para>0 Stacks: 2,000 attack potency, and barrier equivalent to a heal of 1,000 potency</para>
+/// <para>1 Stack: 3,000 attack potency, and barrier equivalent to a heal of 2,000 potency</para>
+/// <para>2 Stacks: 4,000 attack potency, and barrier equivalent to a heal of 3,000 potency</para>
+/// <para>3 Stacks: 5,000 attack potency, and barrier equivalent to a heal of 4,000 potency</para>
+/// <para>4 Stacks: 6,000 attack potency, and barrier equivalent to a heal of 5,000 potency</para>
+/// <para>Duration: 10s</para>
+/// <para>Honing Dance effect expires upon execution.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-RubyRuinIiiPvE = 25817,
+HoningOvationPvP = 29423,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25818"><strong>Topaz Ruin III</strong></see> <i>PvE</i> (SMN) [25818] [Spell]
-/// <para>Deals earth damage with a potency of 300.</para>
-/// <para>Earth Attunement Cost: 1</para>
+/// <see href="https://garlandtools.org/db/#action/29424"><strong>Honing Ovation</strong></see> <i>PvP</i> (DNC) [29424] [Weaponskill]
+/// <para>Delivers an attack to nearby enemies and erects a magicked barrier around nearby party members.</para>
+/// <para>Potency of both the attack and barrier varies with the number of stacks of Acclaim accumulated at time of execution.</para>
+/// <para>Potency of both the attack and barrier doubles when targets are within 5 yalms.</para>
+/// <para>0 Stacks: 2,000 attack potency, and barrier equivalent to a heal of 1,000 potency</para>
+/// <para>1 Stack: 3,000 attack potency, and barrier equivalent to a heal of 2,000 potency</para>
+/// <para>2 Stacks: 4,000 attack potency, and barrier equivalent to a heal of 3,000 potency</para>
+/// <para>3 Stacks: 5,000 attack potency, and barrier equivalent to a heal of 4,000 potency</para>
+/// <para>4 Stacks: 6,000 attack potency, and barrier equivalent to a heal of 5,000 potency</para>
+/// <para>Duration: 10s</para>
+/// <para>Honing Dance effect expires upon execution.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-TopazRuinIiiPvE = 25818,
+HoningOvationPvP_29424 = 29424,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25819"><strong>Emerald Ruin III</strong></see> <i>PvE</i> (SMN) [25819] [Spell]
-/// <para>Deals wind damage with a potency of 180.</para>
-/// <para>Wind Attunement Cost: 1</para>
+/// <see href="https://garlandtools.org/db/#action/29425"><strong>Honing Ovation</strong></see> <i>PvP</i> (DNC) [29425] [Weaponskill]
+/// <para>Delivers an attack to nearby enemies and erects a magicked barrier around nearby party members.</para>
+/// <para>Potency of both the attack and barrier varies with the number of stacks of Acclaim accumulated at time of execution.</para>
+/// <para>Potency of both the attack and barrier doubles when targets are within 5 yalms.</para>
+/// <para>0 Stacks: 2,000 attack potency, and barrier equivalent to a heal of 1,000 potency</para>
+/// <para>1 Stack: 3,000 attack potency, and barrier equivalent to a heal of 2,000 potency</para>
+/// <para>2 Stacks: 4,000 attack potency, and barrier equivalent to a heal of 3,000 potency</para>
+/// <para>3 Stacks: 5,000 attack potency, and barrier equivalent to a heal of 4,000 potency</para>
+/// <para>4 Stacks: 6,000 attack potency, and barrier equivalent to a heal of 5,000 potency</para>
+/// <para>Duration: 10s</para>
+/// <para>Honing Dance effect expires upon execution.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-EmeraldRuinIiiPvE = 25819,
+HoningOvationPvP_29425 = 29425,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25820"><strong>Astral Impulse</strong></see> <i>PvE</i> (SMN) [25820] [Spell]
-/// <para>Deals unaspected damage with a potency of 440.</para>
-/// <para>Can only be executed while in Dreadwyrm Trance.</para>
+/// <see href="https://garlandtools.org/db/#action/29426"><strong>Honing Ovation</strong></see> <i>PvP</i> (DNC) [29426] [Weaponskill]
+/// <para>Delivers an attack to nearby enemies and erects a magicked barrier around nearby party members.</para>
+/// <para>Potency of both the attack and barrier varies with the number of stacks of Acclaim accumulated at time of execution.</para>
+/// <para>Potency of both the attack and barrier doubles when targets are within 5 yalms.</para>
+/// <para>0 Stacks: 2,000 attack potency, and barrier equivalent to a heal of 1,000 potency</para>
+/// <para>1 Stack: 3,000 attack potency, and barrier equivalent to a heal of 2,000 potency</para>
+/// <para>2 Stacks: 4,000 attack potency, and barrier equivalent to a heal of 3,000 potency</para>
+/// <para>3 Stacks: 5,000 attack potency, and barrier equivalent to a heal of 4,000 potency</para>
+/// <para>4 Stacks: 6,000 attack potency, and barrier equivalent to a heal of 5,000 potency</para>
+/// <para>Duration: 10s</para>
+/// <para>Honing Dance effect expires upon execution.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-AstralImpulsePvE = 25820,
+HoningOvationPvP_29426 = 29426,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25821"><strong>Astral Flare</strong></see> <i>PvE</i> (SMN) [25821] [Spell]
-/// <para>Deals unaspected damage with a potency of 180 to target and all enemies nearby it.</para>
-/// <para>Can only be executed while in Dreadwyrm Trance.</para>
+/// <see href="https://garlandtools.org/db/#action/29427"><strong>Honing Ovation</strong></see> <i>PvP</i> (DNC) [29427] [Weaponskill]
+/// <para>Delivers an attack to nearby enemies and erects a magicked barrier around nearby party members.</para>
+/// <para>Potency of both the attack and barrier varies with the number of stacks of Acclaim accumulated at time of execution.</para>
+/// <para>Potency of both the attack and barrier doubles when targets are within 5 yalms.</para>
+/// <para>0 Stacks: 2,000 attack potency, and barrier equivalent to a heal of 1,000 potency</para>
+/// <para>1 Stack: 3,000 attack potency, and barrier equivalent to a heal of 2,000 potency</para>
+/// <para>2 Stacks: 4,000 attack potency, and barrier equivalent to a heal of 3,000 potency</para>
+/// <para>3 Stacks: 5,000 attack potency, and barrier equivalent to a heal of 4,000 potency</para>
+/// <para>4 Stacks: 6,000 attack potency, and barrier equivalent to a heal of 5,000 potency</para>
+/// <para>Duration: 10s</para>
+/// <para>Honing Dance effect expires upon execution.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-AstralFlarePvE = 25821,
+HoningOvationPvP_29427 = 29427,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25822"><strong>Astral Flow</strong></see> <i>PvE</i> (SMN) [25822] [Spell]
-/// <para>Channel the energies of your active trance or elemental favor to perform one of several actions.</para>
-/// <para>Dreadwyrm Trance Effect: Action changes to Deathflare</para>
-/// <para>Firebird Trance Effect: Action changes to Rekindle</para>
-/// <para>Ifrit's Favor Effect: Action changes to Crimson Cyclone</para>
-/// <para>Titan's Favor Effect: Action changes to Mountain Buster</para>
-/// <para>Garuda's Favor Effect: Action changes to Slipstream</para>
+/// <see href="https://garlandtools.org/db/#action/29428"><strong>Fan Dance</strong></see> <i>PvP</i> (DNC) [29428] [Ability]
+/// <para>Delivers an attack with a potency of 5,000 to all enemies in a cone before you.</para>
+/// <para>Additional Effect: Reduces damage taken by self and party member designated as your Dance Partner by 10%</para>
+/// <para>Duration: 10s</para>
/// </summary>
-AstralFlowPvE = 25822,
+FanDancePvP = 29428,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25823"><strong>Ruby Rite</strong></see> <i>PvE</i> (SMN) [25823] [Spell]
-/// <para>Deals fire damage with a potency of .</para>
-/// <para>Fire Attunement Cost: 1</para>
-/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <see href="https://garlandtools.org/db/#action/29429"><strong>Curing Waltz</strong></see> <i>PvP</i> (DNC) [29429] [Ability]
+/// <para>Restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: 10,000</para>
+/// <para>Additional Effect: Party member designated as your Dance Partner will also heal self and nearby party members</para>
+/// </summary>
+CuringWaltzPvP = 29429,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/29430"><strong>En Avant</strong></see> <i>PvP</i> (DNC) [29430] [Ability]
+/// <para>Quickly dash 10 yalms forward.</para>
+/// <para>Additional Effect: Grants En Avant</para>
+/// <para>Duration: 10s</para>
+/// <para>Maximum Charges: 4</para>
+/// <para>Cannot be executed while bound.</para>
+/// </summary>
+EnAvantPvP = 29430,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/29431"><strong>Closed Position</strong></see> <i>PvP</i> (DNC) [29431] [Ability]
+/// <para>Grants you Closed Position and designates a party member as your Dance Partner, allowing you to share the effects of Saber Dance, Starfall Dance, Fan Dance, and Curing Waltz with said party member.</para>
+/// <para>Effect ends upon reuse.</para>
+/// </summary>
+ClosedPositionPvP = 29431,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/29470"><strong>Honing Ovation</strong></see> <i>PvP</i> (DNC) [29470] [Weaponskill]
+/// <para>Delivers an attack to nearby enemies and erects a magicked barrier around nearby party members.</para>
+/// <para>Potency of both the attack and barrier varies with the number of stacks of Acclaim available at time of execution.</para>
+/// <para>Potency of both the attack and barrier doubles when targets are within 5 yalms.</para>
+/// <para>0 Stacks: 2,000 attack potency, and barrier equivalent to a heal of 1,000 potency</para>
+/// <para>1 Stack: 3,000 attack potency, and barrier equivalent to a heal of 2,000 potency</para>
+/// <para>2 Stacks: 4,000 attack potency, and barrier equivalent to a heal of 3,000 potency</para>
+/// <para>3 Stacks: 5,000 attack potency, and barrier equivalent to a heal of 4,000 potency</para>
+/// <para>4 Stacks: 6,000 attack potency, and barrier equivalent to a heal of 5,000 potency</para>
+/// <para>Duration: 10s</para>
+/// <para>Honing Dance effect expires upon execution.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-RubyRitePvE = 25823,
+HoningOvationPvP_29470 = 29470,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25824"><strong>Topaz Rite</strong></see> <i>PvE</i> (SMN) [25824] [Spell]
-/// <para>Deals earth damage with a potency of .</para>
-/// <para>Additional Effect: Grants Titan's Favor</para>
-/// <para>Effect of Titan's Favor ends upon execution of certain summoner actions.</para>
-/// <para>Earth Attunement Cost: 1</para>
+/// <see href="https://garlandtools.org/db/#action/29472"><strong>Bootshine</strong></see> <i>PvP</i> (MNK) [29472] [Weaponskill]
+/// <para>Delivers an attack with a potency of 3,000.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-TopazRitePvE = 25824,
+BootshinePvP = 29472,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25825"><strong>Emerald Rite</strong></see> <i>PvE</i> (SMN) [25825] [Spell]
-/// <para>Deals wind damage with a potency of .</para>
-/// <para>Wind Attunement Cost: 1</para>
+/// <see href="https://garlandtools.org/db/#action/29473"><strong>True Strike</strong></see> <i>PvP</i> (MNK) [29473] [Weaponskill]
+/// <para>Delivers an attack with a potency of 4,000.</para>
+/// <para>Combo Action: Bootshine</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-EmeraldRitePvE = 25825,
+TrueStrikePvP = 29473,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25826"><strong>Tri-disaster</strong></see> <i>PvE</i> (SMN) [25826] [Spell]
-/// <para>Deals unaspected damage with a potency of 120 to target and all enemies nearby it.</para>
+/// <see href="https://garlandtools.org/db/#action/29474"><strong>Snap Punch</strong></see> <i>PvP</i> (MNK) [29474] [Weaponskill]
+/// <para>Delivers an attack with a potency of 6,000.</para>
+/// <para>Combo Action: True Strike</para>
+/// <para>Additional Effect: Extends Wind Resonance duration by 5s to a maximum of 15s</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-TridisasterPvE = 25826,
+SnapPunchPvP = 29474,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25827"><strong>Ruby Disaster</strong></see> <i>PvE</i> (SMN) [25827] [Spell]
-/// <para>Deals fire damage with a potency of 190 to target and all enemies nearby it.</para>
-/// <para>Fire Attunement Cost: 1</para>
-/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <see href="https://garlandtools.org/db/#action/29475"><strong>Dragon Kick</strong></see> <i>PvP</i> (MNK) [29475] [Weaponskill]
+/// <para>Delivers an attack with a potency of 3,000.</para>
+/// <para>Combo Action: Snap Punch</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-RubyDisasterPvE = 25827,
+DragonKickPvP = 29475,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25828"><strong>Topaz Disaster</strong></see> <i>PvE</i> (SMN) [25828] [Spell]
-/// <para>Deals earth damage with a potency of 130 to target and all enemies nearby it.</para>
-/// <para>Earth Attunement Cost: 1</para>
+/// <see href="https://garlandtools.org/db/#action/29476"><strong>Twin Snakes</strong></see> <i>PvP</i> (MNK) [29476] [Weaponskill]
+/// <para>Delivers an attack with a potency of 4,000.</para>
+/// <para>Combo Action: Dragon Kick</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-TopazDisasterPvE = 25828,
+TwinSnakesPvP = 29476,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25829"><strong>Emerald Disaster</strong></see> <i>PvE</i> (SMN) [25829] [Spell]
-/// <para>Deals wind damage with a potency of 90 to target and all enemies nearby it.</para>
-/// <para>Wind Attunement Cost: 1</para>
+/// <see href="https://garlandtools.org/db/#action/29477"><strong>Demolish</strong></see> <i>PvP</i> (MNK) [29477] [Weaponskill]
+/// <para>Delivers an attack with a potency of 6,000.</para>
+/// <para>Combo Action: Twin Snakes</para>
+/// <para>Additional Effect: Extends Wind Resonance duration by 5s to a maximum of 15s</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-EmeraldDisasterPvE = 25829,
+DemolishPvP = 29477,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25830"><strong>Rekindle</strong></see> <i>PvE</i> (SMN) [25830] [Ability]
-/// <para>Restores own or target party member's HP.</para>
-/// <para>Cure Potency: 400</para>
-/// <para>Additional Effect: Grants Rekindle to target</para>
-/// <para>Duration: 30s</para>
-/// <para>Rekindle Effect: Healing over time when HP falls below 75% or upon effect duration expiration</para>
-/// <para>Cure Potency: 200</para>
-/// <para>Duration: 15s</para>
-/// <para>Can only be executed while in Firebird Trance.</para>
+/// <see href="https://garlandtools.org/db/#action/29478"><strong>Phantom Rush</strong></see> <i>PvP</i> (MNK) [29478] [Weaponskill]
+/// <para>Delivers an attack with a potency of 12,000 to target and all enemies nearby it.</para>
+/// <para>Combo Action: Demolish</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-RekindlePvE = 25830,
+PhantomRushPvP = 29478,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25831"><strong>Summon Phoenix</strong></see> <i>PvE</i> (SMN) [25831] [Spell]
-/// <para>Enters Firebird Trance and summons Demi-Phoenix to fight by your side, which executes Everlasting Flight as it manifests.</para>
-/// <para>Demi-Phoenix will execute Scarlet Flame automatically on the targets attacked by you after summoning.</para>
-/// <para>Increases enmity in target when Demi-Phoenix is summoned.</para>
-/// <para>Duration: 15s</para>
-/// <para>Additional Effect: Changes Ruin III to Fountain of Fire and Tri-disaster to Brand of Purgatory</para>
-/// <para>Additional Effect: Grants Ruby Arcanum, Topaz Arcanum, and Emerald Arcanum</para>
-/// <para>Can only be executed while Carbuncle is summoned.</para>
-/// <para>This action does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/29479"><strong>Six-sided Star</strong></see> <i>PvP</i> (MNK) [29479] [Ability]
+/// <para>Delivers an attack with a potency of 4,000.</para>
+/// <para>Additional Effect: Stun</para>
+/// <para>Duration: 2s</para>
+/// <para>Additional Effect: Increases movement speed by 25%</para>
+/// <para>Duration: 5s</para>
/// </summary>
-SummonPhoenixPvE = 25831,
+SixsidedStarPvP = 29479,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25832"><strong>Ruby Catastrophe</strong></see> <i>PvE</i> (SMN) [25832] [Spell]
-/// <para>Deals fire damage with a potency of 210 to target and all enemies nearby it.</para>
-/// <para>Fire Attunement Cost: 1</para>
-/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/29480"><strong>Enlightenment</strong></see> <i>PvP</i> (MNK) [29480] [Weaponskill]
+/// <para>Delivers an attack with a potency of 8,000 to all enemies in a straight line before you.</para>
+/// <para>Additional Effect: 15-yalm knockback to first target</para>
+/// <para>Also afflicts first target with Pressure Point if successfully knocked back.</para>
+/// <para>Pressure Point Effect: Next weaponskill or Meteodrive used on target will deal additional damage with a potency of 8,000</para>
+/// <para>Duration: 3s</para>
+/// <para>Effect of Pressure Point expires upon dealing additional damage.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
/// </summary>
-RubyCatastrophePvE = 25832,
+EnlightenmentPvP = 29480,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25833"><strong>Topaz Catastrophe</strong></see> <i>PvE</i> (SMN) [25833] [Spell]
-/// <para>Deals earth damage with a potency of 140 to target and all enemies nearby it.</para>
-/// <para>Additional Effect: Grants Titan's Favor</para>
-/// <para>Effect of Titan's Favor ends upon execution of certain summoner actions.</para>
-/// <para>Earth Attunement Cost: 1</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/29481"><strong>Rising Phoenix</strong></see> <i>PvP</i> (MNK) [29481] [Ability]
+/// <para>Delivers an attack with a potency of 3,000 to all nearby enemies.</para>
+/// <para>Additional Effect: Grants Fire Resonance</para>
+/// <para>Fire Resonance Effect: Increases damage dealt by next weaponskill by 50%</para>
+/// <para>Duration: 10s</para>
+/// <para>Maximum Charges: 2</para>
/// </summary>
-TopazCatastrophePvE = 25833,
+RisingPhoenixPvP = 29481,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25834"><strong>Emerald Catastrophe</strong></see> <i>PvE</i> (SMN) [25834] [Spell]
-/// <para>Deals wind damage with a potency of 100 to target and all enemies nearby it.</para>
-/// <para>Wind Attunement Cost: 1</para>
+/// <see href="https://garlandtools.org/db/#action/29482"><strong>Riddle of Earth</strong></see> <i>PvP</i> (MNK) [29482] [Ability]
+/// <para>Grants Earth Resonance, changing Riddle of Earth to Earth's Reply, and allowing you to compile damage each time you are struck by an enemy.</para>
+/// <para>Duration: 8s</para>
+/// <para>Executing Earth's Reply deals physical damage to all nearby enemies and restores your HP.</para>
+/// <para>Damage Potency: 2,000 plus 25% of compiled damage</para>
+/// <para>Cure Potency: 4,000 plus 50% of compiled damage</para>
+/// </summary>
+RiddleOfEarthPvP = 29482,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/29483"><strong>Earth's Reply</strong></see> <i>PvP</i> (MNK) [29483] [Ability]
+/// <para>Deals physical damage to all nearby enemies and restores your HP.</para>
+/// <para>Damage Potency: 2,000 plus 25% of compiled damage</para>
+/// <para>Cure Potency: 4,000 plus 50% of compiled damage</para>
+/// <para>Can only be executed while under the effect of Earth Resonance.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-EmeraldCatastrophePvE = 25834,
+EarthsReplyPvP = 29483,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25835"><strong>Crimson Cyclone</strong></see> <i>PvE</i> (SMN) [25835] [Spell]
-/// <para>Rushes forward and delivers a fire attack to target and all enemies nearby it with a potency of 430 for the first enemy, and 65% less for all remaining enemies.</para>
-/// <para>Can only be executed while under the effect of Ifrit's Favor.</para>
+/// <see href="https://garlandtools.org/db/#action/29484"><strong>Thunderclap</strong></see> <i>PvP</i> (MNK) [29484] [Ability]
+/// <para>Rush to a targeted enemy's or party member's location.</para>
+/// <para>Additional Effect: Grants Wind Resonance</para>
+/// <para>Wind Resonance Effect: Reduces weaponskill recast time by 10%</para>
+/// <para>Duration: 10s</para>
+/// <para>If already under the effect of Wind Resonance, extends duration by 10s to a maximum of 15s.</para>
+/// <para>Additional Effect: Creates a barrier around target party member that nullifies damage equivalent to a heal of 6,000 potency</para>
+/// <para>If the target selected was an enemy, creates a barrier around self instead.</para>
+/// <para>Duration: 5s</para>
+/// <para>Maximum Charges: 3</para>
/// <para>Cannot be executed while bound.</para>
-/// <para></para>
-/// <para>※Action changes to Crimson Strike upon execution.</para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-CrimsonCyclonePvE = 25835,
+ThunderclapPvP = 29484,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25836"><strong>Mountain Buster</strong></see> <i>PvE</i> (SMN) [25836] [Ability]
-/// <para>Deals earth damage to target and all enemies nearby it with a potency of 150 for the first enemy, and 70% less for all remaining enemies.</para>
-/// <para>Can only be executed while under the effect of Titan's Favor.</para>
+/// <see href="https://garlandtools.org/db/#action/29486"><strong>Raiden Thrust</strong></see> <i>PvP</i> (DRG) [29486] [Weaponskill]
+/// <para>Delivers an attack with a potency of 3,000.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-MountainBusterPvE_25836 = 25836,
+RaidenThrustPvP = 29486,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25837"><strong>Slipstream</strong></see> <i>PvE</i> (SMN) [25837] [Spell]
-/// <para>Deals wind damage to target and all enemies nearby it with a potency of 430 for the first enemy, and 65% less for all remaining enemies.</para>
-/// <para>Additional Effect: Creates a windstorm centered around the target, dealing damage to any enemies who enter</para>
-/// <para>Potency: 30</para>
-/// <para>Duration: 15s</para>
-/// <para>Can only be executed while under the effect of Garuda's Favor.</para>
-/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <see href="https://garlandtools.org/db/#action/29487"><strong>Fang and Claw</strong></see> <i>PvP</i> (DRG) [29487] [Weaponskill]
+/// <para>Delivers an attack with a potency of 4,000.</para>
+/// <para>Combo Action: Raiden Thrust</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-SlipstreamPvE = 25837,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25838"><strong>Summon Ifrit II</strong></see> <i>PvE</i> (SMN) [25838] [Spell]
-/// <para>Summons Ruby Ifrit and orders it to execute Inferno.</para>
-/// <para>Inferno Effect: Deals fire damage to target and all enemies within 5 yalms with a potency of 750 for the first enemy, and 60% less for all remaining enemies</para>
-/// <para>Additional Effect: Grants 2 stacks of Fire Attunement</para>
-/// <para>Duration: 30s</para>
-/// <para>Fire Attunement Effect: Gemshine and Precious Brilliance become fire-aspected</para>
-/// <para>Additional Effect: Grants Ifrit's Favor</para>
-/// <para>Effect of Ifrit's Favor ends upon execution of certain summoner actions.</para>
-/// <para>Can only be executed while under the effect of Ruby Arcanum and Carbuncle is summoned.</para>
-/// <para>Current pet will leave the battlefield while Ruby Ifrit is present, and return once gone.</para>
-/// </summary>
-SummonIfritIiPvE = 25838,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25839"><strong>Summon Titan II</strong></see> <i>PvE</i> (SMN) [25839] [Spell]
-/// <para>Summons Topaz Titan and orders it to execute Earthen Fury.</para>
-/// <para>Earthen Fury Effect: Deals earth damage to target and all enemies within 5 yalms with a potency of 750 for the first enemy, and 60% less for all remaining enemies</para>
-/// <para>Additional Effect: Grants 4 stacks of Earth Attunement</para>
-/// <para>Duration: 30s</para>
-/// <para>Earth Attunement Effect: Gemshine and Precious Brilliance become earth-aspected</para>
-/// <para>Can only be executed while under the effect of Topaz Arcanum and Carbuncle is summoned.</para>
-/// <para>Current pet will leave the battlefield while Topaz Titan is present, and return once gone.</para>
-/// </summary>
-SummonTitanIiPvE = 25839,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25840"><strong>Summon Garuda II</strong></see> <i>PvE</i> (SMN) [25840] [Spell]
-/// <para>Summons Emerald Garuda and orders it to execute Aerial Blast.</para>
-/// <para>Aerial Blast Effect: Deals wind damage to target and all enemies within 5 yalms with a potency of 750 for the first enemy, and 60% less for all remaining enemies</para>
-/// <para>Additional Effect: Grants 4 stacks of Wind Attunement</para>
-/// <para>Duration: 30s</para>
-/// <para>Wind Attunement Effect: Gemshine and Precious Brilliance become wind-aspected</para>
-/// <para>Additional Effect: Grants Garuda's Favor</para>
-/// <para>Effect of Garuda's Favor ends upon execution of certain summoner actions.</para>
-/// <para>Can only be executed while under the effect of Emerald Arcanum and Carbuncle is summoned.</para>
-/// <para>Current pet will leave the battlefield while Emerald Garuda is present, and return once gone.</para>
-/// </summary>
-SummonGarudaIiPvE = 25840,
+FangAndClawPvP = 29487,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25841"><strong>Radiant Aegis</strong></see> <i>PvE</i> (ACN SMN) [25841] [Ability]
-/// <para>Creates a barrier around you that absorbs damage totaling 20% of your maximum HP.</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/29488"><strong>Wheeling Thrust</strong></see> <i>PvP</i> (DRG) [29488] [Weaponskill]
+/// <para>Delivers an attack with a potency of 5,000.</para>
+/// <para>Combo Action: Fang and Claw</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-RadiantAegisPvE_25841 = 25841,
+WheelingThrustPvP = 29488,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25855"><strong>Verthunder III</strong></see> <i>PvE</i> (RDM) [25855] [Spell]
-/// <para>Deals lightning damage with a potency of 380.</para>
-/// <para>Additional Effect: Increases Black Mana by 6</para>
-/// <para>Additional Effect: 50% chance of becoming Verfire Ready</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/29489"><strong>Heavens' Thrust</strong></see> <i>PvP</i> (DRG) [29489] [Weaponskill]
+/// <para>Delivers an attack with a potency of 12,000.</para>
+/// <para>Can only be executed while under the effect of Heavensent.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-VerthunderIiiPvE = 25855,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25856"><strong>Veraero III</strong></see> <i>PvE</i> (RDM) [25856] [Spell]
-/// <para>Deals wind damage with a potency of 380.</para>
-/// <para>Additional Effect: Increases White Mana by 6</para>
-/// <para>Additional Effect: 50% chance of becoming Verstone Ready</para>
-/// <para>Duration: 30s</para>
+HeavensThrustPvP = 29489,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/29490"><strong>Chaotic Spring</strong></see> <i>PvP</i> (DRG) [29490] [Weaponskill]
+/// <para>Delivers an attack with a potency of 8,000.</para>
+/// <para>Additional Effect: Absorbs 150% of damage dealt as HP</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
/// </summary>
-VeraeroIiiPvE = 25856,
+ChaoticSpringPvP = 29490,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25857"><strong>Magick Barrier</strong></see> <i>PvE</i> (RDM) [25857] [Ability]
-/// <para>Reduces magic damage taken by self and nearby party members by 10%, while increasing HP recovered by healing actions by 5%.</para>
+/// <see href="https://garlandtools.org/db/#action/29491"><strong>Geirskogul</strong></see> <i>PvP</i> (DRG) [29491] [Ability]
+/// <para>Delivers an attack with a potency of 4,000 to all enemies in a straight line before you.</para>
+/// <para>Additional Effect: Grants Life of the Dragon</para>
+/// <para>Life of the Dragon Effect: Increases damage dealt and damage suffered by 25%</para>
/// <para>Duration: 10s</para>
+/// <para></para>
+/// <para>※Action changes to Nastrond upon execution.</para>
/// </summary>
-MagickBarrierPvE = 25857,
+GeirskogulPvP = 29491,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25858"><strong>Resolution</strong></see> <i>PvE</i> (RDM) [25858] [Spell]
-/// <para>Deals unaspected damage to all enemies in a straight line before you with a potency of 750 for the first enemy, and 60% less for all remaining enemies.</para>
-/// <para>Combo Action: Scorch</para>
-/// <para>Additional Effect: Increases both Black Mana and White Mana by 4</para>
-/// <para>Scorch is changed to Resolution upon landing Scorch as a combo action.</para>
+/// <see href="https://garlandtools.org/db/#action/29492"><strong>Nastrond</strong></see> <i>PvP</i> (DRG) [29492] [Ability]
+/// <para>Delivers an attack with a potency of 4,000 to all enemies in a straight line before you.</para>
+/// <para>Potency increases up to 8,000 as the target's HP decreases, reaching its maximum value when the target has 50% HP or less.</para>
+/// <para>Can only be executed while under the effect of Life of the Dragon. Effect fades upon execution.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-ResolutionPvE = 25858,
+NastrondPvP = 29492,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25859"><strong>Glare III</strong></see> <i>PvE</i> (WHM) [25859] [Spell]
-/// <para>Deals unaspected damage with a potency of 310.</para>
+/// <see href="https://garlandtools.org/db/#action/29493"><strong>High Jump</strong></see> <i>PvP</i> (DRG) [29493] [Ability]
+/// <para>Delivers a jumping attack with a potency of 4,000.</para>
+/// <para>Additional Effect: Grants Heavensent</para>
+/// <para>Duration: 10s</para>
+/// <para>Cannot be executed while bound.</para>
+/// <para></para>
+/// <para>※Wheeling Thrust Combo changes to Heavens' Thrust while under the effect of Heavensent.</para>
/// </summary>
-GlareIiiPvE = 25859,
+HighJumpPvP = 29493,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25860"><strong>Holy III</strong></see> <i>PvE</i> (WHM) [25860] [Spell]
-/// <para>Deals unaspected damage with a potency of 150 to all nearby enemies.</para>
-/// <para>Additional Effect: Stun</para>
-/// <para>Duration: 4s</para>
+/// <see href="https://garlandtools.org/db/#action/29494"><strong>Elusive Jump</strong></see> <i>PvP</i> (DRG) [29494] [Ability]
+/// <para>Executes a jump to a location 15 yalms behind you.</para>
+/// <para>Additional Effect: Removes Heavy and Bind</para>
+/// <para>Additional Effect: Increases movement speed by 25%</para>
+/// <para>Duration: 5s</para>
+/// <para>Additional Effect: Grants Firstminds' Focus</para>
+/// <para>Duration: 10s</para>
+/// <para></para>
+/// <para>※Action changes to Wyrmwind Thrust while under the effect of Firstminds' Focus.</para>
/// </summary>
-HolyIiiPvE = 25860,
+ElusiveJumpPvP = 29494,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25861"><strong>Aquaveil</strong></see> <i>PvE</i> (WHM) [25861] [Ability]
-/// <para>Reduces damage taken by a party member or self by 15%.</para>
-/// <para>Duration: 8s</para>
+/// <see href="https://garlandtools.org/db/#action/29495"><strong>Wyrmwind Thrust</strong></see> <i>PvP</i> (DRG) [29495] [Weaponskill]
+/// <para>Delivers an attack with a potency of 8,000 to all enemies in a straight line before you.</para>
+/// <para>Potency increases up to 16,000 the farther away you are from the target, reaching its maximum value when the target is 15 yalms away.</para>
+/// <para>Can only be executed while under the effect of Firstminds' Focus.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-AquaveilPvE = 25861,
+WyrmwindThrustPvP = 29495,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25862"><strong>Liturgy of the Bell</strong></see> <i>PvE</i> (WHM) [25862] [Ability]
-/// <para>Places a healing blossom at the designated location and grants 5 stacks of Liturgy of the Bell to self.</para>
-/// <para>Duration: 20s</para>
-/// <para>Taking damage will expend 1 stack of Liturgy of the Bell to heal self and all party members within a radius of 20 yalms.</para>
-/// <para>Cure Potency: 400</para>
-/// <para>The effect of this action can only be triggered once per second.</para>
-/// <para>Any remaining stacks of Liturgy of the Bell will trigger an additional healing effect when time expires or upon executing this action a second time.</para>
-/// <para>Cure Potency: 200 for every remaining stack of Liturgy of the Bell</para>
-/// <para>This action does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/29496"><strong>Horrid Roar</strong></see> <i>PvP</i> (DRG) [29496] [Ability]
+/// <para>Deals unaspected damage with a potency of 4,000 to all nearby enemies.</para>
+/// <para>Additional Effect: Afflicts target with Horrid Roar</para>
+/// <para>Horrid Roar Effect: Reduces damage target deals to you by 50%</para>
+/// <para>Duration: 10s</para>
/// </summary>
-LiturgyOfTheBellPvE = 25862,
+HorridRoarPvP = 29496,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25865"><strong>Broil IV</strong></see> <i>PvE</i> (SCH) [25865] [Spell]
-/// <para>Deals unaspected damage with a potency of 295.</para>
+/// <see href="https://garlandtools.org/db/#action/29500"><strong>Spinning Edge</strong></see> <i>PvP</i> (NIN) [29500] [Weaponskill]
+/// <para>Delivers an attack with a potency of 3,000.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-BroilIvPvE = 25865,
+SpinningEdgePvP = 29500,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25866"><strong>Art of War II</strong></see> <i>PvE</i> (SCH) [25866] [Spell]
-/// <para>Deals unaspected damage with a potency of 180 to all nearby enemies.</para>
+/// <see href="https://garlandtools.org/db/#action/29501"><strong>Gust Slash</strong></see> <i>PvP</i> (NIN) [29501] [Weaponskill]
+/// <para>Delivers an attack with a potency of 4,000.</para>
+/// <para>Combo Action: Spinning Edge</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-ArtOfWarIiPvE = 25866,
+GustSlashPvP = 29501,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25867"><strong>Protraction</strong></see> <i>PvE</i> (SCH) [25867] [Ability]
-/// <para>Increases maximum HP of a party member or self by 10% and restores the amount increased.</para>
-/// <para>Additional Effect: Increases HP recovery via healing actions by 10%</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/29502"><strong>Aeolian Edge</strong></see> <i>PvP</i> (NIN) [29502] [Weaponskill]
+/// <para>Delivers an attack with a potency of 5,000.</para>
+/// <para>Combo Action: Gust Slash</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-ProtractionPvE = 25867,
+AeolianEdgePvP = 29502,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25868"><strong>Expedient</strong></see> <i>PvE</i> (SCH) [25868] [Ability]
-/// <para>Grants Expedience and Desperate Measures to all nearby party members.</para>
-/// <para>Expedience Effect: Increases movement speed</para>
-/// <para>Duration: 10s</para>
-/// <para>Desperate Measures Effect: Reduces damage taken by 10%</para>
-/// <para>Duration: 20s</para>
+/// <see href="https://garlandtools.org/db/#action/29503"><strong>Assassinate</strong></see> <i>PvP</i> (NIN) [29503] [Weaponskill]
+/// <para>Delivers an attack with a potency of 12,000.</para>
+/// <para>Can only be executed while under the effect of Hidden.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-ExpedientPvE = 25868,
+AssassinatePvP = 29503,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25870"><strong>Astrodyne</strong></see> <i>PvE</i> (AST) [25870] [Ability]
-/// <para>Grants an effect using the astrosigns read from your divining deck.</para>
-/// <para>Can only be executed after reading three astrosigns.</para>
-/// <para>Effects granted are determined by the number of different types of astrosigns read.</para>
-/// <para>1 Sign Type: Grants Harmony of Spirit</para>
-/// <para>2 Sign Types: Grants Harmony of Spirit and Harmony of Body</para>
-/// <para>3 Sign Types: Grants Harmony of Spirit, Harmony of Body, and Harmony of Mind</para>
-/// <para>Duration: 15s</para>
-/// <para>Harmony of Spirit Effect: Gradually restores own MP</para>
-/// <para>Potency: 50</para>
-/// <para>Harmony of Body Effect: Reduces spell cast time and recast time, and auto-attack delay by 10%</para>
-/// <para>Harmony of Mind Effect: Increases damage dealt and healing potency by 5%</para>
+/// <see href="https://garlandtools.org/db/#action/29504"><strong>Goka Mekkyaku</strong></see> <i>PvP</i> (NIN) [29504] [Spell]
+/// <para>Deals unaspected damage with a potency of 4,000 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Damage over time</para>
+/// <para>Potency: 4,000</para>
+/// <para>Duration: 12s</para>
+/// <para>Can only be executed while under the effect of Three Mudra.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-AstrodynePvE = 25870,
+GokaMekkyakuPvP = 29504,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25871"><strong>Fall Malefic</strong></see> <i>PvE</i> (AST) [25871] [Spell]
-/// <para>Deals unaspected damage with a potency of 250.</para>
+/// <see href="https://garlandtools.org/db/#action/29505"><strong>Fuma Shuriken</strong></see> <i>PvP</i> (NIN) [29505] [Weaponskill]
+/// <para>Delivers a ranged attack with a potency of 6,000.</para>
+/// <para>Maximum Charges: 3</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
+/// <para></para>
+/// <para>※Action changes to Hyosho Ranryu while under the effect of Three Mudra.</para>
/// </summary>
-FallMaleficPvE = 25871,
+FumaShurikenPvP = 29505,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25872"><strong>Gravity II</strong></see> <i>PvE</i> (AST) [25872] [Spell]
-/// <para>Deals unaspected damage with a potency of 130 to target and all enemies nearby it.</para>
+/// <see href="https://garlandtools.org/db/#action/29506"><strong>Hyosho Ranryu</strong></see> <i>PvP</i> (NIN) [29506] [Spell]
+/// <para>Deals unaspected damage with a potency of 16,000.</para>
+/// <para>Can only be executed while under the effect of Three Mudra.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-GravityIiPvE = 25872,
+HyoshoRanryuPvP = 29506,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25873"><strong>Exaltation</strong></see> <i>PvE</i> (AST) [25873] [Ability]
-/// <para>Reduces damage taken by self or target party member by 10%.</para>
-/// <para>Duration: 8s</para>
-/// <para>Additional Effect: Restores HP at the end of the effect's duration</para>
-/// <para>Cure Potency: 500</para>
+/// <see href="https://garlandtools.org/db/#action/29507"><strong>Three Mudra</strong></see> <i>PvP</i> (NIN) [29507] [Ability]
+/// <para>Grants Three Mudra, allowing for immediate execution of any ninjutsu action. However, the same ninjutsu action cannot be executed consecutively.</para>
+/// <para>Duration: 10s</para>
+/// <para>Maximum Charges: 2</para>
+/// <para></para>
+/// <para>※Action changes to Meisui while under the effect of Three Mudra.</para>
+/// <para>※All actions except Seiton Tenchu will change to their respective ninjutsu actions while under the effect of Three Mudra.</para>
/// </summary>
-ExaltationPvE = 25873,
+ThreeMudraPvP = 29507,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25874"><strong>Macrocosmos</strong></see> <i>PvE</i> (AST) [25874] [Spell]
-/// <para>Deals unaspected damage to all nearby enemies with a potency of 250 for the first enemy, and 40% less for all remaining enemies.</para>
-/// <para>Additional Effect: Grants Macrocosmos to self and all nearby party members</para>
+/// <see href="https://garlandtools.org/db/#action/29508"><strong>Meisui</strong></see> <i>PvP</i> (NIN) [29508] [Spell]
+/// <para>Restores own or target party member's HP.</para>
+/// <para>Cure Potency: 8,000</para>
+/// <para>Additional Effect: Grants healing over time effect to target</para>
+/// <para>Cure Potency: 4,000</para>
/// <para>Duration: 15s</para>
-/// <para>Action changes to Microcosmos upon execution.</para>
-/// <para>For the effect's duration, 50% of damage taken is compiled.</para>
-/// <para>Restores HP equal to a cure of 200 potency plus compiled damage when the effect expires or upon execution of Microcosmos.</para>
-/// <para>Amount restored cannot exceed the target's maximum HP.</para>
-/// <para>Recast timer cannot be affected by status effects or gear attributes.</para>
+/// <para>Can only be executed while under the effect of Three Mudra.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-MacrocosmosPvE = 25874,
+MeisuiPvP = 29508,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25875"><strong>Microcosmos</strong></see> <i>PvE</i> (AST) [25875] [Ability]
-/// <para>Triggers the healing effect of Macrocosmos, restoring HP equal to a cure of 200 potency plus 50% of compiled damage.</para>
-/// <para>Amount restored cannot exceed the target's maximum HP.</para>
+/// <see href="https://garlandtools.org/db/#action/29509"><strong>Mug</strong></see> <i>PvP</i> (NIN) [29509] [Ability]
+/// <para>Delivers an attack with a potency of 2,000.</para>
+/// <para>Additional Effect: Increases target's damage taken by 10%</para>
+/// <para>Duration: 10s</para>
+/// <para>Additional Effect: Reduces the recast time of Fuma Shuriken by 10 seconds</para>
+/// <para></para>
+/// <para>※Action changes to Goka Mekkyaku while under the effect of Three Mudra.</para>
/// </summary>
-MicrocosmosPvE = 25875,
+MugPvP = 29509,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25876"><strong>Huraijin</strong></see> <i>PvE</i> (NIN) [25876] [Weaponskill]
-/// <para>Delivers an attack with a potency of 200.</para>
-/// <para>Additional Effect: Grants Huton</para>
-/// <para>Duration: 60s</para>
-/// <para>Additional Effect: Increases Ninki Gauge by 5</para>
+/// <see href="https://garlandtools.org/db/#action/29510"><strong>Forked Raiju</strong></see> <i>PvP</i> (NIN) [29510] [Weaponskill]
+/// <para>Rushes target and delivers an attack with a potency of 4,000.</para>
+/// <para>Additional Effect: Stun</para>
+/// <para>Duration: 2s</para>
+/// <para>Additional Effect: Grants Fleeting Raiju Ready</para>
+/// <para>Duration: 10s</para>
+/// <para>Cannot be executed while bound.</para>
+/// <para></para>
+/// <para>※Aeolian Edge Combo changes to Fleeting Raiju while under the effect of Fleeting Raiju Ready.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-HuraijinPvE = 25876,
+ForkedRaijuPvP = 29510,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25880"><strong>Sleep</strong></see> <i>PvE</i> (THM ACN BLM SMN RDM BLU) [25880] [Spell]
-/// <para>Puts target and all nearby enemies to sleep.</para>
-/// <para>Duration: 30s</para>
-/// <para>Cancels auto-attack upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/29511"><strong>Bunshin</strong></see> <i>PvP</i> (NIN) [29511] [Ability]
+/// <para>For up to five attacks, your shadow becomes animate, attacking enemies each time you execute a weaponskill.</para>
+/// <para>Shadow attack potency will match that of your weaponskills, but will be halved when executing Fuma Shuriken or Assassinate.</para>
+/// <para>Duration: 20s</para>
+/// <para>Additional Effect: Creates a shadow that absorbs damage equivalent to a heal of 8,000 potency</para>
+/// <para>Duration: 10s</para>
+/// <para></para>
+/// <para>※Action changes to Huton while under the effect of Three Mudra.</para>
/// </summary>
-SleepPvE = 25880,
+BunshinPvP = 29511,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25882"><strong>Flint Strike</strong></see> <i>PvE</i> (MNK) [25882] [Weaponskill]
-/// <para>Delivers an attack to all nearby enemies with a potency of 600 for the first enemy, and 70% less for all remaining enemies.</para>
-/// <para>Additional Effect: Opens the Solar Nadi</para>
-/// <para>Additional Effect: Grants Formless Fist, allowing the execution of a weaponskill that requires a certain form, without being in that form</para>
-/// <para>Duration: 30s</para>
-/// <para>Any additional effects associated with the executed action will also be applied.</para>
-/// <para>Can only be executed while under the effect of three distinct Beast Chakra.</para>
+/// <see href="https://garlandtools.org/db/#action/29512"><strong>Huton</strong></see> <i>PvP</i> (NIN) [29512] [Spell]
+/// <para>Grants Huton, creating a barrier that absorbs damage equivalent to a heal of 16,000 potency, and increasing movement speed by 25%.</para>
+/// <para>Duration: 10s</para>
+/// <para>Movement speed returns to normal when barrier is completely absorbed.</para>
+/// <para>Can only be executed while under the effect of Three Mudra.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-FlintStrikePvE = 25882,
+HutonPvP = 29512,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25883"><strong>Gemshine</strong></see> <i>PvE</i> (ACN SMN) [25883] [Spell]
-/// <para>Channel the energies of your active elemental attunement to attack your enemy.</para>
-/// <para>Fire Attunement Effect: Deal fire damage to a single target</para>
-/// <para>Earth Attunement Effect: Deal earth damage to a single target</para>
-/// <para>Wind Attunement Effect: Deal wind damage to a single target</para>
+/// <see href="https://garlandtools.org/db/#action/29513"><strong>Shukuchi</strong></see> <i>PvP</i> (NIN) [29513] [Ability]
+/// <para>Move quickly to the specified location.</para>
+/// <para>Additional Effect: Grants Hidden</para>
+/// <para>Hidden Effect: Blend in with your surroundings, making it impossible for enemies to see or target you</para>
+/// <para>Duration: 4s</para>
+/// <para>Effect ends upon use of any action or upon taking damage from an enemy.</para>
+/// <para>Cannot be executed while bound.</para>
+/// <para></para>
+/// <para>※Action changes to Doton while under the effect of Three Mudra.</para>
+/// <para>※Aeolian Edge Combo changes to Assassinate while under the effect of Hidden.</para>
/// </summary>
-GemshinePvE = 25883,
+ShukuchiPvP = 29513,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25884"><strong>Precious Brilliance</strong></see> <i>PvE</i> (ACN SMN) [25884] [Spell]
-/// <para>Channel the energies of your active elemental attunement to attack multiple enemies.</para>
-/// <para>Fire Attunement Effect: Deal fire damage to a target and all enemies nearby it</para>
-/// <para>Earth Attunement Effect: Deal earth damage to a target and all enemies nearby it</para>
-/// <para>Wind Attunement Effect: Deal wind damage to a target and all enemies nearby it</para>
+/// <see href="https://garlandtools.org/db/#action/29514"><strong>Doton</strong></see> <i>PvP</i> (NIN) [29514] [Spell]
+/// <para>Creates a patch of corrupted earth under your feet, dealing damage with a potency of 3,000 to any enemies who enter.</para>
+/// <para>Duration: 10s</para>
+/// <para>Can only be executed while under the effect of Three Mudra.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-PreciousBrilliancePvE = 25884,
+DotonPvP = 29514,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/25885"><strong>Crimson Strike</strong></see> <i>PvE</i> (SMN) [25885] [Spell]
-/// <para>Deals fire damage to target and all enemies nearby it with a potency of 430 for the first enemy, and 65% less for all remaining enemies.</para>
-/// <para>Combo Action: Crimson Cyclone</para>
+/// <see href="https://garlandtools.org/db/#action/29523"><strong>Yukikaze</strong></see> <i>PvP</i> (SAM) [29523] [Weaponskill]
+/// <para>Delivers an attack with a potency of 3,000.</para>
/// <para></para>
+/// <para>※Action changes to Hyosetsu while under the effect of Kaiten.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-CrimsonStrikePvE = 25885,
+YukikazePvP = 29523,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/26224"><strong>Diagnosis</strong></see> <i>PvE</i> (All Classes) [26224] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 400</para>
+/// <see href="https://garlandtools.org/db/#action/29524"><strong>Gekko</strong></see> <i>PvP</i> (SAM) [29524] [Weaponskill]
+/// <para>Delivers an attack with a potency of 4,000.</para>
+/// <para>Combo Action: Yukikaze or Hyosetsu</para>
+/// <para></para>
+/// <para>※Action changes to Mangetsu while under the effect of Kaiten.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-DiagnosisPvE_26224 = 26224,
+GekkoPvP = 29524,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/26225"><strong>Embolden</strong></see> <i>PvE</i> (All Classes) [26225] [Ability]
-/// <para>Increases own magic damage dealt by 5% and damage dealt by nearby party members by 5%.</para>
-/// <para>Duration: 20s</para>
+/// <see href="https://garlandtools.org/db/#action/29525"><strong>Kasha</strong></see> <i>PvP</i> (SAM) [29525] [Weaponskill]
+/// <para>Delivers an attack with a potency of 5,000.</para>
+/// <para>Combo Action: Gekko or Mangetsu</para>
+/// <para></para>
+/// <para>※Action changes to Oka while under the effect of Kaiten.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-EmboldenPvE_26225 = 26225,
+KashaPvP = 29525,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/26231"><strong>Magitek Cannon</strong></see> <i>PvE</i> (All Classes) [26231] [Weaponskill]
-/// <para>Fires cannon at the designated area.</para>
+/// <see href="https://garlandtools.org/db/#action/29526"><strong>Hyosetsu</strong></see> <i>PvP</i> (SAM) [29526] [Weaponskill]
+/// <para>Delivers an attack with a potency of 3,000 to all nearby enemies.</para>
+/// <para>Additional Effect: Bind</para>
+/// <para>Duration: 2s</para>
+/// <para>Can only be executed while under the effect of Kaiten.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-MagitekCannonPvE_26231 = 26231,
+HyosetsuPvP = 29526,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/26232"><strong>Diffractive Magitek Cannon</strong></see> <i>PvE</i> (All Classes) [26232] [Weaponskill]
-/// <para>Fires diffractive cannon at the designated area.</para>
+/// <see href="https://garlandtools.org/db/#action/29527"><strong>Mangetsu</strong></see> <i>PvP</i> (SAM) [29527] [Weaponskill]
+/// <para>Delivers an attack with a potency of 8,000 to all nearby enemies.</para>
+/// <para>Combo Action: Yukikaze or Hyosetsu</para>
+/// <para>Can only be executed while under the effect of Kaiten.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-DiffractiveMagitekCannonPvE_26232 = 26232,
+MangetsuPvP = 29527,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/26233"><strong>High-powered Magitek Cannon</strong></see> <i>PvE</i> (All Classes) [26233] [Weaponskill]
-/// <para>Fires a concentrated burst of energy in a forward direction.</para>
+/// <see href="https://garlandtools.org/db/#action/29528"><strong>Oka</strong></see> <i>PvP</i> (SAM) [29528] [Weaponskill]
+/// <para>Delivers an attack with a potency of 5,000 to all nearby enemies.</para>
+/// <para>Combo Action: Gekko or Mangetsu</para>
+/// <para>Additional Effect: Absorbs 100% of damage dealt as HP</para>
+/// <para>Can only be executed while under the effect of Kaiten.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-HighpoweredMagitekCannonPvE_26233 = 26233,
+OkaPvP = 29528,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/26249"><strong>Fast Blade</strong></see> <i>PvE</i> (All Classes) [26249] [Weaponskill]
+/// <see href="https://garlandtools.org/db/#action/29529"><strong>Midare Setsugekka</strong></see> <i>PvP</i> (SAM) [29529] [Weaponskill]
+/// <para>Delivers an attack with a potency of 16,000.</para>
+/// <para>Can only be executed while under the effect of Midare.</para>
/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-FastBladePvE_26249 = 26249,
+MidareSetsugekkaPvP = 29529,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/26250"><strong>Riot Blade</strong></see> <i>PvE</i> (All Classes) [26250] [Weaponskill]
+/// <see href="https://garlandtools.org/db/#action/29530"><strong>Ogi Namikiri</strong></see> <i>PvP</i> (SAM) [29530] [Weaponskill]
+/// <para>Delivers an attack with a potency of 8,000 to all enemies in a cone before you.</para>
+/// <para>Potency is increased by 50% when attacking only a single target.</para>
+/// <para>Additional Effect: When attacking two or more targets, creates a barrier around self that absorbs damage equivalent to a heal of 8,000 potency</para>
+/// <para>Duration: 10s</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
/// <para></para>
+/// <para>※Action changes to Kaeshi: Namikiri upon execution.</para>
/// </summary>
-RiotBladePvE_26250 = 26250,
+OgiNamikiriPvP = 29530,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/26251"><strong>Rage of Halone</strong></see> <i>PvE</i> (All Classes) [26251] [Weaponskill]
+/// <see href="https://garlandtools.org/db/#action/29531"><strong>Kaeshi: Namikiri</strong></see> <i>PvP</i> (SAM) [29531] [Weaponskill]
+/// <para>Delivers an attack with a potency of 8,000 to all enemies in a cone before you.</para>
+/// <para>Potency is increased by 50% when attacking only a single target.</para>
+/// <para>Combo Action: Ogi Namikiri</para>
+/// <para>Additional Effect: When attacking two or more targets, creates a barrier around self that absorbs damage equivalent to a heal of 8,000 potency</para>
+/// <para>Duration: 10s</para>
/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-RageOfHalonePvE_26251 = 26251,
+KaeshiNamikiriPvP = 29531,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/26252"><strong>Fight or Flight</strong></see> <i>PvE</i> (All Classes) [26252] [Ability]
-/// <para>Increases physical damage dealt by 25%.</para>
-/// <para>Duration: 25s</para>
+/// <see href="https://garlandtools.org/db/#action/29532"><strong>Hissatsu: Soten</strong></see> <i>PvP</i> (SAM) [29532] [Ability]
+/// <para>Swiftly charges forward, dealing damage with a potency of 4,000 to targets in your path.</para>
+/// <para>Additional Effect: Grants Kaiten</para>
+/// <para>Duration: 10s</para>
+/// <para>Maximum Charges: 3</para>
+/// <para>Cannot be executed while bound.</para>
+/// <para></para>
+/// <para>※Yukikaze changes to Hyosetsu while under the effect of Kaiten.</para>
+/// <para>※Gekko changes to Mangetsu while under the effect of Kaiten.</para>
+/// <para>※Kasha changes to Oka while under the effect of Kaiten.</para>
/// </summary>
-FightOrFlightPvE_26252 = 26252,
+HissatsuSotenPvP = 29532,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/26253"><strong>Rampart</strong></see> <i>PvE</i> (All Classes) [26253] [Ability]
-/// <para>Reduces damage taken by 10%.</para>
-/// <para>Duration: 20s</para>
+/// <see href="https://garlandtools.org/db/#action/29533"><strong>Hissatsu: Chiten</strong></see> <i>PvP</i> (SAM) [29533] [Ability]
+/// <para>Reduces damage taken by 25% and delivers an attack with a potency of 2,000 every time you suffer damage.</para>
+/// <para>Duration: 5s</para>
+/// <para>Additional Effect: Afflicts target with Kuzushi</para>
+/// <para>Kuzushi Effect: Increases damage you deal target by 25%</para>
+/// <para>Duration: 4s</para>
/// </summary>
-RampartPvE_26253 = 26253,
+HissatsuChitenPvP = 29533,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/26890"><strong>Fiendish Lantern</strong></see> <i>PvE</i> (All Classes) [26890] [Special]
-/// <para>Emits a wavelength of light that voidsent absolutely detest.</para>
+/// <see href="https://garlandtools.org/db/#action/29535"><strong>Mineuchi</strong></see> <i>PvP</i> (SAM) [29535] [Ability]
+/// <para>Deals damage to target equal to 10% of their current HP.</para>
+/// <para>Ignores the effects of Guard when dealing damage.</para>
+/// <para>Deals damage with a potency of 4,000 to players riding machina and non-player combatants.</para>
+/// <para>Additional Effect: Stun</para>
+/// <para>Duration: 2s</para>
/// </summary>
-FiendishLanternPvE = 26890,
+MineuchiPvP = 29535,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/26891"><strong>Healing Holy Water</strong></see> <i>PvE</i> (All Classes) [26891] [Special]
-/// <para>Frees captured souls.</para>
+/// <see href="https://garlandtools.org/db/#action/29536"><strong>Meikyo Shisui</strong></see> <i>PvP</i> (SAM) [29536] [Ability]
+/// <para>Grants Meikyo Shisui and Midare.</para>
+/// <para>Meikyo Shisui Effect: Nullifies status afflictions that can be removed by Purify</para>
+/// <para>Duration: 3s</para>
+/// <para>Midare Duration: 10s</para>
+/// <para></para>
+/// <para>※Action changes to Midare Setsugekka while under the effect of Midare.</para>
/// </summary>
-HealingHolyWaterPvE = 26891,
+MeikyoShisuiPvP = 29536,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/27042"><strong>Leveilleur Diagnosis</strong></see> <i>PvE</i> (All Classes) [27042] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 300</para>
-/// <para>Additional Effect: Erects a magicked barrier which nullifies damage equaling 125% of the amount of HP restored</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/29538"><strong>Slice</strong></see> <i>PvP</i> (RPR) [29538] [Weaponskill]
+/// <para>Delivers an attack with a potency of 3,000.</para>
/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-LeveilleurDiagnosisPvE = 27042,
+SlicePvP = 29538,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/27043"><strong>Prognosis</strong></see> <i>PvE</i> (All Classes) [27043] [Spell]
-/// <para>Restores own HP and the HP of all nearby party members.</para>
-/// <para>Cure Potency: 300</para>
+/// <see href="https://garlandtools.org/db/#action/29539"><strong>Waxing Slice</strong></see> <i>PvP</i> (RPR) [29539] [Weaponskill]
+/// <para>Delivers an attack with a potency of 4,000.</para>
+/// <para>Combo Action: Slice</para>
/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-PrognosisPvE_27043 = 27043,
+WaxingSlicePvP = 29539,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/27044"><strong>Leveilleur Druochole</strong></see> <i>PvE</i> (All Classes) [27044] [Ability]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 600</para>
+/// <see href="https://garlandtools.org/db/#action/29540"><strong>Infernal Slice</strong></see> <i>PvP</i> (RPR) [29540] [Weaponskill]
+/// <para>Delivers an attack with a potency of 5,000.</para>
+/// <para>Combo Action: Waxing Slice</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-LeveilleurDruocholePvE = 27044,
+InfernalSlicePvP = 29540,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/27045"><strong>Dosis III</strong></see> <i>PvE</i> (All Classes) [27045] [Spell]
-/// <para>Deals unaspected damage with a potency of 300.</para>
+/// <see href="https://garlandtools.org/db/#action/29543"><strong>Void Reaping</strong></see> <i>PvP</i> (RPR) [29543] [Weaponskill]
+/// <para>Delivers an attack with a potency of 8,000.</para>
+/// <para>Additional Effect: Grants Ripe for Reaping</para>
+/// <para>Duration: 10s</para>
+/// <para>Can only be executed while under the effect of Enshrouded.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
+/// <para></para>
+/// <para>※Infernal Slice Combo changes to Cross Reaping while under the effect of Ripe for Reaping.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-DosisIiiPvE_27045 = 27045,
+VoidReapingPvP = 29543,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/27047"><strong>Leveilleur Toxikon</strong></see> <i>PvE</i> (All Classes) [27047] [Spell]
-/// <para>Deals unaspected damage with a potency of 260 to target and all enemies nearby it.</para>
+/// <see href="https://garlandtools.org/db/#action/29544"><strong>Cross Reaping</strong></see> <i>PvP</i> (RPR) [29544] [Weaponskill]
+/// <para>Delivers an attack with a potency of 8,000.</para>
+/// <para>Can only be executed while under the effect of Enshrouded and Ripe for Reaping.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-LeveilleurToxikonPvE = 27047,
+CrossReapingPvP = 29544,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/27048"><strong>Verfire</strong></see> <i>PvE</i> (All Classes) [27048] [Spell]
+/// <see href="https://garlandtools.org/db/#action/29545"><strong>Harvest Moon</strong></see> <i>PvP</i> (RPR) [29545] [Ability]
+/// <para>Deals unaspected damage with a potency of 4,000 to target and all enemies nearby it.</para>
+/// <para>Potency increases up to 8,000 as the target's HP decreases, reaching its maximum value when the target has 50% HP or less.</para>
+/// <para>Additional Effect: Absorbs 100% of damage dealt as HP</para>
+/// <para>Can only be executed while under the effect of Soulsow.</para>
/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-VerfirePvE_27048 = 27048,
+HarvestMoonPvP = 29545,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/27049"><strong>Veraero</strong></see> <i>PvE</i> (All Classes) [27049] [Spell]
-/// <para></para>
+/// <see href="https://garlandtools.org/db/#action/29546"><strong>Plentiful Harvest</strong></see> <i>PvP</i> (RPR) [29546] [Weaponskill]
+/// <para>Delivers an attack with a potency of 4,000 to all enemies in a straight line before you.</para>
+/// <para>Potency increases up to 24,000 based on your accumulated stacks of Immortal Sacrifice, gained by executing Soul Slice, KOing enemies, or earning assists.</para>
+/// <para>Additional Effect: Gradually fills your limit gauge</para>
+/// <para>Duration: 15s</para>
+/// <para>Effect can only be activated while in combat.</para>
+/// <para>Consumes all stacks of Immortal Sacrifice upon execution.</para>
+/// <para>Can only be executed while not under the effect of Enshrouded.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
/// </summary>
-VeraeroPvE_27049 = 27049,
+PlentifulHarvestPvP = 29546,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/27050"><strong>Verstone</strong></see> <i>PvE</i> (All Classes) [27050] [Spell]
+/// <see href="https://garlandtools.org/db/#action/29547"><strong>Grim Swathe</strong></see> <i>PvP</i> (RPR) [29547] [Ability]
+/// <para>Summons your avatar to deliver an attack with a potency of 4,000 to all enemies in a cone before you.</para>
+/// <para>Additional Effect: Grants Soul Reaver</para>
+/// <para>Duration: 10s</para>
+/// <para>Additional Effect: Heavy +75%</para>
+/// <para>Duration: 3s</para>
/// <para></para>
+/// <para>※Infernal Slice Combo changes to Guillotine upon execution.</para>
/// </summary>
-VerstonePvE_27050 = 27050,
+GrimSwathePvP = 29547,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/27051"><strong>Verthunder</strong></see> <i>PvE</i> (All Classes) [27051] [Spell]
+/// <see href="https://garlandtools.org/db/#action/29548"><strong>Lemure's Slice</strong></see> <i>PvP</i> (RPR) [29548] [Ability]
+/// <para>Delivers an attack with a potency of 4,000 to all enemies in a cone before you.</para>
+/// <para>Additional Effect: Bind</para>
+/// <para>Duration: 3s</para>
+/// <para>Can only be executed while under the effect of Enshrouded.</para>
/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-VerthunderPvE_27051 = 27051,
+LemuresSlicePvP = 29548,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/27052"><strong>Verflare</strong></see> <i>PvE</i> (All Classes) [27052] [Spell]
+/// <see href="https://garlandtools.org/db/#action/29549"><strong>Death Warrant</strong></see> <i>PvP</i> (RPR) [29549] [Ability]
+/// <para>Afflicts target with Death Warrant, causing you to compile damage you deal to that target.</para>
+/// <para>When effect duration expires, target takes 50% of compiled damage.</para>
+/// <para>Duration: 7s</para>
+/// <para>Additional Effect: Grants Soulsow</para>
+/// <para>Duration: 10s</para>
/// <para></para>
+/// <para>※Action changes to Harvest Moon upon execution.</para>
/// </summary>
-VerflarePvE_27052 = 27052,
+DeathWarrantPvP = 29549,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/27053"><strong>Crimson Savior</strong></see> <i>PvE</i> (All Classes) [27053] [Weaponskill]
-/// <para>Deals unaspected damage with a potency of 200 to all nearby enemies.</para>
+/// <see href="https://garlandtools.org/db/#action/29550"><strong>Hell's Ingress</strong></see> <i>PvP</i> (RPR) [29550] [Ability]
+/// <para>Quickly dash 15 yalms forward.</para>
+/// <para>Additional Effect: Leaves behind a Hellsgate at point of origin, and grants Threshold to self</para>
+/// <para>Duration: 10s</para>
+/// <para>Additional Effect: Increases movement speed by 25%</para>
+/// <para>Duration: 5s</para>
+/// <para>Cannot be executed while bound.</para>
+/// <para></para>
+/// <para>※Action changes to Regress upon execution.</para>
/// </summary>
-CrimsonSaviorPvE_27053 = 27053,
+HellsIngressPvP = 29550,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/27054"><strong>Corps-a-corps</strong></see> <i>PvE</i> (All Classes) [27054] [Weaponskill]
+/// <see href="https://garlandtools.org/db/#action/29551"><strong>Regress</strong></see> <i>PvP</i> (RPR) [29551] [Ability]
+/// <para>Move instantly to the Hellsgate left behind by you.</para>
+/// <para>Cannot be executed while bound.</para>
/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-CorpsacorpsPvE_27054 = 27054,
+RegressPvP = 29551,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/27055"><strong>Enchanted Riposte</strong></see> <i>PvE</i> (All Classes) [27055] [Weaponskill]
-/// <para></para>
+/// <see href="https://garlandtools.org/db/#action/29552"><strong>Arcane Crest</strong></see> <i>PvP</i> (RPR) [29552] [Ability]
+/// <para>Grants Crest of Time Borrowed to self, creating a barrier that nullifies damage equivalent to a heal of 12,000 potency.</para>
+/// <para>Duration: 10s</para>
+/// <para>Additional Effect: Increases damage dealt by 10%</para>
+/// <para>Duration: 10s</para>
+/// <para>Grants the Crest of Time Returned to self and nearby party members within a radius of 15 yalms when barrier is completely absorbed.</para>
+/// <para>Crest of Time Returned Effect: Gradually restores HP</para>
+/// <para>Cure Potency: 6,000</para>
+/// <para>Duration: 6s</para>
/// </summary>
-EnchantedRipostePvE_27055 = 27055,
+ArcaneCrestPvP = 29552,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/27056"><strong>Enchanted Zwerchhau</strong></see> <i>PvE</i> (All Classes) [27056] [Weaponskill]
+/// <see href="https://garlandtools.org/db/#action/29554"><strong>Communio</strong></see> <i>PvP</i> (RPR) [29554] [Spell]
+/// <para>Deals unaspected damage with a potency of 16,000 to target and all enemies nearby it.</para>
+/// <para>Requires at least one stack of Enshrouded.</para>
+/// <para>Consumes all stacks of Enshrouded upon execution.</para>
/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-EnchantedZwerchhauPvE_27056 = 27056,
+CommunioPvP = 29554,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/27057"><strong>Enchanted Redoublement</strong></see> <i>PvE</i> (All Classes) [27057] [Weaponskill]
-/// <para></para>
+/// <see href="https://garlandtools.org/db/#action/29566"><strong>Soul Slice</strong></see> <i>PvP</i> (RPR) [29566] [Weaponskill]
+/// <para>Delivers an attack with a potency of 8,000.</para>
+/// <para>Additional Effect: Grants a stack of Immortal Sacrifice, up to a maximum of 8</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
/// </summary>
-EnchantedRedoublementPvE_27057 = 27057,
+SoulSlicePvP = 29566,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/27058"><strong>Engagement</strong></see> <i>PvE</i> (All Classes) [27058] [Weaponskill]
-/// <para></para>
+/// <see href="https://garlandtools.org/db/#action/29573"><strong>Isle Return</strong></see> <i>PvE</i> (All Classes) [29573] [System]
+/// <para>Instantly return to this sanctuary's cozy cabin.</para>
/// </summary>
-EngagementPvE_27058 = 27058,
+IsleReturnPvE = 29573,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/27059"><strong>Verholy</strong></see> <i>PvE</i> (All Classes) [27059] [Spell]
+/// <see href="https://garlandtools.org/db/#action/29649"><strong>Fire</strong></see> <i>PvP</i> (BLM) [29649] [Spell]
+/// <para>Deals fire damage with a potency of 4,000.</para>
+/// <para>Requires no cast time when cast under the effect of Umbral Ice.</para>
+/// <para>Additional Effect: Afflicts target with a stack of Astral Warmth, up to a maximum of 3</para>
+/// <para>Duration: 15s</para>
+/// <para>Effect cannot be stacked with Umbral Freeze.</para>
+/// <para>Additional Effect: Grants Astral Fire II</para>
+/// <para>Duration: 30s</para>
+/// <para>Effect cannot be stacked with Umbral Ice.</para>
/// <para></para>
+/// <para>※Action changes to Fire IV while under the effect of Astral Fire II.</para>
/// </summary>
-VerholyPvE_27059 = 27059,
+FirePvP = 29649,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/27060"><strong>Contre Sixte</strong></see> <i>PvE</i> (All Classes) [27060] [Ability]
-/// <para>Delivers an attack with a potency of 400 to target and all enemies nearby it.</para>
+/// <see href="https://garlandtools.org/db/#action/29650"><strong>Fire IV</strong></see> <i>PvP</i> (BLM) [29650] [Spell]
+/// <para>Deals fire damage with a potency of 6,000.</para>
+/// <para>Additional Effect: Afflicts target with a stack of Astral Warmth, up to a maximum of 3</para>
+/// <para>Duration: 15s</para>
+/// <para>Effect cannot be stacked with Umbral Freeze.</para>
+/// <para>Additional Effect: Grants Astral Fire III</para>
+/// <para>Duration: 30s</para>
+/// <para>Effect cannot be stacked with Umbral Ice.</para>
+/// <para>Can only be executed while under the effect of Astral Fire II.</para>
+/// <para></para>
+/// <para>※Action changes to Flare while under the effect of Astral Fire III.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-ContreSixtePvE_27060 = 27060,
+FireIvPvP = 29650,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/27061"><strong>Vercure</strong></see> <i>PvE</i> (All Classes) [27061] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 350</para>
+/// <see href="https://garlandtools.org/db/#action/29651"><strong>Flare</strong></see> <i>PvP</i> (BLM) [29651] [Spell]
+/// <para>Deals fire damage with a potency of 12,000 to target and 8,000 to all enemies nearby it.</para>
+/// <para>Additional Effect: Afflicts target with a stack of Astral Warmth, up to a maximum of 3</para>
+/// <para>Duration: 15s</para>
+/// <para>Effect cannot be stacked with Umbral Freeze.</para>
+/// <para>Can only be executed while under the effect of Astral Fire III.</para>
+/// <para>Astral Fire III effect expires upon execution.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-VercurePvE_27061 = 27061,
+FlarePvP = 29651,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/27062"><strong>Vermilion Pledge</strong></see> <i>PvE</i> (All Classes) [27062] [Weaponskill]
-/// <para>Deals unaspected damage to all enemies in a straight line before you.</para>
+/// <see href="https://garlandtools.org/db/#action/29652"><strong>Flare</strong></see> <i>PvP</i> (BLM) [29652] [Spell]
+/// <para>Deals fire damage with a potency of 12,000 to target and 8,000 to all enemies nearby it.</para>
+/// <para>Additional Effect: Afflicts target with a stack of Astral Warmth, up to a maximum of 3</para>
+/// <para>Duration: 15s</para>
+/// <para>Effect cannot be stacked with Umbral Freeze.</para>
+/// <para>Can only be executed while under the effect of Soul Resonance.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-VermilionPledgePvE = 27062,
+FlarePvP_29652 = 29652,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/27427"><strong>Keen Edge</strong></see> <i>PvE</i> (All Classes) [27427] [Weaponskill]
+/// <see href="https://garlandtools.org/db/#action/29653"><strong>Blizzard</strong></see> <i>PvP</i> (BLM) [29653] [Spell]
+/// <para>Deals ice damage with a potency of 4,000.</para>
+/// <para>Requires no cast time when cast under the effect of Astral Fire.</para>
+/// <para>Additional Effect: Afflicts target with a stack of Umbral Freeze, up to a maximum of 3</para>
+/// <para>Duration: 15s</para>
+/// <para>Effect cannot be stacked with Astral Warmth.</para>
+/// <para>Additional Effect: Grants Umbral Ice II</para>
+/// <para>Duration: 30s</para>
+/// <para>Effect cannot be stacked with Astral Fire.</para>
/// <para></para>
+/// <para>※Action changes to Blizzard IV while under the effect of Umbral Ice II.</para>
/// </summary>
-KeenEdgePvE_27427 = 27427,
+BlizzardPvP = 29653,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/27428"><strong>Brutal Shell</strong></see> <i>PvE</i> (All Classes) [27428] [Weaponskill]
+/// <see href="https://garlandtools.org/db/#action/29654"><strong>Blizzard IV</strong></see> <i>PvP</i> (BLM) [29654] [Spell]
+/// <para>Deals ice damage with a potency of 6,000.</para>
+/// <para>Additional Effect: Afflicts target with a stack of Umbral Freeze, up to a maximum of 3</para>
+/// <para>Duration: 15s</para>
+/// <para>Effect cannot be stacked with Astral Warmth.</para>
+/// <para>Additional Effect: Grants Umbral Ice III</para>
+/// <para>Duration: 30s</para>
+/// <para>Effect cannot be stacked with Astral Fire.</para>
+/// <para>Can only be executed while under the effect of Umbral Ice II.</para>
/// <para></para>
+/// <para>※Action changes to Freeze while under the effect of Umbral Ice III.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-BrutalShellPvE_27428 = 27428,
+BlizzardIvPvP = 29654,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/27429"><strong>Solid Barrel</strong></see> <i>PvE</i> (All Classes) [27429] [Weaponskill]
+/// <see href="https://garlandtools.org/db/#action/29655"><strong>Freeze</strong></see> <i>PvP</i> (BLM) [29655] [Spell]
+/// <para>Deals ice damage with a potency of 12,000 to target and 8,000 to all enemies nearby it.</para>
+/// <para>Additional Effect: Afflicts target with a stack of Umbral Freeze, up to a maximum of 3</para>
+/// <para>Duration: 15s</para>
+/// <para>Effect cannot be stacked with Astral Warmth.</para>
+/// <para>Can only be executed while under the effect of Umbral Ice III.</para>
+/// <para>Umbral Ice III effect expires upon execution.</para>
/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-SolidBarrelPvE_27429 = 27429,
+FreezePvP = 29655,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/27430"><strong>Nebula</strong></see> <i>PvE</i> (All Classes) [27430] [Ability]
-/// <para>Reduces damage taken by 30%.</para>
+/// <see href="https://garlandtools.org/db/#action/29656"><strong>Freeze</strong></see> <i>PvP</i> (BLM) [29656] [Spell]
+/// <para>Deals ice damage with a potency of 12,000 to target and 8,000 to all enemies nearby it.</para>
+/// <para>Additional Effect: Afflicts target with a stack of Umbral Freeze, up to a maximum of 3</para>
/// <para>Duration: 15s</para>
+/// <para>Effect cannot be stacked with Astral Warmth.</para>
+/// <para>Can only be executed while under the effect of Soul Resonance.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-NebulaPvE_27430 = 27430,
+FreezePvP_29656 = 29656,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/27432"><strong>Swift Deception</strong></see> <i>PvE</i> (All Classes) [27432] [Ability]
-/// <para>Masks your presence, making it impossible for most enemies to detect you, and increases movement speed. Cannot be cast while in combat.</para>
+/// <see href="https://garlandtools.org/db/#action/29657"><strong>Burst</strong></see> <i>PvP</i> (BLM) [29657] [Spell]
+/// <para>Deals lightning damage to all nearby enemies with a potency of 16,000.</para>
+/// <para>Additional Effect: Creates a barrier around self that absorbs damage equivalent to a heal of 16,000 potency</para>
/// <para>Duration: 10s</para>
+/// <para>This action does not share a recast timer with any other actions.</para>
/// </summary>
-SwiftDeceptionPvE = 27432,
+BurstPvP = 29657,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/27433"><strong>Silent Takedown</strong></see> <i>PvE</i> (All Classes) [27433] [Ability]
-/// <para>While hidden, delivers an attack that neutralizes imperial soldiers. When the target is magitek weaponry or a guard dog, delivers an attack with a potency of 100.</para>
-/// <para>Can only be executed while under the effect of Swift Deception.</para>
+/// <see href="https://garlandtools.org/db/#action/29659"><strong>Night Wing</strong></see> <i>PvP</i> (BLM) [29659] [Ability]
+/// <para>Afflicts target and all enemies nearby it with Half-asleep.</para>
+/// <para>Duration: 3s</para>
+/// <para>Half-asleep Effect: Targets succumb to Sleep when effect expires</para>
+/// <para>Duration: 3s</para>
+/// <para>Targets struck while under the effect of Sleep will take additional damage with a potency of 8,000, and effect will dissipate.</para>
/// </summary>
-SilentTakedownPvE = 27433,
+NightWingPvP = 29659,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/27434"><strong>Bewilderment Bomb</strong></see> <i>PvE</i> (All Classes) [27434] [Ability]
-/// <para>Throws a bomb that confuses the senses of guard dogs, neutralizing them. Has no effect on imperial soldiers or magitek weaponry.</para>
+/// <see href="https://garlandtools.org/db/#action/29660"><strong>Aetherial Manipulation</strong></see> <i>PvP</i> (BLM) [29660] [Ability]
+/// <para>Rush to a targeted enemy's or party member's location.</para>
+/// <para>Additional Effect: Grants Swiftcast</para>
+/// <para>Swiftcast Effect: Next spell can be cast immediately</para>
+/// <para>Duration: 10s</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Cannot be executed while bound.</para>
/// </summary>
-BewildermentBombPvE = 27434,
+AetherialManipulationPvP = 29660,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/28439"><strong>Leveilleur Dosis III</strong></see> <i>PvE</i> (All Classes) [28439] [Spell]
-/// <para>Deals unaspected damage over time.</para>
-/// <para>Potency: 70</para>
-/// <para>Duration: 30s</para>
+/// <see href="https://garlandtools.org/db/#action/29661"><strong>Superflare</strong></see> <i>PvP</i> (BLM) [29661] [Ability]
+/// <para>Deals damage to nearby enemies with a potency of 3,000 up to a maximum of 9,000 for every stack of Astral Warmth or Umbral Freeze they have accumulated.</para>
+/// <para>Additional Effect: Enemies under the effect of Astral Warmth are afflicted with Burns, dealing fire damage over time</para>
+/// <para>Potency: 3,000</para>
+/// <para>Duration: 6s</para>
+/// <para>Duration increases by 3s for each additional stack of Astral Warmth, up to a maximum of 12s.</para>
+/// <para>Additional Effect: Enemies under the effect of Umbral Freeze are afflicted with a status ailment commensurate with the number of stacks accumulated</para>
+/// <para>1 Stack: Heavy</para>
+/// <para>2 Stacks: Bind</para>
+/// <para>3 Stacks: Deep Freeze</para>
+/// <para>Duration: 2s</para>
+/// <para>Maximum Charges: 2</para>
/// </summary>
-LeveilleurDosisIiiPvE = 28439,
+SuperflarePvP = 29661,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/28509"><strong>Liturgy of the Bell</strong></see> <i>PvE</i> (WHM) [28509] [Ability]
-/// <para>Places a healing blossom at the designated location and grants 5 stacks of Liturgy of the Bell to self.</para>
-/// <para>Duration: 20s</para>
-/// <para>Taking damage will expend 1 stack of Liturgy of the Bell to heal self and all party members within a radius of 20 yalms.</para>
-/// <para>Cure Potency: 400</para>
-/// <para>The effect of this action can only be triggered once per second.</para>
-/// <para>Any remaining stacks of Liturgy of the Bell will trigger an additional healing effect when time expires or upon executing this action a second time.</para>
-/// <para>Cure Potency: 200 for every remaining stack of Liturgy of the Bell</para>
+/// <see href="https://garlandtools.org/db/#action/29663"><strong>Paradox</strong></see> <i>PvP</i> (BLM) [29663] [Spell]
+/// <para>Deals unaspected damage with a potency of 8,000.</para>
+/// <para>Additional Effect: Increases target's stacks of Astral Warmth or Umbral Freeze to maximum</para>
+/// <para>Duration: 15s</para>
/// <para>This action does not share a recast timer with any other actions.</para>
/// </summary>
-LiturgyOfTheBellPvE_28509 = 28509,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29054"><strong>Guard</strong></see> <i>PvP</i> (Jobs of the Disciples of War or Magic) [29054] [Ability]
-/// <para>Reduces damage taken by 90% and grants immunity to Stun, Heavy, Bind, Silence, Half-asleep, Sleep, Deep Freeze, and knockback and draw-in effects.</para>
-/// <para>Duration: 5s</para>
-/// <para>Movement speed is reduced by 50% for the duration of this effect.</para>
-/// <para>Effect ends upon reuse, using another action, or when the effect duration expires.</para>
-/// </summary>
-GuardPvP = 29054,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29055"><strong>Standard-issue Elixir</strong></see> <i>PvP</i> (Jobs of the Disciples of War or Magic) [29055] [Ability]
-/// <para>Restores your HP and MP to maximum.</para>
-/// <para>Casting will be interrupted when damage is taken.</para>
-/// </summary>
-StandardissueElixirPvP = 29055,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29056"><strong>Purify</strong></see> <i>PvP</i> (Jobs of the Disciples of War or Magic) [29056] [Ability]
-/// <para>Removes Stun, Heavy, Bind, Silence, Half-asleep, Sleep, and Deep Freeze.</para>
-/// <para>Additional Effect: Grants Resilience</para>
-/// <para>Resilience Effect: Nullifies status afflictions that can be removed by Purify</para>
-/// <para>Duration: 5s</para>
-/// <para>Can be used even when under the effect of certain status afflictions.</para>
-/// </summary>
-PurifyPvP = 29056,
+ParadoxPvP = 29663,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29057"><strong>Sprint</strong></see> <i>PvP</i> (Jobs of the Disciples of War or Magic) [29057] [Ability]
-/// <para>Increases movement speed by 50%.</para>
-/// <para>Effect ends upon reuse or execution of another action.</para>
+/// <see href="https://garlandtools.org/db/#action/29664"><strong>Ruin III</strong></see> <i>PvP</i> (SMN) [29664] [Spell]
+/// <para>Deals unaspected damage with a potency of 5,000.</para>
+/// <para></para>
+/// <para>※Action changes to Astral Impulse while under the effect of Dreadwyrm Trance.</para>
+/// <para>※Action changes to Fountain of Fire while under the effect of Firebird Trance.</para>
/// </summary>
-SprintPvP = 29057,
+RuinIiiPvP = 29664,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29058"><strong>Fast Blade</strong></see> <i>PvP</i> (PLD) [29058] [Weaponskill]
-/// <para>Delivers an attack with a potency of 3,000.</para>
+/// <see href="https://garlandtools.org/db/#action/29665"><strong>Astral Impulse</strong></see> <i>PvP</i> (SMN) [29665] [Spell]
+/// <para>Deals unaspected damage with a potency of 7,500.</para>
+/// <para>Can only be executed while under the effect of Dreadwyrm Trance.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-FastBladePvP = 29058,
+AstralImpulsePvP = 29665,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29059"><strong>Riot Blade</strong></see> <i>PvP</i> (PLD) [29059] [Weaponskill]
-/// <para>Delivers an attack with a potency of 4,000.</para>
-/// <para>Combo Action: Fast Blade</para>
+/// <see href="https://garlandtools.org/db/#action/29666"><strong>Fountain of Fire</strong></see> <i>PvP</i> (SMN) [29666] [Spell]
+/// <para>Deals fire damage with a potency of 5,000.</para>
+/// <para>Can only be executed while under the effect of Firebird Trance.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-RiotBladePvP = 29059,
+FountainOfFirePvP = 29666,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29060"><strong>Royal Authority</strong></see> <i>PvP</i> (PLD) [29060] [Weaponskill]
-/// <para>Delivers an attack with a potency of 5,000.</para>
-/// <para>Combo Action: Riot Blade</para>
-/// <para>Additional Effect: Grants a stack of Sword Oath, up to a maximum of 3</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/29667"><strong>Crimson Cyclone</strong></see> <i>PvP</i> (SMN) [29667] [Spell]
+/// <para>Rushes forward and delivers a fire attack with a potency of 8,000 to target and all enemies nearby it.</para>
+/// <para>Cannot be executed while bound.</para>
+/// <para>This action does not share a recast timer with any other actions.</para>
/// <para></para>
-/// <para>※Royal Authority Combo changes to Atonement while under the effect of Sword Oath.</para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Action changes to Crimson Strike upon execution.</para>
/// </summary>
-RoyalAuthorityPvP = 29060,
+CrimsonCyclonePvP = 29667,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29061"><strong>Atonement</strong></see> <i>PvP</i> (PLD) [29061] [Weaponskill]
-/// <para>Delivers an attack with a potency of 8,000.</para>
-/// <para>Additional Effect: Restores own HP</para>
-/// <para>Cure Potency: 4,000</para>
-/// <para>Can only be executed while under the effect of Sword Oath.</para>
+/// <see href="https://garlandtools.org/db/#action/29668"><strong>Crimson Strike</strong></see> <i>PvP</i> (SMN) [29668] [Spell]
+/// <para>Deals fire damage with a potency of 12,000 to target and all enemies nearby it.</para>
+/// <para>Combo Action: Crimson Cyclone</para>
+/// <para>Additional Effect: 5-yalm knockback emanating from first target</para>
+/// <para>This action does not share a recast timer with any other actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-AtonementPvP = 29061,
+CrimsonStrikePvP = 29668,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29064"><strong>Shield Bash</strong></see> <i>PvP</i> (PLD) [29064] [Ability]
-/// <para>Delivers an attack with a potency of 4,000.</para>
-/// <para>Additional Effect: Stun</para>
-/// <para>Duration: 3s</para>
-/// <para>Additional Effect: Grants a stack of Sword Oath, up to a maximum of 3</para>
+/// <see href="https://garlandtools.org/db/#action/29669"><strong>Slipstream</strong></see> <i>PvP</i> (SMN) [29669] [Spell]
+/// <para>Deals wind damage with a potency of 8,000 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Creates a Slipstream centered around target, dealing damage to any enemies who enter</para>
+/// <para>Enemies standing within 5 yalms of the storm's eye take no damage.</para>
+/// <para>Potency: 4,000</para>
+/// <para>Additional Effect: Increases movement speed of party members standing in the Slipstream by 25%</para>
/// <para>Duration: 10s</para>
-/// <para></para>
-/// <para>※Royal Authority Combo changes to Atonement while under the effect of Sword Oath.</para>
+/// <para>This action does not share a recast timer with any other actions.</para>
/// </summary>
-ShieldBashPvP = 29064,
+SlipstreamPvP = 29669,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29065"><strong>Intervene</strong></see> <i>PvP</i> (PLD) [29065] [Ability]
-/// <para>Rushes target and delivers an attack with a potency of 2,000.</para>
-/// <para>Additional Effect: Grants a stack of Sword Oath, up to a maximum of 3</para>
+/// <see href="https://garlandtools.org/db/#action/29670"><strong>Radiant Aegis</strong></see> <i>PvP</i> (SMN) [29670] [Ability]
+/// <para>Creates a barrier around self or target party member that reduces damage taken by 20% and absorbs damage equivalent to a heal of 10,000 potency.</para>
/// <para>Duration: 10s</para>
-/// <para>Maximum Charges: 2</para>
-/// <para>Cannot be executed while bound.</para>
-/// <para></para>
-/// <para>※Royal Authority Combo changes to Atonement while under the effect of Sword Oath.</para>
/// </summary>
-IntervenePvP = 29065,
+RadiantAegisPvP = 29670,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29066"><strong>Guardian</strong></see> <i>PvP</i> (PLD) [29066] [Ability]
-/// <para>Rush to a target party member's side.</para>
-/// <para>Additional Effect: Take all damage intended for the targeted party member</para>
-/// <para>Duration: 10s</para>
-/// <para>Can only be executed when member is closer than 10 yalms.</para>
-/// <para>Cannot be executed while bound.</para>
-/// <para>Has no effect on targets interacting with an object.</para>
+/// <see href="https://garlandtools.org/db/#action/29671"><strong>Mountain Buster</strong></see> <i>PvP</i> (SMN) [29671] [Ability]
+/// <para>Deals earth damage with a potency of 4,000 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Afflicts first target with Bind, and all remaining targets with Heavy +75%</para>
+/// <para>Duration: 3s</para>
+/// <para>Additional Effect: Draws remaining targets in toward first target</para>
/// </summary>
-GuardianPvP = 29066,
+MountainBusterPvP = 29671,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29067"><strong>Holy Sheltron</strong></see> <i>PvP</i> (PLD) [29067] [Ability]
-/// <para>Grants Holy Sheltron and Knight's Resolve.</para>
-/// <para>Holy Sheltron Effect: Creates a barrier around self that absorbs damage equivalent to a heal of 8,000 potency</para>
-/// <para>Duration: 4s</para>
-/// <para>If the barrier is not absorbed and the effect duration expires, deals unaspected damage to all nearby enemies with a potency equal to 150% of the barrier's remaining potency.</para>
-/// <para>Knight's Resolve Effect: Reduces damage taken by 20%</para>
-/// <para>Duration: 8s</para>
-/// <para>Additional Effect: Heavy +75%</para>
-/// <para>Duration: 5s</para>
+/// <see href="https://garlandtools.org/db/#action/29672"><strong>Fester</strong></see> <i>PvP</i> (SMN) [29672] [Ability]
+/// <para>Deals unaspected damage with a potency of 4,000.</para>
+/// <para>Potency increases up to 8,000 as the target's HP decreases, reaching its maximum value when the target has 50% HP or less.</para>
+/// <para>Maximum Charges: 2</para>
/// </summary>
-HolySheltronPvP = 29067,
+FesterPvP = 29672,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29070"><strong>Confiteor</strong></see> <i>PvP</i> (PLD) [29070] [Spell]
-/// <para>Deals unaspected damage with a potency of 12,000 to target and all enemies nearby it.</para>
-/// <para>Additional Effect: Afflicts target with Sacred Claim</para>
-/// <para>Sacred Claim Effect: Restores HP when successfully landing an attack on targets under this effect</para>
-/// <para>Cure Potency: 3,000</para>
-/// <para>Duration: 10s</para>
-/// <para>This action does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/29674"><strong>Enkindle Bahamut</strong></see> <i>PvP</i> (SMN) [29674] [Ability]
+/// <para>Orders Demi-Bahamut to execute Akh Morn.</para>
+/// <para>Akh Morn Effect: Deals unaspected damage with a potency of 12,000 to target and all enemies nearby it.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-ConfiteorPvP = 29070,
+EnkindleBahamutPvP = 29674,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29071"><strong>Blade of Faith</strong></see> <i>PvP</i> (PLD) [29071] [Spell]
-/// <para>Deals unaspected damage with a potency of 7,000 to target and all enemies nearby it.</para>
-/// <para>Additional Effect: Potency is increased by 50% when target is under the effect of Sacred Claim</para>
-/// <para>Additional Effect: Afflicts target with Sacred Claim</para>
-/// <para>Sacred Claim Effect: Restores HP when successfully landing an attack on targets under this effect</para>
-/// <para>Cure Potency: 3,000</para>
-/// <para>Duration: 10s</para>
-/// <para>Can only be executed while under the effect of Blade of Faith Ready.</para>
+/// <see href="https://garlandtools.org/db/#action/29675"><strong>Megaflare</strong></see> <i>PvP</i> (SMN) [29675] [Ability]
+/// <para>Deals unaspected damage with a potency of 18,000 to all nearby enemies.</para>
/// <para></para>
-/// <para>※Action changes to Blade of Truth upon execution.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-BladeOfFaithPvP = 29071,
+MegaflarePvP = 29675,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29072"><strong>Blade of Truth</strong></see> <i>PvP</i> (PLD) [29072] [Spell]
-/// <para>Deals unaspected damage with a potency of 8,000 to target and all enemies nearby it.</para>
-/// <para>Additional Effect: Potency is increased by 50% when target is under the effect of Sacred Claim</para>
-/// <para>Combo Action: Blade of Faith</para>
-/// <para>Additional Effect: Afflicts target with Sacred Claim</para>
-/// <para>Sacred Claim Effect: Restores HP when successfully landing an attack on targets under this effect</para>
-/// <para>Cure Potency: 3,000</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/29676"><strong>Wyrmwave</strong></see> <i>PvP</i> (SMN) [29676] [Spell]
+/// <para>Deals unaspected damage with a potency of 6,000.</para>
/// <para></para>
-/// <para>※Action changes to Blade of Valor upon execution.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-BladeOfTruthPvP = 29072,
+WyrmwavePvP = 29676,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29073"><strong>Blade of Valor</strong></see> <i>PvP</i> (PLD) [29073] [Spell]
-/// <para>Deals unaspected damage with a potency of 9,000 to target and all enemies nearby it.</para>
-/// <para>Additional Effect: Potency is increased by 50% when target is under the effect of Sacred Claim</para>
-/// <para>Combo Action: Blade of Truth</para>
-/// <para>Additional Effect: Afflicts target with Sacred Claim</para>
-/// <para>Sacred Claim Effect: Restores HP when successfully landing an attack on targets under this effect</para>
-/// <para>Cure Potency: 3,000</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/29677"><strong>Akh Morn</strong></see> <i>PvP</i> (SMN) [29677] [Ability]
+/// <para>Deals unaspected damage with a potency of 12,000 to target and all enemies nearby it.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-BladeOfValorPvP = 29073,
+AkhMornPvP = 29677,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29074"><strong>Heavy Swing</strong></see> <i>PvP</i> (WAR) [29074] [Weaponskill]
-/// <para>Delivers an attack with a potency of 3,000.</para>
+/// <see href="https://garlandtools.org/db/#action/29679"><strong>Enkindle Phoenix</strong></see> <i>PvP</i> (SMN) [29679] [Ability]
+/// <para>Orders Demi-Phoenix to execute Revelation.</para>
+/// <para>Revelation Effect: Deals unaspected damage with a potency of 6,000 to target and all enemies nearby it</para>
+/// <para>Additional Effect: Damage over time</para>
+/// <para>Potency: 3,000</para>
+/// <para>Duration: 15s</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-HeavySwingPvP = 29074,
+EnkindlePhoenixPvP = 29679,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29075"><strong>Maim</strong></see> <i>PvP</i> (WAR) [29075] [Weaponskill]
-/// <para>Delivers an attack with a potency of 4,000.</para>
-/// <para>Combo Action: Heavy Swing</para>
+/// <see href="https://garlandtools.org/db/#action/29680"><strong>Everlasting Flight</strong></see> <i>PvP</i> (SMN) [29680] [Ability]
+/// <para>Gradually restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: 4,000</para>
+/// <para>Duration: 15s</para>
+/// <para>Additional Effect: Restores HP when HP falls below 25% or upon effect duration expiration</para>
+/// <para>Cure Potency: 12,000</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-MaimPvP = 29075,
+EverlastingFlightPvP = 29680,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29076"><strong>Storm's Path</strong></see> <i>PvP</i> (WAR) [29076] [Weaponskill]
-/// <para>Delivers an attack with a potency of 5,000.</para>
-/// <para>Combo Action: Maim</para>
-/// <para>Additional Effect: Absorbs 100% of damage dealt as HP</para>
+/// <see href="https://garlandtools.org/db/#action/29681"><strong>Scarlet Flame</strong></see> <i>PvP</i> (SMN) [29681] [Spell]
+/// <para>Deals fire damage with a potency of 4,000.</para>
+/// <para>Additional Effect: Reduces target's damage dealt by 50%</para>
+/// <para>Duration: 5s</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-StormsPathPvP = 29076,
+ScarletFlamePvP = 29681,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29078"><strong>Fell Cleave</strong></see> <i>PvP</i> (WAR) [29078] [Weaponskill]
-/// <para>Delivers an attack with a potency of 12,000.</para>
-/// <para>Can only be executed while under the effect of Inner Release.</para>
+/// <see href="https://garlandtools.org/db/#action/29682"><strong>Revelation</strong></see> <i>PvP</i> (SMN) [29682] [Ability]
+/// <para>Deals unaspected damage with a potency of 6,000 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Damage over time</para>
+/// <para>Potency: 3,000</para>
+/// <para>Duration: 15s</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-FellCleavePvP = 29078,
+RevelationPvP = 29682,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29079"><strong>Onslaught</strong></see> <i>PvP</i> (WAR) [29079] [Ability]
-/// <para>Rushes target and delivers an attack with a potency of 500.</para>
-/// <para>Potency increases up to 5,000 as HP nears maximum.</para>
-/// <para>Consumes 10% of current HP when executed.</para>
-/// <para>Additional Effect: Increases target's damage taken by 10%</para>
+/// <see href="https://garlandtools.org/db/#action/29683"><strong>Verstone</strong></see> <i>PvP</i> (RDM) [29683] [Spell]
+/// <para>Deals earth damage with a potency of 5,000.</para>
+/// <para>Additional Effect: Grants Dualcast, allowing next spell to be cast immediately</para>
/// <para>Duration: 10s</para>
-/// <para>Cannot be executed while bound.</para>
+/// <para>Can only be executed while under the effect of White Shift.</para>
+/// <para></para>
+/// <para>※Action changes to Veraero III while under the effect of Dualcast.</para>
+/// <para>※Action changes to Verfire while under the effect of Black Shift.</para>
+/// <para>※Action changes to Verthunder III while under the effect of Black Shift and Dualcast.</para>
/// </summary>
-OnslaughtPvP = 29079,
+VerstonePvP = 29683,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29080"><strong>Orogeny</strong></see> <i>PvP</i> (WAR) [29080] [Ability]
-/// <para>Delivers an attack with a potency of 1,000 to all nearby enemies.</para>
-/// <para>Potency increases up to 10,000 as HP nears maximum.</para>
-/// <para>Consumes 10% of current HP when executed.</para>
-/// <para>Additional Effect: Reduces target's damage dealt by 10%</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/29684"><strong>Veraero III</strong></see> <i>PvP</i> (RDM) [29684] [Spell]
+/// <para>Deals wind damage with a potency of 5,000.</para>
+/// <para>Can only be executed while under the effect of White Shift and Dualcast.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-OrogenyPvP = 29080,
+VeraeroIiiPvP = 29684,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29081"><strong>Blota</strong></see> <i>PvP</i> (WAR) [29081] [Ability]
-/// <para>Instantly draws target to your side.</para>
-/// <para>Additional Effect: Heavy +75%</para>
-/// <para>Duration: 3s</para>
+/// <see href="https://garlandtools.org/db/#action/29685"><strong>Verholy</strong></see> <i>PvP</i> (RDM) [29685] [Spell]
+/// <para>Deals unaspected damage with a potency of 8,000 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Restores own HP</para>
+/// <para>Cure Potency: 8,000</para>
+/// <para>Additional Effect: Restores HP of party members near target</para>
+/// <para>Cure Potency: 8,000</para>
+/// <para>Can only be executed while under the effect of White Shift and Vermilion Radiance.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-BlotaPvP = 29081,
+VerholyPvP = 29685,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29082"><strong>Bloodwhetting</strong></see> <i>PvP</i> (WAR) [29082] [Ability]
-/// <para>Grants Bloodwhetting, Stem the Tide, and Nascent Chaos.</para>
-/// <para>Bloodwhetting Effect: Converts 100% of weaponskill damage dealt into HP</para>
-/// <para>Duration: 10s</para>
-/// <para>Stem the Tide Effect: Creates a barrier around self that absorbs damage totaling 10% of your maximum HP</para>
-/// <para>Duration: 10s</para>
-/// <para>Nascent Chaos Effect: Bloodwhetting changes to Chaotic Cyclone</para>
+/// <see href="https://garlandtools.org/db/#action/29686"><strong>Verfire</strong></see> <i>PvP</i> (RDM) [29686] [Spell]
+/// <para>Deals fire damage with a potency of 5,000.</para>
+/// <para>Additional Effect: Grants Dualcast, allowing next spell to be cast immediately</para>
/// <para>Duration: 10s</para>
+/// <para>Can only be executed while under the effect of Black Shift.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-BloodwhettingPvP = 29082,
+VerfirePvP = 29686,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29084"><strong>Primal Rend</strong></see> <i>PvP</i> (WAR) [29084] [Weaponskill]
-/// <para>Delivers a jumping physical attack to target and all enemies nearby it with a potency of 8,000.</para>
-/// <para>Inner Release Potency: 16,000</para>
-/// <para>Additional Effect: Stun</para>
-/// <para>Duration: 2s</para>
-/// <para>Cannot be executed while bound.</para>
-/// <para>This weaponskill does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/29687"><strong>Verthunder III</strong></see> <i>PvP</i> (RDM) [29687] [Spell]
+/// <para>Deals lightning damage with a potency of 5,000.</para>
+/// <para>Can only be executed while under the effect of Black Shift and Dualcast.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-PrimalRendPvP = 29084,
+VerthunderIiiPvP = 29687,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29085"><strong>Hard Slash</strong></see> <i>PvP</i> (DRK) [29085] [Weaponskill]
-/// <para>Delivers an attack with a potency of 3,000.</para>
+/// <see href="https://garlandtools.org/db/#action/29688"><strong>Verflare</strong></see> <i>PvP</i> (RDM) [29688] [Spell]
+/// <para>Deals fire damage with a potency of 12,000 to target and all enemies nearby it.</para>
+/// <para>Can only be executed while under the effect of Black Shift and Vermilion Radiance.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-HardSlashPvP = 29085,
+VerflarePvP = 29688,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29086"><strong>Syphon Strike</strong></see> <i>PvP</i> (DRK) [29086] [Weaponskill]
-/// <para>Delivers an attack with a potency of 4,000.</para>
-/// <para>Combo Action: Hard Slash</para>
+/// <see href="https://garlandtools.org/db/#action/29689"><strong>Enchanted Riposte</strong></see> <i>PvP</i> (RDM) [29689] [Weaponskill]
+/// <para>Deals unaspected damage with a potency of 6,000.</para>
+/// <para>White Shift Effect: Creates a barrier around self that absorbs damage equivalent to a heal of 6,000 potency</para>
+/// <para>Duration: 10s</para>
+/// <para>Additional Effect: Barrier potency is increased by 10% when target is afflicted with Monomachy</para>
+/// <para>Black Shift Effect: Damage over time</para>
+/// <para>Potency: 3,000</para>
+/// <para>Duration: 6s</para>
/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Action changes to Enchanted Zwerchhau upon execution.</para>
/// </summary>
-SyphonStrikePvP = 29086,
+EnchantedRipostePvP = 29689,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29087"><strong>Souleater</strong></see> <i>PvP</i> (DRK) [29087] [Weaponskill]
-/// <para>Delivers an attack with a potency of 5,000.</para>
-/// <para>Combo Action: Syphon Strike</para>
-/// <para>Additional Effect: Converts 100% of damage dealt into HP</para>
+/// <see href="https://garlandtools.org/db/#action/29690"><strong>Enchanted Zwerchhau</strong></see> <i>PvP</i> (RDM) [29690] [Weaponskill]
+/// <para>Deals unaspected damage with a potency of 7,000.</para>
+/// <para>Combo Action: Enchanted Riposte</para>
+/// <para>White Shift Effect: Creates a barrier around self that absorbs damage equivalent to a heal of 6,000 potency</para>
+/// <para>Duration: 10s</para>
+/// <para>Additional Effect: Barrier potency is increased by 10% when target is afflicted with Monomachy</para>
+/// <para>Black Shift Effect: Damage over time</para>
+/// <para>Potency: 3,000</para>
+/// <para>Duration: 6s</para>
/// <para></para>
+/// <para>※Action changes to Enchanted Redoublement upon execution.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-SouleaterPvP = 29087,
+EnchantedZwerchhauPvP = 29690,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29088"><strong>Bloodspiller</strong></see> <i>PvP</i> (DRK) [29088] [Weaponskill]
-/// <para>Delivers an attack with a potency of 6,000.</para>
-/// <para>Potency increases up to 12,000 as HP decreases, reaching its maximum value when HP falls below 25%.</para>
-/// <para>Can only be executed while under the effect of Blackblood.</para>
+/// <see href="https://garlandtools.org/db/#action/29691"><strong>Enchanted Redoublement</strong></see> <i>PvP</i> (RDM) [29691] [Weaponskill]
+/// <para>Deals unaspected damage with a potency of 8,000.</para>
+/// <para>Combo Action: Enchanted Zwerchhau</para>
+/// <para>Additional Effect: Grants Vermilion Radiance</para>
+/// <para>Duration: 10s</para>
+/// <para>White Shift Effect: Creates a barrier around self that absorbs damage equivalent to a heal of 6,000 potency</para>
+/// <para>Duration: 10s</para>
+/// <para>Additional Effect: Barrier potency is increased by 10% when target is afflicted with Monomachy</para>
+/// <para>Black Shift Effect: Damage over time</para>
+/// <para>Potency: 3,000</para>
+/// <para>Duration: 6s</para>
/// <para></para>
+/// <para>※Action changes to Verholy while under the effect of White Shift and Vermilion Radiance.</para>
+/// <para>※Action changes to Verflare while under the effect of Black Shift and Vermilion Radiance.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-BloodspillerPvP = 29088,
+EnchantedRedoublementPvP = 29691,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29091"><strong>Shadowbringer</strong></see> <i>PvP</i> (DRK) [29091] [Ability]
-/// <para>Deals unaspected damage with a potency of 6,000 to all enemies in a straight line before you.</para>
-/// <para>Consumes 20% of your maximum HP when executed.</para>
-/// <para>Additional Effect: Grants Blackblood</para>
+/// <see href="https://garlandtools.org/db/#action/29692"><strong>Enchanted Riposte</strong></see> <i>PvP</i> (RDM) [29692] [Weaponskill]
+/// <para>Deals unaspected damage with a potency of 6,000.</para>
+/// <para>White Shift Effect: Creates a barrier around self that absorbs damage equivalent to a heal of 6,000 potency</para>
/// <para>Duration: 10s</para>
-/// <para>Cannot be executed when current HP is lower than 20%.</para>
+/// <para>Additional Effect: Barrier potency is increased by 10% when target is afflicted with Monomachy</para>
+/// <para>Black Shift Effect: Damage over time</para>
+/// <para>Potency: 3,000</para>
+/// <para>Duration: 6s</para>
/// <para></para>
-/// <para>※Souleater Combo changes to Bloodspiller while under the effect of Blackblood.</para>
+/// <para>※Action changes to Enchanted Zwerchhau upon execution.</para>
/// </summary>
-ShadowbringerPvP = 29091,
+EnchantedRipostePvP_29692 = 29692,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29092"><strong>Plunge</strong></see> <i>PvP</i> (DRK) [29092] [Ability]
-/// <para>Rushes target and delivers an attack with a potency of 2,000.</para>
-/// <para>Additional Effect: Afflicts target with Sole Survivor</para>
-/// <para>Sole Survivor Effect: Reduces target's HP recovered by healing actions by 20%</para>
-/// <para>Duration: 15s</para>
-/// <para>If that target should be KO'd in battle before Sole Survivor expires, your HP and MP will be restored by 20%, and the recast time of Plunge will be reset.</para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#action/29693"><strong>Enchanted Zwerchhau</strong></see> <i>PvP</i> (RDM) [29693] [Weaponskill]
+/// <para>Deals unaspected damage with a potency of 7,000.</para>
+/// <para>Combo Action: Enchanted Riposte</para>
+/// <para>White Shift Effect: Creates a barrier around self that absorbs damage equivalent to a heal of 6,000 potency</para>
+/// <para>Duration: 10s</para>
+/// <para>Additional Effect: Barrier potency is increased by 10% when target is afflicted with Monomachy</para>
+/// <para>Black Shift Effect: Damage over time</para>
+/// <para>Potency: 3,000</para>
+/// <para>Duration: 6s</para>
+/// <para></para>
+/// <para>※Action changes to Enchanted Redoublement upon execution.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-PlungePvP = 29092,
+EnchantedZwerchhauPvP_29693 = 29693,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29093"><strong>the Blackest Night</strong></see> <i>PvP</i> (DRK) [29093] [Ability]
-/// <para>Creates a barrier around self or target party member that absorbs damage equivalent to a heal of 8,000 potency.</para>
+/// <see href="https://garlandtools.org/db/#action/29694"><strong>Enchanted Redoublement</strong></see> <i>PvP</i> (RDM) [29694] [Weaponskill]
+/// <para>Deals unaspected damage with a potency of 8,000.</para>
+/// <para>Combo Action: Enchanted Zwerchhau</para>
+/// <para>Additional Effect: Grants Vermilion Radiance</para>
/// <para>Duration: 10s</para>
-/// <para>Grants Dark Arts when barrier is completely absorbed.</para>
+/// <para>White Shift Effect: Creates a barrier around self that absorbs damage equivalent to a heal of 6,000 potency</para>
/// <para>Duration: 10s</para>
-/// <para>Dark Arts Effect: Consume Dark Arts instead of HP to execute Shadowbringer</para>
+/// <para>Additional Effect: Barrier potency is increased by 10% when target is afflicted with Monomachy</para>
+/// <para>Black Shift Effect: Damage over time</para>
+/// <para>Potency: 3,000</para>
+/// <para>Duration: 6s</para>
+/// <para></para>
+/// <para>※Action changes to Verholy while under the effect of White Shift and Vermilion Radiance.</para>
+/// <para>※Action changes to Verflare while under the effect of Black Shift and Vermilion Radiance.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-TheBlackestNightPvP = 29093,
+EnchantedRedoublementPvP_29694 = 29694,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29094"><strong>Salted Earth</strong></see> <i>PvP</i> (DRK) [29094] [Ability]
-/// <para>Instantly draws nearby enemies to your side, and creates a patch of salted earth at your feet, dealing unaspected damage over time to any enemies inside.</para>
-/// <para>Potency: 2,000</para>
-/// <para>Duration: 10s</para>
-/// <para>Additional Effect: Gradually restores your HP and reduces damage taken by 20% while standing in the patch of salted earth</para>
-/// <para>Cure Potency: 2,000</para>
-/// <para></para>
-/// <para>※Action changes to Salt and Darkness while Salted Earth is active.</para>
+/// <see href="https://garlandtools.org/db/#action/29695"><strong>Resolution</strong></see> <i>PvP</i> (RDM) [29695] [Weaponskill]
+/// <para>Deals unaspected damage with a potency of 8,000 to all enemies in a straight line before you.</para>
+/// <para>White Shift Effect: Silence</para>
+/// <para>Duration: 2s</para>
+/// <para>Black Shift Effect: Bind</para>
+/// <para>Duration: 3s</para>
+/// <para>This action does not share a recast timer with any other actions.</para>
/// </summary>
-SaltedEarthPvP = 29094,
+ResolutionPvP = 29695,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29095"><strong>Salt and Darkness</strong></see> <i>PvP</i> (DRK) [29095] [Ability]
-/// <para>All enemies standing in the corrupted patch of Salted Earth take additional unaspected damage with a potency of 4,000.</para>
-/// <para>Additional Effect: Bind</para>
+/// <see href="https://garlandtools.org/db/#action/29696"><strong>Resolution</strong></see> <i>PvP</i> (RDM) [29696] [Weaponskill]
+/// <para>Deals unaspected damage with a potency of 8,000 to all enemies in a straight line before you.</para>
+/// <para>White Shift Effect: Silence</para>
/// <para>Duration: 2s</para>
+/// <para>Black Shift Effect: Bind</para>
+/// <para>Duration: 3s</para>
+/// <para>This action does not share a recast timer with any other actions.</para>
+/// </summary>
+ResolutionPvP_29696 = 29696,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/29697"><strong>Magick Barrier</strong></see> <i>PvP</i> (RDM) [29697] [Ability]
+/// <para>Reduces damage taken by self and nearby party members by 10%, while increasing HP recovered via healing actions by 10%.</para>
+/// <para>Duration: 10s</para>
+/// <para>Can only be executed while under the effect of White Shift.</para>
+/// <para>Shares a recast timer with Frazzle.</para>
/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Action changes to Frazzle while under the effect of Black Shift.</para>
/// </summary>
-SaltAndDarknessPvP = 29095,
+MagickBarrierPvP = 29697,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29098"><strong>Keen Edge</strong></see> <i>PvP</i> (GNB) [29098] [Weaponskill]
-/// <para>Delivers an attack with a potency of 3,000.</para>
+/// <see href="https://garlandtools.org/db/#action/29698"><strong>Frazzle</strong></see> <i>PvP</i> (RDM) [29698] [Ability]
+/// <para>Increases damage taken by nearby enemies by 10%, while reducing HP recovered via healing actions by 10%.</para>
+/// <para>Duration: 10s</para>
+/// <para>Can only be executed while under the effect of Black Shift.</para>
+/// <para>Shares a recast timer with Magick Barrier.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-KeenEdgePvP = 29098,
+FrazzlePvP = 29698,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29099"><strong>Brutal Shell</strong></see> <i>PvP</i> (GNB) [29099] [Weaponskill]
+/// <see href="https://garlandtools.org/db/#action/29699"><strong>Corps-a-corps</strong></see> <i>PvP</i> (RDM) [29699] [Ability]
+/// <para>Rushes target and delivers an attack with a potency of 4,000.</para>
+/// <para>Additional Effect: Afflicts target with Monomachy</para>
+/// <para>Monomachy Effect: Increases damage dealt to target by 10% while lowering damage taken from target by 10%</para>
+/// <para>Duration: 7s</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Cannot be executed while bound.</para>
+/// </summary>
+CorpsacorpsPvP = 29699,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/29700"><strong>Displacement</strong></see> <i>PvP</i> (RDM) [29700] [Ability]
/// <para>Delivers an attack with a potency of 4,000.</para>
-/// <para>Combo Action: Keen Edge</para>
+/// <para>Additional Effect: 15-yalm backstep</para>
+/// <para>Additional Effect: Grants Manafication</para>
+/// <para>Manafication Effect: Increases damage and healing potency of next spell cast by 20%</para>
+/// <para>Duration: 10s</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Cannot be executed while bound.</para>
+/// </summary>
+DisplacementPvP = 29700,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/29702"><strong>Black Shift</strong></see> <i>PvP</i> (RDM) [29702] [Ability]
+/// <para>Grants Black Shift, altering the effects of several actions.</para>
+/// <para>Can only be executed while under the effect of White Shift.</para>
/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Action changes to White Shift upon execution.</para>
/// </summary>
-BrutalShellPvP = 29099,
+BlackShiftPvP = 29702,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29100"><strong>Solid Barrel</strong></see> <i>PvP</i> (GNB) [29100] [Weaponskill]
-/// <para>Delivers an attack with a potency of 5,000.</para>
-/// <para>Combo Action: Brutal Shell</para>
-/// <para>Additional Effect: Grants Powder Barrel</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/29703"><strong>White Shift</strong></see> <i>PvP</i> (RDM) [29703] [Ability]
+/// <para>Grants White Shift, altering the effects of several actions.</para>
+/// <para>Can only be executed while under the effect of Black Shift.</para>
+/// <para>Activates automatically when class is changed to red mage.</para>
/// <para></para>
-/// <para>※Solid Barrel Combo changes to Burst Strike while under the effect of Powder Barrel.</para>
+/// <para>※Action changes to Black Shift upon execution.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-SolidBarrelPvP = 29100,
+WhiteShiftPvP = 29703,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29101"><strong>Burst Strike</strong></see> <i>PvP</i> (GNB) [29101] [Weaponskill]
-/// <para>Delivers an attack with a potency of 7,000.</para>
-/// <para>Additional Effect: Grants Ready to Blast</para>
-/// <para>Duration: 10s</para>
-/// <para>Can only be executed while under the effect of Powder Barrel.</para>
+/// <see href="https://garlandtools.org/db/#action/29707"><strong>Fleeting Raiju</strong></see> <i>PvP</i> (NIN) [29707] [Weaponskill]
+/// <para>Rushes target and delivers an attack with a potency of 4,000.</para>
+/// <para>Additional Effect: Stun</para>
+/// <para>Duration: 2s</para>
+/// <para>Can only be executed while under the effect of Fleeting Raiju Ready.</para>
+/// <para>Cannot be executed while bound.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-BurstStrikePvP = 29101,
+FleetingRaijuPvP = 29707,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29102"><strong>Gnashing Fang</strong></see> <i>PvP</i> (GNB) [29102] [Weaponskill]
-/// <para>Delivers an attack with a potency of 5,000.</para>
-/// <para>Additional Effect: Grants Ready to Rip</para>
-/// <para>Duration: 5s</para>
-/// <para>This weaponskill does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/29711"><strong>Recuperate</strong></see> <i>PvP</i> (Jobs of the Disciples of War or Magic) [29711] [Ability]
+/// <para>Restores own HP.</para>
+/// <para>Cure Potency: 15,000</para>
/// </summary>
-GnashingFangPvP = 29102,
+RecuperatePvP = 29711,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29103"><strong>Savage Claw</strong></see> <i>PvP</i> (GNB) [29103] [Weaponskill]
-/// <para>Delivers an attack with a potency of 6,000.</para>
-/// <para>Combo Action: Gnashing Fang</para>
-/// <para>Additional Effect: Grants Ready to Tear</para>
-/// <para>Duration: 5s</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/29729"><strong>Variant Cure</strong></see> <i>PvE</i> (GLA MRD PGL LNC ARC ROG THM ACN PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [29729] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 14,000</para>
+/// <para>Additional Effect: Regen</para>
+/// <para>Cure Potency: 4,200</para>
+/// <para>Duration: 15s</para>
+/// <para>Additional Effect: Cure potency is doubled when target is under the effect of Rehabilitation</para>
+/// <para>This action is not affected by attributes.</para>
/// </summary>
-SavageClawPvP = 29103,
+VariantCurePvE = 29729,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29104"><strong>Wicked Talon</strong></see> <i>PvP</i> (GNB) [29104] [Weaponskill]
-/// <para>Delivers an attack with a potency of 7,000.</para>
-/// <para>Combo Action: Savage Claw</para>
-/// <para>Additional Effect: Grants Ready to Gouge</para>
-/// <para>Duration: 5s</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/29730"><strong>Variant Ultimatum</strong></see> <i>PvE</i> (Any Disciple of War or Magic (excluding limited jobs)) [29730] [Ability]
+/// <para>Provoke nearby enemies, placing yourself at the top of their enmity list while gaining additional enmity.</para>
+/// <para>Additional Effect: Stun</para>
+/// <para>Duration: 4s</para>
+/// <para>Additional Effect: Significantly increases enmity generation</para>
+/// <para>Duration: 60s</para>
/// </summary>
-WickedTalonPvP = 29104,
+VariantUltimatumPvE = 29730,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29105"><strong>Double Down</strong></see> <i>PvP</i> (GNB) [29105] [Weaponskill]
-/// <para>Delivers an attack with a potency of 12,000 to all nearby enemies.</para>
-/// <para>This weaponskill does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/29731"><strong>Variant Raise</strong></see> <i>PvE</i> (GLA MRD PGL LNC ARC ROG THM ACN PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [29731] [Spell]
+/// <para>Resurrects target to a weakened state.</para>
+/// <para>This action does not share a recast timer with any other actions. Furthermore, the recast timer cannot be affected by other actions.</para>
/// </summary>
-DoubleDownPvP = 29105,
+VariantRaisePvE = 29731,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29106"><strong>Continuation</strong></see> <i>PvP</i> (GNB) [29106] [Ability]
-/// <para>Allows the firing of successive rounds with your gunblade.</para>
-/// <para>Gnashing Fang may be followed by Jugular Rip.</para>
-/// <para>Savage Claw may be followed by Abdomen Tear.</para>
-/// <para>Wicked Talon may be followed by Eye Gouge.</para>
-/// <para>Burst Strike may be followed by Hypervelocity.</para>
+/// <see href="https://garlandtools.org/db/#action/29732"><strong>Variant Spirit Dart</strong></see> <i>PvE</i> (GLA MRD CNJ PLD WAR WHM SCH DRK AST GNB SGE) [29732] [Ability]
+/// <para>Deals damage over time to target and all enemies nearby it.</para>
+/// <para>Potency: 2,040</para>
+/// <para>Duration: 30s</para>
+/// <para>This action is not affected by attributes or enhancing effects.</para>
/// </summary>
-ContinuationPvP = 29106,
+VariantSpiritDartPvE = 29732,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29107"><strong>Hypervelocity</strong></see> <i>PvP</i> (GNB) [29107] [Ability]
-/// <para>Delivers an attack with a potency of 3,000.</para>
-/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 6,000 potency</para>
-/// <para>Duration: 7s</para>
-/// <para>Junction DPS Bonus: Increases potency to 5,000</para>
-/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
-/// <para>Cure Potency: 4,000</para>
-/// <para>Can only be executed when Ready to Blast.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/29733"><strong>Variant Rampart</strong></see> <i>PvE</i> (PGL LNC ARC ROG CNJ THM ACN MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE VPR PCT) [29733] [Ability]
+/// <para>Reduces damage taken by 20%.</para>
+/// <para>Duration: 60s</para>
+/// <para>Additional Effect: Creates a barrier around self that absorbs damage equivalent to a heal of 21,000 potency</para>
+/// <para>Duration: 8s</para>
/// </summary>
-HypervelocityPvP = 29107,
+VariantRampartPvE = 29733,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29108"><strong>Jugular Rip</strong></see> <i>PvP</i> (GNB) [29108] [Ability]
-/// <para>Delivers an attack with a potency of 1,000.</para>
-/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 4,000 potency</para>
-/// <para>Duration: 7s</para>
-/// <para>Junction DPS Bonus: Increases potency to 3,000</para>
-/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
-/// <para>Cure Potency: 2,000</para>
-/// <para>Can only be executed when Ready to Rip.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/29734"><strong>Variant Raise II</strong></see> <i>PvE</i> (Any Disciple of War or Magic (excluding limited jobs)) [29734] [Spell]
+/// <para>Resurrects target to a weakened state. Resurrection restrictions do not apply.</para>
/// </summary>
-JugularRipPvP = 29108,
+VariantRaiseIiPvE = 29734,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29109"><strong>Abdomen Tear</strong></see> <i>PvP</i> (GNB) [29109] [Ability]
-/// <para>Delivers an attack with a potency of 2,000.</para>
-/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 5,000 potency</para>
-/// <para>Duration: 7s</para>
-/// <para>Junction DPS Bonus: Increases potency to 4,000</para>
-/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
-/// <para>Cure Potency: 3,000</para>
-/// <para>Can only be executed when Ready to Tear.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/29735"><strong>Guard</strong></see> <i>PvP</i> (Jobs of the Disciples of War or Magic) [29735] [Ability]
+/// <para>Reduces damage taken by 90% and grants immunity to Stun, Heavy, Bind, Silence, Half-asleep, Sleep, Deep Freeze, and knockback and draw-in effects.</para>
+/// <para>Duration: 5s</para>
+/// <para>Movement speed is reduced by 50% for the duration of this effect.</para>
+/// <para>Effect ends upon reuse, using another action, or when the effect duration expires.</para>
/// </summary>
-AbdomenTearPvP = 29109,
+GuardPvP_29735 = 29735,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29110"><strong>Eye Gouge</strong></see> <i>PvP</i> (GNB) [29110] [Ability]
-/// <para>Delivers an attack with a potency of 3,000.</para>
-/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 6,000 potency</para>
-/// <para>Duration: 7s</para>
-/// <para>Junction DPS Bonus: Increases potency to 5,000</para>
-/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
-/// <para>Cure Potency: 4,000</para>
-/// <para>Can only be executed when Ready to Gouge.</para>
+/// <see href="https://garlandtools.org/db/#action/29736"><strong>Chaotic Cyclone</strong></see> <i>PvP</i> (WAR) [29736] [Weaponskill]
+/// <para>Delivers an attack with a potency of 8,000 to all nearby enemies.</para>
+/// <para>Inner Release Potency: 16,000</para>
+/// <para>Can only be executed while under the effect of Nascent Chaos.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-EyeGougePvP = 29110,
+ChaoticCyclonePvP = 29736,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29111"><strong>Hypervelocity</strong></see> <i>PvP</i> (GNB) [29111] [Ability]
-/// <para>Delivers an attack with a potency of 3,000.</para>
-/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 6,000 potency</para>
-/// <para>Duration: 7s</para>
-/// <para>Junction DPS Bonus: Increases potency to 5,000</para>
-/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
-/// <para>Cure Potency: 4,000</para>
-/// <para>Can only be executed when Ready to Blast.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/29737"><strong>Quietus</strong></see> <i>PvP</i> (DRK) [29737] [Weaponskill]
+/// <para>Delivers an attack with a potency of 8,000 to all nearby enemies.</para>
+/// <para>Additional Effect: Absorbs 100% of damage dealt as HP</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
/// </summary>
-HypervelocityPvP_29111 = 29111,
+QuietusPvP = 29737,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29112"><strong>Jugular Rip</strong></see> <i>PvP</i> (GNB) [29112] [Ability]
-/// <para>Delivers an attack with a potency of 1,000.</para>
-/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 4,000 potency</para>
-/// <para>Duration: 7s</para>
-/// <para>Junction DPS Bonus: Increases potency to 3,000</para>
-/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
-/// <para>Cure Potency: 2,000</para>
-/// <para>Can only be executed when Ready to Rip.</para>
+/// <see href="https://garlandtools.org/db/#action/29738"><strong>Shadowbringer</strong></see> <i>PvP</i> (DRK) [29738] [Ability]
+/// <para>Deals unaspected damage with a potency of 6,000 to all enemies in a straight line before you.</para>
+/// <para>Consumes 20% of your maximum HP when executed.</para>
+/// <para>Additional Effect: Grants Blackblood</para>
+/// <para>Duration: 10s</para>
+/// <para>Cannot be executed when current HP falls below 20%.</para>
/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Souleater Combo changes to Bloodspiller while under the effect of Blackblood.</para>
/// </summary>
-JugularRipPvP_29112 = 29112,
+ShadowbringerPvP_29738 = 29738,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29113"><strong>Abdomen Tear</strong></see> <i>PvP</i> (GNB) [29113] [Ability]
-/// <para>Delivers an attack with a potency of 2,000.</para>
-/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 5,000 potency</para>
-/// <para>Duration: 7s</para>
-/// <para>Junction DPS Bonus: Increases potency to 4,000</para>
-/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
-/// <para>Cure Potency: 3,000</para>
-/// <para>Can only be executed when Ready to Tear.</para>
+/// <see href="https://garlandtools.org/db/#action/29783"><strong>the Bole</strong></see> <i>PvP</i> (AST) [29783] [Ability]
+/// <para>Reduces damage taken by self or target and nearby party members by 10%.</para>
+/// <para>Duration: 15s</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-AbdomenTearPvP_29113 = 29113,
+TheBolePvP = 29783,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29114"><strong>Eye Gouge</strong></see> <i>PvP</i> (GNB) [29114] [Ability]
-/// <para>Delivers an attack with a potency of 3,000.</para>
-/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 6,000 potency</para>
-/// <para>Duration: 7s</para>
-/// <para>Junction DPS Bonus: Increases potency to 5,000</para>
-/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
-/// <para>Cure Potency: 4,000</para>
-/// <para>Can only be executed when Ready to Gouge.</para>
+/// <see href="https://garlandtools.org/db/#action/29784"><strong>the Arrow</strong></see> <i>PvP</i> (AST) [29784] [Ability]
+/// <para>Reduces weaponskill cast time and recast time, as well as spell cast time and recast time for self or target and nearby party members by 10%, while also increasing movement speed by 25%.</para>
+/// <para>Duration: 15s</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-EyeGougePvP_29114 = 29114,
+TheArrowPvP = 29784,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29115"><strong>Hypervelocity</strong></see> <i>PvP</i> (GNB) [29115] [Ability]
-/// <para>Delivers an attack with a potency of 3,000.</para>
-/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 6,000 potency</para>
-/// <para>Duration: 7s</para>
-/// <para>Junction DPS Bonus: Increases potency to 5,000</para>
-/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
-/// <para>Cure Potency: 4,000</para>
-/// <para>Can only be executed when Ready to Blast.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/31314"><strong>Isle Sprint</strong></see> <i>PvE</i> (All Classes) [31314] [System]
+/// <para>Movement speed is increased.</para>
+/// <para>Duration: 20s</para>
/// </summary>
-HypervelocityPvP_29115 = 29115,
+IsleSprintPvE = 31314,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29116"><strong>Jugular Rip</strong></see> <i>PvP</i> (GNB) [29116] [Ability]
-/// <para>Delivers an attack with a potency of 1,000.</para>
-/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 4,000 potency</para>
-/// <para>Duration: 7s</para>
-/// <para>Junction DPS Bonus: Increases potency to 3,000</para>
-/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
-/// <para>Cure Potency: 2,000</para>
-/// <para>Can only be executed when Ready to Rip.</para>
+/// <see href="https://garlandtools.org/db/#action/31393"><strong>Gentlemanly Smash</strong></see> <i>PvE</i> (All Classes) [31393] [Weaponskill]
/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-JugularRipPvP_29116 = 29116,
+GentlemanlySmashPvE = 31393,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29117"><strong>Abdomen Tear</strong></see> <i>PvP</i> (GNB) [29117] [Ability]
-/// <para>Delivers an attack with a potency of 2,000.</para>
-/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 5,000 potency</para>
-/// <para>Duration: 7s</para>
-/// <para>Junction DPS Bonus: Increases potency to 4,000</para>
-/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
-/// <para>Cure Potency: 3,000</para>
-/// <para>Can only be executed when Ready to Tear.</para>
+/// <see href="https://garlandtools.org/db/#action/31394"><strong>Gentlemanly Thrust</strong></see> <i>PvE</i> (All Classes) [31394] [Weaponskill]
/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-AbdomenTearPvP_29117 = 29117,
+GentlemanlyThrustPvE = 31394,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29118"><strong>Eye Gouge</strong></see> <i>PvP</i> (GNB) [29118] [Ability]
-/// <para>Delivers an attack with a potency of 3,000.</para>
-/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 6,000 potency</para>
-/// <para>Duration: 7s</para>
-/// <para>Junction DPS Bonus: Increases potency to 5,000</para>
-/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
-/// <para>Cure Potency: 4,000</para>
-/// <para>Can only be executed when Ready to Gouge.</para>
+/// <see href="https://garlandtools.org/db/#action/31395"><strong>Rage of the Gentleman</strong></see> <i>PvE</i> (All Classes) [31395] [Weaponskill]
/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-EyeGougePvP_29118 = 29118,
+RageOfTheGentlemanPvE = 31395,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29119"><strong>Hypervelocity</strong></see> <i>PvP</i> (GNB) [29119] [Ability]
-/// <para>Delivers an attack with a potency of 3,000.</para>
-/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 6,000 potency</para>
-/// <para>Duration: 7s</para>
-/// <para>Junction DPS Bonus: Increases potency to 5,000</para>
-/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
-/// <para>Cure Potency: 4,000</para>
-/// <para>Can only be executed when Ready to Blast.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/31396"><strong>Manderdouble Lariat</strong></see> <i>PvE</i> (All Classes) [31396] [Ability]
+/// <para>Delivers a gentlemanly attack with a potency of 1,600 to all nearby enemies.</para>
+/// <para>Can only be executed while under the effect of Gloves Off. Effect fades upon execution.</para>
/// </summary>
-HypervelocityPvP_29119 = 29119,
+ManderdoubleLariatPvE = 31396,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29120"><strong>Jugular Rip</strong></see> <i>PvP</i> (GNB) [29120] [Ability]
-/// <para>Delivers an attack with a potency of 1,000.</para>
-/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 4,000 potency</para>
-/// <para>Duration: 7s</para>
-/// <para>Junction DPS Bonus: Increases potency to 3,000</para>
-/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
-/// <para>Cure Potency: 2,000</para>
-/// <para>Can only be executed when Ready to Rip.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/31397"><strong>Manderville Dropkick</strong></see> <i>PvE</i> (All Classes) [31397] [Ability]
+/// <para>Leap towards your target, delivering a gentlemanly attack with a potency of 900 to all enemies in your path.</para>
+/// <para>Can only be executed while under the effect of Gloves Off. Effect fades upon execution.</para>
/// </summary>
-JugularRipPvP_29120 = 29120,
+MandervilleDropkickPvE = 31397,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29121"><strong>Abdomen Tear</strong></see> <i>PvP</i> (GNB) [29121] [Ability]
-/// <para>Delivers an attack with a potency of 2,000.</para>
-/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 5,000 potency</para>
-/// <para>Duration: 7s</para>
-/// <para>Junction DPS Bonus: Increases potency to 4,000</para>
-/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
-/// <para>Cure Potency: 3,000</para>
-/// <para>Can only be executed when Ready to Tear.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/31398"><strong>Manderville Sprint</strong></see> <i>PvE</i> (All Classes) [31398] [Ability]
+/// <para>Movement speed is increased in a gentlemanly fashion.</para>
+/// <para>Duration: 15s</para>
/// </summary>
-AbdomenTearPvP_29121 = 29121,
+MandervilleSprintPvE = 31398,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29122"><strong>Eye Gouge</strong></see> <i>PvP</i> (GNB) [29122] [Ability]
-/// <para>Delivers an attack with a potency of 3,000.</para>
-/// <para>Junction Tank Bonus: Creates a barrier around self that absorbs damage equivalent to a heal of 6,000 potency</para>
-/// <para>Duration: 7s</para>
-/// <para>Junction DPS Bonus: Increases potency to 5,000</para>
-/// <para>Junction Healer Bonus: Restores own HP and the HP of nearby party members within a radius of 15 yalms</para>
-/// <para>Cure Potency: 4,000</para>
-/// <para>Can only be executed when Ready to Gouge.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/31399"><strong>Limit Break</strong></see> <i>PvE</i> (All Classes) [31399] [Weaponskill]
+/// <para>Execute a powerful gentlemanly technique upon your target.</para>
/// </summary>
-EyeGougePvP_29122 = 29122,
+LimitBreakPvE = 31399,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29123"><strong>Rough Divide</strong></see> <i>PvP</i> (GNB) [29123] [Ability]
-/// <para>Rushes target and delivers an attack with a potency of 2,000.</para>
-/// <para>Additional Effect: Grants No Mercy</para>
-/// <para>No Mercy Effect: Increases damage dealt and healing potency by 20%, while also increasing movement speed by 25%</para>
-/// <para>Duration: 7s</para>
-/// <para>Maximum Charges: 2</para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#action/31472"><strong>Frighten</strong></see> <i>PvE</i> (All Classes) [31472] [Special]
+/// <para>Emerge from the shadows, feigning great rancor.</para>
+/// </summary>
+FrightenPvE = 31472,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/31785"><strong>Engravement</strong></see> <i>PvE</i> (All Classes) [31785] [Ability]
+/// <para>Delivers a jumping attack with a potency of 150.</para>
/// </summary>
-RoughDividePvP = 29123,
+EngravementPvE = 31785,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29124"><strong>Draw and Junction</strong></see> <i>PvP</i> (GNB) [29124] [Ability]
-/// <para>Grants self a beneficial effect based on the selected party member or enemy.</para>
-/// <para>If target is a DPS, grants Junction DPS.</para>
-/// <para>If target is a tank, or if no target is selected, grants Junction Tank.</para>
-/// <para>If target is a healer, grants Junction Healer.</para>
-/// <para>Additional Effect: Grants Powder Barrel when targeting an enemy</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/31786"><strong>Slice</strong></see> <i>PvE</i> (All Classes) [31786] [Weaponskill]
/// <para></para>
-/// <para>※Solid Barrel Combo changes to Burst Strike while under the effect of Powder Barrel.</para>
/// </summary>
-DrawAndJunctionPvP = 29124,
+SlicePvE_31786 = 31786,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29125"><strong>Junctioned Cast</strong></see> <i>PvP</i> (GNB) [29125] [Ability]
-/// <para>Executes an action depending on your current Junction.</para>
-/// <para>Junction DPS: Blasting Zone</para>
-/// <para>Junction Tank: Nebula</para>
-/// <para>Junction Healer: Aurora</para>
+/// <see href="https://garlandtools.org/db/#action/31787"><strong>Waxing Slice</strong></see> <i>PvE</i> (All Classes) [31787] [Weaponskill]
+/// <para></para>
/// </summary>
-JunctionedCastPvP = 29125,
+WaxingSlicePvE_31787 = 31787,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29126"><strong>Nebula</strong></see> <i>PvP</i> (GNB) [29126] [Ability]
-/// <para>Reduces damage taken by 20% and delivers an attack with a potency of 4,000 every time you suffer damage.</para>
-/// <para>Duration: 10s</para>
-/// <para>Can only be executed while under the effect of Junction Tank.</para>
-/// <para>Shares a recast timer with Blasting Zone and Aurora.</para>
+/// <see href="https://garlandtools.org/db/#action/31788"><strong>Infernal Slice</strong></see> <i>PvE</i> (All Classes) [31788] [Weaponskill]
/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-NebulaPvP = 29126,
+InfernalSlicePvE_31788 = 31788,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29128"><strong>Blasting Zone</strong></see> <i>PvP</i> (GNB) [29128] [Ability]
-/// <para>Delivers an attack with a potency of 10,000.</para>
-/// <para>Can only be executed while under the effect of Junction DPS.</para>
-/// <para>Shares a recast timer with Nebula and Aurora.</para>
+/// <see href="https://garlandtools.org/db/#action/31789"><strong>Spinning Scythe</strong></see> <i>PvE</i> (All Classes) [31789] [Weaponskill]
/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-BlastingZonePvP = 29128,
+SpinningScythePvE_31789 = 31789,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29129"><strong>Aurora</strong></see> <i>PvP</i> (GNB) [29129] [Ability]
-/// <para>Restores own or target party member's HP.</para>
-/// <para>Cure Potency: 12,000</para>
-/// <para>Additional Effect: Regen</para>
-/// <para>Cure Potency: 3,000</para>
-/// <para>Duration: 12s</para>
-/// <para>Can only be executed while under the effect of Junction Healer.</para>
-/// <para>Shares a recast timer with Nebula and Blasting Zone.</para>
+/// <see href="https://garlandtools.org/db/#action/31790"><strong>Nightmare Scythe</strong></see> <i>PvE</i> (All Classes) [31790] [Weaponskill]
/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-AuroraPvP = 29129,
+NightmareScythePvE_31790 = 31790,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29155"><strong>Seize</strong></see> <i>PvE</i> (All Classes) [29155] [Special]
-/// <para>Snare a happy bunny in your net with a single swift motion.</para>
+/// <see href="https://garlandtools.org/db/#action/31792"><strong>Mark of the Harvest</strong></see> <i>PvE</i> (All Classes) [31792] [Weaponskill]
+/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
+/// <para>Additional Effect: Afflicts target with Mark of the Harvest, increasing damage you deal target by 10%</para>
+/// <para>Duration: 30s</para>
+/// <para>For targets already afflicted, extends Mark of the Harvest duration by 30s to a maximum of 60s.</para>
/// </summary>
-SeizePvE_29155 = 29155,
+MarkOfTheHarvestPvE = 31792,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29223"><strong>Glare III</strong></see> <i>PvP</i> (WHM) [29223] [Spell]
-/// <para>Deals unaspected damage with a potency of 5,000.</para>
+/// <see href="https://garlandtools.org/db/#action/31793"><strong>Arcane Crest</strong></see> <i>PvE</i> (All Classes) [31793] [Ability]
+/// <para>Grants Crest of Time Borrowed to self, creating a barrier that absorbs damage equivalent to 10% of your maximum HP.</para>
+/// <para>Duration: 5s</para>
+/// <para></para>
/// </summary>
-GlareIiiPvP = 29223,
+ArcaneCrestPvE_31793 = 31793,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29224"><strong>Cure II</strong></see> <i>PvP</i> (WHM) [29224] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 12,000</para>
-/// <para>Maximum Charges: 2</para>
-/// <para>This action does not share a recast timer with any other actions.</para>
-/// <para></para>
-/// <para>※Action changes to Cure III when under the effect of Cure III Ready.</para>
+/// <see href="https://garlandtools.org/db/#action/31794"><strong>Communio</strong></see> <i>PvE</i> (All Classes) [31794] [Spell]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 1,100 for the first enemy, and 60% less for all remaining enemies.</para>
/// </summary>
-CureIiPvP = 29224,
+CommunioPvE_31794 = 31794,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29225"><strong>Cure III</strong></see> <i>PvP</i> (WHM) [29225] [Spell]
-/// <para>Restores HP of self or target and all party members nearby target.</para>
-/// <para>Cure Potency: 16,000</para>
-/// <para>Can only be executed while under the effect of Cure III Ready.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/32065"><strong>Release Iron Will</strong></see> <i>PvE</i> (GLA PLD) [32065] [Ability]
+/// <para>Cancels the effect of Iron Will.</para>
/// </summary>
-CureIiiPvP = 29225,
+ReleaseIronWillPvE = 32065,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29226"><strong>Afflatus Misery</strong></see> <i>PvP</i> (WHM) [29226] [Spell]
-/// <para>Deals unaspected damage with a potency of 12,000 to target and all enemies nearby it.</para>
-/// <para>This action does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/32066"><strong>Release Defiance</strong></see> <i>PvE</i> (MRD WAR) [32066] [Ability]
+/// <para>Cancels the effect of Defiance.</para>
/// </summary>
-AfflatusMiseryPvP = 29226,
+ReleaseDefiancePvE = 32066,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29227"><strong>Aquaveil</strong></see> <i>PvP</i> (WHM) [29227] [Ability]
-/// <para>Creates a barrier around self or target party member that absorbs damage equivalent to a heal of 8,000 potency.</para>
-/// <para>Duration: 10s</para>
-/// <para>Additional Effect: Nullifies one status affliction that can be removed by Purify</para>
-/// <para>Barrier potency is doubled when successfully nullifying a status affliction.</para>
+/// <see href="https://garlandtools.org/db/#action/32067"><strong>Release Grit</strong></see> <i>PvE</i> (DRK) [32067] [Ability]
+/// <para>Cancels the effect of Grit.</para>
/// </summary>
-AquaveilPvP = 29227,
+ReleaseGritPvE = 32067,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29228"><strong>Miracle of Nature</strong></see> <i>PvP</i> (WHM) [29228] [Ability]
-/// <para>Forcibly transforms target into a diminutive creature, preventing them from using actions.</para>
-/// <para>Duration: 2s</para>
-/// <para>Has no effect on players under the effect of Guard, players riding machina, or non-player combatants.</para>
+/// <see href="https://garlandtools.org/db/#action/32068"><strong>Release Royal Guard</strong></see> <i>PvE</i> (GNB) [32068] [Ability]
+/// <para>Cancels the effect of Royal Guard.</para>
/// </summary>
-MiracleOfNaturePvP = 29228,
+ReleaseRoyalGuardPvE = 32068,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29229"><strong>Seraph Strike</strong></see> <i>PvP</i> (WHM) [29229] [Ability]
-/// <para>Delivers a jumping attack that deals unaspected damage to target and all enemies nearby it with a potency of 8,000.</para>
-/// <para>Additional Effect: Grants Protect to self and nearby party members</para>
-/// <para>Protect Effect: Reduces damage taken by 10%</para>
-/// <para>Duration: 10s</para>
-/// <para>Additional Effect: Grants Cure III Ready</para>
-/// <para>Duration: 10s</para>
-/// <para>Cannot be executed while bound.</para>
-/// <para></para>
-/// <para>※Cure II changes to Cure III while under the effect of Cure III Ready.</para>
+/// <see href="https://garlandtools.org/db/#action/32781"><strong>Rotosmash</strong></see> <i>PvE</i> (All Classes) [32781] [Special]
+/// <para>Deals damage to target.</para>
/// </summary>
-SeraphStrikePvP = 29229,
+RotosmashPvE = 32781,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29231"><strong>Broil IV</strong></see> <i>PvP</i> (SCH) [29231] [Spell]
-/// <para>Deals unaspected damage with a potency of 5,000.</para>
+/// <see href="https://garlandtools.org/db/#action/32782"><strong>Wrecking Ball</strong></see> <i>PvE</i> (All Classes) [32782] [Special]
+/// <para>Deals damage to nearby enemies while increasing damage taken.</para>
/// </summary>
-BroilIvPvP = 29231,
+WreckingBallPvE = 32782,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29232"><strong>Adloquium</strong></see> <i>PvP</i> (SCH) [29232] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 3,000</para>
-/// <para>Additional Effect: Grants Galvanize and Catalyze to target</para>
-/// <para>Galvanize Effect: Absorbs damage equivalent to a heal of 6,000 potency</para>
-/// <para>Duration: 15s</para>
-/// <para>Barrier potency is increased by 50% when you are under the effect of Recitation.</para>
-/// <para>Catalyze Effect: Increases damage dealt by 8%</para>
-/// <para>Duration: 15s</para>
-/// <para>Maximum Charges: 2</para>
-/// <para>This action does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/33013"><strong>Bloodbath</strong></see> <i>PvE</i> (All Classes) [33013] [Ability]
+/// <para>Converts a portion of physical damage dealt into HP.</para>
+/// <para>Duration: 20s</para>
/// </summary>
-AdloquiumPvP = 29232,
+BloodbathPvE_33013 = 33013,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29233"><strong>Biolysis</strong></see> <i>PvP</i> (SCH) [29233] [Spell]
-/// <para>Afflicts target with Biolysis and Biolytic.</para>
-/// <para>Biolysis Effect: Damage over time</para>
-/// <para>Potency: 3,000</para>
-/// <para>Duration: 15s</para>
-/// <para>Potency is increased by 50% when you are under the effect of Recitation.</para>
-/// <para>Biolytic Effect: Reduces target's damage dealt by 8%</para>
+/// <see href="https://garlandtools.org/db/#action/33862"><strong>Variant Cure</strong></see> <i>PvE</i> (GLA MRD PGL LNC ARC ROG THM ACN PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [33862] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 16,800</para>
+/// <para>Additional Effect: Regen</para>
+/// <para>Cure Potency: 5,000</para>
/// <para>Duration: 15s</para>
-/// <para>This action does not share a recast timer with any other actions.</para>
+/// <para>Additional Effect: Cure potency is doubled when target is under the effect of Rehabilitation</para>
+/// <para>This action is not affected by attributes.</para>
/// </summary>
-BiolysisPvP = 29233,
+VariantCurePvE_33862 = 33862,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29234"><strong>Deployment Tactics</strong></see> <i>PvP</i> (SCH) [29234] [Ability]
-/// <para>Extends Galvanize and Catalyze effects cast on self or target to nearby party members.</para>
-/// <para>When targeting an enemy, extends Biolysis and Biolytic effects to other nearby enemies.</para>
-/// <para>Duration: Time remaining on original effect</para>
-/// <para>No effect on targets not under effects applied by you, players riding machina, or non-player combatants.</para>
-/// <para>Maximum Charges: 2</para>
+/// <see href="https://garlandtools.org/db/#action/33863"><strong>Variant Spirit Dart</strong></see> <i>PvE</i> (GLA MRD CNJ PLD WAR WHM SCH DRK AST GNB SGE) [33863] [Ability]
+/// <para>Deals damage over time to target and all enemies nearby it.</para>
+/// <para>Potency: 2,460</para>
+/// <para>Duration: 30s</para>
+/// <para>This action is not affected by attributes or enhancing effects.</para>
/// </summary>
-DeploymentTacticsPvP = 29234,
+VariantSpiritDartPvE_33863 = 33863,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29235"><strong>Mummification</strong></see> <i>PvP</i> (SCH) [29235] [Ability]
-/// <para>Deals unaspected damage with a potency of 6,000 to all enemies in a cone before you.</para>
-/// <para>Additional Effect: Reduces target's HP recovered by healing actions by 25%</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/33864"><strong>Variant Rampart</strong></see> <i>PvE</i> (PGL LNC ARC ROG CNJ THM ACN MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE VPR PCT) [33864] [Ability]
+/// <para>Reduces damage taken by 20%.</para>
+/// <para>Duration: 60s</para>
+/// <para>Additional Effect: Creates a barrier around self that absorbs damage equivalent to a heal of 25,000 potency</para>
+/// <para>Duration: 8s</para>
/// </summary>
-MummificationPvP = 29235,
+VariantRampartPvE_33864 = 33864,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29236"><strong>Expedient</strong></see> <i>PvP</i> (SCH) [29236] [Ability]
-/// <para>Grants Expedience and Desperate Measures to self and all nearby party members.</para>
-/// <para>Expedience Effect: Increases movement speed by 25%</para>
-/// <para>Duration: 10s</para>
-/// <para>Desperate Measures Effect: Reduces damage taken by 10%</para>
+/// <see href="https://garlandtools.org/db/#action/33987"><strong>Dodge</strong></see> <i>PvE</i> (All Classes) [33987] [Ability]
+/// <para>Take evasive action in the selected direction.</para>
+/// <para>Additional Effect: Grants Precision upon successfully executing a precision dodge</para>
/// <para>Duration: 10s</para>
-/// <para>Additional Effect: Grants Recitation</para>
-/// <para>Recitation Effect: Increases the potency of Galvanize, Biolysis, and Biolytic effects</para>
-/// <para>Duration: 15s</para>
/// </summary>
-ExpedientPvP = 29236,
+DodgePvE = 33987,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29238"><strong>Consolation</strong></see> <i>PvP</i> (SCH) [29238] [Ability]
-/// <para>Orders Seraph to execute Consolation.</para>
-/// <para>Consolation Effect: Restores HP of all nearby party members</para>
-/// <para>Cure Potency: 4,000</para>
-/// <para>Additional Effect: Erects a magicked barrier which nullifies damage equivalent to a heal of 4,000 potency</para>
+/// <see href="https://garlandtools.org/db/#action/33988"><strong>Dodge</strong></see> <i>PvE</i> (All Classes) [33988] [Ability]
+/// <para>Take evasive action in the selected direction.</para>
+/// <para>Additional Effect: Grants Precision upon successfully executing a precision dodge</para>
/// <para>Duration: 10s</para>
-/// <para>Can only be executed while Seraph is summoned.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-ConsolationPvP = 29238,
+DodgePvE_33988 = 33988,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29239"><strong>Seraph Flight</strong></see> <i>PvP</i> (SCH) [29239] [Ability]
-/// <para>Grants Seraph Flight and Excogitation to all nearby party members.</para>
-/// <para>Seraph Flight Effect: Nullifies the next status affliction that can be removed by Purify</para>
-/// <para>Duration: 20s</para>
-/// <para>Excogitation Effect: Restores HP when HP falls below 50% or upon effect duration expiration</para>
-/// <para>Cure Potency: 8,000</para>
-/// <para>Duration: 20s</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/33989"><strong>Dodge</strong></see> <i>PvE</i> (All Classes) [33989] [Ability]
+/// <para>Take evasive action in the selected direction.</para>
+/// <para>Additional Effect: Grants Precision upon successfully executing a precision dodge</para>
+/// <para>Duration: 10s</para>
/// </summary>
-SeraphFlightPvP = 29239,
+DodgePvE_33989 = 33989,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29240"><strong>Seraphic Veil</strong></see> <i>PvP</i> (SCH) [29240] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 4,000</para>
-/// <para>Additional Effect: Erects a magicked barrier which nullifies damage equivalent to a heal of 4,000 potency</para>
+/// <see href="https://garlandtools.org/db/#action/33990"><strong>Dodge</strong></see> <i>PvE</i> (All Classes) [33990] [Ability]
+/// <para>Take evasive action in the selected direction.</para>
+/// <para>Additional Effect: Grants Precision upon successfully executing a precision dodge</para>
/// <para>Duration: 10s</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-SeraphicVeilPvP = 29240,
+DodgePvE_33990 = 33990,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29241"><strong>Consolation</strong></see> <i>PvP</i> (SCH) [29241] [Ability]
-/// <para>Restores the HP of all nearby party members.</para>
-/// <para>Cure Potency: 4,000</para>
-/// <para>Additional Effect: Erects a magicked barrier which nullifies damage equivalent to a heal of 4,000 potency</para>
-/// <para>Duration: 10s</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/33997"><strong>Dodge</strong></see> <i>PvE</i> (All Classes) [33997] [Ability]
+/// <para>Take evasive action in the selected direction.</para>
+/// <para>Additional Effect: Applies Precision upon successfully executing a precision dodge</para>
+/// <para>Duration: 5s</para>
/// </summary>
-ConsolationPvP_29241 = 29241,
+DodgePvE_33997 = 33997,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29242"><strong>Fall Malefic</strong></see> <i>PvP</i> (AST) [29242] [Spell]
-/// <para>Deals unaspected damage with a potency of 5,000.</para>
+/// <see href="https://garlandtools.org/db/#action/34515"><strong>Precision Strike</strong></see> <i>PvE</i> (All Classes) [34515] [Ability]
+/// <para>Closes in on target while delivering an attack.</para>
+/// <para>Can only be executed while Precision is active.</para>
/// </summary>
-FallMaleficPvP = 29242,
+PrecisionStrikePvE = 34515,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29243"><strong>Aspected Benefic</strong></see> <i>PvP</i> (AST) [29243] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 5,000</para>
-/// <para>Potency increases up to 10,000 as the target's HP decreases, reaching its maximum value when the target has 50% HP or less.</para>
-/// <para>Additional Effect: Grants Diurnal Benefic to target</para>
-/// <para>Diurnal Benefic Effect: Gradually restores HP</para>
-/// <para>Cure Potency: 2,000</para>
-/// <para>Duration: 15s</para>
-/// <para>Maximum Charges: 2</para>
-/// <para>This action does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/34563"><strong>Goblin Punch</strong></see> <i>PvE</i> (BLU) [34563] [Spell]
+/// <para>Deals physical damage with a potency of 120.</para>
+/// <para>220 when executed in front of a target.</para>
+/// <para>Potency is increased to 220 when you are under the effect of Mighty Guard.</para>
+/// <para>320 when executed in front of a target while you are under the effect of Mighty Guard.</para>
/// </summary>
-AspectedBeneficPvP = 29243,
+GoblinPunchPvE = 34563,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29244"><strong>Gravity II</strong></see> <i>PvP</i> (AST) [29244] [Spell]
-/// <para>Deals unaspected damage with a potency of 8,000 to target and all enemies nearby it.</para>
-/// <para>Additional Effect: Afflicts first target with Heavy +75%</para>
-/// <para>Duration: 5s</para>
-/// <para>This action does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/34564"><strong>Right Round</strong></see> <i>PvE</i> (BLU) [34564] [Spell]
+/// <para>Deals physical damage with a potency of 110 to all nearby enemies.</para>
+/// <para>Additional Effect: 10-yalm knockback to all enemies and party members in range</para>
+/// <para>Cannot be used outside of combat or when target is suffering from certain enfeeblements.</para>
/// </summary>
-GravityIiPvP = 29244,
+RightRoundPvE = 34564,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29245"><strong>Double Cast</strong></see> <i>PvP</i> (AST) [29245] [Ability]
-/// <para>Repeats the spell you previously cast.</para>
-/// <para>Maximum Charges: 2</para>
-/// <para>Can only be executed following a spell.</para>
+/// <see href="https://garlandtools.org/db/#action/34565"><strong>Schiltron</strong></see> <i>PvE</i> (BLU) [34565] [Spell]
+/// <para>Counters enemies with unaspected damage every time you suffer physical damage.</para>
+/// <para>Counter Potency: 50</para>
+/// <para>Duration: 15s</para>
+/// <para>Potency is increased to 100 when you are under the effect of Aetheric Mimicry: Tank.</para>
+/// <para>Effect cannot be stacked with Veil of the Whorl or Ice Spikes.</para>
/// </summary>
-DoubleCastPvP = 29245,
+SchiltronPvE = 34565,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29246"><strong>Fall Malefic</strong></see> <i>PvP</i> (AST) [29246] [Ability]
-/// <para>Deals unaspected damage with a potency of 5,000.</para>
-/// <para>Additonal Effect: Reduces the recast time of Double Cast by 10 seconds</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/34566"><strong>Rehydration</strong></see> <i>PvE</i> (BLU) [34566] [Spell]
+/// <para>Restores own HP.</para>
+/// <para>Cure Potency: 600</para>
/// </summary>
-FallMaleficPvP_29246 = 29246,
+RehydrationPvE = 34566,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29247"><strong>Aspected Benefic</strong></see> <i>PvP</i> (AST) [29247] [Ability]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 5,000</para>
-/// <para>Potency increases up to 10,000 as the target's HP decreases, reaching its maximum value when the target has 50% HP or less.</para>
-/// <para>Additional Effect: Grants Nocturnal Benefic to target</para>
-/// <para>Nocturnal Benefic Effect: Erects a magicked barrier which nullifies damage equivalent to a heal of 5,000 potency</para>
-/// <para>Duration: 15s</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/34567"><strong>Breath of Magic</strong></see> <i>PvE</i> (BLU) [34567] [Spell]
+/// <para>Deals unaspected damage over time with a potency of 120 to all enemies in a cone before you.</para>
+/// <para>Duration: 60s</para>
+/// <para>Only one effect inflicted by this action can be active at a time.</para>
/// </summary>
-AspectedBeneficPvP_29247 = 29247,
+BreathOfMagicPvE = 34567,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29248"><strong>Gravity II</strong></see> <i>PvP</i> (AST) [29248] [Ability]
-/// <para>Deals unaspected damage with a potency of 8,000 to target and all enemies nearby it.</para>
-/// <para>Additional Effect: Afflicts first target with Bind</para>
-/// <para>Duration: 3s</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/34568"><strong>Wild Rage</strong></see> <i>PvE</i> (BLU) [34568] [Spell]
+/// <para>Deals physical damage to all nearby enemies with a potency of 500 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Consumes 50% of your maximum HP when executed.</para>
/// </summary>
-GravityIiPvP_29248 = 29248,
+WildRagePvE = 34568,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29249"><strong>Draw</strong></see> <i>PvP</i> (AST) [29249] [Ability]
-/// <para>Draws the Balance, the Bole, or the Arrow from your divining deck.</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#action/34569"><strong>Peat Pelt</strong></see> <i>PvE</i> (BLU) [34569] [Spell]
+/// <para>Deals earth damage to target and all enemies nearby it with a potency of 100 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Afflicts target with Begrimed</para>
+/// <para>Begrimed Effect: Earth damage over time</para>
+/// <para>Potency: 10</para>
+/// <para>Duration: 9s</para>
/// </summary>
-DrawPvP = 29249,
+PeatPeltPvE = 34569,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29250"><strong>the Balance</strong></see> <i>PvP</i> (AST) [29250] [Ability]
-/// <para>Increases damage dealt by self or target and all nearby party members by 10%.</para>
+/// <see href="https://garlandtools.org/db/#action/34570"><strong>Deep Clean</strong></see> <i>PvE</i> (BLU) [34570] [Spell]
+/// <para>Deals physical damage to all nearby enemies with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Grants one stack of Spick-and-span for each enemy afflicted with Begrimed. The Begrimed effect is also removed.</para>
+/// <para>Maximum Stacks: 6</para>
+/// <para>Spick-and-span Effect: Regen</para>
+/// <para>Cure Potency: 50</para>
+/// <para>Cure potency increases up to 300 based on your accumulated stacks of Spick-and-span.</para>
/// <para>Duration: 15s</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>Additional stacks of Spick-and-span accumulated while the effect is active will not affect duration.</para>
/// </summary>
-TheBalancePvP = 29250,
+DeepCleanPvE = 34570,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29253"><strong>Macrocosmos</strong></see> <i>PvP</i> (AST) [29253] [Ability]
-/// <para>Deals unaspected damage with a potency of 12,000 to all nearby enemies.</para>
-/// <para>Additional Effect: Grants Macrocosmos to self and all nearby party members</para>
-/// <para>Duration: 10s</para>
-/// <para>Action changes to Microcosmos upon execution.</para>
-/// <para>For the effect's duration, 25% of damage taken is compiled.</para>
-/// <para>Restores HP equal to a cure of 4,000 potency plus compiled damage when the effect expires or upon execution of Microcosmos.</para>
+/// <see href="https://garlandtools.org/db/#action/34571"><strong>Ruby Dynamics</strong></see> <i>PvE</i> (BLU) [34571] [Spell]
+/// <para>Deals physical damage with a potency of 220 to all enemies before you.</para>
+/// <para>Shares a recast timer with Chelonian Gate and The Rose of Destruction.</para>
/// </summary>
-MacrocosmosPvP = 29253,
+RubyDynamicsPvE = 34571,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29254"><strong>Microcosmos</strong></see> <i>PvP</i> (AST) [29254] [Ability]
-/// <para>Triggers the healing effect of Macrocosmos, restoring HP equal to a cure of 4,000 potency plus 25% of compiled damage.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/34572"><strong>Divination Rune</strong></see> <i>PvE</i> (BLU) [34572] [Spell]
+/// <para>Deals unaspected damage with a potency of 100 to all enemies in a cone before you.</para>
+/// <para>Additional Effect: Restores MP</para>
/// </summary>
-MicrocosmosPvP = 29254,
+DivinationRunePvE = 34572,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29256"><strong>Dosis III</strong></see> <i>PvP</i> (SGE) [29256] [Spell]
-/// <para>Deals unaspected damage with a potency of 4,000.</para>
-/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
-/// <para>Cure Potency: 2,000</para>
+/// <see href="https://garlandtools.org/db/#action/34573"><strong>Dimensional Shift</strong></see> <i>PvE</i> (BLU) [34573] [Spell]
+/// <para>Delivers an attack to all nearby enemies dealing damage equal to 30% of their current HP.</para>
+/// <para>Has no effect on enemies whose level is higher than your own.</para>
/// </summary>
-DosisIiiPvP = 29256,
+DimensionalShiftPvE = 34573,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29257"><strong>Eukrasian Dosis III</strong></see> <i>PvP</i> (SGE) [29257] [Spell]
-/// <para>Deals unaspected damage over time.</para>
-/// <para>Potency: 4,000</para>
-/// <para>Duration: 15s</para>
-/// <para>Additional Effect: Grants Eukrasian Diagnosis to targets under the effect of Kardion granted by you</para>
-/// <para>Eukrasian Diagnosis Effect: Erects a magicked barrier which nullifies damage equivalent to a heal of 8,000 potency</para>
-/// <para>Duration: 15s</para>
-/// <para>Grants Addersting when barrier is completely absorbed.</para>
-/// <para>Duration: 10s</para>
-/// <para></para>
-/// <para>※Toxikon changes to Toxikon II while under the effect of Addersting.</para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/34574"><strong>Conviction Marcato</strong></see> <i>PvE</i> (BLU) [34574] [Spell]
+/// <para>Deals unaspected damage to all enemies in a straight line before you with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Potency is increased to 440 when you are under the effect of Winged Redemption.</para>
/// </summary>
-EukrasianDosisIiiPvP = 29257,
+ConvictionMarcatoPvE = 34574,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29258"><strong>Eukrasia</strong></see> <i>PvP</i> (SGE) [29258] [Spell]
-/// <para>Upgrades Dosis III to Eukrasian Dosis III.</para>
+/// <see href="https://garlandtools.org/db/#action/34575"><strong>Force Field</strong></see> <i>PvE</i> (BLU) [34575] [Spell]
+/// <para>Grants either Physical Vulnerability Down or Magic Vulnerability Down.</para>
/// <para>Duration: 10s</para>
-/// <para>Effect expires upon executing Eukrasian Dosis III.</para>
-/// <para>Maximum Charges: 2</para>
+/// <para>Physical Vulnerability Down Effect: Reduces physical damage taken by 50%</para>
+/// <para>Magic Vulnerability Down Effect: Reduces magic damage taken by 50%</para>
/// <para>This action does not share a recast timer with any other actions.</para>
/// </summary>
-EukrasiaPvP = 29258,
+ForceFieldPvE = 34575,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29259"><strong>Phlegma III</strong></see> <i>PvP</i> (SGE) [29259] [Spell]
-/// <para>Deals unaspected damage with a potency of 10,000 to target and all enemies nearby it.</para>
-/// <para>Maximum Charges: 2</para>
+/// <see href="https://garlandtools.org/db/#action/34576"><strong>Winged Reprobation</strong></see> <i>PvE</i> (BLU) [34576] [Spell]
+/// <para>Deals physical damage to all enemies in a straight line before you with a potency of 300 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Grants one stack of Winged Reprobation and resets this action's recast timer</para>
+/// <para>Maximum Stacks: 4</para>
+/// <para>Execution at 3 stacks increases potency to 400 and grants one stack of Winged Reprobation, but recast timer will not be reset.</para>
+/// <para>At maximum stacks, Winged Reprobation changes to Winged Redemption.</para>
+/// <para>Winged Redemption Effect: Increases the potency of Conviction Marcato</para>
+/// <para>Duration: 10s</para>
/// <para>This action does not share a recast timer with any other actions.</para>
/// </summary>
-PhlegmaIiiPvP = 29259,
+WingedReprobationPvE = 34576,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29260"><strong>Pneuma</strong></see> <i>PvP</i> (SGE) [29260] [Spell]
-/// <para>Deals unaspected damage with a potency of 12,000 to all enemies in a straight line before you.</para>
-/// <para>Additional Effect: Grants Haima and 4 stacks of Haimatinon to self and all party members within 20 yalms</para>
-/// <para>Haima Effect: Erects a magicked barrier which nullifies damage equivalent to a heal of 3,000 potency</para>
-/// <para>Duration: 10s</para>
-/// <para>When the barrier is completely absorbed, a stack of Haimatinon is consumed and a new barrier is applied.</para>
-/// <para>When the effect duration expires, a healing effect is then applied.</para>
-/// <para>Cure Potency: 3,000 per remaining stack of Haimatinon</para>
-/// <para>This action does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/34577"><strong>Laser Eye</strong></see> <i>PvE</i> (BLU) [34577] [Spell]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: 5-yalm knockback to all enemies within 8 yalms of target</para>
/// </summary>
-PneumaPvP = 29260,
+LaserEyePvE = 34577,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29261"><strong>Icarus</strong></see> <i>PvP</i> (SGE) [29261] [Ability]
-/// <para>Rush to a targeted enemy's or party member's location.</para>
-/// <para>Maximum Charges: 2</para>
-/// <para>Unable to cast if bound.</para>
+/// <see href="https://garlandtools.org/db/#action/34578"><strong>Candy Cane</strong></see> <i>PvE</i> (BLU) [34578] [Spell]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 250 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Lowers strength and dexterity attributes of target by 10%</para>
+/// <para>Duration: 10s</para>
+/// <para>Additional Effect: Restores 10% of maximum MP</para>
+/// <para>Shares a recast timer with Magic Hammer.</para>
/// </summary>
-IcarusPvP = 29261,
+CandyCanePvE = 34578,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29262"><strong>Toxikon</strong></see> <i>PvP</i> (SGE) [29262] [Ability]
-/// <para>Deals unaspected damage with a potency of 2,000 to target and all enemies nearby it.</para>
-/// <para>Additional Effect: Increases target's damage taken by 10%</para>
-/// <para>Duration: 6s</para>
-/// <para>Maximum Charges: 2</para>
-/// <para></para>
-/// <para>※Action changes to Toxikon II while under the effect of Addersting.</para>
+/// <see href="https://garlandtools.org/db/#action/34579"><strong>Mortal Flame</strong></see> <i>PvE</i> (BLU) [34579] [Spell]
+/// <para>Deals fire damage over time with a potency of 40.</para>
+/// <para>Only one effect inflicted by this action can be active at a time.</para>
+/// <para>Has no effect on targets outside of combat.</para>
+/// <para>Effect ends upon target leaving combat.</para>
/// </summary>
-ToxikonPvP = 29262,
+MortalFlamePvE = 34579,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29263"><strong>Toxikon II</strong></see> <i>PvP</i> (SGE) [29263] [Ability]
-/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 8,000 for the first enemy, and 2,000 for all remaining enemies.</para>
-/// <para>Additional Effect: Increases target's damage taken by 10%</para>
-/// <para>Duration: 6s</para>
-/// <para>Can only be executed while under the effect of Addersting.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/34580"><strong>Sea Shanty</strong></see> <i>PvE</i> (BLU) [34580] [Ability]
+/// <para>Deals water damage with a potency of 500 to all nearby enemies.</para>
+/// <para>Additional Effect: Potency increases to 1,000 during rain, showers, and thunderstorms</para>
/// </summary>
-ToxikonIiPvP = 29263,
+SeaShantyPvE = 34580,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29264"><strong>Kardia</strong></see> <i>PvP</i> (SGE) [29264] [Ability]
-/// <para>Grants self the effect of Kardia and a selected party member or self the effect of Kardion, granting the additional effects of Dosis III and Eukrasian Dosis III when these spells are cast.</para>
+/// <see href="https://garlandtools.org/db/#action/34581"><strong>Apokalypsis</strong></see> <i>PvE</i> (BLU) [34581] [Ability]
+/// <para>Delivers damage over time with a potency of 140 to all enemies in a straight line before you.</para>
+/// <para>Duration: 10s</para>
+/// <para>Effect ends upon using another action or moving (including facing a different direction).</para>
+/// <para>Cancels auto-attack upon execution.</para>
+/// <para>Shares a recast timer with Being Mortal.</para>
/// </summary>
-KardiaPvP = 29264,
+ApokalypsisPvE = 34581,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29371"><strong>Foul</strong></see> <i>PvP</i> (BLM) [29371] [Spell]
-/// <para>Deals unaspected damage with a potency of 16,000 to target and all enemies nearby it.</para>
-/// <para>Can only be executed while under the effect of Polyglot.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/34582"><strong>Being Mortal</strong></see> <i>PvE</i> (BLU) [34582] [Ability]
+/// <para>Deals unaspected damage to all nearby enemies with a potency of 800 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Shares a recast timer with Apokalypsis.</para>
/// </summary>
-FoulPvP = 29371,
+BeingMortalPvE = 34582,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29391"><strong>Powerful Shot</strong></see> <i>PvP</i> (BRD) [29391] [Weaponskill]
-/// <para>Delivers a ranged attack with a potency of 4,000.</para>
-/// <para>Potency increases up to 6,000 the further you are from the target, reaching its maximum value when the target is 15 yalms away.</para>
-/// <para>Additional Effect: Reduces the recast time of Empyreal Arrow by 5s</para>
-/// <para>Requires casting time to execute. However, it is possible to walk while casting.</para>
+/// <see href="https://garlandtools.org/db/#action/34606"><strong>Steel Fangs</strong></see> <i>PvE</i> (VPR) [34606] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
/// </summary>
-PowerfulShotPvP = 29391,
+SteelFangsPvE = 34606,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29392"><strong>Pitch Perfect</strong></see> <i>PvP</i> (BRD) [29392] [Weaponskill]
-/// <para>Delivers a ranged attack with a potency of 4,000.</para>
-/// <para>Potency increases up to 8,000 the farther away you are from the target, reaching its maximum value when the target is 15 yalms away.</para>
-/// <para>Additional Effect: Reduces the recast time of Empyreal Arrow by 5s</para>
-/// <para>Can only be executed while under the effect of Repertoire.</para>
+/// <see href="https://garlandtools.org/db/#action/34607"><strong>Dread Fangs</strong></see> <i>PvE</i> (VPR) [34607] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Additional Effect: Afflicts target with Noxious Gnash</para>
+/// <para>Noxious Gnash Effect: Increases damage you deal target by 10%</para>
+/// <para>Duration: 20s</para>
+/// <para>Extends Noxious Gnash duration by 20s to a maximum of 40s.</para>
+/// </summary>
+DreadFangsPvE = 34607,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/34608"><strong>Hunter's Sting</strong></see> <i>PvE</i> (VPR) [34608] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Additional Effect: Grants Hunter's Instinct</para>
+/// <para>Hunter's Instinct Effect: Increases damage dealt by 10%</para>
+/// <para>Duration: 40s</para>
+/// <para>Can only be executed after successfully landing Steel Fangs or Dread Fangs.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Steel Fangs changes to Hunter's Sting when requirements for execution are met.</para>
/// </summary>
-PitchPerfectPvP = 29392,
+HuntersStingPvE = 34608,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29393"><strong>Apex Arrow</strong></see> <i>PvP</i> (BRD) [29393] [Weaponskill]
-/// <para>Delivers an attack with a potency of 8,000 to all enemies in a straight line before you.</para>
-/// <para>Additional Effect: Grants Blast Arrow Ready</para>
-/// <para>Duration: 20s</para>
-/// <para>Additional Effect: Grants Frontliner's March</para>
-/// <para>Frontliner's March Effect: Reduces your weaponskill cast time and recast time by 10%, and increases damage dealt by self and all party members within a radius of 30 yalms by 5%</para>
-/// <para>Duration: 30s</para>
-/// <para>This weaponskill does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/34609"><strong>Swiftskin's Sting</strong></see> <i>PvE</i> (VPR) [34609] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Additional Effect: Grants Swiftscaled</para>
+/// <para>Swiftscaled Effect: Reduces weaponskill cast time and recast time, spell cast time and recast time, and auto-attack delay by 15%</para>
+/// <para>Duration: 40s</para>
+/// <para>Can only be executed after successfully landing Steel Fangs or Dread Fangs.</para>
/// <para></para>
-/// <para>※Action changes to Blast Arrow while under the effect of Blast Arrow Ready.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Dread Fangs changes to Swiftskin's Sting when requirements for execution are met.</para>
/// </summary>
-ApexArrowPvP = 29393,
+SwiftskinsStingPvE = 34609,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29394"><strong>Blast Arrow</strong></see> <i>PvP</i> (BRD) [29394] [Weaponskill]
-/// <para>Delivers an attack with a potency of 10,000 to all enemies in a straight line before you.</para>
-/// <para>Additional Effect: Grants Frontliner's Forte</para>
-/// <para>Frontliner's Forte Effect: Reduces your weaponskill cast time and recast time by 10%, and increases damage dealt by self and all party members within a radius of 30 yalms by 5%</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/34610"><strong>Flanksting Strike</strong></see> <i>PvE</i> (VPR) [34610] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para> when executed from a target's flank.</para>
+/// <para>Potencies are increased by 100 while under the effect of Flankstung Venom.</para>
+/// <para>Additional Effect: Grants Hindstung Venom</para>
+/// <para>Hindstung Venom Effect: Increases potency of Hindsting Strike by 100</para>
+/// <para>Duration: 40s</para>
+/// <para>Effect cannot be stacked with other viper venom effects.</para>
+/// <para>Additional Effect: Increases Serpent Offerings Gauge by 10</para>
+/// <para>Can only be executed after successfully landing Hunter's Sting.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Hunter's Sting changes to Flanksting Strike when requirements for execution are met.</para>
/// </summary>
-BlastArrowPvP = 29394,
+FlankstingStrikePvE = 34610,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29395"><strong>Silent Nocturne</strong></see> <i>PvP</i> (BRD) [29395] [Ability]
-/// <para>Silences target.</para>
-/// <para>Duration: 2s</para>
-/// <para>Additional Effect: Grants Repertoire</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/34611"><strong>Flanksbane Fang</strong></see> <i>PvE</i> (VPR) [34611] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para> when executed from a target's flank.</para>
+/// <para>Potencies are increased by 100 while under the effect of Flanksbane Venom.</para>
+/// <para>Additional Effect: Grants Hindsbane Venom</para>
+/// <para>Hindsbane Venom Effect: Increases potency of Hindsbane Fang by 100</para>
+/// <para>Duration: 40s</para>
+/// <para>Effect cannot be stacked with other viper venom effects.</para>
+/// <para>Additional Effect: Increases Serpent Offerings Gauge by 10</para>
+/// <para>Can only be executed after successfully landing Hunter's Sting.</para>
/// <para></para>
-/// <para>※Powerful Shot changes to Pitch Perfect while under the effect of Repertoire.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Swiftskin's Sting changes to Flanksbane Fang when requirements for execution are met.</para>
/// </summary>
-SilentNocturnePvP = 29395,
+FlanksbaneFangPvE = 34611,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29396"><strong>Empyreal Arrow</strong></see> <i>PvP</i> (BRD) [29396] [Ability]
-/// <para>Delivers a ranged attack with a potency of 3,000.</para>
-/// <para>Consumes all charges upon execution, each charge adding an additional strike to the attack.</para>
-/// <para>Maximum Charges: 3</para>
+/// <see href="https://garlandtools.org/db/#action/34612"><strong>Hindsting Strike</strong></see> <i>PvE</i> (VPR) [34612] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para> when executed from a target's rear.</para>
+/// <para>Potencies are increased by 100 while under the effect of Hindstung Venom.</para>
+/// <para>Additional Effect: Grants Flanksbane Venom</para>
+/// <para>Flanksbane Venom Effect: Increases potency of Flanksbane Fang by 100</para>
+/// <para>Duration: 40s</para>
+/// <para>Effect cannot be stacked with other viper venom effects.</para>
+/// <para>Additional Effect: Increases Serpent Offerings Gauge by 10</para>
+/// <para>Can only be executed after successfully landing Swiftskin's Sting.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Hunter's Sting changes to Hindsting Strike when requirements for execution are met.</para>
/// </summary>
-EmpyrealArrowPvP = 29396,
+HindstingStrikePvE = 34612,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29397"><strong>Empyreal Arrow</strong></see> <i>PvP</i> (BRD) [29397] [Ability]
-/// <para>Delivers a ranged attack with a potency of 3,000.</para>
-/// <para>Consumes all charges upon execution, each charge adding an additional strike to the attack.</para>
-/// <para>Maximum Charges: 3</para>
+/// <see href="https://garlandtools.org/db/#action/34613"><strong>Hindsbane Fang</strong></see> <i>PvE</i> (VPR) [34613] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para> when executed from a target's rear.</para>
+/// <para>Potencies are increased by 100 while under the effect of Hindsbane Venom.</para>
+/// <para>Additional Effect: Grants Flankstung Venom</para>
+/// <para>Flankstung Venom Effect: Increases potency of Flanksting Strike by 100</para>
+/// <para>Duration: 40s</para>
+/// <para>Effect cannot be stacked with other viper venom effects.</para>
+/// <para>Additional Effect: Increases Serpent Offerings Gauge by 10</para>
+/// <para>Can only be executed after successfully landing Swiftskin's Sting.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Swiftskin's Sting changes to Hindsbane Fang when requirements for execution are met.</para>
/// </summary>
-EmpyrealArrowPvP_29397 = 29397,
+HindsbaneFangPvE = 34613,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29398"><strong>Empyreal Arrow</strong></see> <i>PvP</i> (BRD) [29398] [Ability]
-/// <para>Delivers a ranged attack with a potency of 3,000.</para>
-/// <para>Consumes all charges upon execution, each charge adding an additional strike to the attack.</para>
-/// <para>Maximum Charges: 3</para>
+/// <see href="https://garlandtools.org/db/#action/34614"><strong>Steel Maw</strong></see> <i>PvE</i> (VPR) [34614] [Weaponskill]
+/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
/// </summary>
-EmpyrealArrowPvP_29398 = 29398,
+SteelMawPvE = 34614,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29399"><strong>Repelling Shot</strong></see> <i>PvP</i> (BRD) [29399] [Ability]
-/// <para>Delivers an attack with a potency of 4,000.</para>
-/// <para>Additional Effect: 10-yalm backstep</para>
-/// <para>Additional Effect: Bind</para>
-/// <para>Duration: 3s</para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#action/34615"><strong>Dread Maw</strong></see> <i>PvE</i> (VPR) [34615] [Weaponskill]
+/// <para>Delivers an attack with a potency of 80 to all nearby enemies.</para>
+/// <para>Additional Effect: Afflicts target with Noxious Gnash</para>
+/// <para>Noxious Gnash Effect: Increases damage you deal target by 10%</para>
+/// <para>Duration: 20s</para>
+/// <para>Extends Noxious Gnash duration by 20s to a maximum of 40s.</para>
/// </summary>
-RepellingShotPvP = 29399,
+DreadMawPvE = 34615,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29400"><strong>the Warden's Paean</strong></see> <i>PvP</i> (BRD) [29400] [Ability]
-/// <para>Removes one status affliction from self or target party member that can be removed by Purify. If a status affliction cannot be removed, creates a barrier that will nullify the next status affliction that can be removed by Purify.</para>
-/// <para>Duration: 8s</para>
-/// <para>Grants Warden's Grace upon successfully removing or nullifying a status affliction.</para>
-/// <para>Warden's Grace Effect: Reduces damage taken by 25% while increasing HP recovered by healing actions by 25%</para>
-/// <para>Duration: 5s</para>
-/// <para>Additional Effect: Grants Repertoire</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/34616"><strong>Hunter's Bite</strong></see> <i>PvE</i> (VPR) [34616] [Weaponskill]
+/// <para>Delivers an attack with a potency of 120 to all nearby enemies.</para>
+/// <para>Additional Effect: Grants Hunter's Instinct</para>
+/// <para>Hunter's Instinct Effect: Increases damage dealt by 10%</para>
+/// <para>Duration: 40s</para>
+/// <para>Can only be executed after successfully landing Steel Maw or Dread Maw.</para>
/// <para></para>
-/// <para>※Powerful Shot changes to Pitch Perfect while under the effect of Repertoire.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Steel Maw changes to Hunter's Bite when requirements for execution are met.</para>
/// </summary>
-TheWardensPaeanPvP = 29400,
+HuntersBitePvE = 34616,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29402"><strong>Blast Charge</strong></see> <i>PvP</i> (MCH) [29402] [Weaponskill]
-/// <para>Delivers a ranged attack with a potency of 4,000.</para>
-/// <para>Additional Effect: Grants a stack of Heat, up to a maximum of 5</para>
-/// <para>Duration: 15s</para>
-/// <para>At maximum stacks, grants Overheated and increases movement speed by 25%.</para>
-/// <para>Duration: 5s</para>
-/// <para>Requires casting time to execute. However, it is possible to walk while casting.</para>
+/// <see href="https://garlandtools.org/db/#action/34617"><strong>Swiftskin's Bite</strong></see> <i>PvE</i> (VPR) [34617] [Weaponskill]
+/// <para>Delivers an attack with a potency of 120 to all nearby enemies.</para>
+/// <para>Additional Effect: Grants Swiftscaled</para>
+/// <para>Swiftscaled Effect: Reduces weaponskill cast time and recast time, spell cast time and recast time, and auto-attack delay by 15%</para>
+/// <para>Duration: 40s</para>
+/// <para>Can only be executed after successfully landing Steel Maw or Dread Maw.</para>
/// <para></para>
-/// <para>※Action changes to Heat Blast while under the effect of Overheated.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Dread Maw changes to Swiftskin's Bite when requirements for execution are met.</para>
/// </summary>
-BlastChargePvP = 29402,
+SwiftskinsBitePvE = 34617,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29403"><strong>Heat Blast</strong></see> <i>PvP</i> (MCH) [29403] [Weaponskill]
-/// <para>Delivers a ranged attack with a potency of 6,000.</para>
-/// <para>Can only be executed while under the effect of Overheated.</para>
-/// <para>This weaponskill does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/34618"><strong>Jagged Maw</strong></see> <i>PvE</i> (VPR) [34618] [Weaponskill]
+/// <para>Delivers an attack with a potency of 140 to all nearby enemies.</para>
+/// <para>Potencies are increased by 20 while under the effect of Grimhunter's Venom.</para>
+/// <para>Additional Effect: Grants Grimskin's Venom</para>
+/// <para>Grimskin's Venom Effect: Increases potency of Bloodied Maw by 20</para>
+/// <para>Duration: 40s</para>
+/// <para>Effect cannot be stacked with other viper venom effects.</para>
+/// <para>Additional Effect: Increases Serpent Offerings Gauge by 10</para>
+/// <para>Can only be executed after successfully landing Hunter's Bite or Swiftskin's Bite.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Hunter's Bite changes to Jagged Maw when requirements for execution are met.</para>
/// </summary>
-HeatBlastPvP = 29403,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29404"><strong>Scattergun</strong></see> <i>PvP</i> (MCH) [29404] [Weaponskill]
-/// <para>Delivers an attack with a potency of 6,000 to all enemies in a cone before you. Strikes twice when hitting only a single target.</para>
-/// <para>Additional Effect: 10-yalm knockback</para>
-/// <para>This weaponskill does not share a recast timer with any other actions.</para>
-/// </summary>
-ScattergunPvP = 29404,
+JaggedMawPvE = 34618,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29405"><strong>Drill</strong></see> <i>PvP</i> (MCH) [29405] [Weaponskill]
-/// <para>Delivers a ranged attack with a potency of 10,000.</para>
-/// <para>Potency is increased to 20,000 while under the effect of Analysis.</para>
-/// <para>Ignores the effects of Guard when dealing damage.</para>
-/// <para>Additional Effect: Grants Bioblaster Primed</para>
-/// <para>Maximum Charges: 2</para>
-/// <para>Can only be executed while under the effect of Drill Primed.</para>
-/// <para>This weaponskill does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/34619"><strong>Bloodied Maw</strong></see> <i>PvE</i> (VPR) [34619] [Weaponskill]
+/// <para>Delivers an attack with a potency of 140 to all nearby enemies.</para>
+/// <para>Potencies are increased by 20 while under the effect of Grimskin's Venom.</para>
+/// <para>Additional Effect: Grants Grimhunter's Venom</para>
+/// <para>Grimhunter's Venom Effect: Increases potency of Jagged Maw by 20</para>
+/// <para>Duration: 40s</para>
+/// <para>Effect cannot be stacked with other viper venom effects.</para>
+/// <para>Additional Effect: Increases Serpent Offerings Gauge by 10</para>
+/// <para>Can only be executed after successfully landing Hunter's Bite or Swiftskin's Bite.</para>
/// <para></para>
-/// <para>※Action changes to Bioblaster while under the effect of Bioblaster Primed.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Swiftskin's Bite changes to Bloodied Maw when requirements for execution are met.</para>
/// </summary>
-DrillPvP = 29405,
+BloodiedMawPvE = 34619,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29406"><strong>Bioblaster</strong></see> <i>PvP</i> (MCH) [29406] [Weaponskill]
-/// <para>Delivers an attack with a potency of 4,000 to all enemies in a cone before you.</para>
-/// <para>Additional Effect: Doubles potency and afflicts target with Heavy +75% while under the effect of Analysis</para>
-/// <para>Duration: 5s</para>
-/// <para>Additional Effect: Damage over time</para>
-/// <para>Potency: 4,000</para>
-/// <para>Duration: 12s</para>
-/// <para>Doubled potency does not apply to damage over time effect.</para>
-/// <para>Additional Effect: Grants Air Anchor Primed</para>
+/// <see href="https://garlandtools.org/db/#action/34620"><strong>Dreadwinder</strong></see> <i>PvE</i> (VPR) [34620] [Weaponskill]
+/// <para>Delivers an attack with a potency of 450.</para>
+/// <para>Additional Effect: Afflicts target with Noxious Gnash</para>
+/// <para>Noxious Gnash Effect: Increases damage you deal target by 10%</para>
+/// <para>Duration: 20s</para>
+/// <para>Extends Noxious Gnash duration by 20s to a maximum of 40s.</para>
+/// <para>Additional Effect: Grants a Rattling Coil, up to a maximum of 3, up to a maximum of 2, up to a maximum of 2</para>
/// <para>Maximum Charges: 2</para>
-/// <para>Can only be executed while under the effect of Bioblaster Primed.</para>
-/// <para>This weaponskill does not share a recast timer with any other actions.</para>
-/// <para></para>
-/// <para>※Action changes to Air Anchor while under the effect of Air Anchor Primed.</para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>Shares a recast timer with Pit of Dread.</para>
/// </summary>
-BioblasterPvP = 29406,
+DreadwinderPvE = 34620,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29407"><strong>Air Anchor</strong></see> <i>PvP</i> (MCH) [29407] [Weaponskill]
-/// <para>Delivers a ranged attack with a potency of 8,000.</para>
-/// <para>Additional Effect: Bind</para>
-/// <para>Duration: 3s</para>
-/// <para>Additional Effect: Potency is increased by 50%, and the Bind effect becomes Stun while under the effect of Analysis</para>
-/// <para>Duration: 3s</para>
-/// <para>Additional Effect: Grants Chain Saw Primed</para>
-/// <para>Maximum Charges: 2</para>
-/// <para>Can only be executed while under the effect of Air Anchor Primed.</para>
+/// <see href="https://garlandtools.org/db/#action/34621"><strong>Hunter's Coil</strong></see> <i>PvE</i> (VPR) [34621] [Weaponskill]
+/// <para>Delivers an attack with a potency of 500.</para>
+/// <para>550 when executed from a target's flank.</para>
+/// <para>Additional Effect: Grants Hunter's Instinct</para>
+/// <para>Hunter's Instinct Effect: Increases damage dealt by 10%</para>
+/// <para>Duration: 40s</para>
+/// <para>Additional Effect: Grants Hunter's Venom</para>
+/// <para>Hunter's Venom Effect: Increases potency of Twinfang Bite by 50</para>
+/// <para>Duration: 30s</para>
+/// <para>Additional Effect: Increases Serpent Offerings Gauge by 5</para>
+/// <para>Upon successfully landing this action, Twinfang changes to Twinfang Bite, and Twinblood changes to Twinblood Bite.</para>
+/// <para>These actions can be executed a total of two times following Hunter's Coil.</para>
+/// <para>Can only be executed after landing Dreadwinder or Swiftskin's Coil.</para>
/// <para>This weaponskill does not share a recast timer with any other actions.</para>
-/// <para></para>
-/// <para>※Action changes to Chain Saw while under the effect of Chain Saw Primed.</para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-AirAnchorPvP = 29407,
+HuntersCoilPvE = 34621,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29408"><strong>Chain Saw</strong></see> <i>PvP</i> (MCH) [29408] [Weaponskill]
-/// <para>Delivers an attack with a potency of 8,000 to all enemies in a straight line before you.</para>
-/// <para>Potency is increased by 50% when target's HP is below 50%.</para>
-/// <para>Additional Effect: Potency is increased by 50% while under the effect of Analysis</para>
-/// <para>Additional Effect: Grants Drill Primed</para>
-/// <para>Maximum Charges: 2</para>
-/// <para>Can only be executed while under the effect of Chain Saw Primed.</para>
+/// <see href="https://garlandtools.org/db/#action/34622"><strong>Swiftskin's Coil</strong></see> <i>PvE</i> (VPR) [34622] [Weaponskill]
+/// <para>Delivers an attack with a potency of 500.</para>
+/// <para>550 when executed from a target's rear.</para>
+/// <para>Additional Effect: Grants Swiftscaled</para>
+/// <para>Swiftscaled Effect: Reduces weaponskill cast time and recast time, spell cast time and recast time, and auto-attack delay by 15%</para>
+/// <para>Duration: 40s</para>
+/// <para>Additional Effect: Grants Swiftskin's Venom</para>
+/// <para>Swiftskin's Venom Effect: Increases potency of Twinblood Bite by 50</para>
+/// <para>Duration: 30s</para>
+/// <para>Additional Effect: Increases Serpent Offerings Gauge by 5</para>
+/// <para>Upon successfully landing this action, Twinfang changes to Twinfang Bite, and Twinblood changes to Twinblood Bite.</para>
+/// <para>These actions can be executed a total of two times following Swiftskin's Coil.</para>
+/// <para>Can only be executed after landing Dreadwinder or Hunter's Coil.</para>
/// <para>This weaponskill does not share a recast timer with any other actions.</para>
-/// <para></para>
-/// <para>※Action changes to Drill while under the effect of Drill Primed.</para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-ChainSawPvP = 29408,
+SwiftskinsCoilPvE = 34622,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29409"><strong>Wildfire</strong></see> <i>PvP</i> (MCH) [29409] [Ability]
-/// <para>Covers target's body in a slow-burning pitch. Deals damage to target and all enemies within 5 yalms when time expires.</para>
-/// <para>Duration: 7s</para>
-/// <para>Potency is increased by 4,000 for each of your own attack actions you land prior to the end of the effect. Landing 3 attack actions will cause the slow-burning pitch to detonate immediately.</para>
+/// <see href="https://garlandtools.org/db/#action/34623"><strong>Pit of Dread</strong></see> <i>PvE</i> (VPR) [34623] [Weaponskill]
+/// <para>Delivers an attack with a potency of 200 to all nearby enemies.</para>
+/// <para>Additional Effect: Afflicts target with Noxious Gnash</para>
+/// <para>Noxious Gnash Effect: Increases damage you deal target by 10%</para>
+/// <para>Duration: 20s</para>
+/// <para>Extends Noxious Gnash duration by 20s to a maximum of 40s.</para>
+/// <para>Additional Effect: Grants a Rattling Coil, up to a maximum of 3, up to a maximum of 2, up to a maximum of 2</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Shares a recast timer with Dreadwinder.</para>
/// </summary>
-WildfirePvP = 29409,
+PitOfDreadPvE = 34623,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29412"><strong>Bishop Autoturret</strong></see> <i>PvP</i> (MCH) [29412] [Ability]
-/// <para>Deploys an area of effect battle turret which will deliver auto-attacks to enemies within range with a potency of 6,000.</para>
-/// <para>Duration: 10s</para>
-/// <para>Additional Effect: Increases target's damage taken by 10%</para>
-/// <para>Duration: 7s</para>
-/// <para>Additional Effect: Creates a barrier that absorbs damage equivalent to a heal of 6,000 potency</para>
-/// <para>Duration: 7s</para>
+/// <see href="https://garlandtools.org/db/#action/34624"><strong>Hunter's Den</strong></see> <i>PvE</i> (VPR) [34624] [Weaponskill]
+/// <para>Delivers an attack with a potency of 250 to all nearby enemies.</para>
+/// <para>Additional Effect: Grants Hunter's Instinct</para>
+/// <para>Hunter's Instinct Effect: Increases damage dealt by 10%</para>
+/// <para>Duration: 40s</para>
+/// <para>Additional Effect: Grants Fellhunter's Venom</para>
+/// <para>Fellhunter's Venom Effect: Increases potency of Twinfang Thresh by 30</para>
+/// <para>Duration: 30s</para>
+/// <para>Additional Effect: Increases Serpent Offerings Gauge by 5</para>
+/// <para>Upon successfully landing this action, Twinfang changes to Twinfang Thresh, and Twinblood changes to Twinblood Thresh.</para>
+/// <para>These actions can be executed a total of two times following Hunter's Den.</para>
+/// <para>Can only be executed after Pit of Dread or Swiftskin's Den.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
/// </summary>
-BishopAutoturretPvP = 29412,
+HuntersDenPvE = 34624,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29413"><strong>Aether Mortar</strong></see> <i>PvP</i> (MCH) [29413] [Ability]
-/// <para>Deals unaspected damage with a potency of 6,000 to all nearby enemies.</para>
-/// <para>Additional Effect: Increases target's damage taken by 10%</para>
-/// <para>Duration: 7s</para>
-/// <para>Additional Effect: Creates a barrier that absorbs damage equivalent to a heal of 6,000 potency</para>
-/// <para>Duration: 7s</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/34625"><strong>Swiftskin's Den</strong></see> <i>PvE</i> (VPR) [34625] [Weaponskill]
+/// <para>Delivers an attack with a potency of 250 to all nearby enemies.</para>
+/// <para>Additional Effect: Grants Swiftscaled</para>
+/// <para>Swiftscaled Effect: Reduces weaponskill cast time and recast time, spell cast time and recast time, and auto-attack delay by 15%</para>
+/// <para>Duration: 40s</para>
+/// <para>Additional Effect: Grants Fellskin's Venom</para>
+/// <para>Fellskin's Venom Effect: Increases potency of Twinblood Thresh by 30</para>
+/// <para>Duration: 30s</para>
+/// <para>Additional Effect: Increases Serpent Offerings Gauge by 5</para>
+/// <para>Upon successfully landing this action, Twinfang changes to Twinfang Thresh, and Twinblood changes to Twinblood Thresh.</para>
+/// <para>These actions can be executed a total of two times following Swiftskin's Den.</para>
+/// <para>Can only be executed after Pit of Dread or Hunter's Den.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
/// </summary>
-AetherMortarPvP = 29413,
+SwiftskinsDenPvE = 34625,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29414"><strong>Analysis</strong></see> <i>PvP</i> (MCH) [29414] [Ability]
-/// <para>Grants additional effects to Drill, Bioblaster, Air Anchor, and Chain Saw when these weaponskills are executed.</para>
-/// <para>Duration: 10s</para>
-/// <para>Drill Additional Effect: Potency is increased to 200%</para>
-/// <para>Bioblaster Additional Effect: Doubles potency and afflicts target with Heavy +75%</para>
-/// <para>Air Anchor Additional Effect: Potency is increased by 50% and the Bind effect becomes Stun</para>
-/// <para>Chain Saw Additional Effect: Potency is increased by 50%</para>
-/// <para>Maximum Charges: 2</para>
+/// <see href="https://garlandtools.org/db/#action/34626"><strong>Reawaken</strong></see> <i>PvE</i> (VPR) [34626] [Weaponskill]
+/// <para>Delivers an attack with a potency of 700 for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Additional Effect: Grants stacks of Anguine Tribute</para>
+/// <para>Duration: 30s</para>
+/// <para>Serpent Offerings Gauge Cost: 50</para>
/// </summary>
-AnalysisPvP = 29414,
+ReawakenPvE = 34626,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29416"><strong>Cascade</strong></see> <i>PvP</i> (DNC) [29416] [Weaponskill]
-/// <para>Delivers a ranged attack with a potency of 3,000.</para>
+/// <see href="https://garlandtools.org/db/#action/34627"><strong>First Generation</strong></see> <i>PvE</i> (VPR) [34627] [Weaponskill]
+/// <para>Delivers an attack with a potency of 400 to the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Potency is increased to 600 when executed after Reawaken.</para>
+/// <para>Anguine Tribute Cost: 1</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
/// <para></para>
-/// <para>※Action changes to Reverse Cascade while under the effect of En Avant.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Steel Fangs and Steel Maw change to First Generation when requirements for execution are met.</para>
/// </summary>
-CascadePvP = 29416,
+FirstGenerationPvE = 34627,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29417"><strong>Fountain</strong></see> <i>PvP</i> (DNC) [29417] [Weaponskill]
-/// <para>Delivers a ranged attack with a potency of 5,000.</para>
-/// <para>Combo Action: Cascade or Reverse Cascade</para>
+/// <see href="https://garlandtools.org/db/#action/34628"><strong>Second Generation</strong></see> <i>PvE</i> (VPR) [34628] [Weaponskill]
+/// <para>Delivers an attack with a potency of 400 to the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Potency is increased to 600 when executed after First Generation.</para>
+/// <para>Anguine Tribute Cost: 1</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
/// <para></para>
-/// <para>※Action changes to Fountainfall while under the effect of En Avant.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Dreadfang and Dread Maw change to Second Generation when requirements for execution are met.</para>
/// </summary>
-FountainPvP = 29417,
+SecondGenerationPvE = 34628,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29418"><strong>Reverse Cascade</strong></see> <i>PvP</i> (DNC) [29418] [Weaponskill]
-/// <para>Delivers a ranged attack with a potency of 6,000.</para>
-/// <para>Additional Effect: Grants Bladecatcher</para>
-/// <para>If already under the effect of Bladecatcher, effect changes to Flourishing Saber Dance.</para>
-/// <para>Duration: 15s</para>
-/// <para>Can only be executed while under the effect of En Avant.</para>
+/// <see href="https://garlandtools.org/db/#action/34629"><strong>Third Generation</strong></see> <i>PvE</i> (VPR) [34629] [Weaponskill]
+/// <para>Delivers an attack with a potency of 400 to the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Potency is increased to 600 when executed after Second Generation.</para>
+/// <para>Anguine Tribute Cost: 1</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
/// <para></para>
-/// <para>※Fountain Combo changes to Saber Dance while under the effect of Flourishing Saber Dance.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Hunter's Coil and Hunter's Den change to Third Generation when requirements for execution are met.</para>
/// </summary>
-ReverseCascadePvP = 29418,
+ThirdGenerationPvE = 34629,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29419"><strong>Fountainfall</strong></see> <i>PvP</i> (DNC) [29419] [Weaponskill]
-/// <para>Delivers a ranged attack with a potency of 8,000.</para>
-/// <para>Combo Action: Cascade or Reverse Cascade</para>
-/// <para>Additional Effect: Grants Bladecatcher</para>
-/// <para>If already under the effect of Bladecatcher, effect changes to Flourishing Saber Dance.</para>
-/// <para>Duration: 15s</para>
-/// <para>Can only be executed while under the effect of En Avant.</para>
+/// <see href="https://garlandtools.org/db/#action/34630"><strong>Fourth Generation</strong></see> <i>PvE</i> (VPR) [34630] [Weaponskill]
+/// <para>Delivers an attack with a potency of 400 to the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Potency is increased to 600 when executed after Third Generation.</para>
+/// <para>Anguine Tribute Cost: 1</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
/// <para></para>
-/// <para>※Fountain Combo changes to Saber Dance while under the effect of Flourishing Saber Dance.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Swiftskin's Coil and Swiftskin's Den change to Fourth Generation when requirements for execution are met.</para>
/// </summary>
-FountainfallPvP = 29419,
+FourthGenerationPvE = 34630,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29420"><strong>Saber Dance</strong></see> <i>PvP</i> (DNC) [29420] [Weaponskill]
-/// <para>Delivers an attack with a potency of 10,000 to target and all enemies nearby it.</para>
-/// <para>Potency is increased by 50% when attacking only a single target.</para>
-/// <para>Additional Effect: Increases damage dealt by self and party member designated as your Dance Partner by 10%</para>
-/// <para>Duration: 10s</para>
-/// <para>Can only be executed while under the effect of Flourishing Saber Dance.</para>
+/// <see href="https://garlandtools.org/db/#action/34631"><strong>Ouroboros</strong></see> <i>PvE</i> (VPR) [34631] [Weaponskill]
+/// <para>Delivers an attack with a potency of 1,050 to the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Reawakened effect expires upon execution.</para>
+/// <para>Requires at least one stack of Anguine Tribute.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Reawaken changes to Ouroboros when requirements for execution are met.</para>
/// </summary>
-SaberDancePvP = 29420,
+OuroborosPvE = 34631,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29421"><strong>Starfall Dance</strong></see> <i>PvP</i> (DNC) [29421] [Weaponskill]
-/// <para>Delivers an attack with a potency of 10,000 to all enemies in a straight line before you.</para>
-/// <para>Additional Effect: Reduces weaponskill cast time and recast time, as well as spell cast time and recast time for self and party member designated as your Dance Partner by 10%</para>
-/// <para>Duration: 10s</para>
-/// <para>This weaponskill does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/34632"><strong>Writhing Snap</strong></see> <i>PvE</i> (VPR) [34632] [Weaponskill]
+/// <para>Delivers a ranged attack with a potency of 200.</para>
/// </summary>
-StarfallDancePvP = 29421,
+WrithingSnapPvE = 34632,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29422"><strong>Honing Dance</strong></see> <i>PvP</i> (DNC) [29422] [Weaponskill]
-/// <para>Unleashes a flurry of chakram strikes on nearby enemies, dealing damage over time with a potency of 4,000 and decreasing damage taken by 25% until effect expires.</para>
-/// <para>Duration: 3s</para>
-/// <para>Executes Honing Ovation when effect duration expires.</para>
-/// <para>Additional Effect: Grants a stack of Acclaim, up to a maximum of 4</para>
-/// <para>Acclaim Effect: Increases the damage and effect potency of Honing Ovation</para>
-/// <para>Duration: 5s</para>
-/// <para>Can be executed while moving.</para>
+/// <see href="https://garlandtools.org/db/#action/34633"><strong>Uncoiled Fury</strong></see> <i>PvE</i> (VPR) [34633] [Weaponskill]
+/// <para>Delivers an attack with a potency of 600 to the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Grants Poised for Twinfang</para>
+/// <para>Poised for Twinfang Effect: Increases the potency of Uncoiled Twinfang by 50</para>
+/// <para>Duration: 60s</para>
+/// <para>Rattling Coil Cost: 1</para>
/// <para>This weaponskill does not share a recast timer with any other actions.</para>
-/// <para></para>
-/// <para>※Action changes to Honing Ovation upon execution.</para>
-/// </summary>
-HoningDancePvP = 29422,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29423"><strong>Honing Ovation</strong></see> <i>PvP</i> (DNC) [29423] [Weaponskill]
-/// <para>Delivers an attack to nearby enemies and erects a magicked barrier around nearby party members.</para>
-/// <para>Potency of both the attack and barrier varies with the number of stacks of Acclaim accumulated at time of execution.</para>
-/// <para>Potency of both the attack and barrier doubles when targets are within 5 yalms.</para>
-/// <para>0 Stacks: 2,000 attack potency, and barrier equivalent to a heal of 1,000 potency</para>
-/// <para>1 Stack: 3,000 attack potency, and barrier equivalent to a heal of 2,000 potency</para>
-/// <para>2 Stacks: 4,000 attack potency, and barrier equivalent to a heal of 3,000 potency</para>
-/// <para>3 Stacks: 5,000 attack potency, and barrier equivalent to a heal of 4,000 potency</para>
-/// <para>4 Stacks: 6,000 attack potency, and barrier equivalent to a heal of 5,000 potency</para>
-/// <para>Duration: 10s</para>
-/// <para>Honing Dance effect expires upon execution.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-HoningOvationPvP = 29423,
+UncoiledFuryPvE = 34633,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29424"><strong>Honing Ovation</strong></see> <i>PvP</i> (DNC) [29424] [Weaponskill]
-/// <para>Delivers an attack to nearby enemies and erects a magicked barrier around nearby party members.</para>
-/// <para>Potency of both the attack and barrier varies with the number of stacks of Acclaim accumulated at time of execution.</para>
-/// <para>Potency of both the attack and barrier doubles when targets are within 5 yalms.</para>
-/// <para>0 Stacks: 2,000 attack potency, and barrier equivalent to a heal of 1,000 potency</para>
-/// <para>1 Stack: 3,000 attack potency, and barrier equivalent to a heal of 2,000 potency</para>
-/// <para>2 Stacks: 4,000 attack potency, and barrier equivalent to a heal of 3,000 potency</para>
-/// <para>3 Stacks: 5,000 attack potency, and barrier equivalent to a heal of 4,000 potency</para>
-/// <para>4 Stacks: 6,000 attack potency, and barrier equivalent to a heal of 5,000 potency</para>
-/// <para>Duration: 10s</para>
-/// <para>Honing Dance effect expires upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/34634"><strong>Death Rattle</strong></see> <i>PvE</i> (VPR) [34634] [Ability]
+/// <para>Delivers an attack with a potency of 250.</para>
+/// <para>Can only be executed after successfully landing Flanksting Strike, Flanksbane Fang, Hindsting Strike, or Hindsbane Fang.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Serpent's Tail changes to Death Rattle when requirements for execution are met.</para>
/// </summary>
-HoningOvationPvP_29424 = 29424,
+DeathRattlePvE = 34634,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29425"><strong>Honing Ovation</strong></see> <i>PvP</i> (DNC) [29425] [Weaponskill]
-/// <para>Delivers an attack to nearby enemies and erects a magicked barrier around nearby party members.</para>
-/// <para>Potency of both the attack and barrier varies with the number of stacks of Acclaim accumulated at time of execution.</para>
-/// <para>Potency of both the attack and barrier doubles when targets are within 5 yalms.</para>
-/// <para>0 Stacks: 2,000 attack potency, and barrier equivalent to a heal of 1,000 potency</para>
-/// <para>1 Stack: 3,000 attack potency, and barrier equivalent to a heal of 2,000 potency</para>
-/// <para>2 Stacks: 4,000 attack potency, and barrier equivalent to a heal of 3,000 potency</para>
-/// <para>3 Stacks: 5,000 attack potency, and barrier equivalent to a heal of 4,000 potency</para>
-/// <para>4 Stacks: 6,000 attack potency, and barrier equivalent to a heal of 5,000 potency</para>
-/// <para>Duration: 10s</para>
-/// <para>Honing Dance effect expires upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/34635"><strong>Last Lash</strong></see> <i>PvE</i> (VPR) [34635] [Ability]
+/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
+/// <para>Can only be executed after successfully landing Jagged Maw or Bloodied Maw.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Serpent's Tail changes to Last Lash when requirements for execution are met.</para>
/// </summary>
-HoningOvationPvP_29425 = 29425,
+LastLashPvE = 34635,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29426"><strong>Honing Ovation</strong></see> <i>PvP</i> (DNC) [29426] [Weaponskill]
-/// <para>Delivers an attack to nearby enemies and erects a magicked barrier around nearby party members.</para>
-/// <para>Potency of both the attack and barrier varies with the number of stacks of Acclaim accumulated at time of execution.</para>
-/// <para>Potency of both the attack and barrier doubles when targets are within 5 yalms.</para>
-/// <para>0 Stacks: 2,000 attack potency, and barrier equivalent to a heal of 1,000 potency</para>
-/// <para>1 Stack: 3,000 attack potency, and barrier equivalent to a heal of 2,000 potency</para>
-/// <para>2 Stacks: 4,000 attack potency, and barrier equivalent to a heal of 3,000 potency</para>
-/// <para>3 Stacks: 5,000 attack potency, and barrier equivalent to a heal of 4,000 potency</para>
-/// <para>4 Stacks: 6,000 attack potency, and barrier equivalent to a heal of 5,000 potency</para>
-/// <para>Duration: 10s</para>
-/// <para>Honing Dance effect expires upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/34636"><strong>Twinfang Bite</strong></see> <i>PvE</i> (VPR) [34636] [Ability]
+/// <para>Delivers an attack with a potency of 100.</para>
+/// <para>Hunter's Venom Potency: 150</para>
+/// <para>Additional Effect: Grants Swiftskin's Venom when executed after Hunter's Coil</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed after successfully landing Hunter's Coil or Swiftskin's Coil.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Twinfang changes to Twinfang Bite when requirements for execution are met.</para>
/// </summary>
-HoningOvationPvP_29426 = 29426,
+TwinfangBitePvE = 34636,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29427"><strong>Honing Ovation</strong></see> <i>PvP</i> (DNC) [29427] [Weaponskill]
-/// <para>Delivers an attack to nearby enemies and erects a magicked barrier around nearby party members.</para>
-/// <para>Potency of both the attack and barrier varies with the number of stacks of Acclaim accumulated at time of execution.</para>
-/// <para>Potency of both the attack and barrier doubles when targets are within 5 yalms.</para>
-/// <para>0 Stacks: 2,000 attack potency, and barrier equivalent to a heal of 1,000 potency</para>
-/// <para>1 Stack: 3,000 attack potency, and barrier equivalent to a heal of 2,000 potency</para>
-/// <para>2 Stacks: 4,000 attack potency, and barrier equivalent to a heal of 3,000 potency</para>
-/// <para>3 Stacks: 5,000 attack potency, and barrier equivalent to a heal of 4,000 potency</para>
-/// <para>4 Stacks: 6,000 attack potency, and barrier equivalent to a heal of 5,000 potency</para>
-/// <para>Duration: 10s</para>
-/// <para>Honing Dance effect expires upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/34637"><strong>Twinblood Bite</strong></see> <i>PvE</i> (VPR) [34637] [Ability]
+/// <para>Delivers an attack with a potency of 100.</para>
+/// <para>Swiftskin's Venom Potency: 150</para>
+/// <para>Additional Effect: Grants Hunter's Venom when executed after Swiftskin's Coil</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed after successfully landing Hunter's Coil or Swiftskin's Coil.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Twinblood changes to Twinblood Bite when requirements for execution are met.</para>
/// </summary>
-HoningOvationPvP_29427 = 29427,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29428"><strong>Fan Dance</strong></see> <i>PvP</i> (DNC) [29428] [Ability]
-/// <para>Delivers an attack with a potency of 5,000 to all enemies in a cone before you.</para>
-/// <para>Additional Effect: Reduces damage taken by self and party member designated as your Dance Partner by 10%</para>
-/// <para>Duration: 10s</para>
-/// </summary>
-FanDancePvP = 29428,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29429"><strong>Curing Waltz</strong></see> <i>PvP</i> (DNC) [29429] [Ability]
-/// <para>Restores own HP and the HP of all nearby party members.</para>
-/// <para>Cure Potency: 10,000</para>
-/// <para>Additional Effect: Party member designated as your Dance Partner will also heal self and nearby party members</para>
-/// </summary>
-CuringWaltzPvP = 29429,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29430"><strong>En Avant</strong></see> <i>PvP</i> (DNC) [29430] [Ability]
-/// <para>Quickly dash 10 yalms forward.</para>
-/// <para>Additional Effect: Grants En Avant</para>
-/// <para>Duration: 10s</para>
-/// <para>Maximum Charges: 4</para>
-/// <para>Cannot be executed while bound.</para>
-/// </summary>
-EnAvantPvP = 29430,
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29431"><strong>Closed Position</strong></see> <i>PvP</i> (DNC) [29431] [Ability]
-/// <para>Grants you Closed Position and designates a party member as your Dance Partner, allowing you to share the effects of Saber Dance, Starfall Dance, Fan Dance, and Curing Waltz with said party member.</para>
-/// <para>Effect ends upon reuse.</para>
-/// </summary>
-ClosedPositionPvP = 29431,
+TwinbloodBitePvE = 34637,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29470"><strong>Honing Ovation</strong></see> <i>PvP</i> (DNC) [29470] [Weaponskill]
-/// <para>Delivers an attack to nearby enemies and erects a magicked barrier around nearby party members.</para>
-/// <para>Potency of both the attack and barrier varies with the number of stacks of Acclaim available at time of execution.</para>
-/// <para>Potency of both the attack and barrier doubles when targets are within 5 yalms.</para>
-/// <para>0 Stacks: 2,000 attack potency, and barrier equivalent to a heal of 1,000 potency</para>
-/// <para>1 Stack: 3,000 attack potency, and barrier equivalent to a heal of 2,000 potency</para>
-/// <para>2 Stacks: 4,000 attack potency, and barrier equivalent to a heal of 3,000 potency</para>
-/// <para>3 Stacks: 5,000 attack potency, and barrier equivalent to a heal of 4,000 potency</para>
-/// <para>4 Stacks: 6,000 attack potency, and barrier equivalent to a heal of 5,000 potency</para>
-/// <para>Duration: 10s</para>
-/// <para>Honing Dance effect expires upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/34638"><strong>Twinfang Thresh</strong></see> <i>PvE</i> (VPR) [34638] [Ability]
+/// <para>Delivers an attack with a potency of 50 to all nearby enemies.</para>
+/// <para>Fellhunter's Venom Potency: 80</para>
+/// <para>Additional Effect: Grants Fellskin's Venom when executed after Hunter's Den</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed after successfully landing Hunter's Den or Swiftskin's Den.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Twinfang changes to Twinfang Thresh when requirements for execution are met.</para>
/// </summary>
-HoningOvationPvP_29470 = 29470,
+TwinfangThreshPvE = 34638,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29472"><strong>Bootshine</strong></see> <i>PvP</i> (MNK) [29472] [Weaponskill]
-/// <para>Delivers an attack with a potency of 3,000.</para>
+/// <see href="https://garlandtools.org/db/#action/34639"><strong>Twinblood Thresh</strong></see> <i>PvE</i> (VPR) [34639] [Ability]
+/// <para>Delivers an attack with a potency of 50 to all nearby enemies.</para>
+/// <para>Fellskin's Venom Potency: 80</para>
+/// <para>Additional Effect: Grants Fellhunter's Venom when executed after Swiftskin's Den</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed after successfully landing Hunter's Den or Swiftskin's Den.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Twinblood changes to Twinblood Thresh when requirements for execution are met.</para>
/// </summary>
-BootshinePvP = 29472,
+TwinbloodThreshPvE = 34639,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29473"><strong>True Strike</strong></see> <i>PvP</i> (MNK) [29473] [Weaponskill]
-/// <para>Delivers an attack with a potency of 4,000.</para>
-/// <para>Combo Action: Bootshine</para>
+/// <see href="https://garlandtools.org/db/#action/34640"><strong>First Legacy</strong></see> <i>PvE</i> (VPR) [34640] [Ability]
+/// <para>Delivers an attack with a potency of 250 to the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Can only be executed after First Generation.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Serpent's Tail changes to First Legacy when requirements for execution are met.</para>
/// </summary>
-TrueStrikePvP = 29473,
+FirstLegacyPvE = 34640,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29474"><strong>Snap Punch</strong></see> <i>PvP</i> (MNK) [29474] [Weaponskill]
-/// <para>Delivers an attack with a potency of 6,000.</para>
-/// <para>Combo Action: True Strike</para>
-/// <para>Additional Effect: Extends Wind Resonance duration by 5s to a maximum of 15s</para>
+/// <see href="https://garlandtools.org/db/#action/34641"><strong>Second Legacy</strong></see> <i>PvE</i> (VPR) [34641] [Ability]
+/// <para>Delivers an attack with a potency of 250 to the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Can only be executed after Second Generation.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Serpent's Tail changes to Second Legacy when requirements for execution are met.</para>
/// </summary>
-SnapPunchPvP = 29474,
+SecondLegacyPvE = 34641,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29475"><strong>Dragon Kick</strong></see> <i>PvP</i> (MNK) [29475] [Weaponskill]
-/// <para>Delivers an attack with a potency of 3,000.</para>
-/// <para>Combo Action: Snap Punch</para>
+/// <see href="https://garlandtools.org/db/#action/34642"><strong>Third Legacy</strong></see> <i>PvE</i> (VPR) [34642] [Ability]
+/// <para>Delivers an attack with a potency of 250 to the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Can only be executed after Third Generation.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Serpent's Tail changes to Third Legacy when requirements for execution are met.</para>
/// </summary>
-DragonKickPvP = 29475,
+ThirdLegacyPvE = 34642,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29476"><strong>Twin Snakes</strong></see> <i>PvP</i> (MNK) [29476] [Weaponskill]
-/// <para>Delivers an attack with a potency of 4,000.</para>
-/// <para>Combo Action: Dragon Kick</para>
+/// <see href="https://garlandtools.org/db/#action/34643"><strong>Fourth Legacy</strong></see> <i>PvE</i> (VPR) [34643] [Ability]
+/// <para>Delivers an attack with a potency of 250 to the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Can only be executed after Fourth Generation.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Serpent's Tail changes to Fourth Legacy when requirements for execution are met.</para>
/// </summary>
-TwinSnakesPvP = 29476,
+FourthLegacyPvE = 34643,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29477"><strong>Demolish</strong></see> <i>PvP</i> (MNK) [29477] [Weaponskill]
-/// <para>Delivers an attack with a potency of 6,000.</para>
-/// <para>Combo Action: Twin Snakes</para>
-/// <para>Additional Effect: Extends Wind Resonance duration by 5s to a maximum of 15s</para>
+/// <see href="https://garlandtools.org/db/#action/34644"><strong>Uncoiled Twinfang</strong></see> <i>PvE</i> (VPR) [34644] [Ability]
+/// <para>Delivers an attack with a potency of 100 to the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Poised for Twinfang Potency: 150</para>
+/// <para>Additional Effect: Grants Poised for Twinblood</para>
+/// <para>Poised for Twinblood Effect: Increases the potency of Uncoiled Twinblood by 50</para>
+/// <para>Duration: 60s</para>
+/// <para>Can only be executed after Uncoiled Fury.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Twinfang changes to Uncoiled Twinfang when requirements for execution are met.</para>
/// </summary>
-DemolishPvP = 29477,
+UncoiledTwinfangPvE = 34644,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29478"><strong>Phantom Rush</strong></see> <i>PvP</i> (MNK) [29478] [Weaponskill]
-/// <para>Delivers an attack with a potency of 12,000 to target and all enemies nearby it.</para>
-/// <para>Combo Action: Demolish</para>
+/// <see href="https://garlandtools.org/db/#action/34645"><strong>Uncoiled Twinblood</strong></see> <i>PvE</i> (VPR) [34645] [Ability]
+/// <para>Delivers an attack with a potency of 100 to the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Poised for Twinblood Potency: 150</para>
+/// <para>Can only be executed after Uncoiled Fury.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Twinblood changes to Uncoiled Twinblood when requirements for execution are met.</para>
/// </summary>
-PhantomRushPvP = 29478,
+UncoiledTwinbloodPvE = 34645,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29479"><strong>Six-sided Star</strong></see> <i>PvP</i> (MNK) [29479] [Ability]
-/// <para>Delivers an attack with a potency of 4,000.</para>
-/// <para>Additional Effect: Stun</para>
-/// <para>Duration: 2s</para>
-/// <para>Additional Effect: Increases movement speed by 25%</para>
-/// <para>Duration: 5s</para>
+/// <see href="https://garlandtools.org/db/#action/34646"><strong>Slither</strong></see> <i>PvE</i> (VPR) [34646] [Ability]
+/// <para>Rush to a targeted enemy's or party member's location.</para>
+/// <para>Maximum Charges: </para>
+/// <para>Cannot be executed while bound.</para>
/// </summary>
-SixsidedStarPvP = 29479,
+SlitherPvE = 34646,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29480"><strong>Enlightenment</strong></see> <i>PvP</i> (MNK) [29480] [Weaponskill]
-/// <para>Delivers an attack with a potency of 8,000 to all enemies in a straight line before you.</para>
-/// <para>Additional Effect: 15-yalm knockback to first target</para>
-/// <para>Also afflicts first target with Pressure Point if successfully knocked back.</para>
-/// <para>Pressure Point Effect: Next weaponskill or Meteodrive used on target will deal additional damage with a potency of 8,000</para>
-/// <para>Duration: 3s</para>
-/// <para>Effect of Pressure Point expires upon dealing additional damage.</para>
-/// <para>This weaponskill does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/34647"><strong>Serpent's Ire</strong></see> <i>PvE</i> (VPR) [34647] [Ability]
+/// <para>Grants one stack of Rattling Coil.</para>
+/// <para>Grants Ready to Reawaken.</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed while in combat.</para>
/// </summary>
-EnlightenmentPvP = 29480,
+SerpentsIrePvE = 34647,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29481"><strong>Rising Phoenix</strong></see> <i>PvP</i> (MNK) [29481] [Ability]
-/// <para>Delivers an attack with a potency of 3,000 to all nearby enemies.</para>
-/// <para>Additional Effect: Grants Fire Resonance</para>
-/// <para>Fire Resonance Effect: Increases damage dealt by next weaponskill by 50%</para>
-/// <para>Duration: 10s</para>
-/// <para>Maximum Charges: 2</para>
+/// <see href="https://garlandtools.org/db/#action/34650"><strong>Fire in Red</strong></see> <i>PvE</i> (PCT) [34650] [Spell]
+/// <para>Deals fire damage with a potency of .</para>
+/// <para>Additional Effect: Grants Aetherhues</para>
+/// <para>Duration: 30s</para>
+/// <para>Consumes a stack of Hyperphantasia if available upon execution.</para>
/// </summary>
-RisingPhoenixPvP = 29481,
+FireInRedPvE = 34650,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29482"><strong>Riddle of Earth</strong></see> <i>PvP</i> (MNK) [29482] [Ability]
-/// <para>Grants Earth Resonance, changing Riddle of Earth to Earth's Reply, and allowing you to compile damage each time you are struck by an enemy.</para>
-/// <para>Duration: 8s</para>
-/// <para>Executing Earth's Reply deals physical damage to all nearby enemies and restores your HP.</para>
-/// <para>Damage Potency: 2,000 plus 25% of compiled damage</para>
-/// <para>Cure Potency: 4,000 plus 50% of compiled damage</para>
+/// <see href="https://garlandtools.org/db/#action/34651"><strong>Aero in Green</strong></see> <i>PvE</i> (PCT) [34651] [Spell]
+/// <para>Deals wind damage with a potency of .</para>
+/// <para>Additional Effect: Grants Aetherhues II</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed while under the effect of Aetherhues. </para>
+/// <para>Consumes a stack of Hyperphantasia if available upon execution.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Fire in Red changes to Aero in Green when requirements for execution are met.</para>
/// </summary>
-RiddleOfEarthPvP = 29482,
+AeroInGreenPvE = 34651,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29483"><strong>Earth's Reply</strong></see> <i>PvP</i> (MNK) [29483] [Ability]
-/// <para>Deals physical damage to all nearby enemies and restores your HP.</para>
-/// <para>Damage Potency: 2,000 plus 25% of compiled damage</para>
-/// <para>Cure Potency: 4,000 plus 50% of compiled damage</para>
-/// <para>Can only be executed while under the effect of Earth Resonance.</para>
+/// <see href="https://garlandtools.org/db/#action/34652"><strong>Water in Blue</strong></see> <i>PvE</i> (PCT) [34652] [Spell]
+/// <para>Deals water damage with a potency of .</para>
+/// <para>Additional Effect: Increases Palette Gauge by 25</para>
+/// <para>Additional Effect: Grants White Paint</para>
+/// <para>Maximum Stacks: 5</para>
+/// <para>Can only be executed while under the effect of Aetherhues II.</para>
+/// <para>Consumes a stack of Hyperphantasia if available upon execution.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Aero in Green changes to Water in Blue when requirements for execution are met.</para>
/// </summary>
-EarthsReplyPvP = 29483,
+WaterInBluePvE = 34652,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29484"><strong>Thunderclap</strong></see> <i>PvP</i> (MNK) [29484] [Ability]
-/// <para>Rush to a targeted enemy's or party member's location.</para>
-/// <para>Additional Effect: Grants Wind Resonance</para>
-/// <para>Wind Resonance Effect: Reduces weaponskill recast time by 10%</para>
-/// <para>Duration: 10s</para>
-/// <para>If already under the effect of Wind Resonance, extends duration by 10s to a maximum of 15s.</para>
-/// <para>Additional Effect: Creates a barrier around target party member that nullifies damage equivalent to a heal of 6,000 potency</para>
-/// <para>If the target selected was an enemy, creates a barrier around self instead.</para>
-/// <para>Duration: 5s</para>
-/// <para>Maximum Charges: 3</para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#action/34653"><strong>Blizzard in Cyan</strong></see> <i>PvE</i> (PCT) [34653] [Spell]
+/// <para>Deals ice damage with a potency of .</para>
+/// <para>Additional Effect: Grants Aetherhues</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed while under the effect of Subtractive Palette.</para>
+/// <para>Consumes a stack of Hyperphantasia if available upon execution.</para>
+/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// </summary>
-ThunderclapPvP = 29484,
+BlizzardInCyanPvE = 34653,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29486"><strong>Raiden Thrust</strong></see> <i>PvP</i> (DRG) [29486] [Weaponskill]
-/// <para>Delivers an attack with a potency of 3,000.</para>
+/// <see href="https://garlandtools.org/db/#action/34654"><strong>Stone in Yellow</strong></see> <i>PvE</i> (PCT) [34654] [Spell]
+/// <para>Deals earth damage with a potency of .</para>
+/// <para>Additional Effect: Grants Aetherhues II</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed while under the effect of Subtractive Palette and Aetherhues.</para>
+/// <para>Consumes a stack of Hyperphantasia if available upon execution.</para>
+/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Blizzard in Cyan changes to Stone in Yellow when requirements for execution are met.</para>
/// </summary>
-RaidenThrustPvP = 29486,
+StoneInYellowPvE = 34654,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29487"><strong>Fang and Claw</strong></see> <i>PvP</i> (DRG) [29487] [Weaponskill]
-/// <para>Delivers an attack with a potency of 4,000.</para>
-/// <para>Combo Action: Raiden Thrust</para>
+/// <see href="https://garlandtools.org/db/#action/34655"><strong>Thunder in Magenta</strong></see> <i>PvE</i> (PCT) [34655] [Spell]
+/// <para>Deals lightning damage with a potency of .</para>
+/// <para>Additional Effect: Grants White Paint</para>
+/// <para>Maximum Stacks: 5</para>
+/// <para>Can only be executed while under the effect of Subtractive Palette and Aetherhues II.</para>
+/// <para>Consumes a stack of Hyperphantasia if available upon execution.</para>
+/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Stone in Yellow changes to Thunder in Magenta when requirements for execution are met.</para>
/// </summary>
-FangAndClawPvP = 29487,
+ThunderInMagentaPvE = 34655,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29488"><strong>Wheeling Thrust</strong></see> <i>PvP</i> (DRG) [29488] [Weaponskill]
-/// <para>Delivers an attack with a potency of 5,000.</para>
-/// <para>Combo Action: Fang and Claw</para>
+/// <see href="https://garlandtools.org/db/#action/34656"><strong>Fire II in Red</strong></see> <i>PvE</i> (PCT) [34656] [Spell]
+/// <para>Deals fire damage with a potency of to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Grants Aetherhues</para>
+/// <para>Duration: 30s</para>
+/// <para>Consumes a stack of Hyperphantasia if available upon execution.</para>
+/// </summary>
+FireIiInRedPvE = 34656,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/34657"><strong>Aero II in Green</strong></see> <i>PvE</i> (PCT) [34657] [Spell]
+/// <para>Deals wind damage with a potency of to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Grants Aetherhues II</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed while under the effect of Aetherhues. </para>
+/// <para>Consumes a stack of Hyperphantasia if available upon execution.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Fire II in Red changes to Aero II in Green when requirements for execution are met.</para>
/// </summary>
-WheelingThrustPvP = 29488,
+AeroIiInGreenPvE = 34657,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29489"><strong>Heavens' Thrust</strong></see> <i>PvP</i> (DRG) [29489] [Weaponskill]
-/// <para>Delivers an attack with a potency of 12,000.</para>
-/// <para>Can only be executed while under the effect of Heavensent.</para>
+/// <see href="https://garlandtools.org/db/#action/34658"><strong>Water II in Blue</strong></see> <i>PvE</i> (PCT) [34658] [Spell]
+/// <para>Deals water damage with a potency of to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Increases Palette Gauge by 25</para>
+/// <para>Additional Effect: Grants White Paint</para>
+/// <para>Maximum Stacks: 5</para>
+/// <para>Can only be executed while under the effect of Aetherhues II.</para>
+/// <para>Consumes a stack of Hyperphantasia if available upon execution.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Aero II in Green changes to Water II in Blue when requirements for execution are met.</para>
/// </summary>
-HeavensThrustPvP = 29489,
+WaterIiInBluePvE = 34658,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29490"><strong>Chaotic Spring</strong></see> <i>PvP</i> (DRG) [29490] [Weaponskill]
-/// <para>Delivers an attack with a potency of 8,000.</para>
-/// <para>Additional Effect: Absorbs 150% of damage dealt as HP</para>
-/// <para>This weaponskill does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/34659"><strong>Blizzard II in Cyan</strong></see> <i>PvE</i> (PCT) [34659] [Spell]
+/// <para>Deals ice damage with a potency of to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Grants Aetherhues</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed while under the effect of Subtractive Palette.</para>
+/// <para>Consumes a stack of Hyperphantasia if available upon execution.</para>
+/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// </summary>
-ChaoticSpringPvP = 29490,
+BlizzardIiInCyanPvE = 34659,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29491"><strong>Geirskogul</strong></see> <i>PvP</i> (DRG) [29491] [Ability]
-/// <para>Delivers an attack with a potency of 4,000 to all enemies in a straight line before you.</para>
-/// <para>Additional Effect: Grants Life of the Dragon</para>
-/// <para>Life of the Dragon Effect: Increases damage dealt and damage suffered by 25%</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/34660"><strong>Stone II in Yellow</strong></see> <i>PvE</i> (PCT) [34660] [Spell]
+/// <para>Deals earth damage with a potency of to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Grants Aetherhues II</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed while under the effect of Subtractive Palette and Aetherhues.</para>
+/// <para>Consumes a stack of Hyperphantasia if available upon execution.</para>
+/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
-/// <para>※Action changes to Nastrond upon execution.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Blizzard II in Cyan changes to Stone II in Yellow when requirements for execution are met.</para>
/// </summary>
-GeirskogulPvP = 29491,
+StoneIiInYellowPvE = 34660,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29492"><strong>Nastrond</strong></see> <i>PvP</i> (DRG) [29492] [Ability]
-/// <para>Delivers an attack with a potency of 4,000 to all enemies in a straight line before you.</para>
-/// <para>Potency increases up to 8,000 as the target's HP decreases, reaching its maximum value when the target has 50% HP or less.</para>
-/// <para>Can only be executed while under the effect of Life of the Dragon. Effect fades upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/34661"><strong>Thunder II in Magenta</strong></see> <i>PvE</i> (PCT) [34661] [Spell]
+/// <para>Deals lightning damage with a potency of to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Grants White Paint</para>
+/// <para>Maximum Stacks: 5</para>
+/// <para>Can only be executed while under the effect of Subtractive Palette and Aetherhues II.</para>
+/// <para>Consumes a stack of Hyperphantasia if available upon execution.</para>
+/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Stone II in Yellow changes to Thunder II in Magenta when requirements for execution are met.</para>
/// </summary>
-NastrondPvP = 29492,
+ThunderIiInMagentaPvE = 34661,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29493"><strong>High Jump</strong></see> <i>PvP</i> (DRG) [29493] [Ability]
-/// <para>Delivers a jumping attack with a potency of 4,000.</para>
-/// <para>Additional Effect: Grants Heavensent</para>
-/// <para>Duration: 10s</para>
-/// <para>Cannot be executed while bound.</para>
-/// <para></para>
-/// <para>※Wheeling Thrust Combo changes to Heavens' Thrust while under the effect of Heavensent.</para>
+/// <see href="https://garlandtools.org/db/#action/34662"><strong>Holy in White</strong></see> <i>PvE</i> (PCT) [34662] [Spell]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Can only be executed while under the effect of White Paint.</para>
+/// <para>Cannot be executed while under the effect of Monochrome Tones.</para>
+/// <para>White Paint Cost: 1</para>
+/// <para>Consumes a stack of Hyperphantasia if available upon execution.</para>
/// </summary>
-HighJumpPvP = 29493,
+HolyInWhitePvE = 34662,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29494"><strong>Elusive Jump</strong></see> <i>PvP</i> (DRG) [29494] [Ability]
-/// <para>Executes a jump to a location 15 yalms behind you.</para>
-/// <para>Additional Effect: Removes Heavy and Bind</para>
-/// <para>Additional Effect: Increases movement speed by 25%</para>
-/// <para>Duration: 5s</para>
-/// <para>Additional Effect: Grants Firstminds' Focus</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/34663"><strong>Comet in Black</strong></see> <i>PvE</i> (PCT) [34663] [Spell]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Can only be executed while under the effect of Black Paint and Monochrome Tones.</para>
+/// <para>Black Paint Cost: 1</para>
+/// <para>Consumes a stack of Hyperphantasia if available upon execution.</para>
+/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// </summary>
+CometInBlackPvE = 34663,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/34664"><strong>Pom Motif</strong></see> <i>PvE</i> (PCT) [34664] [Spell]
+/// <para>Paints a pom.</para>
+/// <para>Cast immediately when used outside of combat.</para>
+/// <para>The Creature Canvas must be empty to execute this action.</para>
+/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
-/// <para>※Action changes to Wyrmwind Thrust while under the effect of Firstminds' Focus.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Creature Motif changes to Pom Motif when requirements for execution are met.</para>
/// </summary>
-ElusiveJumpPvP = 29494,
+PomMotifPvE = 34664,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29495"><strong>Wyrmwind Thrust</strong></see> <i>PvP</i> (DRG) [29495] [Weaponskill]
-/// <para>Delivers an attack with a potency of 8,000 to all enemies in a straight line before you.</para>
-/// <para>Potency increases up to 16,000 the farther away you are from the target, reaching its maximum value when the target is 15 yalms away.</para>
-/// <para>Can only be executed while under the effect of Firstminds' Focus.</para>
+/// <see href="https://garlandtools.org/db/#action/34665"><strong>Wing Motif</strong></see> <i>PvE</i> (PCT) [34665] [Spell]
+/// <para>Paints a pair of wings.</para>
+/// <para>Cast immediately when used outside of combat.</para>
+/// <para>The Creature Canvas must be empty to execute this action.</para>
+/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Creature Motif changes to Wing Motif when requirements for execution are met.</para>
/// </summary>
-WyrmwindThrustPvP = 29495,
+WingMotifPvE = 34665,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29496"><strong>Horrid Roar</strong></see> <i>PvP</i> (DRG) [29496] [Ability]
-/// <para>Deals unaspected damage with a potency of 4,000 to all nearby enemies.</para>
-/// <para>Additional Effect: Afflicts target with Horrid Roar</para>
-/// <para>Horrid Roar Effect: Reduces damage target deals to you by 50%</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/34666"><strong>Claw Motif</strong></see> <i>PvE</i> (PCT) [34666] [Spell]
+/// <para>Paints a claw.</para>
+/// <para>Cast immediately when used outside of combat.</para>
+/// <para>The Creature Canvas must be empty to execute this action.</para>
+/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Creature Motif changes to Claw Motif when requirements for execution are met.</para>
/// </summary>
-HorridRoarPvP = 29496,
+ClawMotifPvE = 34666,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29500"><strong>Spinning Edge</strong></see> <i>PvP</i> (NIN) [29500] [Weaponskill]
-/// <para>Delivers an attack with a potency of 3,000.</para>
+/// <see href="https://garlandtools.org/db/#action/34667"><strong>Maw Motif</strong></see> <i>PvE</i> (PCT) [34667] [Spell]
+/// <para>Paints a set of fangs.</para>
+/// <para>Cast immediately when used outside of combat.</para>
+/// <para>The Creature Canvas must be empty to execute this action.</para>
+/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Creature Motif changes to Maw Motif when requirements for execution are met.</para>
/// </summary>
-SpinningEdgePvP = 29500,
+MawMotifPvE = 34667,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29501"><strong>Gust Slash</strong></see> <i>PvP</i> (NIN) [29501] [Weaponskill]
-/// <para>Delivers an attack with a potency of 4,000.</para>
-/// <para>Combo Action: Spinning Edge</para>
+/// <see href="https://garlandtools.org/db/#action/34668"><strong>Hammer Motif</strong></see> <i>PvE</i> (PCT) [34668] [Spell]
+/// <para>Paints a hammer.</para>
+/// <para>Cast immediately when used outside of combat.</para>
+/// <para>Cannot be executed while under the effect of Hammer Time.</para>
+/// <para>The Weapon Canvas must be empty to execute this action.</para>
+/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Weapon Motif changes to Hammer Motif when requirements for execution are met.</para>
/// </summary>
-GustSlashPvP = 29501,
+HammerMotifPvE = 34668,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29502"><strong>Aeolian Edge</strong></see> <i>PvP</i> (NIN) [29502] [Weaponskill]
-/// <para>Delivers an attack with a potency of 5,000.</para>
-/// <para>Combo Action: Gust Slash</para>
+/// <see href="https://garlandtools.org/db/#action/34669"><strong>Starry Sky Motif</strong></see> <i>PvE</i> (PCT) [34669] [Spell]
+/// <para>Paints a starry sky.</para>
+/// <para>Cast immediately when used outside of combat.</para>
+/// <para>Cannot be executed while under the effect of Starry Muse.</para>
+/// <para>The Landscape Canvas must be empty to execute this action.</para>
+/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Landscape Motif changes to Starry Sky Motif when requirements for execution are met.</para>
/// </summary>
-AeolianEdgePvP = 29502,
+StarrySkyMotifPvE = 34669,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29503"><strong>Assassinate</strong></see> <i>PvP</i> (NIN) [29503] [Weaponskill]
-/// <para>Delivers an attack with a potency of 12,000.</para>
-/// <para>Can only be executed while under the effect of Hidden.</para>
+/// <see href="https://garlandtools.org/db/#action/34670"><strong>Pom Muse</strong></see> <i>PvE</i> (PCT) [34670] [Ability]
+/// <para>Render a rain of poms, dealing unaspected damage to target and all enemies nearby it with a potency of 1,1001,0001,000 for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Additional Effect: Adds Depiction of Pom to the Creature Canvas</para>
+/// <para>Maximum Charges: </para>
+/// <para>Can only be executed while a pom is painted on the Creature Canvas.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Living Muse changes to Pom Muse when requirements for execution are met.</para>
/// </summary>
-AssassinatePvP = 29503,
+PomMusePvE = 34670,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29504"><strong>Goka Mekkyaku</strong></see> <i>PvP</i> (NIN) [29504] [Spell]
-/// <para>Deals unaspected damage with a potency of 4,000 to target and all enemies nearby it.</para>
-/// <para>Additional Effect: Damage over time</para>
-/// <para>Potency: 4,000</para>
-/// <para>Duration: 12s</para>
-/// <para>Can only be executed while under the effect of Three Mudra.</para>
+/// <see href="https://garlandtools.org/db/#action/34671"><strong>Winged Muse</strong></see> <i>PvE</i> (PCT) [34671] [Ability]
+/// <para>Render a pair of windborne wings, dealing unaspected damage to target and all enemies nearby it with a potency of 1,1001,0001,000 for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Additional Effect: Adds Depiction of Wings to the Creature Canvas</para>
+/// <para>Also paints a Moogle Portrait when Depiction of Pom and Depiction of Wings are rendered on the Creature Canvas.</para>
+/// <para>Maximum Charges: </para>
+/// <para>Can only be executed while a pair of wings is painted on the Creature Canvas.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Living Muse changes to Winged Muse when requirements for execution are met.</para>
/// </summary>
-GokaMekkyakuPvP = 29504,
+WingedMusePvE = 34671,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29505"><strong>Fuma Shuriken</strong></see> <i>PvP</i> (NIN) [29505] [Weaponskill]
-/// <para>Delivers a ranged attack with a potency of 6,000.</para>
+/// <see href="https://garlandtools.org/db/#action/34672"><strong>Clawed Muse</strong></see> <i>PvE</i> (PCT) [34672] [Ability]
+/// <para>Render a sharpened claw, dealing unaspected damage to target and all enemies nearby it with a potency of 1,100 for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Additional Effect: Adds Depiction of Claw to the Creature Canvas</para>
/// <para>Maximum Charges: 3</para>
-/// <para>This weaponskill does not share a recast timer with any other actions.</para>
+/// <para>Can only be executed while a claw is painted on the Creature Canvas.</para>
/// <para></para>
-/// <para>※Action changes to Hyosho Ranryu while under the effect of Three Mudra.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Living Muse changes to Clawed Muse when requirements for execution are met.</para>
/// </summary>
-FumaShurikenPvP = 29505,
+ClawedMusePvE = 34672,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29506"><strong>Hyosho Ranryu</strong></see> <i>PvP</i> (NIN) [29506] [Spell]
-/// <para>Deals unaspected damage with a potency of 16,000.</para>
-/// <para>Can only be executed while under the effect of Three Mudra.</para>
+/// <see href="https://garlandtools.org/db/#action/34673"><strong>Fanged Muse</strong></see> <i>PvE</i> (PCT) [34673] [Ability]
+/// <para>Render a set of ferocious fangs, dealing unaspected damage to target and all enemies nearby it with a potency of 1,100 for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Additional Effect: Adds Depiction of Fangs to the Creature Canvas</para>
+/// <para>Also paints a Madeen Portrait when Depiction of Pom, Depiction of Wings, Depiction of Claw, and Depiction of Fangs are rendered on the Creature Canvas.</para>
+/// <para>All depictions are removed from the canvas upon execution.</para>
+/// <para>Maximum Charges: 3</para>
+/// <para>Can only be executed while fangs are painted on the Creature Canvas.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Living Muse changes to Fanged Muse when requirements for execution are met.</para>
/// </summary>
-HyoshoRanryuPvP = 29506,
+FangedMusePvE = 34673,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29507"><strong>Three Mudra</strong></see> <i>PvP</i> (NIN) [29507] [Ability]
-/// <para>Grants Three Mudra, allowing for immediate execution of any ninjutsu action. However, the same ninjutsu action cannot be executed consecutively.</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/34674"><strong>Striking Muse</strong></see> <i>PvE</i> (PCT) [34674] [Ability]
+/// <para>Render a mighty hammer, granting three stacks of Hammer Time.</para>
+/// <para>Duration: 30s</para>
/// <para>Maximum Charges: 2</para>
+/// <para>Can only be executed while in combat and when a hammer is painted on the Weapon Canvas.</para>
/// <para></para>
-/// <para>※Action changes to Meisui while under the effect of Three Mudra.</para>
-/// <para>※All actions except Seiton Tenchu will change to their respective ninjutsu actions while under the effect of Three Mudra.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Steel Muse changes to Striking Muse when requirements for execution are met.</para>
/// </summary>
-ThreeMudraPvP = 29507,
+StrikingMusePvE = 34674,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29508"><strong>Meisui</strong></see> <i>PvP</i> (NIN) [29508] [Spell]
-/// <para>Restores own or target party member's HP.</para>
-/// <para>Cure Potency: 8,000</para>
-/// <para>Additional Effect: Grants healing over time effect to target</para>
-/// <para>Cure Potency: 4,000</para>
-/// <para>Duration: 15s</para>
-/// <para>Can only be executed while under the effect of Three Mudra.</para>
+/// <see href="https://garlandtools.org/db/#action/34675"><strong>Starry Muse</strong></see> <i>PvE</i> (PCT) [34675] [Ability]
+/// <para>Render a star streaming sky over a magicked landscape, increasing damage dealt by self and nearby party members by 5%.</para>
+/// <para>Duration: 20s</para>
+/// <para>Additional Effect: Grants Subtractive Spectrum</para>
+/// <para>Duration: 30s</para>
+/// <para>Additional Effect: Grants Inspiration and 5 stacks of Hyperphantasia</para>
+/// <para>Stacks of Hyperphantasia are consumed upon casting certain spells while under the effect of Inspiration.</para>
+/// <para>Duration: 30s</para>
+/// <para>Inspiration Effect: Reduces cast time and recast time of Star Prism and aetherhue spells by 25% while standing within the bounds of the magicked landscape</para>
+/// <para>Effect expires when all stacks of Hyperphantasia are consumed.</para>
+/// <para>Additional Effect: Grants Rainbow Bright upon consuming all 5 stacks of Hyperphantasia</para>
+/// <para>Duration: 30s</para>
+/// <para>Rainbow Bright Effect: Rainbow Drip can be cast immediately and has a reduced recast timer</para>
+/// <para>Additional Effect: Grants Starstruck</para>
+/// <para>Duration: 20s</para>
+/// <para>Can only be executed while a starry sky is painted on the Landscape Canvas.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Scenic Muse changes to Starry Muse when requirements for execution are met.</para>
/// </summary>
-MeisuiPvP = 29508,
+StarryMusePvE = 34675,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29509"><strong>Mug</strong></see> <i>PvP</i> (NIN) [29509] [Ability]
-/// <para>Delivers an attack with a potency of 2,000.</para>
-/// <para>Additional Effect: Increases target's damage taken by 10%</para>
-/// <para>Duration: 10s</para>
-/// <para>Additional Effect: Reduces the recast time of Fuma Shuriken by 10 seconds</para>
-/// <para></para>
-/// <para>※Action changes to Goka Mekkyaku while under the effect of Three Mudra.</para>
+/// <see href="https://garlandtools.org/db/#action/34676"><strong>Mog of the Ages</strong></see> <i>PvE</i> (PCT) [34676] [Ability]
+/// <para>Render your moogle portrait to life, dealing unaspected damage to all enemies in a straight line before you with a potency of 1,3001,1001,100 for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Can only be executed while Moogle Portrait is active.</para>
/// </summary>
-MugPvP = 29509,
+MogOfTheAgesPvE = 34676,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29510"><strong>Forked Raiju</strong></see> <i>PvP</i> (NIN) [29510] [Weaponskill]
-/// <para>Rushes target and delivers an attack with a potency of 4,000.</para>
-/// <para>Additional Effect: Stun</para>
-/// <para>Duration: 2s</para>
-/// <para>Additional Effect: Grants Fleeting Raiju Ready</para>
-/// <para>Duration: 10s</para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#action/34677"><strong>Retribution of the Madeen</strong></see> <i>PvE</i> (PCT) [34677] [Ability]
+/// <para>Render your Madeen portrait to life, dealing unaspected damage to all enemies in a straight line before you with a potency of 1,400 for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Can only be executed while Madeen Portrait is active.</para>
/// <para></para>
-/// <para>※Aeolian Edge Combo changes to Fleeting Raiju while under the effect of Fleeting Raiju Ready.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Mog of the Ages changes to Retribution of the Madeen when requirements for execution are met.</para>
/// </summary>
-ForkedRaijuPvP = 29510,
+RetributionOfTheMadeenPvE = 34677,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29511"><strong>Bunshin</strong></see> <i>PvP</i> (NIN) [29511] [Ability]
-/// <para>For up to five attacks, your shadow becomes animate, attacking enemies each time you execute a weaponskill.</para>
-/// <para>Shadow attack potency will match that of your weaponskills, but will be halved when executing Fuma Shuriken or Assassinate.</para>
-/// <para>Duration: 20s</para>
-/// <para>Additional Effect: Creates a shadow that absorbs damage equivalent to a heal of 8,000 potency</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/34678"><strong>Hammer Stamp</strong></see> <i>PvE</i> (PCT) [34678] [Spell]
+/// <para>Deals unaspected damage as a critical direct hit with a potency of for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Can only be executed while under the effect of Hammer Time.</para>
+/// </summary>
+HammerStampPvE = 34678,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/34679"><strong>Hammer Brush</strong></see> <i>PvE</i> (PCT) [34679] [Spell]
+/// <para>Deals unaspected damage as a critical direct hit with a potency of for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Combo Action: Hammer Stamp</para>
+/// <para>Can only be executed while under the effect of Hammer Time.</para>
/// <para></para>
-/// <para>※Action changes to Huton while under the effect of Three Mudra.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Hammer Stamp changes to Hammer Brush when requirements for execution are met.</para>
/// </summary>
-BunshinPvP = 29511,
+HammerBrushPvE = 34679,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29512"><strong>Huton</strong></see> <i>PvP</i> (NIN) [29512] [Spell]
-/// <para>Grants Huton, creating a barrier that absorbs damage equivalent to a heal of 16,000 potency, and increasing movement speed by 25%.</para>
-/// <para>Duration: 10s</para>
-/// <para>Movement speed returns to normal when barrier is completely absorbed.</para>
-/// <para>Can only be executed while under the effect of Three Mudra.</para>
+/// <see href="https://garlandtools.org/db/#action/34680"><strong>Polishing Hammer</strong></see> <i>PvE</i> (PCT) [34680] [Spell]
+/// <para>Deals unaspected damage as a critical direct hit with a potency of for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Combo Action: Hammer Brush</para>
+/// <para>Can only be executed while under the effect of Hammer Time.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Hammer Brush changes to Polishing Hammer when requirements for execution are met.</para>
/// </summary>
-HutonPvP = 29512,
+PolishingHammerPvE = 34680,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29513"><strong>Shukuchi</strong></see> <i>PvP</i> (NIN) [29513] [Ability]
-/// <para>Move quickly to the specified location.</para>
-/// <para>Additional Effect: Grants Hidden</para>
-/// <para>Hidden Effect: Blend in with your surroundings, making it impossible for enemies to see or target you</para>
-/// <para>Duration: 4s</para>
-/// <para>Effect ends upon use of any action or upon taking damage from an enemy.</para>
+/// <see href="https://garlandtools.org/db/#action/34681"><strong>Star Prism</strong></see> <i>PvE</i> (PCT) [34681] [Spell]
+/// <para>Deals unaspected damage with a potency of 1,400 for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Additional Effect: Restores HP of all party members within 30 yalms of target</para>
+/// <para>Cure Potency: 400</para>
+/// <para>Can only be executed while under the effect of Starstruck.</para>
+/// <para>Consumes a stack of Hyperphantasia if available upon execution.</para>
+/// </summary>
+StarPrismPvE = 34681,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/34683"><strong>Subtractive Palette</strong></see> <i>PvE</i> (PCT) [34683] [Ability]
+/// <para>Grants 3 stacks of Subtractive Palette.</para>
+/// <para>Additional Effect: Grants Monochrome Tones</para>
+/// <para>Monochrome Tones Effect: Converts one stack of White Paint into Black Paint</para>
+/// <para>Cannot be cast while under the effect of Subtractive Palette.</para>
+/// <para>Palette Gauge Cost: 50</para>
+/// </summary>
+SubtractivePalettePvE = 34683,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/34684"><strong>Smudge</strong></see> <i>PvE</i> (PCT) [34684] [Ability]
+/// <para>Quickly dash 15 yalms forward.</para>
+/// <para>Additional Effect: Increases movement speed</para>
+/// <para>Duration: 5s</para>
/// <para>Cannot be executed while bound.</para>
-/// <para></para>
-/// <para>※Action changes to Doton while under the effect of Three Mudra.</para>
-/// <para>※Aeolian Edge Combo changes to Assassinate while under the effect of Hidden.</para>
/// </summary>
-ShukuchiPvP = 29513,
+SmudgePvE = 34684,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29514"><strong>Doton</strong></see> <i>PvP</i> (NIN) [29514] [Spell]
-/// <para>Creates a patch of corrupted earth under your feet, dealing damage with a potency of 3,000 to any enemies who enter.</para>
+/// <see href="https://garlandtools.org/db/#action/34685"><strong>Tempera Coat</strong></see> <i>PvE</i> (PCT) [34685] [Ability]
+/// <para>Creates a barrier around self that absorbs damage totaling 20% of maximum HP.</para>
/// <para>Duration: 10s</para>
-/// <para>Can only be executed while under the effect of Three Mudra.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>Reduces the recast time of Tempera Coat by 60 seconds when barrier is completely absorbed.</para>
/// </summary>
-DotonPvP = 29514,
+TemperaCoatPvE = 34685,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29523"><strong>Yukikaze</strong></see> <i>PvP</i> (SAM) [29523] [Weaponskill]
-/// <para>Delivers an attack with a potency of 3,000.</para>
-/// <para></para>
-/// <para>※Action changes to Hyosetsu while under the effect of Kaiten.</para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/34686"><strong>Tempera Grassa</strong></see> <i>PvE</i> (PCT) [34686] [Ability]
+/// <para>Removes Tempera Coat to create a barrier around self and all nearby party members that absorbs damage totaling 10% of maximum HP.</para>
+/// <para>Duration: 10s</para>
+/// <para>Reduces the recast time of Tempera Coat by 30 seconds when barrier is completely absorbed.</para>
+/// <para>Can only be executed when under the effect of Tempera Coat.</para>
/// </summary>
-YukikazePvP = 29523,
+TemperaGrassaPvE = 34686,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29524"><strong>Gekko</strong></see> <i>PvP</i> (SAM) [29524] [Weaponskill]
-/// <para>Delivers an attack with a potency of 4,000.</para>
-/// <para>Combo Action: Yukikaze or Hyosetsu</para>
-/// <para></para>
-/// <para>※Action changes to Mangetsu while under the effect of Kaiten.</para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/34688"><strong>Rainbow Drip</strong></see> <i>PvE</i> (PCT) [34688] [Spell]
+/// <para>Deals unaspected damage to all enemies in a straight line before you with a potency of 1,000 for the first enemy, and 85% less for all remaining enemies.</para>
+/// <para>Additional Effect: Grants White Paint</para>
+/// <para>Maximum Stacks: 5</para>
+/// <para>When Rainbow Bright is active, Rainbow Drip can be cast immediately and its recast timer is reduced.</para>
+/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// </summary>
-GekkoPvP = 29524,
+RainbowDripPvE = 34688,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29525"><strong>Kasha</strong></see> <i>PvP</i> (SAM) [29525] [Weaponskill]
-/// <para>Delivers an attack with a potency of 5,000.</para>
-/// <para>Combo Action: Gekko or Mangetsu</para>
-/// <para></para>
-/// <para>※Action changes to Oka while under the effect of Kaiten.</para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/34689"><strong>Creature Motif</strong></see> <i>PvE</i> (PCT) [34689] [Spell]
+/// <para>Paints a creature motif.</para>
+/// <para>This action changes when placed on the hotbar in the order of Pom Motif, Wing Motif, Claw Motif, and Maw MotifPom Motif and Wing MotifPom Motif and Wing Motif when executed in succession.</para>
+/// <para>Cast immediately when used outside of combat.</para>
+/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// </summary>
-KashaPvP = 29525,
+CreatureMotifPvE = 34689,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29526"><strong>Hyosetsu</strong></see> <i>PvP</i> (SAM) [29526] [Weaponskill]
-/// <para>Delivers an attack with a potency of 3,000 to all nearby enemies.</para>
-/// <para>Additional Effect: Bind</para>
-/// <para>Duration: 2s</para>
-/// <para>Can only be executed while under the effect of Kaiten.</para>
+/// <see href="https://garlandtools.org/db/#action/34690"><strong>Weapon Motif</strong></see> <i>PvE</i> (PCT) [34690] [Spell]
+/// <para>Paints a weapon motif.</para>
+/// <para>This action changes to Hammer Motif when placed on the hotbar.</para>
+/// <para>Cast immediately when used outside of combat.</para>
+/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// </summary>
+WeaponMotifPvE = 34690,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/34691"><strong>Landscape Motif</strong></see> <i>PvE</i> (PCT) [34691] [Spell]
+/// <para>Paints a landscape motif.</para>
+/// <para>This action changes to Starry Sky Motif when placed on the hotbar.</para>
+/// <para>Cast immediately when used outside of combat.</para>
+/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+/// </summary>
+LandscapeMotifPvE = 34691,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/34786"><strong>Guillotine</strong></see> <i>PvP</i> (RPR) [34786] [Weaponskill]
+/// <para>Delivers an attack with a potency of 8,000 to all enemies in a cone before you.</para>
+/// <para>Can only be executed while under the effect of Soul Reaver.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-HyosetsuPvP = 29526,
+GuillotinePvP = 34786,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29527"><strong>Mangetsu</strong></see> <i>PvP</i> (SAM) [29527] [Weaponskill]
-/// <para>Delivers an attack with a potency of 8,000 to all nearby enemies.</para>
-/// <para>Combo Action: Yukikaze or Hyosetsu</para>
-/// <para>Can only be executed while under the effect of Kaiten.</para>
+/// <see href="https://garlandtools.org/db/#action/34790"><strong>Rising Flames</strong></see> <i>PvE</i> (All Classes) [34790] [Ability]
+/// <para>Closes in on target while delivering an attack.</para>
+/// </summary>
+RisingFlamesPvE = 34790,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/35347"><strong>Living Muse</strong></see> <i>PvE</i> (PCT) [35347] [Ability]
+/// <para>Render your depiction of a creature to life.</para>
+/// <para>This action changes to Pom Muse, Winged Muse, Clawed Muse, or Fanged MusePom Muse or Winged MusePom Muse or Winged Muse based on your current motif.</para>
+/// <para>Maximum Charges: </para>
+/// <para>Can only be executed when a Creature Motif is depicted on the Creature Canvas.</para>
+/// </summary>
+LivingMusePvE = 35347,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/35348"><strong>Steel Muse</strong></see> <i>PvE</i> (PCT) [35348] [Ability]
+/// <para>Render your depiction of a weapon to life.</para>
+/// <para>This action changes to Striking Muse based on your current motif.</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Can only be executed in combat and when a Weapon Motif is depicted on the Weapon Canvas.</para>
+/// </summary>
+SteelMusePvE = 35348,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/35349"><strong>Scenic Muse</strong></see> <i>PvE</i> (PCT) [35349] [Ability]
+/// <para>Render your depiction of a landscape to life.</para>
+/// <para>This action changes to Starry Muse based on your current motif.</para>
+/// <para>Can only be executed in combat and when a Landscape Motif is depicted on the Landscape Canvas.</para>
+/// </summary>
+ScenicMusePvE = 35349,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/35920"><strong>Serpent's Tail</strong></see> <i>PvE</i> (VPR) [35920] [Ability]
+/// <para>Changes to Death Rattle, Last Lash, First Legacy, Second Legacy, Third Legacy, or Fourth LegacyDeath Rattle or Last LashDeath RattleDeath RattleDeath Rattle or Last LashDeath RattleDeath Rattle when requirements for execution are met.</para>
+/// </summary>
+SerpentsTailPvE = 35920,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/35921"><strong>Twinfang</strong></see> <i>PvE</i> (VPR) [35921] [Ability]
+/// <para>Changes to Twinfang Bite, Twinfang Thresh, or Uncoiled TwinfangTwinfang Bite or Twinfang ThreshTwinfang BiteTwinfang BiteTwinfang Bite or Twinfang ThreshTwinfang BiteTwinfang Bite when requirements for execution are met.</para>
+/// </summary>
+TwinfangPvE = 35921,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/35922"><strong>Twinblood</strong></see> <i>PvE</i> (VPR) [35922] [Ability]
+/// <para>Changes to Twinblood Bite, Twinblood Thresh, or Uncoiled TwinbloodTwinblood Bite or Twinblood ThreshTwinblood BiteTwinblood BiteTwinblood Bite or Twinblood ThreshTwinblood BiteTwinblood Bite when requirements for execution are met.</para>
+/// </summary>
+TwinbloodPvE = 35922,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/36918"><strong>Supplication</strong></see> <i>PvE</i> (PLD) [36918] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Additional Effect: Restores MP</para>
+/// <para>Additional Effect: Grants Sepulchre Ready</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed while under the effect of Supplication Ready.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Atonement changes to Supplication when requirements for execution are met.</para>
/// </summary>
-MangetsuPvP = 29527,
+SupplicationPvE = 36918,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29528"><strong>Oka</strong></see> <i>PvP</i> (SAM) [29528] [Weaponskill]
-/// <para>Delivers an attack with a potency of 5,000 to all nearby enemies.</para>
-/// <para>Combo Action: Gekko or Mangetsu</para>
-/// <para>Additional Effect: Absorbs 100% of damage dealt as HP</para>
-/// <para>Can only be executed while under the effect of Kaiten.</para>
+/// <see href="https://garlandtools.org/db/#action/36919"><strong>Sepulchre</strong></see> <i>PvE</i> (PLD) [36919] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Additional Effect: Restores MP</para>
+/// <para>Can only be executed while under the effect of Sepulchre Ready.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Supplication changes to Sepulchre when requirements for execution are met.</para>
/// </summary>
-OkaPvP = 29528,
+SepulchrePvE = 36919,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29529"><strong>Midare Setsugekka</strong></see> <i>PvP</i> (SAM) [29529] [Weaponskill]
-/// <para>Delivers an attack with a potency of 16,000.</para>
-/// <para>Can only be executed while under the effect of Midare.</para>
+/// <see href="https://garlandtools.org/db/#action/36920"><strong>Guardian</strong></see> <i>PvE</i> (PLD) [36920] [Ability]
+/// <para>Reduces damage taken by 40%.</para>
+/// <para>Duration: 15s</para>
+/// <para>Additional Effect: Erects a magicked barrier which nullifies damage equivalent to a heal of 1,000 potency</para>
+/// <para>Duration: 15s</para>
+/// </summary>
+GuardianPvE = 36920,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/36921"><strong>Imperator</strong></see> <i>PvE</i> (PLD) [36921] [Ability]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 580 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Grants 4 stacks of Requiescat</para>
+/// <para>Duration: 30s</para>
+/// <para>Requiescat Effect: Increases the potency of Holy Spirit, Holy Circle, and all Confiteor combo actions, and spells will require no cast time</para>
+/// <para>Additional Effect: Grants Confiteor Ready</para>
+/// <para>Duration: 30s</para>
+/// </summary>
+ImperatorPvE = 36921,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/36922"><strong>Blade of Honor</strong></see> <i>PvE</i> (PLD) [36922] [Ability]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 1,000 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Can only be executed while under the effect of Blade of Honor Ready.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Imperator changes to Blade of Honor when requirements for execution are met.</para>
/// </summary>
-MidareSetsugekkaPvP = 29529,
+BladeOfHonorPvE = 36922,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29530"><strong>Ogi Namikiri</strong></see> <i>PvP</i> (SAM) [29530] [Weaponskill]
-/// <para>Delivers an attack with a potency of 8,000 to all enemies in a cone before you.</para>
-/// <para>Potency is increased by 50% when attacking only a single target.</para>
-/// <para>Additional Effect: When attacking two or more targets, creates a barrier around self that absorbs damage equivalent to a heal of 8,000 potency</para>
-/// <para>Duration: 10s</para>
-/// <para>This weaponskill does not share a recast timer with any other actions.</para>
-/// <para></para>
-/// <para>※Action changes to Kaeshi: Namikiri upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/36923"><strong>Damnation</strong></see> <i>PvE</i> (WAR) [36923] [Ability]
+/// <para>Reduces damage taken by 40% and delivers an attack with a potency of 55 every time you suffer physical damage.</para>
+/// <para>Duration: 15s</para>
+/// <para>Additional Effect: Grants Primeval Impulse when the effect expires</para>
+/// <para>Primeval Impulse Effect: Healing over time</para>
+/// <para>Cure Potency: 400</para>
+/// <para>Duration: 15s</para>
/// </summary>
-OgiNamikiriPvP = 29530,
+DamnationPvE = 36923,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29531"><strong>Kaeshi: Namikiri</strong></see> <i>PvP</i> (SAM) [29531] [Weaponskill]
-/// <para>Delivers an attack with a potency of 8,000 to all enemies in a cone before you.</para>
-/// <para>Potency is increased by 50% when attacking only a single target.</para>
-/// <para>Combo Action: Ogi Namikiri</para>
-/// <para>Additional Effect: When attacking two or more targets, creates a barrier around self that absorbs damage equivalent to a heal of 8,000 potency</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/36924"><strong>Primal Wrath</strong></see> <i>PvE</i> (WAR) [36924] [Ability]
+/// <para>Delivers an attack to all nearby enemies with a potency of 700 for the first enemy, and 70% less for all remaining enemies.</para>
+/// <para>Can only be executed when Wrathful.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Inner Release changes to Primal Wrath when requirements for execution are met.</para>
/// </summary>
-KaeshiNamikiriPvP = 29531,
+PrimalWrathPvE = 36924,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29532"><strong>Hissatsu: Soten</strong></see> <i>PvP</i> (SAM) [29532] [Ability]
-/// <para>Swiftly charges forward, dealing damage with a potency of 4,000 to targets in your path.</para>
-/// <para>Additional Effect: Grants Kaiten</para>
-/// <para>Duration: 10s</para>
-/// <para>Maximum Charges: 3</para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#action/36925"><strong>Primal Ruination</strong></see> <i>PvE</i> (WAR) [36925] [Weaponskill]
+/// <para>Delivers a critical direct hit to target and all enemies nearby it with a potency of 740 for the first enemy, and 70% less for all remaining enemies.</para>
+/// <para>Increases damage dealt when under an effect that raises critical hit rate or direct hit rate.</para>
+/// <para>Can only be executed while under the effect of Primal Ruination Ready.</para>
/// <para></para>
-/// <para>※Yukikaze changes to Hyosetsu while under the effect of Kaiten.</para>
-/// <para>※Gekko changes to Mangetsu while under the effect of Kaiten.</para>
-/// <para>※Kasha changes to Oka while under the effect of Kaiten.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Primal Rend changes to Primal Ruination when requirements for execution are met.</para>
/// </summary>
-HissatsuSotenPvP = 29532,
+PrimalRuinationPvE = 36925,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29533"><strong>Hissatsu: Chiten</strong></see> <i>PvP</i> (SAM) [29533] [Ability]
-/// <para>Reduces damage taken by 25% and delivers an attack with a potency of 2,000 every time you suffer damage.</para>
-/// <para>Duration: 5s</para>
-/// <para>Additional Effect: Afflicts target with Kuzushi</para>
-/// <para>Kuzushi Effect: Increases damage you deal target by 25%</para>
-/// <para>Duration: 4s</para>
+/// <see href="https://garlandtools.org/db/#action/36926"><strong>Shadowstride</strong></see> <i>PvE</i> (DRK) [36926] [Ability]
+/// <para>Rush to a targeted enemy's location.</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Cannot be executed while bound.</para>
/// </summary>
-HissatsuChitenPvP = 29533,
+ShadowstridePvE = 36926,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29535"><strong>Mineuchi</strong></see> <i>PvP</i> (SAM) [29535] [Ability]
-/// <para>Deals damage to target equal to 10% of their current HP.</para>
-/// <para>Ignores the effects of Guard when dealing damage.</para>
-/// <para>Deals damage with a potency of 4,000 to players riding machina and non-player combatants.</para>
-/// <para>Additional Effect: Stun</para>
-/// <para>Duration: 2s</para>
+/// <see href="https://garlandtools.org/db/#action/36927"><strong>Shadowed Vigil</strong></see> <i>PvE</i> (DRK) [36927] [Ability]
+/// <para>Reduces damage taken by 40%.</para>
+/// <para>Duration: 15s</para>
+/// <para>Additional Effect: Grants Vigilant</para>
+/// <para>Duration: 20s</para>
+/// <para>Vigilant Effect: Restores HP when HP falls below 50% or upon effect duration expiration</para>
+/// <para>Cure Potency: 1,200</para>
/// </summary>
-MineuchiPvP = 29535,
+ShadowedVigilPvE = 36927,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29536"><strong>Meikyo Shisui</strong></see> <i>PvP</i> (SAM) [29536] [Ability]
-/// <para>Grants Meikyo Shisui and Midare.</para>
-/// <para>Meikyo Shisui Effect: Nullifies status afflictions that can be removed by Purify</para>
-/// <para>Duration: 3s</para>
-/// <para>Midare Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/36928"><strong>Scarlet Delirium</strong></see> <i>PvE</i> (DRK) [36928] [Weaponskill]
+/// <para>Delivers an attack with a potency of 600.</para>
+/// <para>Additional Effect: Restores MP</para>
+/// <para>Can only be executed while under the effect of Delirium.</para>
/// <para></para>
-/// <para>※Action changes to Midare Setsugekka while under the effect of Midare.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Bloodspiller changes to Scarlet Delirium while under the effect of Delirium.</para>
/// </summary>
-MeikyoShisuiPvP = 29536,
+ScarletDeliriumPvE = 36928,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29538"><strong>Slice</strong></see> <i>PvP</i> (RPR) [29538] [Weaponskill]
-/// <para>Delivers an attack with a potency of 3,000.</para>
+/// <see href="https://garlandtools.org/db/#action/36929"><strong>Comeuppance</strong></see> <i>PvE</i> (DRK) [36929] [Weaponskill]
+/// <para>Delivers an attack with a potency of 700.</para>
+/// <para>Combo Action: Scarlet Delirium</para>
+/// <para>Additional Effect: Restores MP</para>
+/// <para>Can only be executed while under the effect of Delirium.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Scarlet Delirium changes to Comeuppance when requirements for execution are met.</para>
/// </summary>
-SlicePvP = 29538,
+ComeuppancePvE = 36929,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29539"><strong>Waxing Slice</strong></see> <i>PvP</i> (RPR) [29539] [Weaponskill]
-/// <para>Delivers an attack with a potency of 4,000.</para>
-/// <para>Combo Action: Slice</para>
+/// <see href="https://garlandtools.org/db/#action/36930"><strong>Torcleaver</strong></see> <i>PvE</i> (DRK) [36930] [Weaponskill]
+/// <para>Delivers an attack with a potency of 800.</para>
+/// <para>Combo Action: Comeuppance</para>
+/// <para>Additional Effect: Restores MP</para>
+/// <para>Can only be executed while under the effect of Delirium.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Comeuppance changes to Torcleaver when requirements for execution are met.</para>
/// </summary>
-WaxingSlicePvP = 29539,
+TorcleaverPvE = 36930,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29540"><strong>Infernal Slice</strong></see> <i>PvP</i> (RPR) [29540] [Weaponskill]
-/// <para>Delivers an attack with a potency of 5,000.</para>
-/// <para>Combo Action: Waxing Slice</para>
+/// <see href="https://garlandtools.org/db/#action/36931"><strong>Impalement</strong></see> <i>PvE</i> (DRK) [36931] [Weaponskill]
+/// <para>Delivers an attack with a potency of 320 to all nearby enemies.</para>
+/// <para>Additional Effect: Restores MP</para>
+/// <para>Can only be executed while under the effect of Delirium.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Quietus changes to Impalement when requirements for execution are met.</para>
/// </summary>
-InfernalSlicePvP = 29540,
+ImpalementPvE = 36931,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29543"><strong>Void Reaping</strong></see> <i>PvP</i> (RPR) [29543] [Weaponskill]
-/// <para>Delivers an attack with a potency of 8,000.</para>
-/// <para>Additional Effect: Grants Ripe for Reaping</para>
-/// <para>Duration: 10s</para>
-/// <para>Can only be executed while under the effect of Enshrouded.</para>
-/// <para>This weaponskill does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/36932"><strong>Disesteem</strong></see> <i>PvE</i> (DRK) [36932] [Weaponskill]
+/// <para>Deals physical damage to all enemies in a straight line before you with a potency of 800 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Can only be executed while Scorn is active.</para>
+/// </summary>
+DisesteemPvE = 36932,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/36934"><strong>Trajectory</strong></see> <i>PvE</i> (GNB) [36934] [Ability]
+/// <para>Rush to a targeted enemy's location.</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Cannot be executed while bound.</para>
+/// </summary>
+TrajectoryPvE = 36934,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/36935"><strong>Great Nebula</strong></see> <i>PvE</i> (GNB) [36935] [Ability]
+/// <para>Reduces damage taken by 40%.</para>
+/// <para>Additional Effect: Increases maximum HP by 20% and restores the amount increased.</para>
+/// <para>Duration: 15s</para>
+/// </summary>
+GreatNebulaPvE = 36935,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/36936"><strong>Fated Brand</strong></see> <i>PvE</i> (GNB) [36936] [Ability]
+/// <para>Delivers an attack with a potency of 120 to all nearby enemies.</para>
+/// <para>Can only be executed when Ready to Raze.</para>
/// <para></para>
-/// <para>※Infernal Slice Combo changes to Cross Reaping while under the effect of Ripe for Reaping.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Continuation changes to Fated Brand when requirements for execution are met.</para>
/// </summary>
-VoidReapingPvP = 29543,
+FatedBrandPvE = 36936,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29544"><strong>Cross Reaping</strong></see> <i>PvP</i> (RPR) [29544] [Weaponskill]
-/// <para>Delivers an attack with a potency of 8,000.</para>
-/// <para>Can only be executed while under the effect of Enshrouded and Ripe for Reaping.</para>
-/// <para>This weaponskill does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/36937"><strong>Reign of Beasts</strong></see> <i>PvE</i> (GNB) [36937] [Weaponskill]
+/// <para>Delivers an attack to target and all enemies nearby it with a potency of 800 for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Can only be executed when Ready to Reign.</para>
+/// </summary>
+ReignOfBeastsPvE = 36937,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/36938"><strong>Noble Blood</strong></see> <i>PvE</i> (GNB) [36938] [Weaponskill]
+/// <para>Delivers an attack to target and all enemies nearby it with a potency of 1,000 for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Combo Action: Reign of Beasts</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Reign of Beasts changes to Noble Blood when requirements for execution are met.</para>
/// </summary>
-CrossReapingPvP = 29544,
+NobleBloodPvE = 36938,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29545"><strong>Harvest Moon</strong></see> <i>PvP</i> (RPR) [29545] [Ability]
-/// <para>Deals unaspected damage with a potency of 4,000 to target and all enemies nearby it.</para>
-/// <para>Potency increases up to 8,000 as the target's HP decreases, reaching its maximum value when the target has 50% HP or less.</para>
-/// <para>Additional Effect: Absorbs 100% of damage dealt as HP</para>
-/// <para>Can only be executed while under the effect of Soulsow.</para>
+/// <see href="https://garlandtools.org/db/#action/36939"><strong>Lion Heart</strong></see> <i>PvE</i> (GNB) [36939] [Weaponskill]
+/// <para>Delivers an attack to target and all enemies nearby it with a potency of 1,200 for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Combo Action: Noble Blood</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Noble Blood changes to Lion Heart when requirements for execution are met.</para>
/// </summary>
-HarvestMoonPvP = 29545,
+LionHeartPvE = 36939,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29546"><strong>Plentiful Harvest</strong></see> <i>PvP</i> (RPR) [29546] [Weaponskill]
-/// <para>Delivers an attack with a potency of 4,000 to all enemies in a straight line before you.</para>
-/// <para>Potency increases up to 24,000 based on your accumulated stacks of Immortal Sacrifice, gained by executing Soul Slice, KOing enemies, or earning assists.</para>
-/// <para>Additional Effect: Gradually fills your limit gauge</para>
-/// <para>Duration: 15s</para>
-/// <para>Effect can only be activated while in combat.</para>
-/// <para>Consumes all stacks of Immortal Sacrifice upon execution.</para>
-/// <para>Can only be executed while not under the effect of Enshrouded.</para>
-/// <para>This weaponskill does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/36940"><strong>Steeled Meditation</strong></see> <i>PvE</i> (PGL MNK) [36940] [Ability]
+/// <para>Opens a chakra. Up to five chakra can be opened at once.</para>
+/// <para>Opens all five chakra when used outside of combat.</para>
+/// <para>Triggers the cooldown of weaponskills upon execution.</para>
+/// <para>Conversely, execution of weaponskills triggers the cooldown of this action.</para>
/// </summary>
-PlentifulHarvestPvP = 29546,
+SteeledMeditationPvE = 36940,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29547"><strong>Grim Swathe</strong></see> <i>PvP</i> (RPR) [29547] [Ability]
-/// <para>Summons your avatar to deliver an attack with a potency of 4,000 to all enemies in a cone before you.</para>
-/// <para>Additional Effect: Grants Soul Reaver</para>
-/// <para>Duration: 10s</para>
-/// <para>Additional Effect: Heavy +75%</para>
-/// <para>Duration: 3s</para>
-/// <para></para>
-/// <para>※Infernal Slice Combo changes to Guillotine upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/36941"><strong>Inspirited Meditation</strong></see> <i>PvE</i> (MNK) [36941] [Ability]
+/// <para>Opens a chakra. Up to five chakra can be opened at once.</para>
+/// <para>Opens all five chakra when used outside of combat.</para>
+/// <para>Triggers the cooldown of weaponskills upon execution.</para>
+/// <para>Conversely, execution of weaponskills triggers the cooldown of this action.</para>
/// </summary>
-GrimSwathePvP = 29547,
+InspiritedMeditationPvE = 36941,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29548"><strong>Lemure's Slice</strong></see> <i>PvP</i> (RPR) [29548] [Ability]
-/// <para>Delivers an attack with a potency of 4,000 to all enemies in a cone before you.</para>
-/// <para>Additional Effect: Bind</para>
-/// <para>Duration: 3s</para>
-/// <para>Can only be executed while under the effect of Enshrouded.</para>
+/// <see href="https://garlandtools.org/db/#action/36942"><strong>Forbidden Meditation</strong></see> <i>PvE</i> (MNK) [36942] [Ability]
+/// <para>Opens a chakra. Up to five chakra can be opened at once.</para>
+/// <para>Opens all five chakra when used outside of combat.</para>
+/// <para>Triggers the cooldown of weaponskills upon execution.</para>
+/// <para>Conversely, execution of weaponskills triggers the cooldown of this action.</para>
+/// </summary>
+ForbiddenMeditationPvE = 36942,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/36943"><strong>Enlightened Meditation</strong></see> <i>PvE</i> (MNK) [36943] [Ability]
+/// <para>Opens a chakra. Up to five chakra can be opened at once.</para>
+/// <para>Opens all five chakra when used outside of combat.</para>
+/// <para>Triggers the cooldown of weaponskills upon execution.</para>
+/// <para>Conversely, execution of weaponskills triggers the cooldown of this action.</para>
+/// </summary>
+EnlightenedMeditationPvE = 36943,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/36944"><strong>Earth's Reply</strong></see> <i>PvE</i> (MNK) [36944] [Ability]
+/// <para>Restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: 300</para>
+/// <para>Earth's Resolve Potency: 500</para>
+/// <para>Can only be executed while under the effect of Earth's Rumination.</para>
+/// </summary>
+EarthsReplyPvE = 36944,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/36945"><strong>Leaping Opo</strong></see> <i>PvE</i> (MNK) [36945] [Weaponskill]
+/// <para>Delivers an attack with a potency of 260.</para>
+/// <para>Opo-opo's Fury Potency: 460</para>
+/// <para>Opo-opo Form Bonus: Guarantees a critical hit</para>
+/// <para>Damage dealt is increased when under an effect that raises critical hit rate.</para>
+/// <para>Additional Effect: Changes form to raptor</para>
+/// <para>Duration: 30s</para>
+/// </summary>
+LeapingOpoPvE = 36945,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/36946"><strong>Rising Raptor</strong></see> <i>PvE</i> (MNK) [36946] [Weaponskill]
+/// <para>Delivers an attack with a potency of 330.</para>
+/// <para>Raptor's Fury Potency: 480</para>
+/// <para>Can only be executed when in raptor form.</para>
+/// <para>Additional Effect: Changes form to coeurl</para>
+/// <para>Duration: 30s</para>
+/// </summary>
+RisingRaptorPvE = 36946,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/36947"><strong>Pouncing Coeurl</strong></see> <i>PvE</i> (MNK) [36947] [Weaponskill]
+/// <para>Delivers an attack with a potency of 340.</para>
+/// <para>400 when executed from a target's flank.</para>
+/// <para>Coeurl's Fury Potency: 440</para>
+/// <para>Flank Coeurl's Fury Potency: 500</para>
+/// <para>Can only be executed when in coeurl form.</para>
+/// <para>Additional Effect: Changes form to opo-opo</para>
+/// <para>Duration: 30s</para>
+/// </summary>
+PouncingCoeurlPvE = 36947,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/36948"><strong>Elixir Burst</strong></see> <i>PvE</i> (MNK) [36948] [Weaponskill]
+/// <para>Delivers an attack to all nearby enemies with a potency of 900 for the first enemy, and 70% less for all remaining enemies.</para>
+/// <para>Additional Effect: Opens the Lunar Nadi</para>
+/// <para>Additional Effect: Grants Formless Fist, allowing the execution of a weaponskill that requires a certain form, without being in that form</para>
+/// <para>Duration: 30s</para>
+/// <para>Any additional effects associated with the executed action will also be applied.</para>
+/// <para>Can only be executed while under the effect of three of the same Beast Chakra.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Masterful Blitz changes to Elixir Burst when requirements for execution are met.</para>
/// </summary>
-LemuresSlicePvP = 29548,
+ElixirBurstPvE = 36948,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29549"><strong>Death Warrant</strong></see> <i>PvP</i> (RPR) [29549] [Ability]
-/// <para>Afflicts target with Death Warrant, causing you to compile damage you deal to that target.</para>
-/// <para>When effect duration expires, target takes 50% of compiled damage.</para>
-/// <para>Duration: 7s</para>
-/// <para>Additional Effect: Grants Soulsow</para>
-/// <para>Duration: 10s</para>
-/// <para></para>
-/// <para>※Action changes to Harvest Moon upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/36949"><strong>Wind's Reply</strong></see> <i>PvE</i> (MNK) [36949] [Weaponskill]
+/// <para>Delivers an attack to all enemies in a straight line before you with a potency of 800 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Can only be executed while under the effect of Wind's Rumination.</para>
/// </summary>
-DeathWarrantPvP = 29549,
+WindsReplyPvE = 36949,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29550"><strong>Hell's Ingress</strong></see> <i>PvP</i> (RPR) [29550] [Ability]
-/// <para>Quickly dash 15 yalms forward.</para>
-/// <para>Additional Effect: Leaves behind a Hellsgate at point of origin, and grants Threshold to self</para>
-/// <para>Duration: 10s</para>
-/// <para>Additional Effect: Increases movement speed by 25%</para>
-/// <para>Duration: 5s</para>
+/// <see href="https://garlandtools.org/db/#action/36950"><strong>Fire's Reply</strong></see> <i>PvE</i> (MNK) [36950] [Weaponskill]
+/// <para>Deals damage to all nearby enemies with a potency of 1,100 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Grants Formless Fist, allowing the execution of a weaponskill that requires a certain form, without being in that form</para>
+/// <para>Duration: 30s</para>
+/// <para>Any additional effects associated with the executed action will also be applied.</para>
+/// <para>Can only be executed while under the effect of Fire's Rumination.</para>
+/// </summary>
+FiresReplyPvE = 36950,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/36951"><strong>Winged Glide</strong></see> <i>PvE</i> (DRG) [36951] [Ability]
+/// <para>Rush to a targeted enemy's location.</para>
+/// <para>Maximum Charges: 2</para>
/// <para>Cannot be executed while bound.</para>
+/// </summary>
+WingedGlidePvE = 36951,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/36952"><strong>Drakesbane</strong></see> <i>PvE</i> (DRG) [36952] [Weaponskill]
+/// <para>Delivers an attack with a potency of .</para>
+/// <para>Combo Action: Wheeling Thrust or Fang and Claw</para>
+/// <para>Combo Bonus: Grants Draconian Fire</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed after successfully landing Wheeling Thrust or Fang and Claw as a combo action.</para>
/// <para></para>
-/// <para>※Action changes to Regress upon execution.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Wheeling Thrust and Fang and Claw change to Drakesbane when requirements for execution are met. </para>
/// </summary>
-HellsIngressPvP = 29550,
+DrakesbanePvE = 36952,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29551"><strong>Regress</strong></see> <i>PvP</i> (RPR) [29551] [Ability]
-/// <para>Move instantly to the Hellsgate left behind by you.</para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#action/36953"><strong>Rise of the Dragon</strong></see> <i>PvE</i> (DRG) [36953] [Ability]
+/// <para>Deals physical damage to target and all enemies nearby it with a potency of 550 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Can only be executed while under the effect of Dragon's Flight.</para>
+/// </summary>
+RiseOfTheDragonPvE = 36953,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/36954"><strong>Lance Barrage</strong></see> <i>PvE</i> (DRG) [36954] [Weaponskill]
+/// <para>Delivers an attack with a potency of 130.</para>
+/// <para>Combo Action: True Thrust</para>
+/// <para>Combo Potency: 340</para>
+/// </summary>
+LanceBarragePvE = 36954,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/36955"><strong>Spiral Blow</strong></see> <i>PvE</i> (DRG) [36955] [Weaponskill]
+/// <para>Delivers an attack with a potency of 140.</para>
+/// <para>Combo Action: True Thrust</para>
+/// <para>Combo Potency: 300</para>
+/// <para>Combo Bonus: Grants Power Surge</para>
+/// <para>Power Surge Effect: Increases damage dealt by 10%</para>
+/// <para>Duration: 30s</para>
+/// </summary>
+SpiralBlowPvE = 36955,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/36956"><strong>Starcross</strong></see> <i>PvE</i> (DRG) [36956] [Ability]
+/// <para>Deals physical damage to target and all enemies nearby it with a potency of 700 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Can only be executed while under the effect of Starcross Ready.</para>
+/// </summary>
+StarcrossPvE = 36956,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/36957"><strong>Dokumori</strong></see> <i>PvE</i> (NIN) [36957] [Ability]
+/// <para>Delivers an attack with a potency of 300.</para>
+/// <para>Additional Effect: Increases target's damage taken by 5%</para>
+/// <para>Duration: 20s</para>
+/// <para>Additional Effect: Increases the chance of additional items being dropped by target if Dokumori is dealt before, or as, the finishing blow</para>
+/// <para>Additional Effect: Increases Ninki Gauge by 40</para>
+/// <para>Additional Effect: Grants Higi</para>
+/// <para>Duration: 30s</para>
+/// </summary>
+DokumoriPvE = 36957,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/36958"><strong>Kunai's Bane</strong></see> <i>PvE</i> (NIN) [36958] [Ability]
+/// <para>Deals damage to all nearby enemies with a potency of 600 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Additional Effect: Afflicts target with Kunai's Bane</para>
+/// <para>Kunai's Bane Effect: Increases damage you deal target by 10%</para>
+/// <para>Duration: 15s</para>
+/// <para>Can only be executed while Hidden.</para>
+/// </summary>
+KunaisBanePvE = 36958,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/36959"><strong>Deathfrog Medium</strong></see> <i>PvE</i> (NIN) [36959] [Ability]
+/// <para>Deals fire damage with a potency of 300 to target and all enemies nearby it.</para>
+/// <para>Ninki Gauge Cost: 50</para>
+/// <para>Can only be executed while under the effect of Higi.</para>
+/// <para>Shares a recast timer with Bhavacakra.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Hellfrog Medium changes to Deathfrog Medium when requirements for execution are met.</para>
/// </summary>
-RegressPvP = 29551,
+DeathfrogMediumPvE = 36959,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29552"><strong>Arcane Crest</strong></see> <i>PvP</i> (RPR) [29552] [Ability]
-/// <para>Grants Crest of Time Borrowed to self, creating a barrier that nullifies damage equivalent to a heal of 12,000 potency.</para>
-/// <para>Duration: 10s</para>
-/// <para>Additional Effect: Increases damage dealt by 10%</para>
-/// <para>Duration: 10s</para>
-/// <para>Grants the Crest of Time Returned to self and nearby party members within a radius of 15 yalms when barrier is completely absorbed.</para>
-/// <para>Crest of Time Returned Effect: Gradually restores HP</para>
-/// <para>Cure Potency: 6,000</para>
-/// <para>Duration: 6s</para>
+/// <see href="https://garlandtools.org/db/#action/36960"><strong>Zesho Meppo</strong></see> <i>PvE</i> (NIN) [36960] [Ability]
+/// <para>Deals unaspected damage with a potency of 550.</para>
+/// <para>Meisui Bonus: Potency is increased to 700</para>
+/// <para>Ninki Gauge Cost: 50</para>
+/// <para>Can only be executed while under the effect of Higi.</para>
+/// <para>Shares a recast timer with Hellfrog Medium.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Bhavacakra changes to Zesho Meppo when requirements for execution are met.</para>
/// </summary>
-ArcaneCrestPvP = 29552,
+ZeshoMeppoPvE = 36960,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29554"><strong>Communio</strong></see> <i>PvP</i> (RPR) [29554] [Spell]
-/// <para>Deals unaspected damage with a potency of 16,000 to target and all enemies nearby it.</para>
-/// <para>Requires at least one stack of Enshrouded.</para>
-/// <para>Consumes all stacks of Enshrouded upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/36961"><strong>Tenri Jindo</strong></see> <i>PvE</i> (NIN) [36961] [Ability]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 1,000 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Can only be executed while under the effect of Tenri Jindo Ready.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Ten Chi Jin changes to Tenri Jindo when requirements for execution are met.</para>
/// </summary>
-CommunioPvP = 29554,
+TenriJindoPvE = 36961,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29566"><strong>Soul Slice</strong></see> <i>PvP</i> (RPR) [29566] [Weaponskill]
-/// <para>Delivers an attack with a potency of 8,000.</para>
-/// <para>Additional Effect: Grants a stack of Immortal Sacrifice, up to a maximum of 8</para>
-/// <para>Maximum Charges: 2</para>
-/// <para>This weaponskill does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/36962"><strong>Tengetsu</strong></see> <i>PvE</i> (SAM) [36962] [Ability]
+/// <para>Reduces the amount of damage taken by the next attack by 10%.</para>
+/// <para>Duration: 4s</para>
+/// <para>Additional Effect: Grants Tengetsu's Foresight and increases Kenki Gauge by 10 when hit</para>
+/// <para>Tengetsu's Foresight Effect: Restores HP when effect expires</para>
+/// <para>Duration: 8s</para>
+/// <para>Cure Potency: 500</para>
/// </summary>
-SoulSlicePvP = 29566,
+TengetsuPvE = 36962,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29573"><strong>Isle Return</strong></see> <i>PvE</i> (All Classes) [29573] [System]
-/// <para>Instantly return to this sanctuary's cozy cabin.</para>
+/// <see href="https://garlandtools.org/db/#action/36963"><strong>Gyofu</strong></see> <i>PvE</i> (SAM) [36963] [Weaponskill]
+/// <para>Delivers an attack with a potency of 240.</para>
+/// <para>Additional Effect: Increases Kenki Gauge by 5</para>
/// </summary>
-IsleReturnPvE = 29573,
+GyofuPvE = 36963,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29649"><strong>Fire</strong></see> <i>PvP</i> (BLM) [29649] [Spell]
-/// <para>Deals fire damage with a potency of 4,000.</para>
-/// <para>Requires no cast time when cast under the effect of Umbral Ice.</para>
-/// <para>Additional Effect: Afflicts target with a stack of Astral Warmth, up to a maximum of 3</para>
-/// <para>Duration: 15s</para>
-/// <para>Effect cannot be stacked with Umbral Freeze.</para>
-/// <para>Additional Effect: Grants Astral Fire II</para>
-/// <para>Duration: 30s</para>
-/// <para>Effect cannot be stacked with Umbral Ice.</para>
+/// <see href="https://garlandtools.org/db/#action/36964"><strong>Zanshin</strong></see> <i>PvE</i> (SAM) [36964] [Ability]
+/// <para>Delivers an attack to all enemies in a cone before you with a potency of 900 for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Kenki Gauge Cost: 50</para>
+/// <para>Can only be executed while under the effect of Zanshin Ready.</para>
+/// </summary>
+ZanshinPvE = 36964,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/36965"><strong>Tendo Goken</strong></see> <i>PvE</i> (SAM) [36965] [Weaponskill]
+/// <para>Delivers an attack with a potency of 420 to all nearby enemies.</para>
+/// <para>Additional Effect: Grants a stack of Meditation, up to a maximum of 3</para>
+/// <para>Can only be executed while under the effect of Tendo, and after accumulating 2 Sen.</para>
/// <para></para>
-/// <para>※Action changes to Fire IV while under the effect of Astral Fire II.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Iaijutsu changes to Tendo Goken when requirements for execution are met.</para>
/// </summary>
-FirePvP = 29649,
+TendoGokenPvE = 36965,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29650"><strong>Fire IV</strong></see> <i>PvP</i> (BLM) [29650] [Spell]
-/// <para>Deals fire damage with a potency of 6,000.</para>
-/// <para>Additional Effect: Afflicts target with a stack of Astral Warmth, up to a maximum of 3</para>
-/// <para>Duration: 15s</para>
-/// <para>Effect cannot be stacked with Umbral Freeze.</para>
-/// <para>Additional Effect: Grants Astral Fire III</para>
-/// <para>Duration: 30s</para>
-/// <para>Effect cannot be stacked with Umbral Ice.</para>
-/// <para>Can only be executed while under the effect of Astral Fire II.</para>
+/// <see href="https://garlandtools.org/db/#action/36966"><strong>Tendo Setsugekka</strong></see> <i>PvE</i> (SAM) [36966] [Weaponskill]
+/// <para>Delivers a critical hit with a potency of 1,020.</para>
+/// <para>Damage dealt is increased when under an effect that raises critical hit rate.</para>
+/// <para>Additional Effect: Grants a stack of Meditation, up to a maximum of 3</para>
+/// <para>Can only be executed while under the effect of Tendo, and after accumulating 3 Sen.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
/// <para></para>
-/// <para>※Action changes to Flare while under the effect of Astral Fire III.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Iaijutsu changes to Tendo Setsugekka when requirements for execution are met.</para>
/// </summary>
-FireIvPvP = 29650,
+TendoSetsugekkaPvE = 36966,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29651"><strong>Flare</strong></see> <i>PvP</i> (BLM) [29651] [Spell]
-/// <para>Deals fire damage with a potency of 12,000 to target and 8,000 to all enemies nearby it.</para>
-/// <para>Additional Effect: Afflicts target with a stack of Astral Warmth, up to a maximum of 3</para>
-/// <para>Duration: 15s</para>
-/// <para>Effect cannot be stacked with Umbral Freeze.</para>
-/// <para>Can only be executed while under the effect of Astral Fire III.</para>
-/// <para>Astral Fire III effect expires upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/36967"><strong>Tendo Kaeshi Goken</strong></see> <i>PvE</i> (SAM) [36967] [Weaponskill]
+/// <para>Delivers an attack with a potency of 420 to all nearby enemies.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Tsubame-gaeshi changes to Tendo Kaeshi Goken when requirements for execution are met.</para>
/// </summary>
-FlarePvP = 29651,
+TendoKaeshiGokenPvE = 36967,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29652"><strong>Flare</strong></see> <i>PvP</i> (BLM) [29652] [Spell]
-/// <para>Deals fire damage with a potency of 12,000 to target and 8,000 to all enemies nearby it.</para>
-/// <para>Additional Effect: Afflicts target with a stack of Astral Warmth, up to a maximum of 3</para>
-/// <para>Duration: 15s</para>
-/// <para>Effect cannot be stacked with Umbral Freeze.</para>
-/// <para>Can only be executed while under the effect of Soul Resonance.</para>
+/// <see href="https://garlandtools.org/db/#action/36968"><strong>Tendo Kaeshi Setsugekka</strong></see> <i>PvE</i> (SAM) [36968] [Weaponskill]
+/// <para>Delivers a critical hit with a potency of 1,020.</para>
+/// <para>Damage dealt is increased when under an effect that raises critical hit rate.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Tsubame-gaeshi changes to Tendo Kaeshi Setsugekka when requirements for execution are met.</para>
/// </summary>
-FlarePvP_29652 = 29652,
+TendoKaeshiSetsugekkaPvE = 36968,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29653"><strong>Blizzard</strong></see> <i>PvP</i> (BLM) [29653] [Spell]
-/// <para>Deals ice damage with a potency of 4,000.</para>
-/// <para>Requires no cast time when cast under the effect of Astral Fire.</para>
-/// <para>Additional Effect: Afflicts target with a stack of Umbral Freeze, up to a maximum of 3</para>
-/// <para>Duration: 15s</para>
-/// <para>Effect cannot be stacked with Astral Warmth.</para>
-/// <para>Additional Effect: Grants Umbral Ice II</para>
-/// <para>Duration: 30s</para>
-/// <para>Effect cannot be stacked with Astral Fire.</para>
+/// <see href="https://garlandtools.org/db/#action/36969"><strong>Sacrificium</strong></see> <i>PvE</i> (RPR) [36969] [Ability]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 530 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Can only be executed while under the effect of Enshrouded and Oblatio.</para>
/// <para></para>
-/// <para>※Action changes to Blizzard IV while under the effect of Umbral Ice II.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Gluttony changes to Sacrificium when requirements for execution are met.</para>
/// </summary>
-BlizzardPvP = 29653,
+SacrificiumPvE = 36969,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29654"><strong>Blizzard IV</strong></see> <i>PvP</i> (BLM) [29654] [Spell]
-/// <para>Deals ice damage with a potency of 6,000.</para>
-/// <para>Additional Effect: Afflicts target with a stack of Umbral Freeze, up to a maximum of 3</para>
-/// <para>Duration: 15s</para>
-/// <para>Effect cannot be stacked with Astral Warmth.</para>
-/// <para>Additional Effect: Grants Umbral Ice III</para>
-/// <para>Duration: 30s</para>
-/// <para>Effect cannot be stacked with Astral Fire.</para>
-/// <para>Can only be executed while under the effect of Umbral Ice II.</para>
+/// <see href="https://garlandtools.org/db/#action/36970"><strong>Executioner's Gibbet</strong></see> <i>PvE</i> (RPR) [36970] [Weaponskill]
+/// <para>Delivers an attack with a potency of 700.</para>
+/// <para>760 when executed from a target's flank.</para>
+/// <para>Enhanced Gibbet Potency: 760</para>
+/// <para>Flank Enhanced Potency: 820</para>
+/// <para>Additional Effect: Grants Enhanced Gallows</para>
+/// <para>Duration: 60s</para>
+/// <para>The action Blood Stalk changes to Unveiled Gallows while under the effect of Enhanced Gallows.</para>
+/// <para>Additional Effect: Increases Shroud Gauge by 10</para>
+/// <para>Can only be executed while under the effect of Executioner.</para>
/// <para></para>
-/// <para>※Action changes to Freeze while under the effect of Umbral Ice III.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Gibbet changes to Executioner's Gibbet when requirements for execution are met.</para>
/// </summary>
-BlizzardIvPvP = 29654,
+ExecutionersGibbetPvE = 36970,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29655"><strong>Freeze</strong></see> <i>PvP</i> (BLM) [29655] [Spell]
-/// <para>Deals ice damage with a potency of 12,000 to target and 8,000 to all enemies nearby it.</para>
-/// <para>Additional Effect: Afflicts target with a stack of Umbral Freeze, up to a maximum of 3</para>
-/// <para>Duration: 15s</para>
-/// <para>Effect cannot be stacked with Astral Warmth.</para>
-/// <para>Can only be executed while under the effect of Umbral Ice III.</para>
-/// <para>Umbral Ice III effect expires upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/36971"><strong>Executioner's Gallows</strong></see> <i>PvE</i> (RPR) [36971] [Weaponskill]
+/// <para>Delivers an attack with a potency of 700.</para>
+/// <para>760 when executed from a target's rear.</para>
+/// <para>Enhanced Gallows Potency: 760</para>
+/// <para>Rear Enhanced Potency: 820</para>
+/// <para>Additional Effect: Grants Enhanced Gibbet</para>
+/// <para>Duration: 60s</para>
+/// <para>The action Blood Stalk changes to Unveiled Gibbet while under the effect of Enhanced Gibbet.</para>
+/// <para>Additional Effect: Increases Shroud Gauge by 10</para>
+/// <para>Can only be executed while under the effect of Executioner.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Gallows changes to Executioner's Gallows when requirements for execution are met.</para>
/// </summary>
-FreezePvP = 29655,
+ExecutionersGallowsPvE = 36971,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29656"><strong>Freeze</strong></see> <i>PvP</i> (BLM) [29656] [Spell]
-/// <para>Deals ice damage with a potency of 12,000 to target and 8,000 to all enemies nearby it.</para>
-/// <para>Additional Effect: Afflicts target with a stack of Umbral Freeze, up to a maximum of 3</para>
-/// <para>Duration: 15s</para>
-/// <para>Effect cannot be stacked with Astral Warmth.</para>
-/// <para>Can only be executed while under the effect of Soul Resonance.</para>
+/// <see href="https://garlandtools.org/db/#action/36972"><strong>Executioner's Guillotine</strong></see> <i>PvE</i> (RPR) [36972] [Weaponskill]
+/// <para>Delivers an attack with a potency of 300 to all enemies in a cone before you.</para>
+/// <para>Additional Effect: Increases Shroud Gauge by 10</para>
+/// <para>Can only be executed while under the effect of Executioner.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Guillotine changes to Executioner's Guillotine when requirements for execution are met.</para>
/// </summary>
-FreezePvP_29656 = 29656,
+ExecutionersGuillotinePvE = 36972,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29657"><strong>Burst</strong></see> <i>PvP</i> (BLM) [29657] [Spell]
-/// <para>Deals lightning damage to all nearby enemies with a potency of 16,000.</para>
-/// <para>Additional Effect: Creates a barrier around self that absorbs damage equivalent to a heal of 16,000 potency</para>
-/// <para>Duration: 10s</para>
-/// <para>This action does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/36973"><strong>Perfectio</strong></see> <i>PvE</i> (RPR) [36973] [Weaponskill]
+/// <para>Delivers an attack to target and all enemies nearby it with a potency of 1,200 for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Can only be executed while under the effect of Perfectio Parata.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Communio changes to Perfectio when requirements for execution are met.</para>
/// </summary>
-BurstPvP = 29657,
+PerfectioPvE = 36973,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29659"><strong>Night Wing</strong></see> <i>PvP</i> (BLM) [29659] [Ability]
-/// <para>Afflicts target and all enemies nearby it with Half-asleep.</para>
-/// <para>Duration: 3s</para>
-/// <para>Half-asleep Effect: Targets succumb to Sleep when effect expires</para>
-/// <para>Duration: 3s</para>
-/// <para>Targets struck while under the effect of Sleep will take additional damage with a potency of 8,000, and effect will dissipate.</para>
+/// <see href="https://garlandtools.org/db/#action/36974"><strong>Wide Volley</strong></see> <i>PvE</i> (ARC BRD) [36974] [Weaponskill]
+/// <para>Delivers an attack with a potency of 140 to target and all enemies nearby it.</para>
+/// <para>Barrage Potency: 220</para>
+/// <para>Can only be executed while under the effect of Hawk's Eye.</para>
/// </summary>
-NightWingPvP = 29659,
+WideVolleyPvE = 36974,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29660"><strong>Aetherial Manipulation</strong></see> <i>PvP</i> (BLM) [29660] [Ability]
-/// <para>Rush to a targeted enemy's or party member's location.</para>
-/// <para>Additional Effect: Grants Swiftcast</para>
-/// <para>Swiftcast Effect: Next spell can be cast immediately</para>
-/// <para>Duration: 10s</para>
-/// <para>Maximum Charges: 2</para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#action/36975"><strong>Heartbreak Shot</strong></see> <i>PvE</i> (BRD) [36975] [Ability]
+/// <para>Delivers an attack with a potency of 180.</para>
+/// <para>Maximum Charges: 3</para>
+/// <para>Shares a recast timer with Rain of Death.</para>
/// </summary>
-AetherialManipulationPvP = 29660,
+HeartbreakShotPvE = 36975,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29661"><strong>Superflare</strong></see> <i>PvP</i> (BLM) [29661] [Ability]
-/// <para>Deals damage to nearby enemies with a potency of 3,000 up to a maximum of 9,000 for every stack of Astral Warmth or Umbral Freeze they have accumulated.</para>
-/// <para>Additional Effect: Enemies under the effect of Astral Warmth are afflicted with Burns, dealing fire damage over time</para>
-/// <para>Potency: 3,000</para>
-/// <para>Duration: 6s</para>
-/// <para>Duration increases by 3s for each additional stack of Astral Warmth, up to a maximum of 12s.</para>
-/// <para>Additional Effect: Enemies under the effect of Umbral Freeze are afflicted with a status ailment commensurate with the number of stacks accumulated</para>
-/// <para>1 Stack: Heavy</para>
-/// <para>2 Stacks: Bind</para>
-/// <para>3 Stacks: Deep Freeze</para>
-/// <para>Duration: 2s</para>
-/// <para>Maximum Charges: 2</para>
+/// <see href="https://garlandtools.org/db/#action/36976"><strong>Resonant Arrow</strong></see> <i>PvE</i> (BRD) [36976] [Weaponskill]
+/// <para>Delivers an attack to target and all enemies nearby it with a potency of 600 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Can only be executed while under the effect of Resonant Arrow Ready.</para>
/// </summary>
-SuperflarePvP = 29661,
+ResonantArrowPvE = 36976,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29663"><strong>Paradox</strong></see> <i>PvP</i> (BLM) [29663] [Spell]
-/// <para>Deals unaspected damage with a potency of 8,000.</para>
-/// <para>Additional Effect: Increases target's stacks of Astral Warmth or Umbral Freeze to maximum</para>
-/// <para>Duration: 15s</para>
-/// <para>This action does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/36977"><strong>Radiant Encore</strong></see> <i>PvE</i> (BRD) [36977] [Weaponskill]
+/// <para>Delivers an attack to target and all enemies nearby it.</para>
+/// <para>Potency is determined by the number of different Coda consumed in the Radiant Finale executed prior, dealing full damage for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>1 Coda: 500</para>
+/// <para>2 Coda: 600</para>
+/// <para>3 Coda: 900</para>
+/// <para>Can only be executed while under the effect of Radiant Encore Ready.</para>
/// </summary>
-ParadoxPvP = 29663,
+RadiantEncorePvE = 36977,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29664"><strong>Ruin III</strong></see> <i>PvP</i> (SMN) [29664] [Spell]
-/// <para>Deals unaspected damage with a potency of 5,000.</para>
-/// <para></para>
-/// <para>※Action changes to Astral Impulse while under the effect of Dreadwyrm Trance.</para>
-/// <para>※Action changes to Fountain of Fire while under the effect of Firebird Trance.</para>
+/// <see href="https://garlandtools.org/db/#action/36978"><strong>Blazing Shot</strong></see> <i>PvE</i> (MCH) [36978] [Weaponskill]
+/// <para>Delivers an attack with a potency of 220.</para>
+/// <para>Additional Effect: Reduces the recast time of both Double Check and CheckmateReduces the recast time of both Gauss Round and RicochetReduces the recast time of both Gauss Round and Ricochet by 15s</para>
+/// <para>Can only be executed when firearm is Overheated.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// </summary>
-RuinIiiPvP = 29664,
+BlazingShotPvE = 36978,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29665"><strong>Astral Impulse</strong></see> <i>PvP</i> (SMN) [29665] [Spell]
-/// <para>Deals unaspected damage with a potency of 7,500.</para>
-/// <para>Can only be executed while under the effect of Dreadwyrm Trance.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/36979"><strong>Double Check</strong></see> <i>PvE</i> (MCH) [36979] [Ability]
+/// <para>Delivers an attack to target and all enemies nearby it with a potency of 160 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Maximum Charges: 3</para>
/// </summary>
-AstralImpulsePvP = 29665,
+DoubleCheckPvE = 36979,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29666"><strong>Fountain of Fire</strong></see> <i>PvP</i> (SMN) [29666] [Spell]
-/// <para>Deals fire damage with a potency of 5,000.</para>
-/// <para>Can only be executed while under the effect of Firebird Trance.</para>
+/// <see href="https://garlandtools.org/db/#action/36980"><strong>Checkmate</strong></see> <i>PvE</i> (MCH) [36980] [Ability]
+/// <para>Delivers an attack to target and all enemies nearby it with a potency of 160 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Maximum Charges: 3</para>
+/// </summary>
+CheckmatePvE = 36980,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/36981"><strong>Excavator</strong></see> <i>PvE</i> (MCH) [36981] [Weaponskill]
+/// <para>Delivers an attack to target and all enemies nearby it with a potency of 600 for the first enemy, and 65% less for all remaining enemies.</para>
+/// <para>Additional Effect: Increases Battery Gauge by 20</para>
+/// <para>Can only be executed while under the effect of Excavator Ready.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Chain Saw changes to Excavator when requirements for execution are met.</para>
/// </summary>
-FountainOfFirePvP = 29666,
+ExcavatorPvE = 36981,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29667"><strong>Crimson Cyclone</strong></see> <i>PvP</i> (SMN) [29667] [Spell]
-/// <para>Rushes forward and delivers a fire attack with a potency of 8,000 to target and all enemies nearby it.</para>
-/// <para>Cannot be executed while bound.</para>
-/// <para>This action does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/36982"><strong>Full Metal Field</strong></see> <i>PvE</i> (MCH) [36982] [Weaponskill]
+/// <para>Delivers a critical direct hit to target and all enemies nearby it with a potency of 700 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Damage dealt is increased when under an effect that raises critical hit rate or direct hit rate.</para>
+/// <para>This action is not affected by Reassemble.</para>
+/// <para>Can only be executed while under the effect of Full Metal Machinist.</para>
+/// </summary>
+FullMetalFieldPvE = 36982,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/36983"><strong>Last Dance</strong></see> <i>PvE</i> (DNC) [36983] [Weaponskill]
+/// <para>Delivers an attack to target and all enemies nearby it with a potency of 520 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Can only be executed while under the effect of Last Dance Ready.</para>
+/// </summary>
+LastDancePvE = 36983,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/36984"><strong>Finishing Move</strong></see> <i>PvE</i> (DNC) [36984] [Weaponskill]
+/// <para>Delivers an attack to all nearby enemies with a potency of 850 for the first enemy, and 75% less for all remaining enemies.</para>
+/// <para>Additional Effect: Grants Standard Finish and Esprit to self and party member designated as your Dance Partner</para>
+/// <para>Standard Finish Effect: Increases damage dealt by 5%</para>
+/// <para>Duration: 60s</para>
+/// <para>Additional Effect: Grants Last Dance Ready</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be executed while under the effect of Finishing Move Ready.</para>
+/// <para>Shares a recast timer with Standard Step. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
-/// <para>※Action changes to Crimson Strike upon execution.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Standard Step changes to Finishing Move when requirements for execution are met.</para>
/// </summary>
-CrimsonCyclonePvP = 29667,
+FinishingMovePvE = 36984,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29668"><strong>Crimson Strike</strong></see> <i>PvP</i> (SMN) [29668] [Spell]
-/// <para>Deals fire damage with a potency of 12,000 to target and all enemies nearby it.</para>
-/// <para>Combo Action: Crimson Cyclone</para>
-/// <para>Additional Effect: 5-yalm knockback emanating from first target</para>
-/// <para>This action does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/36985"><strong>Dance of the Dawn</strong></see> <i>PvE</i> (DNC) [36985] [Weaponskill]
+/// <para>Delivers an attack to target and all enemies nearby it with a potency of 1,000 for the first enemy, and 50% less for all remaining enemies.</para>
+/// <para>Esprit Gauge Cost: 50</para>
+/// <para>Can only be executed while under the effect of Dance of the Dawn Ready.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Saber Dance changes to Dance of the Dawn when requirements for execution are met.</para>
/// </summary>
-CrimsonStrikePvP = 29668,
+DanceOfTheDawnPvE = 36985,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29669"><strong>Slipstream</strong></see> <i>PvP</i> (SMN) [29669] [Spell]
-/// <para>Deals wind damage with a potency of 8,000 to target and all enemies nearby it.</para>
-/// <para>Additional Effect: Creates a Slipstream centered around target, dealing damage to any enemies who enter</para>
-/// <para>Enemies standing within 5 yalms of the storm's eye take no damage.</para>
-/// <para>Potency: 4,000</para>
-/// <para>Additional Effect: Increases movement speed of party members standing in the Slipstream by 25%</para>
-/// <para>Duration: 10s</para>
-/// <para>This action does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/36986"><strong>High Thunder</strong></see> <i>PvE</i> (BLM) [36986] [Spell]
+/// <para>Deals lightning damage with a potency of 200.</para>
+/// <para>Additional Effect: Lightning damage over time</para>
+/// <para>Potency: 55</para>
+/// <para>Duration: 30s</para>
+/// <para>Can only be cast while under the effect of Thunderhead, granted when gaining Astral Fire or Umbral Ice from an unaspected state, or changing between their influences.</para>
+/// <para>Thunderhead Duration: 30s</para>
+/// <para>Only one Thunder spell-induced damage over time effect per caster can be inflicted upon a single target.</para>
/// </summary>
-SlipstreamPvP = 29669,
+HighThunderPvE = 36986,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29670"><strong>Radiant Aegis</strong></see> <i>PvP</i> (SMN) [29670] [Ability]
-/// <para>Creates a barrier around self or target party member that reduces damage taken by 20% and absorbs damage equivalent to a heal of 10,000 potency.</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/36987"><strong>High Thunder II</strong></see> <i>PvE</i> (BLM) [36987] [Spell]
+/// <para>Deals lightning damage with a potency of 100 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Lightning damage over time</para>
+/// <para>Potency: 40</para>
+/// <para>Duration: 24s</para>
+/// <para>Can only be cast while under the effect of Thunderhead, granted when gaining Astral Fire or Umbral Ice from an unaspected state, or changing between their influences.</para>
+/// <para>Thunderhead Duration: 30s</para>
+/// <para>Only one Thunder spell-induced damage over time effect per caster can be inflicted upon a single target.</para>
/// </summary>
-RadiantAegisPvP = 29670,
+HighThunderIiPvE = 36987,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29671"><strong>Mountain Buster</strong></see> <i>PvP</i> (SMN) [29671] [Ability]
-/// <para>Deals earth damage with a potency of 4,000 to target and all enemies nearby it.</para>
-/// <para>Additional Effect: Afflicts first target with Bind, and all remaining targets with Heavy +75%</para>
-/// <para>Duration: 3s</para>
-/// <para>Additional Effect: Draws remaining targets in toward first target</para>
+/// <see href="https://garlandtools.org/db/#action/36988"><strong>Retrace</strong></see> <i>PvE</i> (BLM) [36988] [Ability]
+/// <para>Weave ley lines anew, setting your circle of power at a new location.</para>
+/// <para>Can only be executed while under the effect of Ley Lines.</para>
/// </summary>
-MountainBusterPvP = 29671,
+RetracePvE = 36988,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29672"><strong>Fester</strong></see> <i>PvP</i> (SMN) [29672] [Ability]
-/// <para>Deals unaspected damage with a potency of 4,000.</para>
-/// <para>Potency increases up to 8,000 as the target's HP decreases, reaching its maximum value when the target has 50% HP or less.</para>
-/// <para>Maximum Charges: 2</para>
+/// <see href="https://garlandtools.org/db/#action/36989"><strong>Flare Star</strong></see> <i>PvE</i> (BLM) [36989] [Spell]
+/// <para>Deals fire damage to target and all enemies nearby it with a potency of 400 for the first enemy, and 65% less for all remaining enemies.</para>
+/// <para>Can only be executed when the Astral Gauge is full.</para>
/// </summary>
-FesterPvP = 29672,
+FlareStarPvE = 36989,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29674"><strong>Enkindle Bahamut</strong></see> <i>PvP</i> (SMN) [29674] [Ability]
-/// <para>Orders Demi-Bahamut to execute Akh Morn.</para>
-/// <para>Akh Morn Effect: Deals unaspected damage with a potency of 12,000 to target and all enemies nearby it.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/36990"><strong>Necrotize</strong></see> <i>PvE</i> (SMN) [36990] [Ability]
+/// <para>Deals unaspected damage with a potency of 420.</para>
+/// <para>Aetherflow Gauge Cost: 1</para>
/// </summary>
-EnkindleBahamutPvP = 29674,
+NecrotizePvE = 36990,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29675"><strong>Megaflare</strong></see> <i>PvP</i> (SMN) [29675] [Ability]
-/// <para>Deals unaspected damage with a potency of 18,000 to all nearby enemies.</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/36991"><strong>Searing Flash</strong></see> <i>PvE</i> (SMN) [36991] [Ability]
+/// <para>Deals unaspected damage with a potency of 600 to target and all enemies nearby it.</para>
+/// <para>Can only be executed while under the effect of Ruby's Glimmer.</para>
/// </summary>
-MegaflarePvP = 29675,
+SearingFlashPvE = 36991,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29676"><strong>Wyrmwave</strong></see> <i>PvP</i> (SMN) [29676] [Spell]
-/// <para>Deals unaspected damage with a potency of 6,000.</para>
+/// <see href="https://garlandtools.org/db/#action/36992"><strong>Summon Solar Bahamut</strong></see> <i>PvE</i> (SMN) [36992] [Spell]
+/// <para>Enters Lightwyrm Trance and summons Solar Bahamut to fight your target.</para>
+/// <para>Solar Bahamut will execute Luxwave automatically on the targets attacked by you after summoning.</para>
+/// <para>Increases enmity in target when Solar Bahamut is summoned.</para>
+/// <para>Duration: 15s</para>
+/// <para>Additional Effect: Grants Refulgent Lux</para>
+/// <para>Duration: 30s</para>
+/// <para>Additional Effect: Changes Ruin III to Umbral Impulse and Tri-disaster to Umbral Flare</para>
+/// <para>Additional Effect: Grants Ruby Arcanum, Topaz Arcanum, and Emerald Arcanum</para>
+/// <para>Can only be executed while Carbuncle is summoned.</para>
+/// <para>This action does not share a recast timer with any other actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Summon Bahamut changes to Summon Solar Bahamut when requirements for execution are met.</para>
/// </summary>
-WyrmwavePvP = 29676,
+SummonSolarBahamutPvE = 36992,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29677"><strong>Akh Morn</strong></see> <i>PvP</i> (SMN) [29677] [Ability]
-/// <para>Deals unaspected damage with a potency of 12,000 to target and all enemies nearby it.</para>
+/// <see href="https://garlandtools.org/db/#action/36993"><strong>Luxwave</strong></see> <i>PvE</i> (SMN) [36993] [Spell]
+/// <para>Deals unaspected damage with a potency of 160.</para>
+/// <para>Will only execute while Solar Bahamut is summoned.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-AkhMornPvP = 29677,
+LuxwavePvE = 36993,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29679"><strong>Enkindle Phoenix</strong></see> <i>PvP</i> (SMN) [29679] [Ability]
-/// <para>Orders Demi-Phoenix to execute Revelation.</para>
-/// <para>Revelation Effect: Deals unaspected damage with a potency of 6,000 to target and all enemies nearby it</para>
-/// <para>Additional Effect: Damage over time</para>
-/// <para>Potency: 3,000</para>
-/// <para>Duration: 15s</para>
+/// <see href="https://garlandtools.org/db/#action/36994"><strong>Umbral Impulse</strong></see> <i>PvE</i> (SMN) [36994] [Spell]
+/// <para>Deals unaspected damage with a potency of 600.</para>
+/// <para>Can only be executed while in Lightwyrm Trance.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Ruin III changes to Umbral Impulse when requirements for execution are met.</para>
/// </summary>
-EnkindlePhoenixPvP = 29679,
+UmbralImpulsePvE = 36994,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29680"><strong>Everlasting Flight</strong></see> <i>PvP</i> (SMN) [29680] [Ability]
-/// <para>Gradually restores own HP and the HP of all nearby party members.</para>
-/// <para>Cure Potency: 4,000</para>
-/// <para>Duration: 15s</para>
-/// <para>Additional Effect: Restores HP when HP falls below 25% or upon effect duration expiration</para>
-/// <para>Cure Potency: 12,000</para>
+/// <see href="https://garlandtools.org/db/#action/36995"><strong>Umbral Flare</strong></see> <i>PvE</i> (SMN) [36995] [Spell]
+/// <para>Deals unaspected damage with a potency of 280 to target and all enemies nearby it.</para>
+/// <para>Can only be executed while in Lightwyrm Trance.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Tri-disaster changes to Umbral Flare when requirements for execution are met.</para>
/// </summary>
-EverlastingFlightPvP = 29680,
+UmbralFlarePvE = 36995,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29681"><strong>Scarlet Flame</strong></see> <i>PvP</i> (SMN) [29681] [Spell]
-/// <para>Deals fire damage with a potency of 4,000.</para>
-/// <para>Additional Effect: Reduces target's damage dealt by 50%</para>
-/// <para>Duration: 5s</para>
+/// <see href="https://garlandtools.org/db/#action/36996"><strong>Sunflare</strong></see> <i>PvE</i> (SMN) [36996] [Ability]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 600 for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Can only be executed while in Lightwyrm Trance.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Astral Flow changes to Sunflare when requirements for execution are met.</para>
/// </summary>
-ScarletFlamePvP = 29681,
+SunflarePvE = 36996,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29682"><strong>Revelation</strong></see> <i>PvP</i> (SMN) [29682] [Ability]
-/// <para>Deals unaspected damage with a potency of 6,000 to target and all enemies nearby it.</para>
-/// <para>Additional Effect: Damage over time</para>
-/// <para>Potency: 3,000</para>
-/// <para>Duration: 15s</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/36997"><strong>Lux Solaris</strong></see> <i>PvE</i> (SMN) [36997] [Ability]
+/// <para>Restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: 500</para>
+/// <para>Can only be executed while under the effect of Refulgent Lux.</para>
/// </summary>
-RevelationPvP = 29682,
+LuxSolarisPvE = 36997,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29683"><strong>Verstone</strong></see> <i>PvP</i> (RDM) [29683] [Spell]
-/// <para>Deals earth damage with a potency of 5,000.</para>
-/// <para>Additional Effect: Grants Dualcast, allowing next spell to be cast immediately</para>
-/// <para>Duration: 10s</para>
-/// <para>Can only be executed while under the effect of White Shift.</para>
+/// <see href="https://garlandtools.org/db/#action/36998"><strong>Enkindle Solar Bahamut</strong></see> <i>PvE</i> (SMN) [36998] [Ability]
+/// <para>Orders Solar Bahamut to execute Exodus.</para>
+/// <para>Exodus Effect: Deals unaspected damage to target and all enemies nearby it with a potency of 1,400 for the first enemy, and 60% less for all remaining enemies</para>
/// <para></para>
-/// <para>※Action changes to Veraero III while under the effect of Dualcast.</para>
-/// <para>※Action changes to Verfire while under the effect of Black Shift.</para>
-/// <para>※Action changes to Verthunder III while under the effect of Black Shift and Dualcast.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Enkindle Bahamut changes to Enkindle Solar Bahamut when requirements for execution are met.</para>
/// </summary>
-VerstonePvP = 29683,
+EnkindleSolarBahamutPvE = 36998,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29684"><strong>Veraero III</strong></see> <i>PvP</i> (RDM) [29684] [Spell]
-/// <para>Deals wind damage with a potency of 5,000.</para>
-/// <para>Can only be executed while under the effect of White Shift and Dualcast.</para>
+/// <see href="https://garlandtools.org/db/#action/36999"><strong>Exodus</strong></see> <i>PvE</i> (SMN) [36999] [Ability]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 1,400 for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Can only be executed while Solar Bahamut is summoned.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-VeraeroIiiPvP = 29684,
+ExodusPvE = 36999,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29685"><strong>Verholy</strong></see> <i>PvP</i> (RDM) [29685] [Spell]
-/// <para>Deals unaspected damage with a potency of 8,000 to target and all enemies nearby it.</para>
-/// <para>Additional Effect: Restores own HP</para>
-/// <para>Cure Potency: 8,000</para>
-/// <para>Additional Effect: Restores HP of party members near target</para>
-/// <para>Cure Potency: 8,000</para>
-/// <para>Can only be executed while under the effect of White Shift and Vermilion Radiance.</para>
+/// <see href="https://garlandtools.org/db/#action/37002"><strong>Enchanted Moulinet Deux</strong></see> <i>PvE</i> (RDM) [37002] [Weaponskill]
+/// <para>Deals unaspected damage with a potency of 140 to all enemies in a cone before you.</para>
+/// <para>Combo Action: Enchanted Moulinet</para>
+/// <para>Additional Effect: Grants a Mana Stack</para>
+/// <para>Balance Gauge Cost: 15 Black Mana</para>
+/// <para>Balance Gauge Cost: 15 White Mana</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Enchanted Moulinet changes to Enchanted Moulinet Deux when requirements for execution are met.</para>
/// </summary>
-VerholyPvP = 29685,
+EnchantedMoulinetDeuxPvE = 37002,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29686"><strong>Verfire</strong></see> <i>PvP</i> (RDM) [29686] [Spell]
-/// <para>Deals fire damage with a potency of 5,000.</para>
-/// <para>Additional Effect: Grants Dualcast, allowing next spell to be cast immediately</para>
-/// <para>Duration: 10s</para>
-/// <para>Can only be executed while under the effect of Black Shift.</para>
+/// <see href="https://garlandtools.org/db/#action/37003"><strong>Enchanted Moulinet Trois</strong></see> <i>PvE</i> (RDM) [37003] [Weaponskill]
+/// <para>Deals unaspected damage with a potency of 150 to all enemies in a cone before you.</para>
+/// <para>Combo Action: Enchanted Moulinet Deux</para>
+/// <para>Additional Effect: Grants a Mana Stack</para>
+/// <para>Balance Gauge Cost: 15 Black Mana</para>
+/// <para>Balance Gauge Cost: 15 White Mana</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Enchanted Moulinet Deux changes to Enchanted Moulinet Trois when requirements for execution are met.</para>
/// </summary>
-VerfirePvP = 29686,
+EnchantedMoulinetTroisPvE = 37003,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29687"><strong>Verthunder III</strong></see> <i>PvP</i> (RDM) [29687] [Spell]
-/// <para>Deals lightning damage with a potency of 5,000.</para>
-/// <para>Can only be executed while under the effect of Black Shift and Dualcast.</para>
+/// <see href="https://garlandtools.org/db/#action/37004"><strong>Jolt III</strong></see> <i>PvE</i> (RDM) [37004] [Spell]
+/// <para>Deals unaspected damage with a potency of 360.</para>
+/// <para>Additional Effect: Increases both Black Mana and White Mana by 2</para>
+/// </summary>
+JoltIiiPvE = 37004,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/37005"><strong>Vice of Thorns</strong></see> <i>PvE</i> (RDM) [37005] [Ability]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 700 for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Can only be executed while under the effect of Thorned Flourish.</para>
+/// </summary>
+ViceOfThornsPvE = 37005,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/37006"><strong>Grand Impact</strong></see> <i>PvE</i> (RDM) [37006] [Spell]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 600 for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Additional Effect: Increases both Black Mana and White Mana by 3</para>
+/// <para>Can only be executed while under the effect of Grand Impact Ready.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Jolt III and Impact change to Grand Impact when requirements for execution are met.</para>
/// </summary>
-VerthunderIiiPvP = 29687,
+GrandImpactPvE = 37006,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29688"><strong>Verflare</strong></see> <i>PvP</i> (RDM) [29688] [Spell]
-/// <para>Deals fire damage with a potency of 12,000 to target and all enemies nearby it.</para>
-/// <para>Can only be executed while under the effect of Black Shift and Vermilion Radiance.</para>
+/// <see href="https://garlandtools.org/db/#action/37007"><strong>Prefulgence</strong></see> <i>PvE</i> (RDM) [37007] [Ability]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 900 for the first enemy, and 60% less for all remaining enemies.</para>
+/// <para>Can only be executed while under the effect of Prefulgence Ready.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Manafication changes to Prefulgence when requirements for execution are met.</para>
/// </summary>
-VerflarePvP = 29688,
+PrefulgencePvE = 37007,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29689"><strong>Enchanted Riposte</strong></see> <i>PvP</i> (RDM) [29689] [Weaponskill]
-/// <para>Deals unaspected damage with a potency of 6,000.</para>
-/// <para>White Shift Effect: Creates a barrier around self that absorbs damage equivalent to a heal of 6,000 potency</para>
-/// <para>Duration: 10s</para>
-/// <para>Additional Effect: Barrier potency is increased by 10% when target is afflicted with Monomachy</para>
-/// <para>Black Shift Effect: Damage over time</para>
-/// <para>Potency: 3,000</para>
-/// <para>Duration: 6s</para>
-/// <para></para>
-/// <para>※Action changes to Enchanted Zwerchhau upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/37008"><strong>Aetherial Shift</strong></see> <i>PvE</i> (WHM) [37008] [Ability]
+/// <para>Quickly dash 15 yalms forward.</para>
+/// <para>Cannot be executed while bound.</para>
/// </summary>
-EnchantedRipostePvP = 29689,
+AetherialShiftPvE = 37008,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29690"><strong>Enchanted Zwerchhau</strong></see> <i>PvP</i> (RDM) [29690] [Weaponskill]
-/// <para>Deals unaspected damage with a potency of 7,000.</para>
-/// <para>Combo Action: Enchanted Riposte</para>
-/// <para>White Shift Effect: Creates a barrier around self that absorbs damage equivalent to a heal of 6,000 potency</para>
+/// <see href="https://garlandtools.org/db/#action/37009"><strong>Glare IV</strong></see> <i>PvE</i> (WHM) [37009] [Spell]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 640 for the first enemy, and 40% less for all remaining enemies.</para>
+/// <para>Can only be executed while Sacred Sight is active.</para>
+/// </summary>
+GlareIvPvE = 37009,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/37010"><strong>Medica III</strong></see> <i>PvE</i> (WHM) [37010] [Spell]
+/// <para>Restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: 250</para>
+/// <para>Additional Effect: Regen</para>
+/// <para>Cure Potency: 175</para>
+/// <para>Duration: 15s</para>
+/// </summary>
+MedicaIiiPvE = 37010,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/37011"><strong>Divine Caress</strong></see> <i>PvE</i> (WHM) [37011] [Ability]
+/// <para>Creates a barrier around self and all party members near you that absorbs damage equivalent to a heal of 400 potency.</para>
/// <para>Duration: 10s</para>
-/// <para>Additional Effect: Barrier potency is increased by 10% when target is afflicted with Monomachy</para>
-/// <para>Black Shift Effect: Damage over time</para>
-/// <para>Potency: 3,000</para>
-/// <para>Duration: 6s</para>
+/// <para>Additional Effect: Grants Divine Aura when barrier effect expires</para>
+/// <para>Divine Aura Effect: Healing over time</para>
+/// <para>Cure Potency: 200</para>
+/// <para>Duration: 15s</para>
+/// <para>Can only be executed while Divine Grace is active.</para>
+/// </summary>
+DivineCaressPvE = 37011,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/37012"><strong>Baneful Impaction</strong></see> <i>PvE</i> (SCH) [37012] [Ability]
+/// <para>Deals unaspected damage over time to target and all enemies nearby it.</para>
+/// <para>Potency: 140</para>
+/// <para>Duration: 15s</para>
+/// <para>Can only be executed while under the effect of Impact Imminent.</para>
+/// </summary>
+BanefulImpactionPvE = 37012,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/37013"><strong>Concitation</strong></see> <i>PvE</i> (SCH) [37013] [Spell]
+/// <para>Restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: 200</para>
+/// <para>Additional Effect: Erects a magicked barrier which nullifies damage equaling 180% of the amount of HP restored</para>
+/// <para>Duration: 30s</para>
+/// <para>Effect cannot be stacked with certain sage barrier effects.</para>
+/// </summary>
+ConcitationPvE = 37013,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/37014"><strong>Seraphism</strong></see> <i>PvE</i> (SCH) [37014] [Ability]
+/// <para>Gradually restores the HP of self and all party members within a radius of 50 yalms.</para>
+/// <para>Cure Potency: 100</para>
+/// <para>Additional Effect: Changes Adloquium to Manifestation and Concitation to Accession</para>
+/// <para>Additional Effect: Resets Emergency Tactics recast timer and reduces its recast timer to 1s</para>
+/// <para>Duration: 20s</para>
+/// <para>Effect cannot be stacked with Dissipation.</para>
+/// <para>Can only be executed while a faerie is summoned and you are in combat.</para>
+/// </summary>
+SeraphismPvE = 37014,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/37015"><strong>Manifestation</strong></see> <i>PvE</i> (SCH) [37015] [Spell]
+/// <para>Restores target's HP.</para>
+/// <para>Cure Potency: 360</para>
+/// <para>Additional Effect: Grants Galvanize to target, nullifying damage equaling 180% of the amount of HP restored. When critical HP is restored, also grants Catalyze, nullifying damage equaling 180% the amount of HP restored.</para>
+/// <para>Duration: 30s</para>
+/// <para>Effect cannot be stacked with certain sage barrier effects.</para>
+/// <para>Can only be executed while under the effect of Seraphism.</para>
/// <para></para>
-/// <para>※Action changes to Enchanted Redoublement upon execution.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Adloquium changes to Manifestation when requirements for execution are met.</para>
/// </summary>
-EnchantedZwerchhauPvP = 29690,
+ManifestationPvE = 37015,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29691"><strong>Enchanted Redoublement</strong></see> <i>PvP</i> (RDM) [29691] [Weaponskill]
-/// <para>Deals unaspected damage with a potency of 8,000.</para>
-/// <para>Combo Action: Enchanted Zwerchhau</para>
-/// <para>Additional Effect: Grants Vermilion Radiance</para>
-/// <para>Duration: 10s</para>
-/// <para>White Shift Effect: Creates a barrier around self that absorbs damage equivalent to a heal of 6,000 potency</para>
-/// <para>Duration: 10s</para>
-/// <para>Additional Effect: Barrier potency is increased by 10% when target is afflicted with Monomachy</para>
-/// <para>Black Shift Effect: Damage over time</para>
-/// <para>Potency: 3,000</para>
-/// <para>Duration: 6s</para>
+/// <see href="https://garlandtools.org/db/#action/37016"><strong>Accession</strong></see> <i>PvE</i> (SCH) [37016] [Spell]
+/// <para>Restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: 240</para>
+/// <para>Additional Effect: Erects a magicked barrier which nullifies damage equaling 180% of the amount of HP restored</para>
+/// <para>Duration: 30s</para>
+/// <para>Effect cannot be stacked with certain sage barrier effects.</para>
+/// <para>Can only be executed while under the effect of Seraphism.</para>
/// <para></para>
-/// <para>※Action changes to Verholy while under the effect of White Shift and Vermilion Radiance.</para>
-/// <para>※Action changes to Verflare while under the effect of Black Shift and Vermilion Radiance.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Concitation changes to Accession when requirements for execution are met.</para>
/// </summary>
-EnchantedRedoublementPvP = 29691,
+AccessionPvE = 37016,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29692"><strong>Enchanted Riposte</strong></see> <i>PvP</i> (RDM) [29692] [Weaponskill]
-/// <para>Deals unaspected damage with a potency of 6,000.</para>
-/// <para>White Shift Effect: Creates a barrier around self that absorbs damage equivalent to a heal of 6,000 potency</para>
-/// <para>Duration: 10s</para>
-/// <para>Additional Effect: Barrier potency is increased by 10% when target is afflicted with Monomachy</para>
-/// <para>Black Shift Effect: Damage over time</para>
-/// <para>Potency: 3,000</para>
-/// <para>Duration: 6s</para>
-/// <para></para>
-/// <para>※Action changes to Enchanted Zwerchhau upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/37017"><strong>Astral Draw</strong></see> <i>PvE</i> (AST) [37017] [Ability]
+/// <para>Draws the Balance, the Arrow, the Spire, and the Lord of Crownsand the Spireand the Spire from your divining deck.</para>
+/// <para>Additional Effect: Restores 20% of maximum MP</para>
+/// <para>Upon execution, Play I changes to The Balance, Play II changes to The Arrow, Play III changes to The Spire, Minor Arcana changes to Lord of Crowns, and Astral Draw changes to Umbral Draw.</para>
+/// <para>Shares a recast timer with Umbral Draw.</para>
/// </summary>
-EnchantedRipostePvP_29692 = 29692,
+AstralDrawPvE = 37017,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29693"><strong>Enchanted Zwerchhau</strong></see> <i>PvP</i> (RDM) [29693] [Weaponskill]
-/// <para>Deals unaspected damage with a potency of 7,000.</para>
-/// <para>Combo Action: Enchanted Riposte</para>
-/// <para>White Shift Effect: Creates a barrier around self that absorbs damage equivalent to a heal of 6,000 potency</para>
-/// <para>Duration: 10s</para>
-/// <para>Additional Effect: Barrier potency is increased by 10% when target is afflicted with Monomachy</para>
-/// <para>Black Shift Effect: Damage over time</para>
-/// <para>Potency: 3,000</para>
-/// <para>Duration: 6s</para>
+/// <see href="https://garlandtools.org/db/#action/37018"><strong>Umbral Draw</strong></see> <i>PvE</i> (AST) [37018] [Ability]
+/// <para>Draws the Spear, the Bole, the Ewer, and the Lady of Crownsand the Ewerand the Ewer from your divining deck.</para>
+/// <para>Additional Effect: Restores 20% of maximum MP</para>
+/// <para>Upon execution, Play I changes to The Spear, Play II changes to The Bole, Play III changes to The Ewer, Minor Arcana changes to Lady of Crowns, and Umbral Draw changes to Astral Draw.</para>
+/// <para>Shares a recast timer with Astral Draw.</para>
/// <para></para>
-/// <para>※Action changes to Enchanted Redoublement upon execution.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Astral Draw changes to Umbral Draw when requirements for execution are met.</para>
/// </summary>
-EnchantedZwerchhauPvP_29693 = 29693,
+UmbralDrawPvE = 37018,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29694"><strong>Enchanted Redoublement</strong></see> <i>PvP</i> (RDM) [29694] [Weaponskill]
-/// <para>Deals unaspected damage with a potency of 8,000.</para>
-/// <para>Combo Action: Enchanted Zwerchhau</para>
-/// <para>Additional Effect: Grants Vermilion Radiance</para>
-/// <para>Duration: 10s</para>
-/// <para>White Shift Effect: Creates a barrier around self that absorbs damage equivalent to a heal of 6,000 potency</para>
-/// <para>Duration: 10s</para>
-/// <para>Additional Effect: Barrier potency is increased by 10% when target is afflicted with Monomachy</para>
-/// <para>Black Shift Effect: Damage over time</para>
-/// <para>Potency: 3,000</para>
-/// <para>Duration: 6s</para>
-/// <para></para>
-/// <para>※Action changes to Verholy while under the effect of White Shift and Vermilion Radiance.</para>
-/// <para>※Action changes to Verflare while under the effect of Black Shift and Vermilion Radiance.</para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/37019"><strong>Play I</strong></see> <i>PvE</i> (AST) [37019] [Ability]
+/// <para>Plays the drawn arcanum after executing Astral Draw or Umbral Draw.</para>
+/// <para>Astral Draw Effect: Action changes to The Balance</para>
+/// <para>Umbral Draw Effect: Action changes to The Spear</para>
/// </summary>
-EnchantedRedoublementPvP_29694 = 29694,
+PlayIPvE = 37019,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29695"><strong>Resolution</strong></see> <i>PvP</i> (RDM) [29695] [Weaponskill]
-/// <para>Deals unaspected damage with a potency of 8,000 to all enemies in a straight line before you.</para>
-/// <para>White Shift Effect: Silence</para>
-/// <para>Duration: 2s</para>
-/// <para>Black Shift Effect: Bind</para>
-/// <para>Duration: 3s</para>
-/// <para>This action does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/37020"><strong>Play II</strong></see> <i>PvE</i> (AST) [37020] [Ability]
+/// <para>Plays the drawn arcanum after executing Astral Draw or Umbral Draw.</para>
+/// <para>Astral Draw Effect: Action changes to The Arrow</para>
+/// <para>Umbral Draw Effect: Action changes to The Bole</para>
/// </summary>
-ResolutionPvP = 29695,
+PlayIiPvE = 37020,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29696"><strong>Resolution</strong></see> <i>PvP</i> (RDM) [29696] [Weaponskill]
-/// <para>Deals unaspected damage with a potency of 8,000 to all enemies in a straight line before you.</para>
-/// <para>White Shift Effect: Silence</para>
-/// <para>Duration: 2s</para>
-/// <para>Black Shift Effect: Bind</para>
-/// <para>Duration: 3s</para>
-/// <para>This action does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/37021"><strong>Play III</strong></see> <i>PvE</i> (AST) [37021] [Ability]
+/// <para>Plays the drawn arcanum after executing Astral Draw or Umbral Draw.</para>
+/// <para>Astral Draw Effect: Action changes to The Spire</para>
+/// <para>Umbral Draw Effect: Action changes to The Ewer</para>
/// </summary>
-ResolutionPvP_29696 = 29696,
+PlayIiiPvE = 37021,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29697"><strong>Magick Barrier</strong></see> <i>PvP</i> (RDM) [29697] [Ability]
-/// <para>Reduces damage taken by self and nearby party members by 10%, while increasing HP recovered via healing actions by 10%.</para>
-/// <para>Duration: 10s</para>
-/// <para>Can only be executed while under the effect of White Shift.</para>
-/// <para>Shares a recast timer with Frazzle.</para>
-/// <para></para>
-/// <para>※Action changes to Frazzle while under the effect of Black Shift.</para>
+/// <see href="https://garlandtools.org/db/#action/37022"><strong>Minor Arcana</strong></see> <i>PvE</i> (AST) [37022] [Ability]
+/// <para>Plays the drawn arcanum after executing Astral Draw or Umbral Draw.</para>
+/// <para>Astral Draw Effect: Action changes to Lord of Crowns</para>
+/// <para>Umbral Draw Effect: Action changes to Lady of Crowns</para>
/// </summary>
-MagickBarrierPvP = 29697,
+MinorArcanaPvE = 37022,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29698"><strong>Frazzle</strong></see> <i>PvP</i> (RDM) [29698] [Ability]
-/// <para>Increases damage taken by nearby enemies by 10%, while reducing HP recovered via healing actions by 10%.</para>
-/// <para>Duration: 10s</para>
-/// <para>Can only be executed while under the effect of Black Shift.</para>
-/// <para>Shares a recast timer with Magick Barrier.</para>
+/// <see href="https://garlandtools.org/db/#action/37023"><strong>the Balance</strong></see> <i>PvE</i> (AST) [37023] [Ability]
+/// <para>Increases damage dealt by a party member or self by 6% if target is melee DPS or tank, or 3% for all other roles.</para>
+/// <para>Duration: 15s</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Play I changes to The Balance when requirements for execution are met.</para>
/// </summary>
-FrazzlePvP = 29698,
+TheBalancePvE = 37023,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29699"><strong>Corps-a-corps</strong></see> <i>PvP</i> (RDM) [29699] [Ability]
-/// <para>Rushes target and delivers an attack with a potency of 4,000.</para>
-/// <para>Additional Effect: Afflicts target with Monomachy</para>
-/// <para>Monomachy Effect: Increases damage dealt to target by 10% while lowering damage taken from target by 10%</para>
-/// <para>Duration: 7s</para>
-/// <para>Maximum Charges: 2</para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#action/37024"><strong>the Arrow</strong></see> <i>PvE</i> (AST) [37024] [Ability]
+/// <para>Increases HP recovery via healing actions for a party member or self by 10%.</para>
+/// <para>Duration: 15s</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Play II changes to The Arrow when requirements for execution are met.</para>
/// </summary>
-CorpsacorpsPvP = 29699,
+TheArrowPvE = 37024,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29700"><strong>Displacement</strong></see> <i>PvP</i> (RDM) [29700] [Ability]
-/// <para>Delivers an attack with a potency of 4,000.</para>
-/// <para>Additional Effect: 15-yalm backstep</para>
-/// <para>Additional Effect: Grants Manafication</para>
-/// <para>Manafication Effect: Increases damage and healing potency of next spell cast by 20%</para>
-/// <para>Duration: 10s</para>
-/// <para>Maximum Charges: 2</para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#action/37025"><strong>the Spire</strong></see> <i>PvE</i> (AST) [37025] [Ability]
+/// <para>Creates a barrier around self or target party member that absorbs damage equivalent to a heal of 400 potency.</para>
+/// <para>Duration: 30s</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Play III changes to The Spire when requirements for execution are met.</para>
/// </summary>
-DisplacementPvP = 29700,
+TheSpirePvE = 37025,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29702"><strong>Black Shift</strong></see> <i>PvP</i> (RDM) [29702] [Ability]
-/// <para>Grants Black Shift, altering the effects of several actions.</para>
-/// <para>Can only be executed while under the effect of White Shift.</para>
+/// <see href="https://garlandtools.org/db/#action/37026"><strong>the Spear</strong></see> <i>PvE</i> (AST) [37026] [Ability]
+/// <para>Increases damage dealt by a party member or self by 6% if target is ranged DPS or healer, or 3% for all other roles.</para>
+/// <para>Duration: 15s</para>
/// <para></para>
-/// <para>※Action changes to White Shift upon execution.</para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Play I changes to The Spear when requirements for execution are met.</para>
/// </summary>
-BlackShiftPvP = 29702,
+TheSpearPvE = 37026,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29703"><strong>White Shift</strong></see> <i>PvP</i> (RDM) [29703] [Ability]
-/// <para>Grants White Shift, altering the effects of several actions.</para>
-/// <para>Can only be executed while under the effect of Black Shift.</para>
-/// <para>Activates automatically when class is changed to red mage.</para>
+/// <see href="https://garlandtools.org/db/#action/37027"><strong>the Bole</strong></see> <i>PvE</i> (AST) [37027] [Ability]
+/// <para>Reduces damage taken by a party member or self by 10%.</para>
+/// <para>Duration: 15s</para>
/// <para></para>
-/// <para>※Action changes to Black Shift upon execution.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Play II changes to The Bole when requirements for execution are met.</para>
/// </summary>
-WhiteShiftPvP = 29703,
+TheBolePvE = 37027,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29707"><strong>Fleeting Raiju</strong></see> <i>PvP</i> (NIN) [29707] [Weaponskill]
-/// <para>Rushes target and delivers an attack with a potency of 4,000.</para>
-/// <para>Additional Effect: Stun</para>
-/// <para>Duration: 2s</para>
-/// <para>Can only be executed while under the effect of Fleeting Raiju Ready.</para>
-/// <para>Cannot be executed while bound.</para>
+/// <see href="https://garlandtools.org/db/#action/37028"><strong>the Ewer</strong></see> <i>PvE</i> (AST) [37028] [Ability]
+/// <para>Grants healing over time effect to a party member or self.</para>
+/// <para>Cure Potency: 200</para>
+/// <para>Duration: 15s</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Play III changes to The Ewer when requirements for execution are met.</para>
/// </summary>
-FleetingRaijuPvP = 29707,
+TheEwerPvE = 37028,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29711"><strong>Recuperate</strong></see> <i>PvP</i> (Jobs of the Disciples of War or Magic) [29711] [Ability]
-/// <para>Restores own HP.</para>
-/// <para>Cure Potency: 15,000</para>
+/// <see href="https://garlandtools.org/db/#action/37029"><strong>Oracle</strong></see> <i>PvE</i> (AST) [37029] [Ability]
+/// <para>Deals unaspected damage with a potency of 860 to target and all enemies nearby it.</para>
+/// <para>Can only be executed while Divining.</para>
/// </summary>
-RecuperatePvP = 29711,
+OraclePvE = 37029,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29729"><strong>Variant Cure</strong></see> <i>PvE</i> (GLA MRD PGL LNC ARC ROG THM ACN PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [29729] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 14,000</para>
+/// <see href="https://garlandtools.org/db/#action/37030"><strong>Helios Conjunction</strong></see> <i>PvE</i> (AST) [37030] [Spell]
+/// <para>Restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: 250</para>
/// <para>Additional Effect: Regen</para>
-/// <para>Cure Potency: 4,200</para>
+/// <para>Cure Potency: 175</para>
/// <para>Duration: 15s</para>
-/// <para>Additional Effect: Cure potency is doubled when target is under the effect of Rehabilitation</para>
-/// <para>This action is not affected by attributes.</para>
/// </summary>
-VariantCurePvE = 29729,
+HeliosConjunctionPvE = 37030,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29730"><strong>Variant Ultimatum</strong></see> <i>PvE</i> (Any Disciple of War or Magic (excluding limited jobs)) [29730] [Ability]
-/// <para>Provoke nearby enemies, placing yourself at the top of their enmity list while gaining additional enmity.</para>
-/// <para>Additional Effect: Stun</para>
-/// <para>Duration: 4s</para>
-/// <para>Additional Effect: Significantly increases enmity generation</para>
-/// <para>Duration: 60s</para>
+/// <see href="https://garlandtools.org/db/#action/37031"><strong>Sun Sign</strong></see> <i>PvE</i> (AST) [37031] [Ability]
+/// <para>Reduces damage taken by self and nearby party members by 10%.</para>
+/// <para>Duration: 15s</para>
+/// <para>Can only be executed while Suntouched.</para>
/// </summary>
-VariantUltimatumPvE = 29730,
+SunSignPvE = 37031,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29731"><strong>Variant Raise</strong></see> <i>PvE</i> (GLA MRD PGL LNC ARC ROG THM ACN PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [29731] [Spell]
-/// <para>Resurrects target to a weakened state.</para>
-/// <para>This action does not share a recast timer with any other actions. Furthermore, the recast timer cannot be affected by other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/37032"><strong>Eukrasian Dyskrasia</strong></see> <i>PvE</i> (SGE) [37032] [Spell]
+/// <para>Deals unaspected damage over time to all nearby enemies.</para>
+/// <para>Potency: 40</para>
+/// <para>Duration: 30s</para>
+/// <para>Effect cannot be stacked with Eukrasian Dosis III.</para>
+/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
+/// <para>Cure Potency: 170</para>
+/// <para>Can only be executed while under the effect of Eukrasia.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Dyskrasia II changes to Eukrasian Dyskrasia when requirements for execution are met.</para>
/// </summary>
-VariantRaisePvE = 29731,
+EukrasianDyskrasiaPvE = 37032,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29732"><strong>Variant Spirit Dart</strong></see> <i>PvE</i> (GLA MRD CNJ PLD WAR WHM SCH DRK AST GNB SGE) [29732] [Ability]
-/// <para>Deals damage over time to target and all enemies nearby it.</para>
-/// <para>Potency: 2,040</para>
-/// <para>Duration: 30s</para>
-/// <para>This action is not affected by attributes or enhancing effects.</para>
+/// <see href="https://garlandtools.org/db/#action/37033"><strong>Psyche</strong></see> <i>PvE</i> (SGE) [37033] [Ability]
+/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 600 for the first enemy, and 50% less for all remaining enemies.</para>
/// </summary>
-VariantSpiritDartPvE = 29732,
+PsychePvE = 37033,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29733"><strong>Variant Rampart</strong></see> <i>PvE</i> (PGL LNC ARC ROG CNJ THM ACN MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE) [29733] [Ability]
-/// <para>Reduces damage taken by 20%.</para>
-/// <para>Duration: 60s</para>
-/// <para>Additional Effect: Creates a barrier around self that absorbs damage equivalent to a heal of 21,000 potency</para>
-/// <para>Duration: 8s</para>
+/// <see href="https://garlandtools.org/db/#action/37034"><strong>Eukrasian Prognosis II</strong></see> <i>PvE</i> (SGE) [37034] [Spell]
+/// <para>Restores own HP and the HP of all nearby party members.</para>
+/// <para>Cure Potency: 100</para>
+/// <para>Additional Effect: Erects a magicked barrier which nullifies damage equaling 360% of the amount of HP restored</para>
+/// <para>Duration: 30s</para>
+/// <para>Effect cannot be stacked with those of Eukrasian Diagnosis or scholar's Galvanize.</para>
+/// <para>Can only be executed while under the effect of Eukrasia.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <para>※Prognosis changes to Eukrasian Prognosis II when requirements for execution are met.</para>
/// </summary>
-VariantRampartPvE = 29733,
+EukrasianPrognosisIiPvE = 37034,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29734"><strong>Variant Raise II</strong></see> <i>PvE</i> (Any Disciple of War or Magic (excluding limited jobs)) [29734] [Spell]
-/// <para>Resurrects target to a weakened state. Resurrection restrictions do not apply.</para>
+/// <see href="https://garlandtools.org/db/#action/37035"><strong>Philosophia</strong></see> <i>PvE</i> (SGE) [37035] [Ability]
+/// <para>Increases healing magic potency by 20%.</para>
+/// <para>Duration: 20s</para>
+/// <para>Additional Effect: Grants self and nearby party members the effect of Eudaimonia, restoring HP after landing spells</para>
+/// <para>Cure Potency: 150</para>
+/// <para>Duration: 20s</para>
/// </summary>
-VariantRaiseIiPvE = 29734,
+PhilosophiaPvE = 37035,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29735"><strong>Guard</strong></see> <i>PvP</i> (Jobs of the Disciples of War or Magic) [29735] [Ability]
-/// <para>Reduces damage taken by 90% and grants immunity to Stun, Heavy, Bind, Silence, Half-asleep, Sleep, Deep Freeze, and knockback and draw-in effects.</para>
-/// <para>Duration: 5s</para>
-/// <para>Movement speed is reduced by 50% for the duration of this effect.</para>
-/// <para>Effect ends upon reuse, using another action, or when the effect duration expires.</para>
+/// <see href="https://garlandtools.org/db/#action/37037"><strong>Emergency Tactics</strong></see> <i>PvE</i> (SCH) [37037] [Ability]
+/// <para>Transforms the next Galvanize and Catalyze statuses into HP recovery equaling the amount of damage reduction intended for the barrier.</para>
+/// <para>Duration: 15s</para>
/// </summary>
-GuardPvP_29735 = 29735,
+EmergencyTacticsPvE_37037 = 37037,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29736"><strong>Chaotic Cyclone</strong></see> <i>PvP</i> (WAR) [29736] [Weaponskill]
-/// <para>Delivers an attack with a potency of 8,000 to all nearby enemies.</para>
-/// <para>Inner Release Potency: 16,000</para>
-/// <para>Can only be executed while under the effect of Nascent Chaos.</para>
+/// <see href="https://garlandtools.org/db/#action/37120"><strong>Claw of the Br'aax</strong></see> <i>PvE</i> (All Classes) [37120] [Weaponskill]
/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-ChaoticCyclonePvP = 29736,
+ClawOfTheBraaxPvE = 37120,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29737"><strong>Quietus</strong></see> <i>PvP</i> (DRK) [29737] [Weaponskill]
-/// <para>Delivers an attack with a potency of 8,000 to all nearby enemies.</para>
-/// <para>Additional Effect: Absorbs 100% of damage dealt as HP</para>
-/// <para>This weaponskill does not share a recast timer with any other actions.</para>
+/// <see href="https://garlandtools.org/db/#action/37121"><strong>Fangs of the Br'aax</strong></see> <i>PvE</i> (All Classes) [37121] [Weaponskill]
+/// <para></para>
/// </summary>
-QuietusPvP = 29737,
+FangsOfTheBraaxPvE = 37121,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29738"><strong>Shadowbringer</strong></see> <i>PvP</i> (DRK) [29738] [Ability]
-/// <para>Deals unaspected damage with a potency of 6,000 to all enemies in a straight line before you.</para>
-/// <para>Consumes 20% of your maximum HP when executed.</para>
-/// <para>Additional Effect: Grants Blackblood</para>
-/// <para>Duration: 10s</para>
-/// <para>Cannot be executed when current HP falls below 20%.</para>
+/// <see href="https://garlandtools.org/db/#action/37122"><strong>Tail of the Br'aax</strong></see> <i>PvE</i> (All Classes) [37122] [Weaponskill]
/// <para></para>
-/// <para>※Souleater Combo changes to Bloodspiller while under the effect of Blackblood.</para>
/// </summary>
-ShadowbringerPvP_29738 = 29738,
+TailOfTheBraaxPvE = 37122,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29783"><strong>the Bole</strong></see> <i>PvP</i> (AST) [29783] [Ability]
-/// <para>Reduces damage taken by self or target and nearby party members by 10%.</para>
-/// <para>Duration: 15s</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/37123"><strong>Run of the Rroneek</strong></see> <i>PvE</i> (All Classes) [37123] [Ability]
+/// <para>Rushes target and delivers an attack with a potency of 150.</para>
+/// <para>Maximum Charges: 3</para>
+/// <para>Cannot be executed while bound.</para>
/// </summary>
-TheBolePvP = 29783,
+RunOfTheRroneekPvE = 37123,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/29784"><strong>the Arrow</strong></see> <i>PvP</i> (AST) [29784] [Ability]
-/// <para>Reduces weaponskill cast time and recast time, as well as spell cast time and recast time for self or target and nearby party members by 10%, while also increasing movement speed by 25%.</para>
-/// <para>Duration: 15s</para>
-/// <para></para>
-/// <para>※This action cannot be assigned to a hotbar.</para>
+/// <see href="https://garlandtools.org/db/#action/37124"><strong>Luwatena Pulse</strong></see> <i>PvE</i> (All Classes) [37124] [Ability]
+/// <para>Increases maximum HP by 20% and restores the amount increased.</para>
+/// <para>Additional Effect: Increases HP recovery via healing actions on self by 20%</para>
+/// <para>Duration: 10s</para>
/// </summary>
-TheArrowPvP = 29784,
+LuwatenaPulsePvE = 37124,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/31314"><strong>Isle Sprint</strong></see> <i>PvE</i> (All Classes) [31314] [System]
-/// <para>Movement speed is increased.</para>
-/// <para>Duration: 20s</para>
+/// <see href="https://garlandtools.org/db/#action/37125"><strong>Beak of the Luwatena</strong></see> <i>PvE</i> (All Classes) [37125] [Weaponskill]
+/// <para>Delivers a ranged attack with a potency of 150.</para>
+/// <para>Additional Effect: Increased enmity</para>
/// </summary>
-IsleSprintPvE = 31314,
+BeakOfTheLuwatenaPvE = 37125,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/31393"><strong>Gentlemanly Smash</strong></see> <i>PvE</i> (All Classes) [31393] [Weaponskill]
+/// <see href="https://garlandtools.org/db/#action/37126"><strong>Turali Judgment</strong></see> <i>PvE</i> (All Classes) [37126] [Weaponskill]
/// <para></para>
/// </summary>
-GentlemanlySmashPvE = 31393,
+TuraliJudgmentPvE = 37126,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/31394"><strong>Gentlemanly Thrust</strong></see> <i>PvE</i> (All Classes) [31394] [Weaponskill]
+/// <see href="https://garlandtools.org/db/#action/37127"><strong>Trials of Tural</strong></see> <i>PvE</i> (All Classes) [37127] [Weaponskill]
/// <para></para>
/// </summary>
-GentlemanlyThrustPvE = 31394,
+TrialsOfTuralPvE = 37127,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/31395"><strong>Rage of the Gentleman</strong></see> <i>PvE</i> (All Classes) [31395] [Weaponskill]
+/// <see href="https://garlandtools.org/db/#action/37128"><strong>Turali Fervor</strong></see> <i>PvE</i> (All Classes) [37128] [Weaponskill]
/// <para></para>
/// </summary>
-RageOfTheGentlemanPvE = 31395,
+TuraliFervorPvE = 37128,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/31396"><strong>Manderdouble Lariat</strong></see> <i>PvE</i> (All Classes) [31396] [Ability]
-/// <para>Delivers a gentlemanly attack with a potency of 1,600 to all nearby enemies.</para>
-/// <para>Can only be executed while under the effect of Gloves Off. Effect fades upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/39157"><strong>Steel Fangs</strong></see> <i>PvP</i> (VPR) [39157] [Weaponskill]
+/// <para>Delivers an attack with a potency of 3,000.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-ManderdoubleLariatPvE = 31396,
+SteelFangsPvP = 39157,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/31397"><strong>Manderville Dropkick</strong></see> <i>PvE</i> (All Classes) [31397] [Ability]
-/// <para>Leap towards your target, delivering a gentlemanly attack with a potency of 900 to all enemies in your path.</para>
-/// <para>Can only be executed while under the effect of Gloves Off. Effect fades upon execution.</para>
+/// <see href="https://garlandtools.org/db/#action/39158"><strong>Piercing Fangs</strong></see> <i>PvP</i> (VPR) [39158] [Weaponskill]
+/// <para>Delivers an attack with a potency of 3,000.</para>
+/// <para>Combo Action: Barbarous Bite</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-MandervilleDropkickPvE = 31397,
+PiercingFangsPvP = 39158,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/31398"><strong>Manderville Sprint</strong></see> <i>PvE</i> (All Classes) [31398] [Ability]
-/// <para>Movement speed is increased in a gentlemanly fashion.</para>
+/// <see href="https://garlandtools.org/db/#action/39159"><strong>Hunter's Sting</strong></see> <i>PvP</i> (VPR) [39159] [Weaponskill]
+/// <para>Delivers an attack with a potency of 4,000.</para>
+/// <para>Combo Action: Steel Fangs</para>
+/// <para>Additional Effect: Grants Hunter's Instinct</para>
+/// <para>Hunter's Instinct Effect: Increases damage dealt by 10%</para>
/// <para>Duration: 15s</para>
+/// <para>Extends Hunter's Instinct duration by 15s to a maximum of 30s.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-MandervilleSprintPvE = 31398,
+HuntersStingPvP = 39159,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/31399"><strong>Limit Break</strong></see> <i>PvE</i> (All Classes) [31399] [Weaponskill]
-/// <para>Execute a powerful gentlemanly technique upon your target.</para>
+/// <see href="https://garlandtools.org/db/#action/39160"><strong>Swiftskin's Sting</strong></see> <i>PvP</i> (VPR) [39160] [Weaponskill]
+/// <para>Delivers an attack with a potency of 4,000.</para>
+/// <para>Combo Action: Piercing Fangs</para>
+/// <para>Additional Effect: Grants Swiftscaled</para>
+/// <para>Swiftscaled Effect: Reduces weaponskill recast time by 20%</para>
+/// <para>Duration: 15s</para>
+/// <para>Extends Swiftscaled duration by 15s to a maximum of 30s.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-LimitBreakPvE = 31399,
+SwiftskinsStingPvP = 39160,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/31472"><strong>Frighten</strong></see> <i>PvE</i> (All Classes) [31472] [Special]
-/// <para>Emerge from the shadows, feigning great rancor.</para>
+/// <see href="https://garlandtools.org/db/#action/39161"><strong>Barbarous Bite</strong></see> <i>PvP</i> (VPR) [39161] [Weaponskill]
+/// <para>Delivers an attack with a potency of 5,000.</para>
+/// <para>Combo Action: Hunter's Sting</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-FrightenPvE = 31472,
+BarbarousBitePvP = 39161,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/31785"><strong>Engravement</strong></see> <i>PvE</i> (All Classes) [31785] [Ability]
-/// <para>Delivers a jumping attack with a potency of 150.</para>
+/// <see href="https://garlandtools.org/db/#action/39163"><strong>Ravenous Bite</strong></see> <i>PvP</i> (VPR) [39163] [Weaponskill]
+/// <para>Delivers an attack with a potency of 5,000.</para>
+/// <para>Combo Action: Swiftskin's Sting</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-EngravementPvE = 31785,
+RavenousBitePvP = 39163,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/31786"><strong>Slice</strong></see> <i>PvE</i> (All Classes) [31786] [Weaponskill]
+/// <see href="https://garlandtools.org/db/#action/39166"><strong>Hunter's Snap</strong></see> <i>PvP</i> (VPR) [39166] [Weaponskill]
+/// <para>Delivers an attack with a potency of 8,000.</para>
+/// <para>Additional Effect: Grants Hunter's Instinct</para>
+/// <para>Hunter's Instinct Effect: Increases damage dealt by 10%</para>
+/// <para>Duration: 15s</para>
+/// <para>Extends Hunter's Instinct duration by 15s to a maximum of 30s.</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
/// <para></para>
+/// <para>※Action changes to Swiftskin's Coil upon execution.</para>
/// </summary>
-SlicePvE_31786 = 31786,
+HuntersSnapPvP = 39166,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/31787"><strong>Waxing Slice</strong></see> <i>PvE</i> (All Classes) [31787] [Weaponskill]
+/// <see href="https://garlandtools.org/db/#action/39167"><strong>Swiftskin's Coil</strong></see> <i>PvP</i> (VPR) [39167] [Weaponskill]
+/// <para>Delivers an attack with a potency of 8,000.</para>
+/// <para>Combo Action: Hunter's Snap</para>
+/// <para>Additional Effect: Grants Swiftscaled</para>
+/// <para>Swiftscaled Effect: Reduces weaponskill recast time by 20%</para>
+/// <para>Duration: 15s</para>
+/// <para>Extends Swiftscaled duration by 15s to a maximum of 30s.</para>
/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-WaxingSlicePvE_31787 = 31787,
+SwiftskinsCoilPvP = 39167,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/31788"><strong>Infernal Slice</strong></see> <i>PvE</i> (All Classes) [31788] [Weaponskill]
-/// <para></para>
+/// <see href="https://garlandtools.org/db/#action/39168"><strong>Uncoiled Fury</strong></see> <i>PvP</i> (VPR) [39168] [Weaponskill]
+/// <para>Delivers an attack with a potency of 8,000 to target and all enemies nearby it.</para>
+/// <para>Potency is increased by 50% when attacking only a single target.</para>
+/// <para>This weaponskill does not share a recast timer with any other actions.</para>
/// </summary>
-InfernalSlicePvE_31788 = 31788,
+UncoiledFuryPvP = 39168,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/31789"><strong>Spinning Scythe</strong></see> <i>PvE</i> (All Classes) [31789] [Weaponskill]
+/// <see href="https://garlandtools.org/db/#action/39169"><strong>First Generation</strong></see> <i>PvP</i> (VPR) [39169] [Weaponskill]
+/// <para>Delivers an attack with a potency of 5,000 to target and all enemies nearby it.</para>
+/// <para>Combo Action: World-swallower</para>
+/// <para>Can only be executed while under the effect of Reawakened.</para>
/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-SpinningScythePvE_31789 = 31789,
+FirstGenerationPvP = 39169,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/31790"><strong>Nightmare Scythe</strong></see> <i>PvE</i> (All Classes) [31790] [Weaponskill]
+/// <see href="https://garlandtools.org/db/#action/39170"><strong>Second Generation</strong></see> <i>PvP</i> (VPR) [39170] [Weaponskill]
+/// <para>Delivers an attack with a potency of 5,000 to target and all enemies nearby it.</para>
+/// <para>Combo Action: First Generation</para>
+/// <para>Can only be executed while under the effect of Reawakened.</para>
/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-NightmareScythePvE_31790 = 31790,
+SecondGenerationPvP = 39170,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/31792"><strong>Mark of the Harvest</strong></see> <i>PvE</i> (All Classes) [31792] [Weaponskill]
-/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
-/// <para>Additional Effect: Afflicts target with Mark of the Harvest, increasing damage you deal target by 10%</para>
-/// <para>Duration: 30s</para>
-/// <para>For targets already afflicted, extends Mark of the Harvest duration by 30s to a maximum of 60s.</para>
+/// <see href="https://garlandtools.org/db/#action/39171"><strong>Third Generation</strong></see> <i>PvP</i> (VPR) [39171] [Weaponskill]
+/// <para>Delivers an attack with a potency of 5,000 to target and all enemies nearby it.</para>
+/// <para>Combo Action: Second Generation</para>
+/// <para>Can only be executed while under the effect of Reawakened.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-MarkOfTheHarvestPvE = 31792,
+ThirdGenerationPvP = 39171,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/31793"><strong>Arcane Crest</strong></see> <i>PvE</i> (All Classes) [31793] [Ability]
-/// <para>Grants Crest of Time Borrowed to self, creating a barrier that absorbs damage equivalent to 10% of your maximum HP.</para>
-/// <para>Duration: 5s</para>
+/// <see href="https://garlandtools.org/db/#action/39172"><strong>Fourth Generation</strong></see> <i>PvP</i> (VPR) [39172] [Weaponskill]
+/// <para>Delivers an attack with a potency of 5,000 to target and all enemies nearby it.</para>
+/// <para>Combo Action: Third Generation</para>
+/// <para>Can only be executed while under the effect of Reawakened.</para>
/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-ArcaneCrestPvE_31793 = 31793,
+FourthGenerationPvP = 39172,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/31794"><strong>Communio</strong></see> <i>PvE</i> (All Classes) [31794] [Spell]
-/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 1,100 for the first enemy, and 60% less for all remaining enemies.</para>
+/// <see href="https://garlandtools.org/db/#action/39173"><strong>Ouroboros</strong></see> <i>PvP</i> (VPR) [39173] [Weaponskill]
+/// <para>Delivers an attack with a potency of 10,000 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Extends Hunter's Instinct and Swiftscaled duration by 15s to a maximum of 30s</para>
+/// <para>Can only be executed while under the effect of Reawakened. Effect fades upon execution.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-CommunioPvE_31794 = 31794,
+OuroborosPvP = 39173,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/32065"><strong>Release Iron Will</strong></see> <i>PvE</i> (GLA PLD) [32065] [Ability]
-/// <para>Cancels the effect of Iron Will.</para>
+/// <see href="https://garlandtools.org/db/#action/39174"><strong>Death Rattle</strong></see> <i>PvP</i> (VPR) [39174] [Ability]
+/// <para>Delivers an attack with a potency of 3,000.</para>
+/// <para>Ignores the effects of Guard when dealing damage.</para>
+/// <para>Additional Effect: Adds 3 seconds of charge to the limit gauge</para>
+/// <para>Can only be executed after successfully landing Barbarous Bite or Ravenous Bite.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-ReleaseIronWillPvE = 32065,
+DeathRattlePvP = 39174,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/32066"><strong>Release Defiance</strong></see> <i>PvE</i> (MRD WAR) [32066] [Ability]
-/// <para>Cancels the effect of Defiance.</para>
+/// <see href="https://garlandtools.org/db/#action/39175"><strong>Twinfang Bite</strong></see> <i>PvP</i> (VPR) [39175] [Ability]
+/// <para>Delivers an attack with a potency of 3,000.</para>
+/// <para>Ignores the effects of Guard when dealing damage.</para>
+/// <para>Additional Effect: Adds 3 seconds of charge to the limit gauge</para>
+/// <para>Can only be executed after successfully landing Hunter's Snap.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-ReleaseDefiancePvE = 32066,
+TwinfangBitePvP = 39175,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/32067"><strong>Release Grit</strong></see> <i>PvE</i> (DRK) [32067] [Ability]
-/// <para>Cancels the effect of Grit.</para>
+/// <see href="https://garlandtools.org/db/#action/39176"><strong>Twinblood Bite</strong></see> <i>PvP</i> (VPR) [39176] [Ability]
+/// <para>Delivers an attack with a potency of 3,000.</para>
+/// <para>Ignores the effects of Guard when dealing damage.</para>
+/// <para>Additional Effect: Adds 3 seconds of charge to the limit gauge</para>
+/// <para>Can only be executed after successfully landing Swiftskin's Coil.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-ReleaseGritPvE = 32067,
+TwinbloodBitePvP = 39176,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/32068"><strong>Release Royal Guard</strong></see> <i>PvE</i> (GNB) [32068] [Ability]
-/// <para>Cancels the effect of Royal Guard.</para>
+/// <see href="https://garlandtools.org/db/#action/39177"><strong>Uncoiled Twinfang</strong></see> <i>PvP</i> (VPR) [39177] [Ability]
+/// <para>Delivers an attack with a potency of 3,000 to target and all enemies nearby it.</para>
+/// <para>Ignores the effects of Guard when dealing damage.</para>
+/// <para>Additional Effect: Adds 3 seconds of charge to the limit gauge</para>
+/// <para>Can only be executed after successfully landing Uncoiled Fury.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-ReleaseRoyalGuardPvE = 32068,
+UncoiledTwinfangPvP = 39177,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/32781"><strong>Rotosmash</strong></see> <i>PvE</i> (All Classes) [32781] [Special]
-/// <para>Deals damage to target.</para>
+/// <see href="https://garlandtools.org/db/#action/39179"><strong>First Legacy</strong></see> <i>PvP</i> (VPR) [39179] [Ability]
+/// <para>Delivers an attack with a potency of 3,000 to target and all enemies nearby it.</para>
+/// <para>Ignores the effects of Guard when dealing damage.</para>
+/// <para>Additional Effect: Adds 3 seconds of charge to the limit gauge</para>
+/// <para>Can only be executed after successfully landing First Generation.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-RotosmashPvE = 32781,
+FirstLegacyPvP = 39179,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/32782"><strong>Wrecking Ball</strong></see> <i>PvE</i> (All Classes) [32782] [Special]
-/// <para>Deals damage to nearby enemies while increasing damage taken.</para>
+/// <see href="https://garlandtools.org/db/#action/39180"><strong>Second Legacy</strong></see> <i>PvP</i> (VPR) [39180] [Ability]
+/// <para>Delivers an attack with a potency of 3,000 to target and all enemies nearby it.</para>
+/// <para>Ignores the effects of Guard when dealing damage.</para>
+/// <para>Additional Effect: Adds 3 seconds of charge to the limit gauge</para>
+/// <para>Can only be executed after successfully landing Second Generation.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-WreckingBallPvE = 32782,
+SecondLegacyPvP = 39180,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/33013"><strong>Bloodbath</strong></see> <i>PvE</i> (All Classes) [33013] [Ability]
-/// <para>Converts a portion of physical damage dealt into HP.</para>
-/// <para>Duration: 20s</para>
+/// <see href="https://garlandtools.org/db/#action/39181"><strong>Third Legacy</strong></see> <i>PvP</i> (VPR) [39181] [Ability]
+/// <para>Delivers an attack with a potency of 3,000 to target and all enemies nearby it.</para>
+/// <para>Ignores the effects of Guard when dealing damage.</para>
+/// <para>Additional Effect: Adds 3 seconds of charge to the limit gauge</para>
+/// <para>Can only be executed after successfully landing Third Generation.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-BloodbathPvE_33013 = 33013,
+ThirdLegacyPvP = 39181,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/33862"><strong>Variant Cure</strong></see> <i>PvE</i> (GLA MRD PGL LNC ARC ROG THM ACN PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [33862] [Spell]
-/// <para>Restores target's HP.</para>
-/// <para>Cure Potency: 16,800</para>
-/// <para>Additional Effect: Regen</para>
-/// <para>Cure Potency: 5,000</para>
-/// <para>Duration: 15s</para>
-/// <para>Additional Effect: Cure potency is doubled when target is under the effect of Rehabilitation</para>
-/// <para>This action is not affected by attributes.</para>
+/// <see href="https://garlandtools.org/db/#action/39182"><strong>Fourth Legacy</strong></see> <i>PvP</i> (VPR) [39182] [Ability]
+/// <para>Delivers an attack with a potency of 3,000 to target and all enemies nearby it.</para>
+/// <para>Ignores the effects of Guard when dealing damage.</para>
+/// <para>Additional Effect: Adds 3 seconds of charge to the limit gauge</para>
+/// <para>Can only be executed after successfully landing Fourth Generation.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-VariantCurePvE_33862 = 33862,
+FourthLegacyPvP = 39182,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/33863"><strong>Variant Spirit Dart</strong></see> <i>PvE</i> (GLA MRD CNJ PLD WAR WHM SCH DRK AST GNB SGE) [33863] [Ability]
-/// <para>Deals damage over time to target and all enemies nearby it.</para>
-/// <para>Potency: 2,460</para>
-/// <para>Duration: 30s</para>
-/// <para>This action is not affected by attributes or enhancing effects.</para>
+/// <see href="https://garlandtools.org/db/#action/39183"><strong>Serpent's Tail</strong></see> <i>PvP</i> (VPR) [39183] [Ability]
+/// <para>Changes to Death Rattle, Twinfang Bite, Twinblood Bite, Uncoiled Twinfang, First Legacy, Second Legacy, Third Legacy, or Fourth Legacy when requirements for execution are met.</para>
/// </summary>
-VariantSpiritDartPvE_33863 = 33863,
+SerpentsTailPvP = 39183,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/33864"><strong>Variant Rampart</strong></see> <i>PvE</i> (PGL LNC ARC ROG CNJ THM ACN MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE) [33864] [Ability]
-/// <para>Reduces damage taken by 20%.</para>
-/// <para>Duration: 60s</para>
-/// <para>Additional Effect: Creates a barrier around self that absorbs damage equivalent to a heal of 25,000 potency</para>
-/// <para>Duration: 8s</para>
+/// <see href="https://garlandtools.org/db/#action/39184"><strong>Slither</strong></see> <i>PvP</i> (VPR) [39184] [Ability]
+/// <para>Rush to a targeted enemy's or party member's location.</para>
+/// <para>Additional Effect: Grants Slither</para>
+/// <para>Slither Effect: Increases damage dealt by next weaponskill by 25%</para>
+/// <para>Duration: 10s</para>
+/// <para>Maximum Charges: 3</para>
+/// <para>Unable to cast if bound.</para>
/// </summary>
-VariantRampartPvE_33864 = 33864,
+SlitherPvP = 39184,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/33987"><strong>Dodge</strong></see> <i>PvE</i> (All Classes) [33987] [Ability]
-/// <para>Take evasive action in the selected direction.</para>
-/// <para>Additional Effect: Grants Precision upon successfully executing a precision dodge</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/39185"><strong>Snake Scales</strong></see> <i>PvP</i> (VPR) [39185] [Ability]
+/// <para>Grants Hardened Scales, changing Snake Scales to Backlash.</para>
+/// <para>Hardened Scales Effect: Reduces damage taken by 50% and grants immunity to Stun, Heavy, Bind, Silence, Half-asleep, Sleep, Deep Freeze, and knockback and draw-in effects</para>
+/// <para>Duration: 4s</para>
+/// <para>Additional Effect: Grants Armored Scales to self, creating a barrier that nullifies damage equivalent to a heal of 6,000 potency</para>
+/// <para>Duration: 4s</para>
+/// <para>Grants Snake's Bane when barrier is completely absorbed.</para>
+/// <para>Waiting 4s or executing Backlash while under the effect of Hardened Scales delivers an attack with a potency of 6,000 to all enemies within 5 yalms.</para>
+/// <para>Range is increased by 15 yalms and potency is doubled for enemies within 5 yalms while under the effect of Snake's Bane.</para>
+/// <para>Unable to move while under the effect of Hardened Scales.</para>
+/// </summary>
+SnakeScalesPvP = 39185,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/39186"><strong>Backlash</strong></see> <i>PvP</i> (VPR) [39186] [Ability]
+/// <para>Delivers an attack with a potency of 6,000 to all nearby enemies.</para>
+/// <para>Additional Effect: Absorbs 50% of damage dealt as HP</para>
+/// <para>Range is increased by 15 yalms and potency is doubled for enemies within 5 yalms while under the effect of Snake's Bane.</para>
+/// <para>Hardened Scales and Snake's Bane effects expire upon execution.</para>
+/// <para>Can only be executed while under the effect of Hardened Scales.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-DodgePvE = 33987,
+BacklashPvP = 39186,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/33988"><strong>Dodge</strong></see> <i>PvE</i> (All Classes) [33988] [Ability]
-/// <para>Take evasive action in the selected direction.</para>
-/// <para>Additional Effect: Grants Precision upon successfully executing a precision dodge</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/39187"><strong>Backlash</strong></see> <i>PvP</i> (VPR) [39187] [Ability]
+/// <para></para>
/// </summary>
-DodgePvE_33988 = 33988,
+BacklashPvP_39187 = 39187,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/33989"><strong>Dodge</strong></see> <i>PvE</i> (All Classes) [33989] [Ability]
-/// <para>Take evasive action in the selected direction.</para>
-/// <para>Additional Effect: Grants Precision upon successfully executing a precision dodge</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/39188"><strong>Furious Backlash</strong></see> <i>PvP</i> (VPR) [39188] [Ability]
+/// <para></para>
/// </summary>
-DodgePvE_33989 = 33989,
+FuriousBacklashPvP = 39188,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/33990"><strong>Dodge</strong></see> <i>PvE</i> (All Classes) [33990] [Ability]
-/// <para>Take evasive action in the selected direction.</para>
-/// <para>Additional Effect: Grants Precision upon successfully executing a precision dodge</para>
-/// <para>Duration: 10s</para>
+/// <see href="https://garlandtools.org/db/#action/39189"><strong>Rattling Coil</strong></see> <i>PvP</i> (VPR) [39189] [Ability]
+/// <para>Resets the recast timer for Uncoiled Fury and Snake Scales.</para>
+/// <para>Recast time is reduced by 10s upon earning a kill or an assist.</para>
/// </summary>
-DodgePvE_33990 = 33990,
+RattlingCoilPvP = 39189,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/33997"><strong>Dodge</strong></see> <i>PvE</i> (All Classes) [33997] [Ability]
-/// <para>Take evasive action in the selected direction.</para>
-/// <para>Additional Effect: Applies Precision upon successfully executing a precision dodge</para>
-/// <para>Duration: 5s</para>
+/// <see href="https://garlandtools.org/db/#action/39191"><strong>Fire in Red</strong></see> <i>PvP</i> (PCT) [39191] [Spell]
+/// <para>Delivers fire damage with a potency of 3,000.</para>
+/// <para>Additional Effect: Grants Aetherhues</para>
+/// <para>Duration: 15s</para>
+/// <para>Cannot be cast while under the effect of Subtractive Palette.</para>
+/// <para></para>
+/// <para>※Fire in Red changes to Aero in Green while under the effect of Aetherhues.</para>
+/// <para>※Fire in Red changes to Water in Blue while under the effect of Aetherhues II.</para>
+/// <para>※Fire in Red changes to Blizzard in Cyan while under the effect of Subtractive Palette.</para>
+/// <para>※Fire in Red changes to Stone in Yellow while under the effect of Subtractive Palette and Aetherhues.</para>
+/// <para>※Fire in Red changes to Thunder in Magenta while under the effect of Subtractive Palette and Aetherhues II.</para>
/// </summary>
-DodgePvE_33997 = 33997,
+FireInRedPvP = 39191,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/34515"><strong>Precision Strike</strong></see> <i>PvE</i> (All Classes) [34515] [Ability]
-/// <para>Closes in on target while delivering an attack.</para>
-/// <para>Can only be executed while Precision is active.</para>
+/// <see href="https://garlandtools.org/db/#action/39192"><strong>Aero in Green</strong></see> <i>PvP</i> (PCT) [39192] [Spell]
+/// <para>Delivers wind damage with a potency of 4,000.</para>
+/// <para>Additional Effect: Grants Aetherhues II</para>
+/// <para>Duration: 15s</para>
+/// <para>Can only be cast while under the effect of Aetherhues.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-PrecisionStrikePvE = 34515,
+AeroInGreenPvP = 39192,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/34563"><strong>Goblin Punch</strong></see> <i>PvE</i> (BLU) [34563] [Spell]
-/// <para>Deals physical damage with a potency of 120.</para>
-/// <para>220 when executed in front of a target.</para>
-/// <para>Potency is increased to 220 when you are under the effect of Mighty Guard.</para>
-/// <para>320 when executed in front of a target while you are under the effect of Mighty Guard.</para>
+/// <see href="https://garlandtools.org/db/#action/39193"><strong>Water in Blue</strong></see> <i>PvP</i> (PCT) [39193] [Spell]
+/// <para>Delivers water damage with a potency of 5,000.</para>
+/// <para>Can only be cast while under the effect of Aetherhues II.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-GoblinPunchPvE = 34563,
+WaterInBluePvP = 39193,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/34564"><strong>Right Round</strong></see> <i>PvE</i> (BLU) [34564] [Spell]
-/// <para>Deals physical damage with a potency of 110 to all nearby enemies.</para>
-/// <para>Additional Effect: 10-yalm knockback to all enemies and party members in range</para>
-/// <para>Cannot be used outside of combat or when target is suffering from certain enfeeblements.</para>
+/// <see href="https://garlandtools.org/db/#action/39194"><strong>Blizzard in Cyan</strong></see> <i>PvP</i> (PCT) [39194] [Spell]
+/// <para>Delivers ice damage with a potency of 6,000.</para>
+/// <para>Additional Effect: Grants Aetherhues</para>
+/// <para>Duration: 15s</para>
+/// <para>Can only be cast while under the effect of Subtractive Palette.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-RightRoundPvE = 34564,
+BlizzardInCyanPvP = 39194,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/34565"><strong>Schiltron</strong></see> <i>PvE</i> (BLU) [34565] [Spell]
-/// <para>Counters enemies with unaspected damage every time you suffer physical damage.</para>
-/// <para>Counter Potency: 50</para>
+/// <see href="https://garlandtools.org/db/#action/39195"><strong>Stone in Yellow</strong></see> <i>PvP</i> (PCT) [39195] [Spell]
+/// <para>Delivers earth damage with a potency of 7,000.</para>
+/// <para>Additional Effect: Grants Aetherhues II</para>
/// <para>Duration: 15s</para>
-/// <para>Potency is increased to 100 when you are under the effect of Aetheric Mimicry: Tank.</para>
-/// <para>Effect cannot be stacked with Veil of the Whorl or Ice Spikes.</para>
+/// <para>Can only be cast while under the effect of Subtractive Palette and Aetherhues.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-SchiltronPvE = 34565,
+StoneInYellowPvP = 39195,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/34566"><strong>Rehydration</strong></see> <i>PvE</i> (BLU) [34566] [Spell]
-/// <para>Restores own HP.</para>
-/// <para>Cure Potency: 600</para>
+/// <see href="https://garlandtools.org/db/#action/39196"><strong>Thunder in Magenta</strong></see> <i>PvP</i> (PCT) [39196] [Spell]
+/// <para>Delivers lightning damage with a potency of 8,000.</para>
+/// <para>Can only be cast while under the effect of Subtractive Palette and Aetherhues II.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-RehydrationPvE = 34566,
+ThunderInMagentaPvP = 39196,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/34567"><strong>Breath of Magic</strong></see> <i>PvE</i> (BLU) [34567] [Spell]
-/// <para>Deals unaspected damage over time with a potency of 120 to all enemies in a cone before you.</para>
-/// <para>Duration: 60s</para>
-/// <para>Only one effect inflicted by this action can be active at a time.</para>
+/// <see href="https://garlandtools.org/db/#action/39198"><strong>Holy in White</strong></see> <i>PvP</i> (PCT) [39198] [Spell]
+/// <para>Deals unaspected damage with a potency of 8,000 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Restores own HP</para>
+/// <para>Cure Potency: 8,000</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Cannot be cast while under the effect of Subtractive Palette.</para>
+/// <para>Shares a recast timer with Comet in Black.</para>
+/// <para></para>
+/// <para>※Holy in White changes to Comet in Black while under the effect of Subtractive Palette.</para>
/// </summary>
-BreathOfMagicPvE = 34567,
+HolyInWhitePvP = 39198,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/34568"><strong>Wild Rage</strong></see> <i>PvE</i> (BLU) [34568] [Spell]
-/// <para>Deals physical damage to all nearby enemies with a potency of 500 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Consumes 50% of your maximum HP when executed.</para>
+/// <see href="https://garlandtools.org/db/#action/39199"><strong>Comet in Black</strong></see> <i>PvP</i> (PCT) [39199] [Spell]
+/// <para>Deals unaspected damage with a potency of 12,000 to target and all enemies nearby it.</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Can only be cast while under the effect Subtractive Palette.</para>
+/// <para>Shares a recast timer with Holy in White.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-WildRagePvE = 34568,
+CometInBlackPvP = 39199,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/34569"><strong>Peat Pelt</strong></see> <i>PvE</i> (BLU) [34569] [Spell]
-/// <para>Deals earth damage to target and all enemies nearby it with a potency of 100 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Afflicts target with Begrimed</para>
-/// <para>Begrimed Effect: Earth damage over time</para>
-/// <para>Potency: 10</para>
-/// <para>Duration: 9s</para>
+/// <see href="https://garlandtools.org/db/#action/39200"><strong>Pom Motif</strong></see> <i>PvP</i> (PCT) [39200] [Spell]
+/// <para>Paints a pom, granting Pom Motif.</para>
+/// <para>Can only be cast while under the effect of Pom Sketch.</para>
+/// <para>The recast timer of this action is not affected by status effects.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-PeatPeltPvE = 34569,
+PomMotifPvP = 39200,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/34570"><strong>Deep Clean</strong></see> <i>PvE</i> (BLU) [34570] [Spell]
-/// <para>Deals physical damage to all nearby enemies with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Grants one stack of Spick-and-span for each enemy afflicted with Begrimed. The Begrimed effect is also removed.</para>
-/// <para>Maximum Stacks: 6</para>
-/// <para>Spick-and-span Effect: Regen</para>
-/// <para>Cure Potency: 50</para>
-/// <para>Cure potency increases up to 300 based on your accumulated stacks of Spick-and-span.</para>
-/// <para>Duration: 15s</para>
-/// <para>Additional stacks of Spick-and-span accumulated while the effect is active will not affect duration.</para>
+/// <see href="https://garlandtools.org/db/#action/39201"><strong>Wing Motif</strong></see> <i>PvP</i> (PCT) [39201] [Spell]
+/// <para>Paints a pair of wings, granting Wing Motif.</para>
+/// <para>Can only be cast while under the effect of Wing Sketch.</para>
+/// <para>The recast timer of this action is not affected by status effects.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-DeepCleanPvE = 34570,
+WingMotifPvP = 39201,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/34571"><strong>Ruby Dynamics</strong></see> <i>PvE</i> (BLU) [34571] [Spell]
-/// <para>Deals physical damage with a potency of 220 to all enemies before you.</para>
-/// <para>Shares a recast timer with Chelonian Gate and The Rose of Destruction.</para>
+/// <see href="https://garlandtools.org/db/#action/39202"><strong>Claw Motif</strong></see> <i>PvP</i> (PCT) [39202] [Spell]
+/// <para>Paints a claw, granting Claw Motif.</para>
+/// <para>Can only be cast while under the effect of Claw Sketch.</para>
+/// <para>The recast timer of this action is not affected by status effects.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-RubyDynamicsPvE = 34571,
+ClawMotifPvP = 39202,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/34572"><strong>Divination Rune</strong></see> <i>PvE</i> (BLU) [34572] [Spell]
-/// <para>Deals unaspected damage with a potency of 100 to all enemies in a cone before you.</para>
-/// <para>Additional Effect: Restores MP</para>
+/// <see href="https://garlandtools.org/db/#action/39203"><strong>Maw Motif</strong></see> <i>PvP</i> (PCT) [39203] [Spell]
+/// <para>Paints a maw, granting Maw Motif.</para>
+/// <para>Can only be cast while under the effect of Maw Sketch.</para>
+/// <para>The recast timer of this action is not affected by status effects.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-DivinationRunePvE = 34572,
+MawMotifPvP = 39203,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/34573"><strong>Dimensional Shift</strong></see> <i>PvE</i> (BLU) [34573] [Spell]
-/// <para>Delivers an attack to all nearby enemies dealing damage equal to 30% of their current HP.</para>
-/// <para>Has no effect on enemies whose level is higher than your own.</para>
+/// <see href="https://garlandtools.org/db/#action/39204"><strong>Creature Motif</strong></see> <i>PvP</i> (PCT) [39204] [Spell]
+/// <para>Paints a creature motif.</para>
+/// <para>This action changes to Pom Motif, Wing Motif, Claw Motif, or Maw Motif based on your current creature sketch.</para>
+/// <para>The recast timer of this action is not affected by status effects.</para>
/// </summary>
-DimensionalShiftPvE = 34573,
+CreatureMotifPvP = 39204,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/34574"><strong>Conviction Marcato</strong></see> <i>PvE</i> (BLU) [34574] [Spell]
-/// <para>Deals unaspected damage to all enemies in a straight line before you with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Potency is increased to 440 when you are under the effect of Winged Redemption.</para>
+/// <see href="https://garlandtools.org/db/#action/39205"><strong>Pom Muse</strong></see> <i>PvP</i> (PCT) [39205] [Ability]
+/// <para>Render a rain of poms, dealing unaspected damage with a potency of 4,000 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Increases damage dealt and healing potency by 20%</para>
+/// <para>Duration: 10s</para>
+/// <para>Additional Effect: Grants Wing Sketch</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Can only be cast while under the effect of Pom Motif.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-ConvictionMarcatoPvE = 34574,
+PomMusePvP = 39205,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/34575"><strong>Force Field</strong></see> <i>PvE</i> (BLU) [34575] [Spell]
-/// <para>Grants either Physical Vulnerability Down or Magic Vulnerability Down.</para>
+/// <see href="https://garlandtools.org/db/#action/39206"><strong>Winged Muse</strong></see> <i>PvP</i> (PCT) [39206] [Ability]
+/// <para>Render a pair of windborne wings, dealing unaspected damage with a potency of 6,000 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Reduces spell cast time and recast time by 20%, while also increasing movement speed by 25%</para>
/// <para>Duration: 10s</para>
-/// <para>Physical Vulnerability Down Effect: Reduces physical damage taken by 50%</para>
-/// <para>Magic Vulnerability Down Effect: Reduces magic damage taken by 50%</para>
-/// <para>This action does not share a recast timer with any other actions.</para>
+/// <para>Additional Effect: Grants Moogle Portrait</para>
+/// <para>Additional Effect: Grants Claw Sketch</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Can only be cast while under the effect of Wing Motif.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-ForceFieldPvE = 34575,
+WingedMusePvP = 39206,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/34576"><strong>Winged Reprobation</strong></see> <i>PvE</i> (BLU) [34576] [Spell]
-/// <para>Deals physical damage to all enemies in a straight line before you with a potency of 300 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Grants one stack of Winged Reprobation and resets this action's recast timer</para>
-/// <para>Maximum Stacks: 4</para>
-/// <para>Execution at 3 stacks increases potency to 400 and grants one stack of Winged Reprobation, but recast timer will not be reset.</para>
-/// <para>At maximum stacks, Winged Reprobation changes to Winged Redemption.</para>
-/// <para>Winged Redemption Effect: Increases the potency of Conviction Marcato</para>
+/// <see href="https://garlandtools.org/db/#action/39207"><strong>Clawed Muse</strong></see> <i>PvP</i> (PCT) [39207] [Ability]
+/// <para>Render a sharpened claw, dealing unaspected damage with a potency of 4,000 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Increases target's damage taken by 10%, while reducing HP recovered by healing actions by 20%</para>
/// <para>Duration: 10s</para>
-/// <para>This action does not share a recast timer with any other actions.</para>
+/// <para>Additional Effect: Grants Maw Sketch</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Can only be cast while under the effect of Claw Motif.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-WingedReprobationPvE = 34576,
+ClawedMusePvP = 39207,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/34577"><strong>Laser Eye</strong></see> <i>PvE</i> (BLU) [34577] [Spell]
-/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: 5-yalm knockback to all enemies within 8 yalms of target</para>
+/// <see href="https://garlandtools.org/db/#action/39208"><strong>Fanged Muse</strong></see> <i>PvP</i> (PCT) [39208] [Ability]
+/// <para>Render a set of ferocious fangs, dealing unaspected damage with a potency of 8,000 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Damage over time</para>
+/// <para>Potency: 4,000</para>
+/// <para>Duration: 12s</para>
+/// <para>Additional Effect: Grants Madeen Portrait</para>
+/// <para>Additional Effect: Grants Pom Sketch</para>
+/// <para>Maximum Charges: 2</para>
+/// <para>Can only be cast while under the effect of Maw Motif.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-LaserEyePvE = 34577,
+FangedMusePvP = 39208,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/34578"><strong>Candy Cane</strong></see> <i>PvE</i> (BLU) [34578] [Spell]
-/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 250 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Additional Effect: Lowers strength and dexterity attributes of target by 10%</para>
-/// <para>Duration: 10s</para>
-/// <para>Additional Effect: Restores 10% of maximum MP</para>
-/// <para>Shares a recast timer with Magic Hammer.</para>
+/// <see href="https://garlandtools.org/db/#action/39209"><strong>Living Muse</strong></see> <i>PvP</i> (PCT) [39209] [Ability]
+/// <para>Render your depiction of a creature to life.</para>
+/// <para>This action changes to Pom Muse, Winged Muse, Clawed Muse, or Fanged Muse based on your current motif.</para>
+/// <para>The recast timer of this action is not affected by status effects.</para>
/// </summary>
-CandyCanePvE = 34578,
+LivingMusePvP = 39209,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/34579"><strong>Mortal Flame</strong></see> <i>PvE</i> (BLU) [34579] [Spell]
-/// <para>Deals fire damage over time with a potency of 40.</para>
-/// <para>Only one effect inflicted by this action can be active at a time.</para>
-/// <para>Has no effect on targets outside of combat.</para>
-/// <para>Effect ends upon target leaving combat.</para>
+/// <see href="https://garlandtools.org/db/#action/39210"><strong>Smudge</strong></see> <i>PvP</i> (PCT) [39210] [Ability]
+/// <para>Quickly dash 15 yalms forward.</para>
+/// <para>Additional Effect: Increases movement speed</para>
+/// <para>Duration: 5s</para>
+/// <para>Cannot be executed while bound.</para>
/// </summary>
-MortalFlamePvE = 34579,
+SmudgePvP = 39210,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/34580"><strong>Sea Shanty</strong></see> <i>PvE</i> (BLU) [34580] [Ability]
-/// <para>Deals water damage with a potency of 500 to all nearby enemies.</para>
-/// <para>Additional Effect: Potency increases to 1,000 during rain, showers, and thunderstorms</para>
+/// <see href="https://garlandtools.org/db/#action/39211"><strong>Tempera Coat</strong></see> <i>PvP</i> (PCT) [39211] [Ability]
+/// <para>Grants Tempera Coat.</para>
+/// <para>Tempera Coat Effect: Erects a magicked barrier which nullifies damage equivalent to a heal of 12,000 potency</para>
+/// <para>Duration: 10s</para>
+/// <para>Reduces the recast time of Tempera Coat by 10 seconds when barrier is completely absorbed.</para>
+/// <para></para>
+/// <para>※Tempera Coat changes to Tempera Grassa while under the effect of Tempera Coat.</para>
/// </summary>
-SeaShantyPvE = 34580,
+TemperaCoatPvP = 39211,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/34581"><strong>Apokalypsis</strong></see> <i>PvE</i> (BLU) [34581] [Ability]
-/// <para>Delivers damage over time with a potency of 140 to all enemies in a straight line before you.</para>
+/// <see href="https://garlandtools.org/db/#action/39212"><strong>Tempera Grassa</strong></see> <i>PvP</i> (PCT) [39212] [Ability]
+/// <para>Ends the effect of Tempera Coat and grants Tempera Grassa to self and nearby party members.</para>
+/// <para>Tempera Grassa Effect: Erects a magicked barrier which nullifies damage equivalent to a heal of 6,000 potency</para>
/// <para>Duration: 10s</para>
-/// <para>Effect ends upon using another action or moving (including facing a different direction).</para>
-/// <para>Cancels auto-attack upon execution.</para>
-/// <para>Shares a recast timer with Being Mortal.</para>
+/// <para>Reduces the recast time of Tempera Coat by 5 seconds when barrier is completely absorbed.</para>
+/// <para>Can only be executed while under the effect of Tempera Coat.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-ApokalypsisPvE = 34581,
+TemperaGrassaPvP = 39212,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/34582"><strong>Being Mortal</strong></see> <i>PvE</i> (BLU) [34582] [Ability]
-/// <para>Deals unaspected damage to all nearby enemies with a potency of 800 for the first enemy, and 50% less for all remaining enemies.</para>
-/// <para>Shares a recast timer with Apokalypsis.</para>
+/// <see href="https://garlandtools.org/db/#action/39213"><strong>Subtractive Palette</strong></see> <i>PvP</i> (PCT) [39213] [Ability]
+/// <para>Grants Subtractive Palette.</para>
+/// <para>Effect ends upon reuse.</para>
/// </summary>
-BeingMortalPvE = 34582,
+SubtractivePalettePvP = 39213,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/34786"><strong>Guillotine</strong></see> <i>PvP</i> (RPR) [34786] [Weaponskill]
-/// <para>Delivers an attack with a potency of 8,000 to all enemies in a cone before you.</para>
-/// <para>Can only be executed while under the effect of Soul Reaver.</para>
+/// <see href="https://garlandtools.org/db/#action/39214"><strong>Release Subtractive Palette</strong></see> <i>PvP</i> (PCT) [39214] [Ability]
+/// <para>Cancels the effect of Subtractive Palette.</para>
+/// </summary>
+ReleaseSubtractivePalettePvP = 39214,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/39216"><strong>Star Prism</strong></see> <i>PvP</i> (PCT) [39216] [Spell]
+/// <para>Deals unaspected damage with a potency of 12,000 to target and all enemies nearby it.</para>
+/// <para>Additional Effect: Restores HP of all party members within 30 yalms of target, and grants healing over time</para>
+/// <para>Cure Potency: 8,000</para>
+/// <para>Heal Over Time Potency: 2,000</para>
+/// <para>Duration: 12s</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-GuillotinePvP = 34786,
+StarPrismPvP = 39216,
/// <summary>
-/// <see href="https://garlandtools.org/db/#action/34790"><strong>Rising Flames</strong></see> <i>PvE</i> (All Classes) [34790] [Ability]
-/// <para>Closes in on target while delivering an attack.</para>
+/// <see href="https://garlandtools.org/db/#action/39782"><strong>Mog of the Ages</strong></see> <i>PvP</i> (PCT) [39782] [Spell]
+/// <para>Render your moogle portrait to life, dealing unaspected damage with a potency of 10,000 to all enemies in a straight line.</para>
+/// <para>Additional Effect: Heavy +75%</para>
+/// <para>Duration: 3s</para>
+/// <para>Can only be cast while under the effect of Moogle Portrait.</para>
+/// <para></para>
+/// <para>※Moogle of the Ages changes to Retribution of the Madeen while under the effect of Madeen Portrait.</para>
+/// </summary>
+MogOfTheAgesPvP = 39782,
+/// <summary>
+/// <see href="https://garlandtools.org/db/#action/39783"><strong>Retribution of the Madeen</strong></see> <i>PvP</i> (PCT) [39783] [Spell]
+/// <para>Render your Madeen portrait to life, dealing unaspected damage with a potency of 15,000 to all enemies in a straight line.</para>
+/// <para>Additional Effect: Bind</para>
+/// <para>Duration: 3s</para>
+/// <para>Can only be cast while under the effect of Madeen Portrait.</para>
+/// <para></para>
+/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
-RisingFlamesPvE = 34790,
+RetributionOfTheMadeenPvP = 39783,
/// <summary>
@@ -30028,6 +33962,12 @@ public abstract partial class CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7531"><strong>Rampart</strong></see> <i>PvE</i> (GLA MRD PLD WAR DRK GNB) [7531] [Ability]
/// <para>Reduces damage taken by 20%.</para>
+ /// <para>Additional Effect: Increases HP recovery via healing actions on self by 15%</para>
+ /// <para>Additional Effect: Increases HP recovery via healing actions on self by 15%</para>
+ /// <para>Additional Effect: Increases HP recovery via healing actions on self by 15%</para>
+ /// <para>Additional Effect: Increases HP recovery via healing actions on self by 15%</para>
+ /// <para>Additional Effect: Increases HP recovery via healing actions on self by 15%</para>
+ /// <para>Additional Effect: Increases HP recovery via healing actions on self by 15%</para>
/// <para>Duration: 20s</para>
/// </summary>
@@ -30075,7 +34015,7 @@ public abstract partial class CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7535"><strong>Reprisal</strong></see> <i>PvE</i> (GLA MRD PLD WAR DRK GNB) [7535] [Ability]
/// <para>Reduces damage dealt by nearby enemies by 10%.</para>
- /// <para>Duration: 10s</para>
+ /// <para>Duration: s</para>
/// </summary>
public IBaseAction ReprisalPvE => _ReprisalPvECreator.Value;
@@ -30162,14 +34102,14 @@ public abstract partial class CustomRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/7541"><strong>Second Wind</strong></see> <i>PvE</i> (PGL LNC ARC ROG MNK DRG BRD NIN MCH SAM DNC RPR) [7541] [Ability]
+ /// Modify <see href="https://garlandtools.org/db/#action/7541"><strong>Second Wind</strong></see> <i>PvE</i> (PGL LNC ARC ROG MNK DRG BRD NIN MCH SAM DNC RPR VPR) [7541] [Ability]
/// </summary>
static partial void ModifySecondWindPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/7541"><strong>Second Wind</strong></see> <i>PvE</i> (PGL LNC ARC ROG MNK DRG BRD NIN MCH SAM DNC RPR) [7541] [Ability]
+ /// <see href="https://garlandtools.org/db/#action/7541"><strong>Second Wind</strong></see> <i>PvE</i> (PGL LNC ARC ROG MNK DRG BRD NIN MCH SAM DNC RPR VPR) [7541] [Ability]
/// <para>Instantly restores own HP.</para>
- /// <para>Cure Potency: 500</para>
+ /// <para>Cure Potency: </para>
/// </summary>
public IBaseAction SecondWindPvE => _SecondWindPvECreator.Value;
@@ -30186,12 +34126,12 @@ public abstract partial class CustomRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/7542"><strong>Bloodbath</strong></see> <i>PvE</i> (PGL LNC ROG MNK DRG NIN SAM RPR) [7542] [Ability]
+ /// Modify <see href="https://garlandtools.org/db/#action/7542"><strong>Bloodbath</strong></see> <i>PvE</i> (PGL LNC ROG MNK DRG NIN SAM RPR VPR) [7542] [Ability]
/// </summary>
static partial void ModifyBloodbathPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/7542"><strong>Bloodbath</strong></see> <i>PvE</i> (PGL LNC ROG MNK DRG NIN SAM RPR) [7542] [Ability]
+ /// <see href="https://garlandtools.org/db/#action/7542"><strong>Bloodbath</strong></see> <i>PvE</i> (PGL LNC ROG MNK DRG NIN SAM RPR VPR) [7542] [Ability]
/// <para>Converts a portion of physical damage dealt into HP.</para>
/// <para>Duration: 20s</para>
/// </summary>
@@ -30210,12 +34150,12 @@ public abstract partial class CustomRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/7546"><strong>True North</strong></see> <i>PvE</i> (PGL LNC ROG MNK DRG NIN SAM RPR) [7546] [Ability]
+ /// Modify <see href="https://garlandtools.org/db/#action/7546"><strong>True North</strong></see> <i>PvE</i> (PGL LNC ROG MNK DRG NIN SAM RPR VPR) [7546] [Ability]
/// </summary>
static partial void ModifyTrueNorthPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/7546"><strong>True North</strong></see> <i>PvE</i> (PGL LNC ROG MNK DRG NIN SAM RPR) [7546] [Ability]
+ /// <see href="https://garlandtools.org/db/#action/7546"><strong>True North</strong></see> <i>PvE</i> (PGL LNC ROG MNK DRG NIN SAM RPR VPR) [7546] [Ability]
/// <para>Nullifies all action direction requirements.</para>
/// <para>Duration: 10s</para>
/// <para>Maximum Charges: 2</para>
@@ -30235,12 +34175,12 @@ public abstract partial class CustomRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/7548"><strong>Arm's Length</strong></see> <i>PvE</i> (GLA PGL MRD LNC ARC PLD MNK WAR DRG BRD ROG NIN MCH DRK SAM GNB DNC RPR) [7548] [Ability]
+ /// Modify <see href="https://garlandtools.org/db/#action/7548"><strong>Arm's Length</strong></see> <i>PvE</i> (GLA PGL MRD LNC ARC PLD MNK WAR DRG BRD ROG NIN MCH DRK SAM GNB DNC RPR VPR) [7548] [Ability]
/// </summary>
static partial void ModifyArmsLengthPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/7548"><strong>Arm's Length</strong></see> <i>PvE</i> (GLA PGL MRD LNC ARC PLD MNK WAR DRG BRD ROG NIN MCH DRK SAM GNB DNC RPR) [7548] [Ability]
+ /// <see href="https://garlandtools.org/db/#action/7548"><strong>Arm's Length</strong></see> <i>PvE</i> (GLA PGL MRD LNC ARC PLD MNK WAR DRG BRD ROG NIN MCH DRK SAM GNB DNC RPR VPR) [7548] [Ability]
/// <para>Creates a barrier nullifying most knockback and draw-in effects.</para>
/// <para>Duration: 6s</para>
/// <para>Additional Effect: Slow +20% when barrier is struck</para>
@@ -30261,14 +34201,14 @@ public abstract partial class CustomRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/7549"><strong>Feint</strong></see> <i>PvE</i> (PGL LNC ROG MNK DRG NIN SAM RPR) [7549] [Ability]
+ /// Modify <see href="https://garlandtools.org/db/#action/7549"><strong>Feint</strong></see> <i>PvE</i> (PGL LNC ROG MNK DRG NIN SAM RPR VPR) [7549] [Ability]
/// </summary>
static partial void ModifyFeintPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/7549"><strong>Feint</strong></see> <i>PvE</i> (PGL LNC ROG MNK DRG NIN SAM RPR) [7549] [Ability]
+ /// <see href="https://garlandtools.org/db/#action/7549"><strong>Feint</strong></see> <i>PvE</i> (PGL LNC ROG MNK DRG NIN SAM RPR VPR) [7549] [Ability]
/// <para>Lowers target's physical damage dealt by 10% and magic damage dealt by 5%.</para>
- /// <para>Duration: 10s</para>
+ /// <para>Duration: s</para>
/// </summary>
public IBaseAction FeintPvE => _FeintPvECreator.Value;
@@ -30383,12 +34323,12 @@ public abstract partial class CustomRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/7559"><strong>Surecast</strong></see> <i>PvE</i> (CNJ THM ACN WHM BLM SMN SCH AST RDM BLU SGE) [7559] [Ability]
+ /// Modify <see href="https://garlandtools.org/db/#action/7559"><strong>Surecast</strong></see> <i>PvE</i> (CNJ THM ACN WHM BLM SMN SCH AST RDM BLU SGE PCT) [7559] [Ability]
/// </summary>
static partial void ModifySurecastPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/7559"><strong>Surecast</strong></see> <i>PvE</i> (CNJ THM ACN WHM BLM SMN SCH AST RDM BLU SGE) [7559] [Ability]
+ /// <see href="https://garlandtools.org/db/#action/7559"><strong>Surecast</strong></see> <i>PvE</i> (CNJ THM ACN WHM BLM SMN SCH AST RDM BLU SGE PCT) [7559] [Ability]
/// <para>Spells can be cast without interruption.</para>
/// <para>Additional Effect: Nullifies most knockback and draw-in effects</para>
/// <para>Duration: 6s</para>
@@ -30408,14 +34348,14 @@ public abstract partial class CustomRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/7560"><strong>Addle</strong></see> <i>PvE</i> (THM ACN BLM SMN RDM BLU) [7560] [Ability]
+ /// Modify <see href="https://garlandtools.org/db/#action/7560"><strong>Addle</strong></see> <i>PvE</i> (THM ACN BLM SMN RDM BLU PCT) [7560] [Ability]
/// </summary>
static partial void ModifyAddlePvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/7560"><strong>Addle</strong></see> <i>PvE</i> (THM ACN BLM SMN RDM BLU) [7560] [Ability]
+ /// <see href="https://garlandtools.org/db/#action/7560"><strong>Addle</strong></see> <i>PvE</i> (THM ACN BLM SMN RDM BLU PCT) [7560] [Ability]
/// <para>Lowers target's physical damage dealt by 5% and magic damage dealt by 10%.</para>
- /// <para>Duration: 10s</para>
+ /// <para>Duration: s</para>
/// </summary>
public IBaseAction AddlePvE => _AddlePvECreator.Value;
@@ -30432,12 +34372,12 @@ public abstract partial class CustomRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/7561"><strong>Swiftcast</strong></see> <i>PvE</i> (CNJ THM ACN WHM BLM SMN SCH AST RDM BLU SGE) [7561] [Ability]
+ /// Modify <see href="https://garlandtools.org/db/#action/7561"><strong>Swiftcast</strong></see> <i>PvE</i> (CNJ THM ACN WHM BLM SMN SCH AST RDM BLU SGE PCT) [7561] [Ability]
/// </summary>
static partial void ModifySwiftcastPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/7561"><strong>Swiftcast</strong></see> <i>PvE</i> (CNJ THM ACN WHM BLM SMN SCH AST RDM BLU SGE) [7561] [Ability]
+ /// <see href="https://garlandtools.org/db/#action/7561"><strong>Swiftcast</strong></see> <i>PvE</i> (CNJ THM ACN WHM BLM SMN SCH AST RDM BLU SGE PCT) [7561] [Ability]
/// <para>Next spell is cast immediately.</para>
/// <para>Duration: 10s</para>
/// </summary>
@@ -30456,12 +34396,12 @@ public abstract partial class CustomRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/7562"><strong>Lucid Dreaming</strong></see> <i>PvE</i> (CNJ THM ACN WHM BLM SMN SCH AST RDM BLU SGE) [7562] [Ability]
+ /// Modify <see href="https://garlandtools.org/db/#action/7562"><strong>Lucid Dreaming</strong></see> <i>PvE</i> (CNJ THM ACN WHM BLM SMN SCH AST RDM BLU SGE PCT) [7562] [Ability]
/// </summary>
static partial void ModifyLucidDreamingPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/7562"><strong>Lucid Dreaming</strong></see> <i>PvE</i> (CNJ THM ACN WHM BLM SMN SCH AST RDM BLU SGE) [7562] [Ability]
+ /// <see href="https://garlandtools.org/db/#action/7562"><strong>Lucid Dreaming</strong></see> <i>PvE</i> (CNJ THM ACN WHM BLM SMN SCH AST RDM BLU SGE PCT) [7562] [Ability]
/// <para>Gradually restores own MP.</para>
/// <para>Potency: 55</para>
/// <para>Duration: 21s</para>
@@ -30527,12 +34467,12 @@ public abstract partial class CustomRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/7863"><strong>Leg Sweep</strong></see> <i>PvE</i> (PGL LNC ROG MNK DRG NIN SAM RPR) [7863] [Ability]
+ /// Modify <see href="https://garlandtools.org/db/#action/7863"><strong>Leg Sweep</strong></see> <i>PvE</i> (PGL LNC ROG MNK DRG NIN SAM RPR VPR) [7863] [Ability]
/// </summary>
static partial void ModifyLegSweepPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/7863"><strong>Leg Sweep</strong></see> <i>PvE</i> (PGL LNC ROG MNK DRG NIN SAM RPR) [7863] [Ability]
+ /// <see href="https://garlandtools.org/db/#action/7863"><strong>Leg Sweep</strong></see> <i>PvE</i> (PGL LNC ROG MNK DRG NIN SAM RPR VPR) [7863] [Ability]
/// <para>Stuns target.</para>
/// <para>Duration: 3s</para>
/// </summary>
@@ -30837,12 +34777,12 @@ public abstract partial class CustomRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/25880"><strong>Sleep</strong></see> <i>PvE</i> (THM ACN BLM SMN RDM BLU) [25880] [Spell]
+ /// Modify <see href="https://garlandtools.org/db/#action/25880"><strong>Sleep</strong></see> <i>PvE</i> (THM ACN BLM SMN RDM BLU PCT) [25880] [Spell]
/// </summary>
static partial void ModifySleepPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/25880"><strong>Sleep</strong></see> <i>PvE</i> (THM ACN BLM SMN RDM BLU) [25880] [Spell]
+ /// <see href="https://garlandtools.org/db/#action/25880"><strong>Sleep</strong></see> <i>PvE</i> (THM ACN BLM SMN RDM BLU PCT) [25880] [Spell]
/// <para>Puts target and all nearby enemies to sleep.</para>
/// <para>Duration: 30s</para>
/// <para>Cancels auto-attack upon execution.</para>
@@ -31326,7 +35266,7 @@ namespace RotationSolver.Basic.Rotations.Duties;
/// <summary>
/// The Custom Rotation.
-/// <br>Number of Actions: 395</br>
+/// <br>Number of Actions: 404</br>
/// </summary>
public abstract partial class DutyRotation
{
@@ -32480,12 +36420,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12960"><strong>Wisdom of the Platebearer</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE) [12960] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12960"><strong>Wisdom of the Platebearer</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE VPR PCT) [12960] [Spell] Duty Action
/// </summary>
static partial void ModifyWisdomOfThePlatebearerPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12960"><strong>Wisdom of the Platebearer</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE) [12960] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12960"><strong>Wisdom of the Platebearer</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE VPR PCT) [12960] [Spell] Duty Action
/// <para>Reduces damage taken by 80% while increasing maximum HP by 50%.</para>
/// <para>Cannot be used with other Wisdom abilities.</para>
/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
@@ -32555,12 +36495,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12963"><strong>Wisdom of the Skirmisher</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [12963] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12963"><strong>Wisdom of the Skirmisher</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [12963] [Spell] Duty Action
/// </summary>
static partial void ModifyWisdomOfTheSkirmisherPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12963"><strong>Wisdom of the Skirmisher</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [12963] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12963"><strong>Wisdom of the Skirmisher</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [12963] [Spell] Duty Action
/// <para>Increases damage dealt by 20%.</para>
/// <para>Cannot be used with other Wisdom abilities.</para>
/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
@@ -32630,12 +36570,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12966"><strong>Wisdom of the Irregular</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [12966] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12966"><strong>Wisdom of the Irregular</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [12966] [Spell] Duty Action
/// </summary>
static partial void ModifyWisdomOfTheIrregularPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12966"><strong>Wisdom of the Irregular</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [12966] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12966"><strong>Wisdom of the Irregular</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [12966] [Spell] Duty Action
/// <para>Increases damage dealt by 30% while reducing magic defense by 60%.</para>
/// <para>Cannot be used with other Wisdom abilities.</para>
/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
@@ -32655,12 +36595,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12967"><strong>Wisdom of the Breathtaker</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12967] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12967"><strong>Wisdom of the Breathtaker</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12967] [Spell] Duty Action
/// </summary>
static partial void ModifyWisdomOfTheBreathtakerPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12967"><strong>Wisdom of the Breathtaker</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12967] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12967"><strong>Wisdom of the Breathtaker</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12967] [Spell] Duty Action
/// <para>Increases poison resistance and movement speed, including mount speed, and increases evasion by 10%.</para>
/// <para>Cannot be used with other Wisdom abilities.</para>
/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
@@ -32680,12 +36620,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12968"><strong>Spirit of the Remembered</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12968] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12968"><strong>Spirit of the Remembered</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12968] [Ability] Duty Action
/// </summary>
static partial void ModifySpiritOfTheRememberedPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12968"><strong>Spirit of the Remembered</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12968] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12968"><strong>Spirit of the Remembered</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12968] [Ability] Duty Action
/// <para>Increases maximum HP by 10% and accuracy by 30%.</para>
/// <para>Additional Effect: Grants a 70% chance of automatic revival upon KO</para>
/// <para>Duration: 180m</para>
@@ -32705,12 +36645,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12969"><strong>Protect L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12969] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12969"><strong>Protect L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12969] [Spell] Duty Action
/// </summary>
static partial void ModifyProtectLPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12969"><strong>Protect L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12969] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12969"><strong>Protect L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12969] [Spell] Duty Action
/// <para>Reduces physical damage taken by 22%.</para>
/// <para>Duration: 30m</para>
/// </summary>
@@ -32729,12 +36669,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12970"><strong>Shell L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12970] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12970"><strong>Shell L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12970] [Spell] Duty Action
/// </summary>
static partial void ModifyShellLPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12970"><strong>Shell L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12970] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12970"><strong>Shell L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12970] [Spell] Duty Action
/// <para>Reduces magic damage taken by 22%.</para>
/// <para>Duration: 30m</para>
/// </summary>
@@ -32753,12 +36693,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12971"><strong>Death L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12971] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12971"><strong>Death L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12971] [Spell] Duty Action
/// </summary>
static partial void ModifyDeathLPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12971"><strong>Death L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12971] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12971"><strong>Death L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12971] [Spell] Duty Action
/// <para>KOs target. The less the target's HP, the greater the chance of success.</para>
/// </summary>
[ID(12971)]
@@ -32776,12 +36716,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12972"><strong>Focus L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12972] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12972"><strong>Focus L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12972] [Ability] Duty Action
/// </summary>
static partial void ModifyFocusLPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12972"><strong>Focus L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12972] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12972"><strong>Focus L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12972] [Ability] Duty Action
/// <para>Grants a stack of Boost, up to a maximum of 16.</para>
/// <para>Boost Bonus: Increases potency of next weaponskill by 30% per stack</para>
/// <para>Duration: 30s</para>
@@ -32802,12 +36742,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12973"><strong>Paralyze L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12973] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12973"><strong>Paralyze L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12973] [Spell] Duty Action
/// </summary>
static partial void ModifyParalyzeLPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12973"><strong>Paralyze L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12973] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12973"><strong>Paralyze L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12973] [Spell] Duty Action
/// <para>Afflicts target with Paralysis.</para>
/// <para>Duration: 60s</para>
/// </summary>
@@ -32826,12 +36766,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12974"><strong>Paralyze L III</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12974] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12974"><strong>Paralyze L III</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12974] [Spell] Duty Action
/// </summary>
static partial void ModifyParalyzeLIiiPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12974"><strong>Paralyze L III</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12974] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12974"><strong>Paralyze L III</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12974] [Spell] Duty Action
/// <para>Afflicts target and all neaby enemies with Paralysis.</para>
/// <para>Duration: 60s</para>
/// </summary>
@@ -32850,12 +36790,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12975"><strong>Swift L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12975] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12975"><strong>Swift L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12975] [Ability] Duty Action
/// </summary>
static partial void ModifySwiftLPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12975"><strong>Swift L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12975] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12975"><strong>Swift L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12975] [Ability] Duty Action
/// <para>Greatly increases movement speed.</para>
/// <para>Duration: 10s</para>
/// </summary>
@@ -32874,12 +36814,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12976"><strong>Featherfoot L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12976] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12976"><strong>Featherfoot L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12976] [Ability] Duty Action
/// </summary>
static partial void ModifyFeatherfootLPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12976"><strong>Featherfoot L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12976] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12976"><strong>Featherfoot L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12976] [Ability] Duty Action
/// <para>Increases evasion by 15%.</para>
/// <para>Duration: 45s</para>
/// </summary>
@@ -32898,12 +36838,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12977"><strong>Spirit Dart L</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [12977] [Weaponskill] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12977"><strong>Spirit Dart L</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [12977] [Weaponskill] Duty Action
/// </summary>
static partial void ModifySpiritDartLPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12977"><strong>Spirit Dart L</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [12977] [Weaponskill] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12977"><strong>Spirit Dart L</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [12977] [Weaponskill] Duty Action
/// <para>Delivers a ranged attack with a potency of 100.</para>
/// <para>Additional Effect: Afflicts target with Spirit Dart L, increasing damage taken by 8%</para>
/// <para>Duration: 60s</para>
@@ -32923,12 +36863,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12978"><strong>Catastrophe L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR) [12978] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12978"><strong>Catastrophe L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR VPR) [12978] [Ability] Duty Action
/// </summary>
static partial void ModifyCatastropheLPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12978"><strong>Catastrophe L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR) [12978] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12978"><strong>Catastrophe L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR VPR) [12978] [Ability] Duty Action
/// <para>Deals unaspected damage to all nearby enemies with a potency of 4,000, while dealing damage with a potency of 999,999 to self.</para>
/// </summary>
[ID(12978)]
@@ -32946,12 +36886,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12979"><strong>Dispel L</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE) [12979] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12979"><strong>Dispel L</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE VPR PCT) [12979] [Spell] Duty Action
/// </summary>
static partial void ModifyDispelLPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12979"><strong>Dispel L</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE) [12979] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12979"><strong>Dispel L</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE VPR PCT) [12979] [Spell] Duty Action
/// <para>Removes one beneficial status from target.</para>
/// </summary>
[ID(12979)]
@@ -32994,12 +36934,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12981"><strong>Stealth L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH MCH DRK AST SAM RDM GNB DNC RPR SGE) [12981] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12981"><strong>Stealth L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12981] [Ability] Duty Action
/// </summary>
static partial void ModifyStealthLPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12981"><strong>Stealth L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH MCH DRK AST SAM RDM GNB DNC RPR SGE) [12981] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12981"><strong>Stealth L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12981] [Ability] Duty Action
/// <para>Blend in with your surroundings, making it impossible for most enemies to detect you, but reducing movement speed by 50%. Has no effect on certain enemies with special sight.</para>
/// <para>Cannot be executed while in combat.</para>
/// <para>Effect ends upon use of any action other than Sprint, or upon reuse.</para>
@@ -33019,12 +36959,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12982"><strong>Aetherial Manipulation L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12982] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12982"><strong>Aetherial Manipulation L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12982] [Ability] Duty Action
/// </summary>
static partial void ModifyAetherialManipulationLPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12982"><strong>Aetherial Manipulation L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12982] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12982"><strong>Aetherial Manipulation L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12982] [Ability] Duty Action
/// <para>Rush to a target's side.</para>
/// <para>Unable to cast if bound.</para>
/// </summary>
@@ -33043,12 +36983,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12983"><strong>Backstep L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12983] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12983"><strong>Backstep L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12983] [Ability] Duty Action
/// </summary>
static partial void ModifyBackstepLPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12983"><strong>Backstep L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12983] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12983"><strong>Backstep L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12983] [Ability] Duty Action
/// <para>Jump 10 yalms back from current position. Cannot be executed while bound.</para>
/// </summary>
[ID(12983)]
@@ -33066,12 +37006,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12984"><strong>Tranquilizer L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12984] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12984"><strong>Tranquilizer L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12984] [Ability] Duty Action
/// </summary>
static partial void ModifyTranquilizerLPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12984"><strong>Tranquilizer L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12984] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12984"><strong>Tranquilizer L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12984] [Ability] Duty Action
/// <para>Stuns target.</para>
/// <para>Duration: 8s</para>
/// </summary>
@@ -33090,12 +37030,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12985"><strong>Bloodbath L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12985] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12985"><strong>Bloodbath L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12985] [Ability] Duty Action
/// </summary>
static partial void ModifyBloodbathLPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12985"><strong>Bloodbath L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12985] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12985"><strong>Bloodbath L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12985] [Ability] Duty Action
/// <para>Converts a portion of damage dealt into HP.</para>
/// <para>Duration: 45s</para>
/// </summary>
@@ -33114,12 +37054,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12986"><strong>Rejuvenate L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12986] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12986"><strong>Rejuvenate L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12986] [Ability] Duty Action
/// </summary>
static partial void ModifyRejuvenateLPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12986"><strong>Rejuvenate L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12986] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12986"><strong>Rejuvenate L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12986] [Ability] Duty Action
/// <para>Instantly restores 50% of maximum HP and MP.</para>
/// </summary>
[ID(12986)]
@@ -33163,12 +37103,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12988"><strong>Rapid Recast L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [12988] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12988"><strong>Rapid Recast L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [12988] [Ability] Duty Action
/// </summary>
static partial void ModifyRapidRecastLPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12988"><strong>Rapid Recast L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [12988] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12988"><strong>Rapid Recast L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [12988] [Ability] Duty Action
/// <para>Shortens recast time for next ability used by 50%.</para>
/// <para>Duration: 15s</para>
/// </summary>
@@ -33187,12 +37127,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12989"><strong>Cure L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [12989] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12989"><strong>Cure L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [12989] [Spell] Duty Action
/// </summary>
static partial void ModifyCureLPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12989"><strong>Cure L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [12989] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12989"><strong>Cure L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [12989] [Spell] Duty Action
/// <para>Restores target's HP.</para>
/// <para>Cure Potency: 9,000</para>
/// </summary>
@@ -33211,12 +37151,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12990"><strong>Cure L II</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [12990] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12990"><strong>Cure L II</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [12990] [Ability] Duty Action
/// </summary>
static partial void ModifyCureLIiPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12990"><strong>Cure L II</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [12990] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12990"><strong>Cure L II</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [12990] [Ability] Duty Action
/// <para>Restores target's HP.</para>
/// <para>Cure Potency: 12,000</para>
/// </summary>
@@ -33235,12 +37175,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12991"><strong>Stoneskin L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12991] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12991"><strong>Stoneskin L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12991] [Spell] Duty Action
/// </summary>
static partial void ModifyStoneskinLPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12991"><strong>Stoneskin L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [12991] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12991"><strong>Stoneskin L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [12991] [Spell] Duty Action
/// <para>Creates a barrier around target that absorbs damage totaling 10% of target's maximum HP.</para>
/// <para>Duration: 30s</para>
/// </summary>
@@ -33259,12 +37199,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12992"><strong>Cure L III</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [12992] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12992"><strong>Cure L III</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [12992] [Spell] Duty Action
/// </summary>
static partial void ModifyCureLIiiPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12992"><strong>Cure L III</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [12992] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12992"><strong>Cure L III</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [12992] [Spell] Duty Action
/// <para>Restores own or target party member's HP and all party members nearby target.</para>
/// <para>Cure Potency: 9,000</para>
/// </summary>
@@ -33283,12 +37223,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12993"><strong>Regen L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [12993] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12993"><strong>Regen L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [12993] [Spell] Duty Action
/// </summary>
static partial void ModifyRegenLPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12993"><strong>Regen L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [12993] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12993"><strong>Regen L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [12993] [Spell] Duty Action
/// <para>Grants Regen to target.</para>
/// <para>Cure Potency: 2,500</para>
/// <para>Duration: 21s</para>
@@ -33308,12 +37248,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12994"><strong>Esuna L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [12994] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12994"><strong>Esuna L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [12994] [Spell] Duty Action
/// </summary>
static partial void ModifyEsunaLPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12994"><strong>Esuna L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [12994] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12994"><strong>Esuna L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [12994] [Spell] Duty Action
/// <para>Removes a single detrimental effect from target.</para>
/// </summary>
[ID(12994)]
@@ -33331,12 +37271,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12995"><strong>Incense L</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE) [12995] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12995"><strong>Incense L</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE VPR PCT) [12995] [Ability] Duty Action
/// </summary>
static partial void ModifyIncenseLPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12995"><strong>Incense L</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE) [12995] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12995"><strong>Incense L</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE VPR PCT) [12995] [Ability] Duty Action
/// <para>Gesture threateningly, placing yourself at the top of a target's enmity list and increasing enmity generation.</para>
/// <para>Duration: 15s</para>
/// </summary>
@@ -33355,12 +37295,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12996"><strong>Raise L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [12996] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12996"><strong>Raise L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [12996] [Spell] Duty Action
/// </summary>
static partial void ModifyRaiseLPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12996"><strong>Raise L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [12996] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12996"><strong>Raise L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [12996] [Spell] Duty Action
/// <para>Resurrects target to a weakened state.</para>
/// </summary>
[ID(12996)]
@@ -33378,12 +37318,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12997"><strong>Bravery L</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE) [12997] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12997"><strong>Bravery L</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE PCT) [12997] [Spell] Duty Action
/// </summary>
static partial void ModifyBraveryLPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12997"><strong>Bravery L</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE) [12997] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12997"><strong>Bravery L</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE PCT) [12997] [Spell] Duty Action
/// <para>Increases target's damage dealt by 10%.</para>
/// <para>Duration: 300s</para>
/// </summary>
@@ -33402,12 +37342,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12998"><strong>Solid Shield L</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE) [12998] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12998"><strong>Solid Shield L</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE VPR PCT) [12998] [Ability] Duty Action
/// </summary>
static partial void ModifySolidShieldLPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12998"><strong>Solid Shield L</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE) [12998] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12998"><strong>Solid Shield L</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE VPR PCT) [12998] [Ability] Duty Action
/// <para>Reduces physical damage taken by 99%.</para>
/// <para>Duration: 8s</para>
/// </summary>
@@ -33426,12 +37366,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/12999"><strong>Spell Shield L</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE) [12999] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/12999"><strong>Spell Shield L</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE VPR PCT) [12999] [Ability] Duty Action
/// </summary>
static partial void ModifySpellShieldLPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/12999"><strong>Spell Shield L</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE) [12999] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/12999"><strong>Spell Shield L</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE VPR PCT) [12999] [Ability] Duty Action
/// <para>Reduces magic damage taken by 99%.</para>
/// <para>Duration: 8s</para>
/// </summary>
@@ -33450,12 +37390,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/13000"><strong>Reflect L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [13000] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/13000"><strong>Reflect L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [13000] [Spell] Duty Action
/// </summary>
static partial void ModifyReflectLPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/13000"><strong>Reflect L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [13000] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/13000"><strong>Reflect L</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [13000] [Spell] Duty Action
/// <para>Creates a magic-reflecting barrier around self or party member.</para>
/// <para>Duration: 10s</para>
/// </summary>
@@ -33573,12 +37513,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/13005"><strong>Magic Burst L</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE) [13005] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/13005"><strong>Magic Burst L</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE PCT) [13005] [Ability] Duty Action
/// </summary>
static partial void ModifyMagicBurstLPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/13005"><strong>Magic Burst L</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE) [13005] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/13005"><strong>Magic Burst L</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE PCT) [13005] [Ability] Duty Action
/// <para>Increases spell damage by 100% while increasing MP cost.</para>
/// <para>Duration: 20s</para>
/// </summary>
@@ -33597,12 +37537,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/13006"><strong>Double Edge L</strong></see> <i>PvE</i> (PLD MNK WAR DRG NIN DRK SAM GNB RPR) [13006] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/13006"><strong>Double Edge L</strong></see> <i>PvE</i> (PLD MNK WAR DRG NIN DRK SAM GNB RPR VPR) [13006] [Ability] Duty Action
/// </summary>
static partial void ModifyDoubleEdgeLPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/13006"><strong>Double Edge L</strong></see> <i>PvE</i> (PLD MNK WAR DRG NIN DRK SAM GNB RPR) [13006] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/13006"><strong>Double Edge L</strong></see> <i>PvE</i> (PLD MNK WAR DRG NIN DRK SAM GNB RPR VPR) [13006] [Ability] Duty Action
/// <para>Increases physical damage dealt while dealing damage to self over time.</para>
/// <para>Stacks increase every 3 seconds, up to a maximum of 16. For each stack, physical damage dealt is increased by 15%, and potency of damage dealt to self increases by 360.</para>
/// <para>Duration: 48s</para>
@@ -33834,12 +37774,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/14476"><strong>Perception L</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [14476] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/14476"><strong>Perception L</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [14476] [Ability] Duty Action
/// </summary>
static partial void ModifyPerceptionLPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/14476"><strong>Perception L</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [14476] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/14476"><strong>Perception L</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [14476] [Ability] Duty Action
/// <para>Reveals all traps within a 15-yalm radius. If no traps exist within 15 yalms, detects whether any traps are present within a 36-yalm radius.</para>
/// <para>Only effective within dungeons.</para>
/// </summary>
@@ -33858,12 +37798,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/14477"><strong>Wisdom of the Elder</strong></see> <i>PvE</i> (BLM SMN RDM) [14477] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/14477"><strong>Wisdom of the Elder</strong></see> <i>PvE</i> (BLM SMN RDM PCT) [14477] [Spell] Duty Action
/// </summary>
static partial void ModifyWisdomOfTheElderPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/14477"><strong>Wisdom of the Elder</strong></see> <i>PvE</i> (BLM SMN RDM) [14477] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/14477"><strong>Wisdom of the Elder</strong></see> <i>PvE</i> (BLM SMN RDM PCT) [14477] [Spell] Duty Action
/// <para>Increases magic damage dealt by 35% while reducing magic damage taken by 22% and decreasing spell MP cost.</para>
/// <para>Cannot be used with other Wisdom abilities.</para>
/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
@@ -33883,12 +37823,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/14478"><strong>Wisdom of the Duelist</strong></see> <i>PvE</i> (MNK DRG NIN SAM RPR) [14478] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/14478"><strong>Wisdom of the Duelist</strong></see> <i>PvE</i> (MNK DRG NIN SAM RPR VPR) [14478] [Spell] Duty Action
/// </summary>
static partial void ModifyWisdomOfTheDuelistPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/14478"><strong>Wisdom of the Duelist</strong></see> <i>PvE</i> (MNK DRG NIN SAM RPR) [14478] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/14478"><strong>Wisdom of the Duelist</strong></see> <i>PvE</i> (MNK DRG NIN SAM RPR VPR) [14478] [Spell] Duty Action
/// <para>Increases physical damage dealt by 40% and maximum HP by 15%.</para>
/// <para>Cannot be used with other Wisdom abilities.</para>
/// <para>Effect ends upon reuse or upon replacement of duty action.</para>
@@ -33992,7 +37932,7 @@ public abstract partial class DutyRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/14597"><strong>Warp-strike</strong></see> <i>PvE</i> (All Classes) [14597] [Ability] Duty Action
- /// <para>Move instantly to the target while delivering a physical attack. Potency increases with initial distance from target.</para>
+ /// <para>Move instantly to the target while delivering an attack. Potency increases with initial distance from target.</para>
/// </summary>
[ID(14597)]
public IBaseAction WarpstrikePvE => _WarpstrikePvECreator.Value;
@@ -35631,12 +39571,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20701"><strong>Lost Paralyze III</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR) [20701] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20701"><strong>Lost Paralyze III</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR VPR) [20701] [Spell] Duty Action
/// </summary>
static partial void ModifyLostParalyzeIiiPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20701"><strong>Lost Paralyze III</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR) [20701] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20701"><strong>Lost Paralyze III</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR VPR) [20701] [Spell] Duty Action
/// <para>Afflicts target and all nearby enemies with Paralysis.</para>
/// <para>Duration: 60s</para>
/// </summary>
@@ -35655,12 +39595,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20702"><strong>Lost Banish III</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE) [20702] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20702"><strong>Lost Banish III</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE PCT) [20702] [Spell] Duty Action
/// </summary>
static partial void ModifyLostBanishIiiPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20702"><strong>Lost Banish III</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE) [20702] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20702"><strong>Lost Banish III</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE PCT) [20702] [Spell] Duty Action
/// <para>Deals unaspected damage with a potency of 200 to target and all enemies nearby it.</para>
/// <para>Additional Effect: Increases damage undead enemies take by 25%</para>
/// <para>Duration: 60s</para>
@@ -35680,12 +39620,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20703"><strong>Lost Manawall</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20703] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20703"><strong>Lost Manawall</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20703] [Ability] Duty Action
/// </summary>
static partial void ModifyLostManawallPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20703"><strong>Lost Manawall</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20703] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20703"><strong>Lost Manawall</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20703] [Ability] Duty Action
/// <para>Temporarily applies Heavy to self, while reducing damage taken by 90% and nullifying most knockback and draw-in effects.</para>
/// <para>Duration: 6s</para>
/// </summary>
@@ -35704,12 +39644,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20704"><strong>Lost Dispel</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20704] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20704"><strong>Lost Dispel</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20704] [Spell] Duty Action
/// </summary>
static partial void ModifyLostDispelPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20704"><strong>Lost Dispel</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20704] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20704"><strong>Lost Dispel</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20704] [Spell] Duty Action
/// <para>Removes one beneficial status from target.</para>
/// <para>Cancels auto-attack upon execution.</para>
/// </summary>
@@ -35728,12 +39668,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20705"><strong>Lost Stealth</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH MCH DRK AST SAM RDM GNB DNC RPR SGE) [20705] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20705"><strong>Lost Stealth</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20705] [Ability] Duty Action
/// </summary>
static partial void ModifyLostStealthPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20705"><strong>Lost Stealth</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH MCH DRK AST SAM RDM GNB DNC RPR SGE) [20705] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20705"><strong>Lost Stealth</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20705] [Ability] Duty Action
/// <para>Blend in with your surroundings, making it impossible for most enemies to detect you, but reducing movement speed by 25%. Has no effect on certain enemies with special sight.</para>
/// <para>Cannot be executed while in combat.</para>
/// <para>Effect ends upon use of any action other than Sprint, or upon reuse.</para>
@@ -35753,12 +39693,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20706"><strong>Lost Spellforge</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20706] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20706"><strong>Lost Spellforge</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20706] [Spell] Duty Action
/// </summary>
static partial void ModifyLostSpellforgePvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20706"><strong>Lost Spellforge</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20706] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20706"><strong>Lost Spellforge</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20706] [Spell] Duty Action
/// <para>Grants the effect of Lost Spellforge to self or target ally.</para>
/// <para>Lost Spellforge Effect: All attacks deal magic damage. However, all bonuses to damage dealt are determined by the attack's base damage type.</para>
/// <para>Duration: 300s</para>
@@ -35779,12 +39719,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20707"><strong>Lost Steelsting</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20707] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20707"><strong>Lost Steelsting</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20707] [Spell] Duty Action
/// </summary>
static partial void ModifyLostSteelstingPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20707"><strong>Lost Steelsting</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20707] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20707"><strong>Lost Steelsting</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20707] [Spell] Duty Action
/// <para>Grants the effect of Lost Steelsting to self or target ally.</para>
/// <para>Lost Steelsting Effect: All attacks deal physical damage. However, all bonuses to damage dealt are determined by the attack's base damage type.</para>
/// <para>Duration: 300s</para>
@@ -35805,12 +39745,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20708"><strong>Lost Swift</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20708] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20708"><strong>Lost Swift</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20708] [Ability] Duty Action
/// </summary>
static partial void ModifyLostSwiftPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20708"><strong>Lost Swift</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20708] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20708"><strong>Lost Swift</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20708] [Ability] Duty Action
/// <para>Greatly increases movement speed.</para>
/// <para>Effect cannot be stacked with other movement speed enhancing abilities.</para>
/// <para>Duration: 10s</para>
@@ -35836,12 +39776,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20709"><strong>Lost Protect</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20709] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20709"><strong>Lost Protect</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20709] [Spell] Duty Action
/// </summary>
static partial void ModifyLostProtectPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20709"><strong>Lost Protect</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20709] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20709"><strong>Lost Protect</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20709] [Spell] Duty Action
/// <para>Applies a barrier to self or target player reducing physical damage taken by 10%.</para>
/// <para>Duration: 30m</para>
/// </summary>
@@ -35860,12 +39800,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20710"><strong>Lost Shell</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20710] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20710"><strong>Lost Shell</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20710] [Spell] Duty Action
/// </summary>
static partial void ModifyLostShellPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20710"><strong>Lost Shell</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20710] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20710"><strong>Lost Shell</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20710] [Spell] Duty Action
/// <para>Applies a barrier to self or target player reducing magic damage taken by 10%.</para>
/// <para>Duration: 30m</para>
/// </summary>
@@ -35884,12 +39824,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20711"><strong>Lost Reflect</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20711] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20711"><strong>Lost Reflect</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20711] [Spell] Duty Action
/// </summary>
static partial void ModifyLostReflectPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20711"><strong>Lost Reflect</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20711] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20711"><strong>Lost Reflect</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20711] [Spell] Duty Action
/// <para>Creates a barrier around self or party member that reflects most magic attacks.</para>
/// <para>Duration: 10s</para>
/// <para>Spirit of the Guardian Effect: Duration is increased to 30s</para>
@@ -35909,12 +39849,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20712"><strong>Lost Stoneskin</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20712] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20712"><strong>Lost Stoneskin</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20712] [Spell] Duty Action
/// </summary>
static partial void ModifyLostStoneskinPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20712"><strong>Lost Stoneskin</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20712] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20712"><strong>Lost Stoneskin</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20712] [Spell] Duty Action
/// <para>Applies a barrier to self or target player that absorbs damage totaling 15% of target's maximum HP.</para>
/// <para>Duration: 60s</para>
/// </summary>
@@ -35933,12 +39873,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20713"><strong>Lost Bravery</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20713] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20713"><strong>Lost Bravery</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20713] [Spell] Duty Action
/// </summary>
static partial void ModifyLostBraveryPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20713"><strong>Lost Bravery</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20713] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20713"><strong>Lost Bravery</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20713] [Spell] Duty Action
/// <para>Increases damage dealt by an ally or self by 5%.</para>
/// <para>Duration: 600s</para>
/// </summary>
@@ -35957,12 +39897,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20714"><strong>Lost Focus</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20714] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20714"><strong>Lost Focus</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20714] [Ability] Duty Action
/// </summary>
static partial void ModifyLostFocusPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20714"><strong>Lost Focus</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20714] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20714"><strong>Lost Focus</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20714] [Ability] Duty Action
/// <para>Grants a stack of Boost, up to a maximum of 16.</para>
/// <para>Boost Bonus: Increases potency of next weaponskill by 15% per stack</para>
/// <para>Duration: 30s</para>
@@ -35984,12 +39924,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20715"><strong>Lost Font of Magic</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE) [20715] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20715"><strong>Lost Font of Magic</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE PCT) [20715] [Ability] Duty Action
/// </summary>
static partial void ModifyLostFontOfMagicPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20715"><strong>Lost Font of Magic</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE) [20715] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20715"><strong>Lost Font of Magic</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE PCT) [20715] [Ability] Duty Action
/// <para>Increases damage dealt by 70%, draining MP while in use.</para>
/// <para>Duration: 30s</para>
/// <para>Spirit of the Veteran Effect: Grants Spell Shield to self</para>
@@ -36012,12 +39952,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20716"><strong>Lost Font of Skill</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20716] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20716"><strong>Lost Font of Skill</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20716] [Ability] Duty Action
/// </summary>
static partial void ModifyLostFontOfSkillPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20716"><strong>Lost Font of Skill</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20716] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20716"><strong>Lost Font of Skill</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20716] [Ability] Duty Action
/// <para>Resets the recast timer for most actions and role actions.</para>
/// </summary>
[ID(20716)]
@@ -36035,12 +39975,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20717"><strong>Lost Font of Power</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR) [20717] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20717"><strong>Lost Font of Power</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR VPR) [20717] [Ability] Duty Action
/// </summary>
static partial void ModifyLostFontOfPowerPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20717"><strong>Lost Font of Power</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR) [20717] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20717"><strong>Lost Font of Power</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR VPR) [20717] [Ability] Duty Action
/// <para>Increases damage dealt by 30% and critical hit rate by 40%.</para>
/// <para>Duration: 30s</para>
/// <para>Spirit of the Irregular Effect: Damage bonus effect is increased to 40%</para>
@@ -36064,12 +40004,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20718"><strong>Lost Slash</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR) [20718] [Weaponskill] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20718"><strong>Lost Slash</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR VPR) [20718] [Weaponskill] Duty Action
/// </summary>
static partial void ModifyLostSlashPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20718"><strong>Lost Slash</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR) [20718] [Weaponskill] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20718"><strong>Lost Slash</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR VPR) [20718] [Weaponskill] Duty Action
/// <para>Delivers an attack with a potency of 800 to all enemies in a cone before you. When critical damage is dealt, potency is tripled.</para>
/// <para>This action does not share a recast timer with any other actions. Furthermore, the recast timer cannot be affected by other actions.</para>
/// </summary>
@@ -36088,12 +40028,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20719"><strong>Lost Death</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20719] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20719"><strong>Lost Death</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20719] [Spell] Duty Action
/// </summary>
static partial void ModifyLostDeathPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20719"><strong>Lost Death</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20719] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20719"><strong>Lost Death</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20719] [Spell] Duty Action
/// <para>KOs target. The less the target's HP, the greater the chance of success.</para>
/// <para>Spirit of the Ordained Effect: Chance of success is increased</para>
/// <para>This action does not share a recast timer with any other actions. Furthermore, the recast timer cannot be affected by other actions.</para>
@@ -36113,12 +40053,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20720"><strong>Banner of Noble Ends</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20720] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20720"><strong>Banner of Noble Ends</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20720] [Ability] Duty Action
/// </summary>
static partial void ModifyBannerOfNobleEndsPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20720"><strong>Banner of Noble Ends</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20720] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20720"><strong>Banner of Noble Ends</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20720] [Ability] Duty Action
/// <para>Storm the field under the Banner of Noble Ends, increasing damage dealt by 50% while reducing own HP recovery via most healing actions by 100%.</para>
/// <para>Duration: 15s</para>
/// <para>Can only be executed while in combat.</para>
@@ -36139,12 +40079,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20721"><strong>Banner of Honored Sacrifice</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20721] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20721"><strong>Banner of Honored Sacrifice</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20721] [Ability] Duty Action
/// </summary>
static partial void ModifyBannerOfHonoredSacrificePvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20721"><strong>Banner of Honored Sacrifice</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20721] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20721"><strong>Banner of Honored Sacrifice</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20721] [Ability] Duty Action
/// <para>Storm the field under the Banner of Honored Sacrifice, increasing damage dealt by 55% while draining your HP.</para>
/// <para>Duration: 15s</para>
/// <para>Can only be executed while in combat.</para>
@@ -36194,12 +40134,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20723"><strong>Banner of Firm Resolve</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE) [20723] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20723"><strong>Banner of Firm Resolve</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE VPR PCT) [20723] [Ability] Duty Action
/// </summary>
static partial void ModifyBannerOfFirmResolvePvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20723"><strong>Banner of Firm Resolve</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE) [20723] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20723"><strong>Banner of Firm Resolve</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE VPR PCT) [20723] [Ability] Duty Action
/// <para>Storm the field under the Banner of Firm Resolve, gaining additional stacks each time damage is taken, up to a maximum of 5.</para>
/// <para>Banner of Firm Resolve Effect: Reduces damage dealt by 15% per stack</para>
/// <para>Duration: 30s</para>
@@ -36223,12 +40163,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20724"><strong>Banner of Solemn Clarity</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20724] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20724"><strong>Banner of Solemn Clarity</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20724] [Ability] Duty Action
/// </summary>
static partial void ModifyBannerOfSolemnClarityPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20724"><strong>Banner of Solemn Clarity</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20724] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20724"><strong>Banner of Solemn Clarity</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20724] [Ability] Duty Action
/// <para>Storm the field under the Banner of Solemn Clarity, periodically gaining additional stacks, up to a maximum of 4.</para>
/// <para>Duration: 30s</para>
/// <para>Effect ends upon using another action or moving (including facing a different direction).</para>
@@ -36254,12 +40194,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20725"><strong>Banner of Honed Acuity</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20725] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20725"><strong>Banner of Honed Acuity</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20725] [Ability] Duty Action
/// </summary>
static partial void ModifyBannerOfHonedAcuityPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20725"><strong>Banner of Honed Acuity</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20725] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20725"><strong>Banner of Honed Acuity</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20725] [Ability] Duty Action
/// <para>Storm the field under the Banner of Honed Acuity, gaining additional stacks each time an attack is evaded, up to a maximum of 3.</para>
/// <para>Banner of Honed Acuity Effect: Increases damage taken by 10% per stack</para>
/// <para>Duration: 120s</para>
@@ -36284,12 +40224,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20726"><strong>Lost Cure</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [20726] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20726"><strong>Lost Cure</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [20726] [Spell] Duty Action
/// </summary>
static partial void ModifyLostCurePvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20726"><strong>Lost Cure</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [20726] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20726"><strong>Lost Cure</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [20726] [Spell] Duty Action
/// <para>Restores target's HP.</para>
/// <para>Cure Potency: 15,000</para>
/// </summary>
@@ -36308,12 +40248,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20727"><strong>Lost Cure II</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [20727] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20727"><strong>Lost Cure II</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [20727] [Ability] Duty Action
/// </summary>
static partial void ModifyLostCureIiPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20727"><strong>Lost Cure II</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [20727] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20727"><strong>Lost Cure II</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [20727] [Ability] Duty Action
/// <para>Restores target's HP.</para>
/// <para>Cure Potency: 21,700</para>
/// <para>Spirit of the Savior Effect: Regen</para>
@@ -36335,12 +40275,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20728"><strong>Lost Cure III</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [20728] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20728"><strong>Lost Cure III</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [20728] [Spell] Duty Action
/// </summary>
static partial void ModifyLostCureIiiPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20728"><strong>Lost Cure III</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [20728] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20728"><strong>Lost Cure III</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [20728] [Spell] Duty Action
/// <para>Restores own or target party member's HP and all party members nearby target.</para>
/// <para>Cure Potency: 15,000</para>
/// </summary>
@@ -36359,12 +40299,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20729"><strong>Lost Cure IV</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [20729] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20729"><strong>Lost Cure IV</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [20729] [Ability] Duty Action
/// </summary>
static partial void ModifyLostCureIvPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20729"><strong>Lost Cure IV</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [20729] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20729"><strong>Lost Cure IV</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [20729] [Ability] Duty Action
/// <para>Restores own or target party member's HP and all party members nearby target.</para>
/// <para>Cure Potency: 21,700</para>
/// <para>Spirit of the Savior Effect: Regen</para>
@@ -36410,12 +40350,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20731"><strong>Lost Incense</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE) [20731] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20731"><strong>Lost Incense</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE VPR PCT) [20731] [Ability] Duty Action
/// </summary>
static partial void ModifyLostIncensePvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20731"><strong>Lost Incense</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE) [20731] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20731"><strong>Lost Incense</strong></see> <i>PvE</i> (MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE VPR PCT) [20731] [Ability] Duty Action
/// <para>Gesture threateningly, placing yourself at the top of a target's enmity list. </para>
/// <para>Additional Effect: Enmity generation is increased and damage taken is reduced by 20%</para>
/// <para>Duration: 20s</para>
@@ -36435,12 +40375,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20732"><strong>Lost Fair Trade</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20732] [Weaponskill] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20732"><strong>Lost Fair Trade</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20732] [Weaponskill] Duty Action
/// </summary>
static partial void ModifyLostFairTradePvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20732"><strong>Lost Fair Trade</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20732] [Weaponskill] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20732"><strong>Lost Fair Trade</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20732] [Weaponskill] Duty Action
/// <para>Through sheer force of will, restore a random technique of the lost to physical form and throw it at a single target, dealing damage with a potency of 50.</para>
/// <para>Potency increases up to 1,000 based on the weight of the lost action.</para>
/// <para>The lost action thrown will be lost upon execution.</para>
@@ -36461,12 +40401,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20733"><strong>Mimic</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20733] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20733"><strong>Mimic</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20733] [Ability] Duty Action
/// </summary>
static partial void ModifyMimicPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20733"><strong>Mimic</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20733] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20733"><strong>Mimic</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20733] [Ability] Duty Action
/// <para>Study the lost techniques used by a targeted ally and make them your own.</para>
/// <para>Cannot be executed while in combat.</para>
/// </summary>
@@ -36485,12 +40425,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20734"><strong>Dynamis Dice</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20734] [Item] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20734"><strong>Dynamis Dice</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20734] [Item] Duty Action
/// </summary>
static partial void ModifyDynamisDicePvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20734"><strong>Dynamis Dice</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20734] [Item] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20734"><strong>Dynamis Dice</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20734] [Item] Duty Action
/// <para>Place your faith in the goddess Nymeia as she spins the wheel of fate.</para>
/// <para>Can only be executed while in combat.</para>
/// <para>Shares a recast timer with Resistance Potion and Resistance Elixir.</para>
@@ -36510,12 +40450,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20735"><strong>Resistance Phoenix</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20735] [Item] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20735"><strong>Resistance Phoenix</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20735] [Item] Duty Action
/// </summary>
static partial void ModifyResistancePhoenixPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20735"><strong>Resistance Phoenix</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20735] [Item] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20735"><strong>Resistance Phoenix</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20735] [Item] Duty Action
/// <para>Resurrects target to a weakened state.</para>
/// </summary>
[ID(20735)]
@@ -36533,12 +40473,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20736"><strong>Resistance Reraiser</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20736] [Item] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20736"><strong>Resistance Reraiser</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20736] [Item] Duty Action
/// </summary>
static partial void ModifyResistanceReraiserPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20736"><strong>Resistance Reraiser</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20736] [Item] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20736"><strong>Resistance Reraiser</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20736] [Item] Duty Action
/// <para>Grants a 70% chance of automatic revival upon KO.</para>
/// <para>Duration: 180m</para>
/// </summary>
@@ -36557,12 +40497,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20737"><strong>Resistance Potion Kit</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20737] [Item] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20737"><strong>Resistance Potion Kit</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20737] [Item] Duty Action
/// </summary>
static partial void ModifyResistancePotionKitPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20737"><strong>Resistance Potion Kit</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20737] [Item] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20737"><strong>Resistance Potion Kit</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20737] [Item] Duty Action
/// <para>Grants Auto-potion to self.</para>
/// <para>Auto-potion Effect: Restores HP automatically when HP falls below 50%</para>
/// <para>Duration: 600s</para>
@@ -36585,12 +40525,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20738"><strong>Resistance Ether Kit</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20738] [Item] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20738"><strong>Resistance Ether Kit</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20738] [Item] Duty Action
/// </summary>
static partial void ModifyResistanceEtherKitPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20738"><strong>Resistance Ether Kit</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20738] [Item] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20738"><strong>Resistance Ether Kit</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20738] [Item] Duty Action
/// <para>Grants Auto-ether to self.</para>
/// <para>Auto-ether Effect: Restores MP automatically when MP falls below 20%</para>
/// <para>Duration: 600s</para>
@@ -36613,12 +40553,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20739"><strong>Resistance Medikit</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20739] [Item] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20739"><strong>Resistance Medikit</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20739] [Item] Duty Action
/// </summary>
static partial void ModifyResistanceMedikitPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20739"><strong>Resistance Medikit</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20739] [Item] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20739"><strong>Resistance Medikit</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20739] [Item] Duty Action
/// <para>Removes a single detrimental effect from self. When not suffering from detrimental effects, creates a barrier that protects against most status ailments. The barrier is removed after curing the next status ailment suffered.</para>
/// <para>Effect cannot be stacked with similar barrier actions.</para>
/// <para>Duration: 30m</para>
@@ -36639,12 +40579,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20740"><strong>Resistance Potion</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20740] [Item] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20740"><strong>Resistance Potion</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20740] [Item] Duty Action
/// </summary>
static partial void ModifyResistancePotionPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20740"><strong>Resistance Potion</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20740] [Item] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20740"><strong>Resistance Potion</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20740] [Item] Duty Action
/// <para>Gradually restores HP.</para>
/// <para>Cure Potency: 1,600</para>
/// <para>Duration: 40s</para>
@@ -36715,12 +40655,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20743"><strong>Essence of the Savior</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [20743] [Item] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20743"><strong>Essence of the Savior</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [20743] [Item] Duty Action
/// </summary>
static partial void ModifyEssenceOfTheSaviorPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20743"><strong>Essence of the Savior</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [20743] [Item] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20743"><strong>Essence of the Savior</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [20743] [Item] Duty Action
/// <para>Increases healing potency by 60%.</para>
/// <para>Effect ends upon reuse.</para>
/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
@@ -36740,12 +40680,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20744"><strong>Essence of the Veteran</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE) [20744] [Item] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20744"><strong>Essence of the Veteran</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE PCT) [20744] [Item] Duty Action
/// </summary>
static partial void ModifyEssenceOfTheVeteranPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20744"><strong>Essence of the Veteran</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE) [20744] [Item] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20744"><strong>Essence of the Veteran</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE PCT) [20744] [Item] Duty Action
/// <para>Increases physical defense by 150%, magic defense by 45%, and maximum HP by 60%.</para>
/// <para>Effect ends upon reuse.</para>
/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
@@ -36765,12 +40705,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20745"><strong>Essence of the Platebearer</strong></see> <i>PvE</i> (MNK DRG BRD NIN MCH SAM DNC RPR) [20745] [Item] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20745"><strong>Essence of the Platebearer</strong></see> <i>PvE</i> (MNK DRG BRD NIN MCH SAM DNC RPR VPR) [20745] [Item] Duty Action
/// </summary>
static partial void ModifyEssenceOfThePlatebearerPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20745"><strong>Essence of the Platebearer</strong></see> <i>PvE</i> (MNK DRG BRD NIN MCH SAM DNC RPR) [20745] [Item] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20745"><strong>Essence of the Platebearer</strong></see> <i>PvE</i> (MNK DRG BRD NIN MCH SAM DNC RPR VPR) [20745] [Item] Duty Action
/// <para>Increases defense by 80% and maximum HP by 45%.</para>
/// <para>Effect ends upon reuse.</para>
/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
@@ -36815,12 +40755,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20747"><strong>Essence of the Ordained</strong></see> <i>PvE</i> (WHM SMN SCH AST RDM SGE) [20747] [Item] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20747"><strong>Essence of the Ordained</strong></see> <i>PvE</i> (WHM SMN SCH AST RDM SGE PCT) [20747] [Item] Duty Action
/// </summary>
static partial void ModifyEssenceOfTheOrdainedPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20747"><strong>Essence of the Ordained</strong></see> <i>PvE</i> (WHM SMN SCH AST RDM SGE) [20747] [Item] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20747"><strong>Essence of the Ordained</strong></see> <i>PvE</i> (WHM SMN SCH AST RDM SGE PCT) [20747] [Item] Duty Action
/// <para>Increases damage dealt by 20%, healing potency by 25%, and maximum MP by 50%.</para>
/// <para>Effect ends upon reuse.</para>
/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
@@ -36840,12 +40780,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20748"><strong>Essence of the Skirmisher</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [20748] [Item] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20748"><strong>Essence of the Skirmisher</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [20748] [Item] Duty Action
/// </summary>
static partial void ModifyEssenceOfTheSkirmisherPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20748"><strong>Essence of the Skirmisher</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [20748] [Item] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20748"><strong>Essence of the Skirmisher</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [20748] [Item] Duty Action
/// <para>Increases damage dealt by 20% and critical hit rate by 15%.</para>
/// <para>Effect ends upon reuse.</para>
/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
@@ -36865,12 +40805,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20749"><strong>Essence of the Watcher</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [20749] [Item] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20749"><strong>Essence of the Watcher</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [20749] [Item] Duty Action
/// </summary>
static partial void ModifyEssenceOfTheWatcherPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20749"><strong>Essence of the Watcher</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [20749] [Item] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20749"><strong>Essence of the Watcher</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [20749] [Item] Duty Action
/// <para>Reduces maximum HP by 5% while increasing evasion by 40%.</para>
/// <para>Effect ends upon reuse.</para>
/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
@@ -36940,12 +40880,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20752"><strong>Essence of the Breathtaker</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20752] [Item] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20752"><strong>Essence of the Breathtaker</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20752] [Item] Duty Action
/// </summary>
static partial void ModifyEssenceOfTheBreathtakerPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20752"><strong>Essence of the Breathtaker</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20752] [Item] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20752"><strong>Essence of the Breathtaker</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20752] [Item] Duty Action
/// <para>Increases poison resistance and movement speed, including mount speed, and increases evasion by 10%.</para>
/// <para>Effect ends upon reuse.</para>
/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
@@ -36991,12 +40931,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20754"><strong>Essence of the Beast</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [20754] [Item] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20754"><strong>Essence of the Beast</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [20754] [Item] Duty Action
/// </summary>
static partial void ModifyEssenceOfTheBeastPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20754"><strong>Essence of the Beast</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [20754] [Item] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20754"><strong>Essence of the Beast</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [20754] [Item] Duty Action
/// <para>Increases defense by 50% and maximum HP by 45%.</para>
/// <para>Additional Effect: Absorb a portion of damage dealt as HP</para>
/// <para>Effect ends upon reuse.</para>
@@ -37092,12 +41032,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20758"><strong>Deep Essence of the Savior</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [20758] [Item] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20758"><strong>Deep Essence of the Savior</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [20758] [Item] Duty Action
/// </summary>
static partial void ModifyDeepEssenceOfTheSaviorPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20758"><strong>Deep Essence of the Savior</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [20758] [Item] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20758"><strong>Deep Essence of the Savior</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [20758] [Item] Duty Action
/// <para>Increases healing potency by 72%.</para>
/// <para>Effect ends upon reuse.</para>
/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
@@ -37117,12 +41057,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20759"><strong>Deep Essence of the Veteran</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE) [20759] [Item] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20759"><strong>Deep Essence of the Veteran</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE PCT) [20759] [Item] Duty Action
/// </summary>
static partial void ModifyDeepEssenceOfTheVeteranPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20759"><strong>Deep Essence of the Veteran</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE) [20759] [Item] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20759"><strong>Deep Essence of the Veteran</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE PCT) [20759] [Item] Duty Action
/// <para>Increases physical defense by 180%, magic defense by 54%, and maximum HP by 72%.</para>
/// <para>Effect ends upon reuse.</para>
/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
@@ -37142,12 +41082,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20760"><strong>Deep Essence of the Platebearer</strong></see> <i>PvE</i> (MNK DRG BRD NIN MCH SAM DNC RPR) [20760] [Item] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20760"><strong>Deep Essence of the Platebearer</strong></see> <i>PvE</i> (MNK DRG BRD NIN MCH SAM DNC RPR VPR) [20760] [Item] Duty Action
/// </summary>
static partial void ModifyDeepEssenceOfThePlatebearerPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20760"><strong>Deep Essence of the Platebearer</strong></see> <i>PvE</i> (MNK DRG BRD NIN MCH SAM DNC RPR) [20760] [Item] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20760"><strong>Deep Essence of the Platebearer</strong></see> <i>PvE</i> (MNK DRG BRD NIN MCH SAM DNC RPR VPR) [20760] [Item] Duty Action
/// <para>Increases defense by 96% and maximum HP by 54%.</para>
/// <para>Effect ends upon reuse.</para>
/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
@@ -37192,12 +41132,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20762"><strong>Deep Essence of the Ordained</strong></see> <i>PvE</i> (WHM SMN SCH AST RDM SGE) [20762] [Item] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20762"><strong>Deep Essence of the Ordained</strong></see> <i>PvE</i> (WHM SMN SCH AST RDM SGE PCT) [20762] [Item] Duty Action
/// </summary>
static partial void ModifyDeepEssenceOfTheOrdainedPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20762"><strong>Deep Essence of the Ordained</strong></see> <i>PvE</i> (WHM SMN SCH AST RDM SGE) [20762] [Item] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20762"><strong>Deep Essence of the Ordained</strong></see> <i>PvE</i> (WHM SMN SCH AST RDM SGE PCT) [20762] [Item] Duty Action
/// <para>Increases damage dealt by 24%, healing potency by 30%, and maximum MP by 60%.</para>
/// <para>Effect ends upon reuse.</para>
/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
@@ -37217,12 +41157,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20763"><strong>Deep Essence of the Skirmisher</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [20763] [Item] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20763"><strong>Deep Essence of the Skirmisher</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [20763] [Item] Duty Action
/// </summary>
static partial void ModifyDeepEssenceOfTheSkirmisherPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20763"><strong>Deep Essence of the Skirmisher</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [20763] [Item] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20763"><strong>Deep Essence of the Skirmisher</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [20763] [Item] Duty Action
/// <para>Increases damage dealt by 24% and critical hit rate by 18%.</para>
/// <para>Effect ends upon reuse.</para>
/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
@@ -37242,12 +41182,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20764"><strong>Deep Essence of the Watcher</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [20764] [Item] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20764"><strong>Deep Essence of the Watcher</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [20764] [Item] Duty Action
/// </summary>
static partial void ModifyDeepEssenceOfTheWatcherPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20764"><strong>Deep Essence of the Watcher</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [20764] [Item] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20764"><strong>Deep Essence of the Watcher</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [20764] [Item] Duty Action
/// <para>Reduces maximum HP by 3% while increasing evasion by 48%.</para>
/// <para>Effect ends upon reuse.</para>
/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
@@ -37317,12 +41257,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20767"><strong>Deep Essence of the Breathtaker</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20767] [Item] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20767"><strong>Deep Essence of the Breathtaker</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20767] [Item] Duty Action
/// </summary>
static partial void ModifyDeepEssenceOfTheBreathtakerPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20767"><strong>Deep Essence of the Breathtaker</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [20767] [Item] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20767"><strong>Deep Essence of the Breathtaker</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [20767] [Item] Duty Action
/// <para>Increases poison resistance and movement speed, including mount speed, and increases evasion by 20%.</para>
/// <para>Effect ends upon reuse.</para>
/// <para>Cannot be used with other Essence or Deep Essence actions.</para>
@@ -37368,12 +41308,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/20769"><strong>Deep Essence of the Beast</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [20769] [Item] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/20769"><strong>Deep Essence of the Beast</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [20769] [Item] Duty Action
/// </summary>
static partial void ModifyDeepEssenceOfTheBeastPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/20769"><strong>Deep Essence of the Beast</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [20769] [Item] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/20769"><strong>Deep Essence of the Beast</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [20769] [Item] Duty Action
/// <para>Increases defense by 60% and maximum HP by 54%.</para>
/// <para>Additional Effect: Absorb a portion of damage dealt as HP</para>
/// <para>Effect ends upon reuse.</para>
@@ -37947,12 +41887,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/22344"><strong>Lost Perception</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [22344] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/22344"><strong>Lost Perception</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [22344] [Ability] Duty Action
/// </summary>
static partial void ModifyLostPerceptionPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/22344"><strong>Lost Perception</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [22344] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/22344"><strong>Lost Perception</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [22344] [Ability] Duty Action
/// <para>Detect traps within a radius of 15 yalms.</para>
/// <para>If there are no traps within 15 yalms, alerts you to the presence of traps with a radius of 36 yalms.</para>
/// <para>※This action can only be used in Delubrum Reginae.</para>
@@ -37972,12 +41912,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/22345"><strong>Lost Sacrifice</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [22345] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/22345"><strong>Lost Sacrifice</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [22345] [Spell] Duty Action
/// </summary>
static partial void ModifyLostSacrificePvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/22345"><strong>Lost Sacrifice</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [22345] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/22345"><strong>Lost Sacrifice</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [22345] [Spell] Duty Action
/// <para>Restores all of a KO'd target's HP.</para>
/// <para>Cannot be executed if currently afflicted with Sacrifice.</para>
/// <para>Additional Effect: Inflicts Sacrifice on self</para>
@@ -37999,12 +41939,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/22346"><strong>Pure Essence of the Gambler</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [22346] [Item] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/22346"><strong>Pure Essence of the Gambler</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [22346] [Item] Duty Action
/// </summary>
static partial void ModifyPureEssenceOfTheGamblerPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/22346"><strong>Pure Essence of the Gambler</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [22346] [Item] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/22346"><strong>Pure Essence of the Gambler</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [22346] [Item] Duty Action
/// <para>Increases evasion by 11%, critical hit rate by 77%, and direct hit rate by 77%.</para>
/// <para>Effect ends upon reuse.</para>
/// <para>Cannot be used with other Essence, Deep Essence, or Pure Essence actions.</para>
@@ -38026,12 +41966,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/22347"><strong>Pure Essence of the Elder</strong></see> <i>PvE</i> (BLM SMN RDM) [22347] [Item] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/22347"><strong>Pure Essence of the Elder</strong></see> <i>PvE</i> (BLM SMN RDM PCT) [22347] [Item] Duty Action
/// </summary>
static partial void ModifyPureEssenceOfTheElderPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/22347"><strong>Pure Essence of the Elder</strong></see> <i>PvE</i> (BLM SMN RDM) [22347] [Item] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/22347"><strong>Pure Essence of the Elder</strong></see> <i>PvE</i> (BLM SMN RDM PCT) [22347] [Item] Duty Action
/// <para>Increases defense by 25%, damage dealt by 50%, and maximum HP by 100%.</para>
/// <para>Effect ends upon reuse.</para>
/// <para>Cannot be used with other Essence, Deep Essence, or Pure Essence actions.</para>
@@ -38053,12 +41993,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/22348"><strong>Pure Essence of the Duelist</strong></see> <i>PvE</i> (MNK DRG NIN SAM RPR) [22348] [Item] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/22348"><strong>Pure Essence of the Duelist</strong></see> <i>PvE</i> (MNK DRG NIN SAM RPR VPR) [22348] [Item] Duty Action
/// </summary>
static partial void ModifyPureEssenceOfTheDuelistPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/22348"><strong>Pure Essence of the Duelist</strong></see> <i>PvE</i> (MNK DRG NIN SAM RPR) [22348] [Item] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/22348"><strong>Pure Essence of the Duelist</strong></see> <i>PvE</i> (MNK DRG NIN SAM RPR VPR) [22348] [Item] Duty Action
/// <para>Increases defense by 60%, damage dealt by 60%, and maximum HP by 81%.</para>
/// <para>Effect ends upon reuse.</para>
/// <para>Cannot be used with other Essence, Deep Essence, or Pure Essence actions.</para>
@@ -38161,12 +42101,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/22352"><strong>Lost Flare Star</strong></see> <i>PvE</i> (BLM SMN RDM) [22352] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/22352"><strong>Lost Flare Star</strong></see> <i>PvE</i> (BLM SMN RDM PCT) [22352] [Spell] Duty Action
/// </summary>
static partial void ModifyLostFlareStarPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/22352"><strong>Lost Flare Star</strong></see> <i>PvE</i> (BLM SMN RDM) [22352] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/22352"><strong>Lost Flare Star</strong></see> <i>PvE</i> (BLM SMN RDM PCT) [22352] [Spell] Duty Action
/// <para>Consumes MP to deal unaspected damage with a potency of 300 to all nearby enemies.</para>
/// <para>Additional Effect: Unaspected damage over time</para>
/// <para>Potency: 350</para>
@@ -38188,12 +42128,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/22353"><strong>Lost Rend Armor</strong></see> <i>PvE</i> (MNK DRG NIN SAM RPR) [22353] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/22353"><strong>Lost Rend Armor</strong></see> <i>PvE</i> (MNK DRG NIN SAM RPR VPR) [22353] [Ability] Duty Action
/// </summary>
static partial void ModifyLostRendArmorPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/22353"><strong>Lost Rend Armor</strong></see> <i>PvE</i> (MNK DRG NIN SAM RPR) [22353] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/22353"><strong>Lost Rend Armor</strong></see> <i>PvE</i> (MNK DRG NIN SAM RPR VPR) [22353] [Ability] Duty Action
/// <para>Delivers a jumping attack with a potency of 100.</para>
/// <para>Additional Effect: Increases target's damage taken by 10%.</para>
/// <para>Duration: 30s</para>
@@ -38337,12 +42277,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/23907"><strong>Lodestone</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [23907] [Item] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/23907"><strong>Lodestone</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [23907] [Item] Duty Action
/// </summary>
static partial void ModifyLodestonePvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/23907"><strong>Lodestone</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [23907] [Item] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/23907"><strong>Lodestone</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [23907] [Item] Duty Action
/// <para>Instantly return to the starting point of the area.</para>
/// <para>Cannot be executed while in combat.</para>
/// <para>Shares a recast timer with all other weaponskills and spells.</para>
@@ -38362,12 +42302,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/23908"><strong>Lost Stoneskin II</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [23908] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/23908"><strong>Lost Stoneskin II</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [23908] [Spell] Duty Action
/// </summary>
static partial void ModifyLostStoneskinIiPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/23908"><strong>Lost Stoneskin II</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [23908] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/23908"><strong>Lost Stoneskin II</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [23908] [Spell] Duty Action
/// <para>Creates a barrier around self and all party members near you that absorbs damage totaling 10% of maximum HP.</para>
/// <para>Duration: 30s</para>
/// </summary>
@@ -38386,12 +42326,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/23909"><strong>Lost Burst</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE) [23909] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/23909"><strong>Lost Burst</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE PCT) [23909] [Spell] Duty Action
/// </summary>
static partial void ModifyLostBurstPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/23909"><strong>Lost Burst</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE) [23909] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/23909"><strong>Lost Burst</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE PCT) [23909] [Spell] Duty Action
/// <para>Deals lightning damage with a potency of 300 to all nearby enemies.</para>
/// <para>Additional Effect: Interrupts all nearby enemies</para>
/// <para>Additional Effect: Increases damage taken by enemies with Magical Aversion by 10%</para>
@@ -38412,12 +42352,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/23910"><strong>Lost Rampage</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR) [23910] [Weaponskill] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/23910"><strong>Lost Rampage</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR VPR) [23910] [Weaponskill] Duty Action
/// </summary>
static partial void ModifyLostRampagePvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/23910"><strong>Lost Rampage</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR) [23910] [Weaponskill] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/23910"><strong>Lost Rampage</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR VPR) [23910] [Weaponskill] Duty Action
/// <para>Delivers an attack with a potency of 300 to all nearby enemies.</para>
/// <para>Additional Effect: Interrupts all nearby enemies</para>
/// <para>Additional Effect: Increases damage taken by enemies with Physical Aversion by 10%</para>
@@ -38438,12 +42378,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/23911"><strong>Light Curtain</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [23911] [Item] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/23911"><strong>Light Curtain</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [23911] [Item] Duty Action
/// </summary>
static partial void ModifyLightCurtainPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/23911"><strong>Light Curtain</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [23911] [Item] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/23911"><strong>Light Curtain</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [23911] [Item] Duty Action
/// <para>Grants the effect of Lost Reflect to self.</para>
/// <para>Lost Reflect Effect: Reflects most magic attacks</para>
/// <para>Duration: 10s</para>
@@ -38464,12 +42404,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/23912"><strong>Lost Reraise</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [23912] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/23912"><strong>Lost Reraise</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [23912] [Spell] Duty Action
/// </summary>
static partial void ModifyLostReraisePvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/23912"><strong>Lost Reraise</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [23912] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/23912"><strong>Lost Reraise</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [23912] [Spell] Duty Action
/// <para>Grants the effect of Reraise to self or target player.</para>
/// <para>Reraise Effect: Grants an 80% chance of automatic revival upon KO</para>
/// <para>Duration: 180m</para>
@@ -38489,12 +42429,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/23913"><strong>Lost Chainspell</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE) [23913] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/23913"><strong>Lost Chainspell</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE PCT) [23913] [Ability] Duty Action
/// </summary>
static partial void ModifyLostChainspellPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/23913"><strong>Lost Chainspell</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE) [23913] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/23913"><strong>Lost Chainspell</strong></see> <i>PvE</i> (WHM BLM SMN SCH AST RDM SGE PCT) [23913] [Ability] Duty Action
/// <para>Temporarily eliminates cast time for all spells.</para>
/// <para>Duration: 30s</para>
/// <para>Additional Effect: Magic Burst</para>
@@ -38519,12 +42459,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/23914"><strong>Lost Assassination</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR) [23914] [Weaponskill] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/23914"><strong>Lost Assassination</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR VPR) [23914] [Weaponskill] Duty Action
/// </summary>
static partial void ModifyLostAssassinationPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/23914"><strong>Lost Assassination</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR) [23914] [Weaponskill] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/23914"><strong>Lost Assassination</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD NIN MCH DRK SAM GNB DNC RPR VPR) [23914] [Weaponskill] Duty Action
/// <para>Delivers a close-quarter attack with a potency of 350. Chance of instant KO when attacking from the rear, which increases the lower the target's HP.</para>
/// <para>Spirit of the Beast Effect: Grants the effect of Lost Font of Power to self</para>
/// <para>Lost Font of Power Effect: Increases damage dealt by 30% and critical hit rate by 40%</para>
@@ -38546,12 +42486,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/23915"><strong>Lost Protect II</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [23915] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/23915"><strong>Lost Protect II</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [23915] [Spell] Duty Action
/// </summary>
static partial void ModifyLostProtectIiPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/23915"><strong>Lost Protect II</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [23915] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/23915"><strong>Lost Protect II</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [23915] [Spell] Duty Action
/// <para>Applies a barrier to self or target player reducing physical damage taken by 15%.</para>
/// <para>Duration: 30m</para>
/// </summary>
@@ -38570,12 +42510,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/23916"><strong>Lost Shell II</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [23916] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/23916"><strong>Lost Shell II</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [23916] [Spell] Duty Action
/// </summary>
static partial void ModifyLostShellIiPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/23916"><strong>Lost Shell II</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [23916] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/23916"><strong>Lost Shell II</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [23916] [Spell] Duty Action
/// <para>Applies a barrier to self or target player reducing magic damage taken by 15%.</para>
/// <para>Duration: 30m</para>
/// </summary>
@@ -38594,12 +42534,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/23917"><strong>Lost Bubble</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [23917] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/23917"><strong>Lost Bubble</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [23917] [Spell] Duty Action
/// </summary>
static partial void ModifyLostBubblePvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/23917"><strong>Lost Bubble</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [23917] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/23917"><strong>Lost Bubble</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [23917] [Spell] Duty Action
/// <para>Increases maximum HP of self or target player by 30%.</para>
/// <para>Duration: 600s</para>
/// </summary>
@@ -38618,12 +42558,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/23918"><strong>Lost Impetus</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [23918] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/23918"><strong>Lost Impetus</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [23918] [Ability] Duty Action
/// </summary>
static partial void ModifyLostImpetusPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/23918"><strong>Lost Impetus</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [23918] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/23918"><strong>Lost Impetus</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [23918] [Ability] Duty Action
/// <para>Quickly dash 10 yalms forward.</para>
/// <para>Additional Effect: Applies Lost Swift to self and nearby party members</para>
/// <para>Lost Swift Effect: Greatly increases movement speed</para>
@@ -38652,12 +42592,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/23919"><strong>Lost Excellence</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [23919] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/23919"><strong>Lost Excellence</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [23919] [Ability] Duty Action
/// </summary>
static partial void ModifyLostExcellencePvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/23919"><strong>Lost Excellence</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR) [23919] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/23919"><strong>Lost Excellence</strong></see> <i>PvE</i> (MNK DRG BRD BLM SMN NIN MCH SAM RDM DNC RPR VPR PCT) [23919] [Ability] Duty Action
/// <para>Instantly cures Weakness and temporarily nullifies most attacks, while increasing damage dealt by 65%. Memorable will be applied when effect ends.</para>
/// <para>Duration: 10s</para>
/// <para>Memorable Effect: Increases damage dealt by 65% while decreasing damage taken by 10%</para>
@@ -38737,12 +42677,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/23922"><strong>Resistance Elixir</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [23922] [Item] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/23922"><strong>Resistance Elixir</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [23922] [Item] Duty Action
/// </summary>
static partial void ModifyResistanceElixirPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/23922"><strong>Resistance Elixir</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE) [23922] [Item] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/23922"><strong>Resistance Elixir</strong></see> <i>PvE</i> (PLD MNK WAR DRG BRD WHM BLM SMN SCH NIN MCH DRK AST SAM RDM GNB DNC RPR SGE VPR PCT) [23922] [Item] Duty Action
/// <para>Restores own HP and MP to maximum.</para>
/// <para>Shares a recast timer with Resistance Potion and Dynamis Dice.</para>
/// </summary>
@@ -40043,12 +43983,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/29729"><strong>Variant Cure</strong></see> <i>PvE</i> (GLA MRD PGL LNC ARC ROG THM ACN PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [29729] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/29729"><strong>Variant Cure</strong></see> <i>PvE</i> (GLA MRD PGL LNC ARC ROG THM ACN PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [29729] [Spell] Duty Action
/// </summary>
static partial void ModifyVariantCurePvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/29729"><strong>Variant Cure</strong></see> <i>PvE</i> (GLA MRD PGL LNC ARC ROG THM ACN PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [29729] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/29729"><strong>Variant Cure</strong></see> <i>PvE</i> (GLA MRD PGL LNC ARC ROG THM ACN PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [29729] [Spell] Duty Action
/// <para>Restores target's HP.</para>
/// <para>Cure Potency: 14,000</para>
/// <para>Additional Effect: Regen</para>
@@ -40099,12 +44039,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/29731"><strong>Variant Raise</strong></see> <i>PvE</i> (GLA MRD PGL LNC ARC ROG THM ACN PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [29731] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/29731"><strong>Variant Raise</strong></see> <i>PvE</i> (GLA MRD PGL LNC ARC ROG THM ACN PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [29731] [Spell] Duty Action
/// </summary>
static partial void ModifyVariantRaisePvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/29731"><strong>Variant Raise</strong></see> <i>PvE</i> (GLA MRD PGL LNC ARC ROG THM ACN PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [29731] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/29731"><strong>Variant Raise</strong></see> <i>PvE</i> (GLA MRD PGL LNC ARC ROG THM ACN PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [29731] [Spell] Duty Action
/// <para>Resurrects target to a weakened state.</para>
/// <para>This action does not share a recast timer with any other actions. Furthermore, the recast timer cannot be affected by other actions.</para>
/// </summary>
@@ -40149,12 +44089,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/29733"><strong>Variant Rampart</strong></see> <i>PvE</i> (PGL LNC ARC ROG CNJ THM ACN MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE) [29733] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/29733"><strong>Variant Rampart</strong></see> <i>PvE</i> (PGL LNC ARC ROG CNJ THM ACN MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE VPR PCT) [29733] [Ability] Duty Action
/// </summary>
static partial void ModifyVariantRampartPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/29733"><strong>Variant Rampart</strong></see> <i>PvE</i> (PGL LNC ARC ROG CNJ THM ACN MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE) [29733] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/29733"><strong>Variant Rampart</strong></see> <i>PvE</i> (PGL LNC ARC ROG CNJ THM ACN MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE VPR PCT) [29733] [Ability] Duty Action
/// <para>Reduces damage taken by 20%.</para>
/// <para>Duration: 60s</para>
/// <para>Additional Effect: Creates a barrier around self that absorbs damage equivalent to a heal of 21,000 potency</para>
@@ -40667,12 +44607,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/33862"><strong>Variant Cure</strong></see> <i>PvE</i> (GLA MRD PGL LNC ARC ROG THM ACN PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [33862] [Spell] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/33862"><strong>Variant Cure</strong></see> <i>PvE</i> (GLA MRD PGL LNC ARC ROG THM ACN PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [33862] [Spell] Duty Action
/// </summary>
static partial void ModifyVariantCurePvE_33862(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/33862"><strong>Variant Cure</strong></see> <i>PvE</i> (GLA MRD PGL LNC ARC ROG THM ACN PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR) [33862] [Spell] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/33862"><strong>Variant Cure</strong></see> <i>PvE</i> (GLA MRD PGL LNC ARC ROG THM ACN PLD MNK WAR DRG BRD BLM SMN NIN MCH DRK SAM RDM GNB DNC RPR VPR PCT) [33862] [Spell] Duty Action
/// <para>Restores target's HP.</para>
/// <para>Cure Potency: 16,800</para>
/// <para>Additional Effect: Regen</para>
@@ -40722,12 +44662,12 @@ public abstract partial class DutyRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/33864"><strong>Variant Rampart</strong></see> <i>PvE</i> (PGL LNC ARC ROG CNJ THM ACN MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE) [33864] [Ability] Duty Action
+ /// Modify <see href="https://garlandtools.org/db/#action/33864"><strong>Variant Rampart</strong></see> <i>PvE</i> (PGL LNC ARC ROG CNJ THM ACN MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE VPR PCT) [33864] [Ability] Duty Action
/// </summary>
static partial void ModifyVariantRampartPvE_33864(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/33864"><strong>Variant Rampart</strong></see> <i>PvE</i> (PGL LNC ARC ROG CNJ THM ACN MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE) [33864] [Ability] Duty Action
+ /// <see href="https://garlandtools.org/db/#action/33864"><strong>Variant Rampart</strong></see> <i>PvE</i> (PGL LNC ARC ROG CNJ THM ACN MNK DRG BRD WHM BLM SMN SCH NIN MCH AST SAM RDM DNC RPR SGE VPR PCT) [33864] [Ability] Duty Action
/// <para>Reduces damage taken by 20%.</para>
/// <para>Duration: 60s</para>
/// <para>Additional Effect: Creates a barrier around self that absorbs damage equivalent to a heal of 25,000 potency</para>
@@ -40907,6 +44847,218 @@ public abstract partial class DutyRotation
/// </summary>
[ID(34790)]
public IBaseAction RisingFlamesPvE => _RisingFlamesPvECreator.Value;
+ private readonly Lazy<IBaseAction> _ClawOfTheBraaxPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37120, true);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyClawOfTheBraaxPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37120"><strong>Claw of the Br'aax</strong></see> <i>PvE</i> (All Classes) [37120] [Weaponskill] Duty Action
+ /// </summary>
+ static partial void ModifyClawOfTheBraaxPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37120"><strong>Claw of the Br'aax</strong></see> <i>PvE</i> (All Classes) [37120] [Weaponskill] Duty Action
+ /// <para></para>
+ /// </summary>
+ [ID(37120)]
+ public IBaseAction ClawOfTheBraaxPvE => _ClawOfTheBraaxPvECreator.Value;
+ private readonly Lazy<IBaseAction> _FangsOfTheBraaxPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37121, true);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyFangsOfTheBraaxPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37121"><strong>Fangs of the Br'aax</strong></see> <i>PvE</i> (All Classes) [37121] [Weaponskill] Duty Action
+ /// </summary>
+ static partial void ModifyFangsOfTheBraaxPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37121"><strong>Fangs of the Br'aax</strong></see> <i>PvE</i> (All Classes) [37121] [Weaponskill] Duty Action
+ /// <para></para>
+ /// </summary>
+ [ID(37121)]
+ public IBaseAction FangsOfTheBraaxPvE => _FangsOfTheBraaxPvECreator.Value;
+ private readonly Lazy<IBaseAction> _TailOfTheBraaxPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37122, true);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyTailOfTheBraaxPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37122"><strong>Tail of the Br'aax</strong></see> <i>PvE</i> (All Classes) [37122] [Weaponskill] Duty Action
+ /// </summary>
+ static partial void ModifyTailOfTheBraaxPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37122"><strong>Tail of the Br'aax</strong></see> <i>PvE</i> (All Classes) [37122] [Weaponskill] Duty Action
+ /// <para></para>
+ /// </summary>
+ [ID(37122)]
+ public IBaseAction TailOfTheBraaxPvE => _TailOfTheBraaxPvECreator.Value;
+ private readonly Lazy<IBaseAction> _RunOfTheRroneekPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37123, true);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyRunOfTheRroneekPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37123"><strong>Run of the Rroneek</strong></see> <i>PvE</i> (All Classes) [37123] [Ability] Duty Action
+ /// </summary>
+ static partial void ModifyRunOfTheRroneekPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37123"><strong>Run of the Rroneek</strong></see> <i>PvE</i> (All Classes) [37123] [Ability] Duty Action
+ /// <para>Rushes target and delivers an attack with a potency of 150.</para>
+ /// <para>Maximum Charges: 3</para>
+ /// <para>Cannot be executed while bound.</para>
+ /// </summary>
+ [ID(37123)]
+ public IBaseAction RunOfTheRroneekPvE => _RunOfTheRroneekPvECreator.Value;
+ private readonly Lazy<IBaseAction> _LuwatenaPulsePvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37124, true);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyLuwatenaPulsePvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37124"><strong>Luwatena Pulse</strong></see> <i>PvE</i> (All Classes) [37124] [Ability] Duty Action
+ /// </summary>
+ static partial void ModifyLuwatenaPulsePvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37124"><strong>Luwatena Pulse</strong></see> <i>PvE</i> (All Classes) [37124] [Ability] Duty Action
+ /// <para>Increases maximum HP by 20% and restores the amount increased.</para>
+ /// <para>Additional Effect: Increases HP recovery via healing actions on self by 20%</para>
+ /// <para>Duration: 10s</para>
+ /// </summary>
+ [ID(37124)]
+ public IBaseAction LuwatenaPulsePvE => _LuwatenaPulsePvECreator.Value;
+ private readonly Lazy<IBaseAction> _BeakOfTheLuwatenaPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37125, true);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyBeakOfTheLuwatenaPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37125"><strong>Beak of the Luwatena</strong></see> <i>PvE</i> (All Classes) [37125] [Weaponskill] Duty Action
+ /// </summary>
+ static partial void ModifyBeakOfTheLuwatenaPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37125"><strong>Beak of the Luwatena</strong></see> <i>PvE</i> (All Classes) [37125] [Weaponskill] Duty Action
+ /// <para>Delivers a ranged attack with a potency of 150.</para>
+ /// <para>Additional Effect: Increased enmity</para>
+ /// </summary>
+ [ID(37125)]
+ public IBaseAction BeakOfTheLuwatenaPvE => _BeakOfTheLuwatenaPvECreator.Value;
+ private readonly Lazy<IBaseAction> _TuraliJudgmentPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37126, true);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyTuraliJudgmentPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37126"><strong>Turali Judgment</strong></see> <i>PvE</i> (All Classes) [37126] [Weaponskill] Duty Action
+ /// </summary>
+ static partial void ModifyTuraliJudgmentPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37126"><strong>Turali Judgment</strong></see> <i>PvE</i> (All Classes) [37126] [Weaponskill] Duty Action
+ /// <para></para>
+ /// </summary>
+ [ID(37126)]
+ public IBaseAction TuraliJudgmentPvE => _TuraliJudgmentPvECreator.Value;
+ private readonly Lazy<IBaseAction> _TrialsOfTuralPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37127, true);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyTrialsOfTuralPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37127"><strong>Trials of Tural</strong></see> <i>PvE</i> (All Classes) [37127] [Weaponskill] Duty Action
+ /// </summary>
+ static partial void ModifyTrialsOfTuralPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37127"><strong>Trials of Tural</strong></see> <i>PvE</i> (All Classes) [37127] [Weaponskill] Duty Action
+ /// <para></para>
+ /// </summary>
+ [ID(37127)]
+ public IBaseAction TrialsOfTuralPvE => _TrialsOfTuralPvECreator.Value;
+ private readonly Lazy<IBaseAction> _TuraliFervorPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37128, true);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyTuraliFervorPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37128"><strong>Turali Fervor</strong></see> <i>PvE</i> (All Classes) [37128] [Weaponskill] Duty Action
+ /// </summary>
+ static partial void ModifyTuraliFervorPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37128"><strong>Turali Fervor</strong></see> <i>PvE</i> (All Classes) [37128] [Weaponskill] Duty Action
+ /// <para></para>
+ /// </summary>
+ [ID(37128)]
+ public IBaseAction TuraliFervorPvE => _TuraliFervorPvECreator.Value;
}
@@ -40917,9 +45069,9 @@ using RotationSolver.Basic.Traits;
namespace RotationSolver.Basic.Rotations.Basic;
/// <summary>
-/// <see href="https://na.finalfantasyxiv.com/jobguide/paladin"><strong>Paladin</strong></see>
-/// <br>Number of Actions: 46</br>
-/// <br>Number of Traits: 15</br>
+/// <see href="https://na.finalfantasyxiv.com/jobguide/paladin"><strong>paladin</strong></see>
+/// <br>Number of Actions: 51</br>
+/// <br>Number of Traits: 19</br>
/// </summary>
[Jobs(Job.PLD, Job.GLA)]
public abstract partial class PaladinRotation : CustomRotation
@@ -41046,6 +45198,8 @@ public abstract partial class PaladinRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/20"><strong>Fight or Flight</strong></see> <i>PvE</i> (GLA PLD) [20] [Ability]
/// <para>Increases damage dealt by 25%.</para>
/// <para>Duration: 20s</para>
+ /// <para>Additional Effect: Grants Goring Blade Ready</para>
+ /// <para>Duration: 30s</para>
/// </summary>
public IBaseAction FightOrFlightPvE => _FightOrFlightPvECreator.Value;
@@ -41266,7 +45420,7 @@ public abstract partial class PaladinRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/3538"><strong>Goring Blade</strong></see> <i>PvE</i> (PLD) [3538] [Weaponskill]
/// <para>Delivers an attack with a potency of 700.</para>
- /// <para>This weaponskill does not share a recast timer with any other actions.</para>
+ /// <para>Can only be executed while under the effect of Goring Blade Ready.</para>
/// </summary>
public IBaseAction GoringBladePvE => _GoringBladePvECreator.Value;
@@ -41292,7 +45446,7 @@ public abstract partial class PaladinRotation : CustomRotation
/// <para>Delivers an attack with a potency of .</para>
/// <para>Combo Action: Riot Blade</para>
/// <para>Combo Potency: </para>
- /// <para>Combo Bonus: Grants 3 stacks of Sword Oath</para>
+ /// <para>Combo Bonus: Grants Atonement Ready</para>
/// <para>Duration: 30s</para>
/// <para>Combo Bonus: Grants Divine Might</para>
/// <para>Divine Might Effect: Allows next Holy Spirit or Holy Circle to be cast immediately with increased potency</para>
@@ -41420,7 +45574,7 @@ public abstract partial class PaladinRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/7382"><strong>Intervention</strong></see> <i>PvE</i> (PLD) [7382] [Ability]
/// <para>Reduces target party member's damage taken by 10%.</para>
/// <para>Duration: s</para>
- /// <para>Additional Effect: Increases damage reduction by an additional 10% if Rampart or Sentinel are active</para>
+ /// <para>Additional Effect: Increases damage reduction by an additional 10% if Rampart or GuardianSentinelSentinel are active</para>
/// <para>Additional Effect: Grants Knight's Resolve to target</para>
/// <para>Knight's Resolve Effect: Reduces damage taken by 10%</para>
/// <para>Duration: 4s</para>
@@ -41589,8 +45743,8 @@ public abstract partial class PaladinRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16459"><strong>Confiteor</strong></see> <i>PvE</i> (PLD) [16459] [Spell]
- /// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 420 for the first enemy, and 50% less for all remaining enemies.</para>
- /// <para>Requiescat Potency: 920</para>
+ /// <para>Deals unaspected damage to target and all enemies nearby it with a potency of for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Requiescat Potency: </para>
/// <para>Additional Effect: Restores own HP</para>
/// <para>Cure Potency: 400</para>
/// <para>Can only be executed while under the effect of Confiteor Ready. Effect fades upon execution.</para>
@@ -41618,7 +45772,9 @@ public abstract partial class PaladinRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/16460"><strong>Atonement</strong></see> <i>PvE</i> (PLD) [16460] [Weaponskill]
/// <para>Delivers an attack with a potency of .</para>
/// <para>Additional Effect: Restores MP</para>
- /// <para>Can only be executed while under the effect of Sword Oath.</para>
+ /// <para>Additional Effect: Grants Supplication Ready</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Can only be executed while under the effect of Atonement Ready.</para>
/// </summary>
public IBaseAction AtonementPvE => _AtonementPvECreator.Value;
@@ -41722,13 +45878,14 @@ public abstract partial class PaladinRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25748"><strong>Blade of Faith</strong></see> <i>PvE</i> (PLD) [25748] [Spell]
- /// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 220 for the first enemy, and 50% less for all remaining enemies.</para>
- /// <para>Requiescat Potency: 720</para>
+ /// <para>Deals unaspected damage to target and all enemies nearby it with a potency of for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Requiescat Potency: </para>
/// <para>Combo Action: Confiteor</para>
/// <para>Additional Effect: Restores own HP</para>
/// <para>Cure Potency: 400</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Confiteor changes to Blade of Faith when requirements for execution are met.</para>
/// </summary>
public IBaseAction BladeOfFaithPvE => _BladeOfFaithPvECreator.Value;
@@ -41751,13 +45908,14 @@ public abstract partial class PaladinRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25749"><strong>Blade of Truth</strong></see> <i>PvE</i> (PLD) [25749] [Spell]
- /// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 320 for the first enemy, and 50% less for all remaining enemies.</para>
- /// <para>Requiescat Potency: 820</para>
+ /// <para>Deals unaspected damage to target and all enemies nearby it with a potency of for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Requiescat Potency: </para>
/// <para>Combo Action: Blade of Faith</para>
/// <para>Additional Effect: Restores own HP</para>
/// <para>Cure Potency: 400</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Blade of Faith changes to Blade of Truth when requirements for execution are met.</para>
/// </summary>
public IBaseAction BladeOfTruthPvE => _BladeOfTruthPvECreator.Value;
@@ -41780,13 +45938,16 @@ public abstract partial class PaladinRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25750"><strong>Blade of Valor</strong></see> <i>PvE</i> (PLD) [25750] [Spell]
- /// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 420 for the first enemy, and 50% less for all remaining enemies.</para>
- /// <para>Requiescat Potency: 920</para>
+ /// <para>Deals unaspected damage to target and all enemies nearby it with a potency of for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Requiescat Potency: </para>
/// <para>Combo Action: Blade of Truth</para>
/// <para>Additional Effect: Restores own HP</para>
/// <para>Cure Potency: 400</para>
+ /// <para>Additional Effect: Grants Blade of Honor Ready</para>
+ /// <para>Duration: 30s</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Blade of Truth changes to Blade of Valor when requirements for execution are met.</para>
/// </summary>
public IBaseAction BladeOfValorPvE => _BladeOfValorPvECreator.Value;
@@ -42160,15 +46321,156 @@ public abstract partial class PaladinRotation : CustomRotation
/// </summary>
public IBaseAction ReleaseIronWillPvE => _ReleaseIronWillPvECreator.Value;
+ private readonly Lazy<IBaseAction> _SupplicationPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36918, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifySupplicationPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36918"><strong>Supplication</strong></see> <i>PvE</i> (PLD) [36918] [Weaponskill]
+ /// </summary>
+ static partial void ModifySupplicationPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36918"><strong>Supplication</strong></see> <i>PvE</i> (PLD) [36918] [Weaponskill]
+ /// <para>Delivers an attack with a potency of .</para>
+ /// <para>Additional Effect: Restores MP</para>
+ /// <para>Additional Effect: Grants Sepulchre Ready</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Can only be executed while under the effect of Supplication Ready.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Atonement changes to Supplication when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction SupplicationPvE => _SupplicationPvECreator.Value;
+ private readonly Lazy<IBaseAction> _SepulchrePvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36919, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifySepulchrePvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36919"><strong>Sepulchre</strong></see> <i>PvE</i> (PLD) [36919] [Weaponskill]
+ /// </summary>
+ static partial void ModifySepulchrePvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36919"><strong>Sepulchre</strong></see> <i>PvE</i> (PLD) [36919] [Weaponskill]
+ /// <para>Delivers an attack with a potency of .</para>
+ /// <para>Additional Effect: Restores MP</para>
+ /// <para>Can only be executed while under the effect of Sepulchre Ready.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Supplication changes to Sepulchre when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction SepulchrePvE => _SepulchrePvECreator.Value;
+ private readonly Lazy<IBaseAction> _GuardianPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36920, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyGuardianPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36920"><strong>Guardian</strong></see> <i>PvE</i> (PLD) [36920] [Ability]
+ /// </summary>
+ static partial void ModifyGuardianPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36920"><strong>Guardian</strong></see> <i>PvE</i> (PLD) [36920] [Ability]
+ /// <para>Reduces damage taken by 40%.</para>
+ /// <para>Duration: 15s</para>
+ /// <para>Additional Effect: Erects a magicked barrier which nullifies damage equivalent to a heal of 1,000 potency</para>
+ /// <para>Duration: 15s</para>
+ /// </summary>
+
+ public IBaseAction GuardianPvE => _GuardianPvECreator.Value;
+ private readonly Lazy<IBaseAction> _ImperatorPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36921, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyImperatorPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36921"><strong>Imperator</strong></see> <i>PvE</i> (PLD) [36921] [Ability]
+ /// </summary>
+ static partial void ModifyImperatorPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36921"><strong>Imperator</strong></see> <i>PvE</i> (PLD) [36921] [Ability]
+ /// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 580 for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Additional Effect: Grants 4 stacks of Requiescat</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Requiescat Effect: Increases the potency of Holy Spirit, Holy Circle, and all Confiteor combo actions, and spells will require no cast time</para>
+ /// <para>Additional Effect: Grants Confiteor Ready</para>
+ /// <para>Duration: 30s</para>
+ /// </summary>
+
+ public IBaseAction ImperatorPvE => _ImperatorPvECreator.Value;
+ private readonly Lazy<IBaseAction> _BladeOfHonorPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36922, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyBladeOfHonorPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36922"><strong>Blade of Honor</strong></see> <i>PvE</i> (PLD) [36922] [Ability]
+ /// </summary>
+ static partial void ModifyBladeOfHonorPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36922"><strong>Blade of Honor</strong></see> <i>PvE</i> (PLD) [36922] [Ability]
+ /// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 1,000 for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Can only be executed while under the effect of Blade of Honor Ready.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Imperator changes to Blade of Honor when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction BladeOfHonorPvE => _BladeOfHonorPvECreator.Value;
private IBaseAction[] _AllBaseActions = null;
/// <inheritdoc/>
public override IBaseAction[] AllBaseActions => _AllBaseActions ??= [
- FastBladePvE, RiotBladePvE, ShieldBashPvE, SentinelPvE, FightOrFlightPvE, RageOfHalonePvE, BulwarkPvE, CircleOfScornPvE, ShieldLobPvE, CoverPvE, IronWillPvE, SpiritsWithinPvE, HallowedGroundPvE, GoringBladePvE, RoyalAuthorityPvE, DivineVeilPvE, ClemencyPvE, SheltronPvE, TotalEclipsePvE, InterventionPvE, RequiescatPvE, HolySpiritPvE, PassageOfArmsPvE, ProminencePvE, HolyCirclePvE, ConfiteorPvE, AtonementPvE, IntervenePvE, HolySheltronPvE, ExpiacionPvE, BladeOfFaithPvE, BladeOfTruthPvE, BladeOfValorPvE, FastBladePvP, RiotBladePvP, RoyalAuthorityPvP, AtonementPvP, ShieldBashPvP, IntervenePvP, GuardianPvP, HolySheltronPvP, ConfiteorPvP, BladeOfFaithPvP, BladeOfTruthPvP, BladeOfValorPvP, ReleaseIronWillPvE,
+ FastBladePvE, RiotBladePvE, ShieldBashPvE, SentinelPvE, FightOrFlightPvE, RageOfHalonePvE, BulwarkPvE, CircleOfScornPvE, ShieldLobPvE, CoverPvE, IronWillPvE, SpiritsWithinPvE, HallowedGroundPvE, GoringBladePvE, RoyalAuthorityPvE, DivineVeilPvE, ClemencyPvE, SheltronPvE, TotalEclipsePvE, InterventionPvE, RequiescatPvE, HolySpiritPvE, PassageOfArmsPvE, ProminencePvE, HolyCirclePvE, ConfiteorPvE, AtonementPvE, IntervenePvE, HolySheltronPvE, ExpiacionPvE, BladeOfFaithPvE, BladeOfTruthPvE, BladeOfValorPvE, FastBladePvP, RiotBladePvP, RoyalAuthorityPvP, AtonementPvP, ShieldBashPvP, IntervenePvP, GuardianPvP, HolySheltronPvP, ConfiteorPvP, BladeOfFaithPvP, BladeOfTruthPvP, BladeOfValorPvP, ReleaseIronWillPvE, SupplicationPvE, SepulchrePvE, GuardianPvE, ImperatorPvE, BladeOfHonorPvE,
..base.AllBaseActions,
];
+
+
private readonly Lazy<IBaseAction> _ShieldWallPvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)197, false);
@@ -42198,67 +46500,7 @@ public IBaseAction ShieldWallPvE => _ShieldWallPvECreator.Value;
/// <para>Reduces damage taken by all party members by 20%.</para>
/// <para>Duration: 10s</para>
/// </summary>
-private sealed protected override IBaseAction LimitBreak1 => ShieldWallPvE;
-private readonly Lazy<IBaseAction> _StrongholdPvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)198, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyStrongholdPvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/198"><strong>Stronghold</strong></see> <i>PvE</i> (All Classes) [198] [Limit Break]
-/// </summary>
-static partial void ModifyStrongholdPvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/198"><strong>Stronghold</strong></see> <i>PvE</i> (All Classes) [198] [Limit Break]
-/// <para>Reduces damage taken by all party members by 40%.</para>
-/// <para>Duration: 15s</para>
-/// </summary>
-
-public IBaseAction StrongholdPvE => _StrongholdPvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/198"><strong>Stronghold</strong></see> <i>PvE</i> (All Classes) [198] [Limit Break]
-/// <para>Reduces damage taken by all party members by 40%.</para>
-/// <para>Duration: 15s</para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak2 => StrongholdPvE;
-private readonly Lazy<IBaseAction> _LastBastionPvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)199, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyLastBastionPvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/199"><strong>Last Bastion</strong></see> <i>PvE</i> (All Classes) [199] [Limit Break]
-/// </summary>
-static partial void ModifyLastBastionPvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/199"><strong>Last Bastion</strong></see> <i>PvE</i> (All Classes) [199] [Limit Break]
-/// <para>Reduces damage taken by all party members by 80%.</para>
-/// <para>Duration: 12s</para>
-/// </summary>
-
-public IBaseAction LastBastionPvE => _LastBastionPvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/199"><strong>Last Bastion</strong></see> <i>PvE</i> (All Classes) [199] [Limit Break]
-/// <para>Reduces damage taken by all party members by 80%.</para>
-/// <para>Duration: 12s</para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak3 => LastBastionPvE;
+private sealed protected override IBaseAction LimitBreak3 => ShieldWallPvE;
private readonly Lazy<IBaseAction> _PhalanxPvPCreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)29069, false);
@@ -42313,7 +46555,7 @@ private sealed protected override IBaseAction LimitBreakPvP => PhalanxPvP;
#region Traits
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50207"><strong>Divine Magic Mastery</strong></see> (PLD) [207]
+ /// <see href="https://garlandtools.org/db/#action/50207"><strong>Divine Magic Mastery</strong></see> [207]
/// <para>Halves MP cost for all spells while preventing casting interruptions via damage taken. Grants the following effects after successfully completing a combo with Royal Authority:</para>
/// <para>Combo Bonus: Grants Divine Might</para>
/// <para>Divine Might Effect: Allows next Holy Spirit or Holy Circle to be cast immediately with increased potency</para>
@@ -42321,22 +46563,22 @@ private sealed protected override IBaseAction LimitBreakPvP => PhalanxPvP;
/// </summary>
public static IBaseTrait DivineMagicMasteryTrait { get; } = new BaseTrait(207);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50209"><strong>Oath Mastery</strong></see> (PLD) [209]
+ /// <see href="https://garlandtools.org/db/#action/50209"><strong>Oath Mastery</strong></see> [209]
/// <para>Increases Oath Gauge by 5 each time an auto-attack lands.</para>
/// </summary>
public static IBaseTrait OathMasteryTrait { get; } = new BaseTrait(209);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50246"><strong>Chivalry</strong></see> (PLD) [246]
+ /// <see href="https://garlandtools.org/db/#action/50246"><strong>Chivalry</strong></see> [246]
/// <para>Restores MP when using Riot Blade or Spirits Within.</para>
/// </summary>
public static IBaseTrait ChivalryTrait { get; } = new BaseTrait(246);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50260"><strong>Rage of Halone Mastery</strong></see> (PLD) [260]
+ /// <see href="https://garlandtools.org/db/#action/50260"><strong>Rage of Halone Mastery</strong></see> [260]
/// <para>Upgrades Rage of Halone to Royal Authority.</para>
/// </summary>
public static IBaseTrait RageOfHaloneMasteryTrait { get; } = new BaseTrait(260);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50261"><strong>Enhanced Prominence</strong></see> (PLD) [261]
+ /// <see href="https://garlandtools.org/db/#action/50261"><strong>Enhanced Prominence</strong></see> [261]
/// <para>Grants the following effects after successfully completing a combo with Prominence:</para>
/// <para>Combo Bonus: Restores MP</para>
/// <para>Combo Bonus: Grants Divine Might</para>
@@ -42345,34 +46587,29 @@ private sealed protected override IBaseAction LimitBreakPvP => PhalanxPvP;
/// </summary>
public static IBaseTrait EnhancedProminenceTrait { get; } = new BaseTrait(261);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50262"><strong>Enhanced Sheltron</strong></see> (PLD) [262]
+ /// <see href="https://garlandtools.org/db/#action/50262"><strong>Enhanced Sheltron</strong></see> [262]
/// <para>Extends the duration of Sheltron to 6 seconds.</para>
/// </summary>
public static IBaseTrait EnhancedSheltronTrait { get; } = new BaseTrait(262);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50263"><strong>Enhanced Requiescat</strong></see> (PLD) [263]
+ /// <see href="https://garlandtools.org/db/#action/50263"><strong>Enhanced Requiescat</strong></see> [263]
/// <para>Grants the effect of Confiteor Ready upon landing Requiescat.</para>
/// <para>Duration: 30s</para>
/// </summary>
public static IBaseTrait EnhancedRequiescatTrait { get; } = new BaseTrait(263);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50264"><strong>Sword Oath</strong></see> (PLD) [264]
- /// <para>Grants three stacks of Sword Oath after successfully completing a combo with Royal Authority.</para>
+ /// <see href="https://garlandtools.org/db/#action/50264"><strong>Sword Oath</strong></see> [264]
+ /// <para>Grants Atonement Ready after successfully completing a combo with Royal Authority.</para>
/// <para>Duration: 30s</para>
/// </summary>
public static IBaseTrait SwordOathTrait { get; } = new BaseTrait(264);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50317"><strong>Tank Mastery</strong></see> (GLA PLD) [317]
- /// <para>Reduces damage taken by 20%. Furthermore, grants a bonus to maximum HP based on your vitality attribute, and a bonus to damage dealt based on your strength attribute.</para>
- /// </summary>
- public static IBaseTrait TankMasteryTrait { get; } = new BaseTrait(317);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50412"><strong>Sheltron Mastery</strong></see> (PLD) [412]
+ /// <see href="https://garlandtools.org/db/#action/50412"><strong>Sheltron Mastery</strong></see> [412]
/// <para>Upgrades Sheltron to Holy Sheltron.</para>
/// </summary>
public static IBaseTrait SheltronMasteryTrait { get; } = new BaseTrait(412);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50413"><strong>Enhanced Intervention</strong></see> (PLD) [413]
+ /// <see href="https://garlandtools.org/db/#action/50413"><strong>Enhanced Intervention</strong></see> [413]
/// <para>Extends the duration of Intervention to 8 seconds.</para>
/// <para>Grants Knight's Resolve to target, reducing damage taken by 10%.</para>
/// <para>Duration: 4s</para>
@@ -42382,44 +46619,72 @@ private sealed protected override IBaseAction LimitBreakPvP => PhalanxPvP;
/// </summary>
public static IBaseTrait EnhancedInterventionTrait { get; } = new BaseTrait(413);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50414"><strong>Divine Magic Mastery II</strong></see> (PLD) [414]
+ /// <see href="https://garlandtools.org/db/#action/50414"><strong>Divine Magic Mastery II</strong></see> [414]
/// <para>Adds a healing effect to Holy Spirit, Holy Circle, and Confiteor.</para>
/// <para>Cure Potency: 400</para>
/// </summary>
public static IBaseTrait DivineMagicMasteryIiTrait { get; } = new BaseTrait(414);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50415"><strong>Spirits Within Mastery</strong></see> (PLD) [415]
+ /// <see href="https://garlandtools.org/db/#action/50415"><strong>Spirits Within Mastery</strong></see> [415]
/// <para>Upgrades Spirits Within to Expiacion.</para>
/// </summary>
public static IBaseTrait SpiritsWithinMasteryTrait { get; } = new BaseTrait(415);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50416"><strong>Enhanced Divine Veil</strong></see> (PLD) [416]
+ /// <see href="https://garlandtools.org/db/#action/50416"><strong>Enhanced Divine Veil</strong></see> [416]
/// <para>Adds a healing effect to Divine Veil.</para>
/// <para>Cure Potency: 400</para>
/// </summary>
public static IBaseTrait EnhancedDivineVeilTrait { get; } = new BaseTrait(416);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50504"><strong>Melee Mastery</strong></see> (PLD) [504]
- /// <para>Increases the potency of Fast Blade to 200, Riot Blade to 140, Royal Authority to 140, Holy Spirit to 350, and Atonement to 400.</para>
+ /// <see href="https://garlandtools.org/db/#action/50504"><strong>Melee Mastery</strong></see> [504]
+ /// <para>Increases the potency of Fast Blade to 200, Riot Blade to 140, Royal Authority to 140, Holy Spirit to 350, Atonement to 400, Supplication to 420, and Sepulchre to 440.</para>
/// </summary>
public static IBaseTrait MeleeMasteryTrait { get; } = new BaseTrait(504);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50564"><strong>Sentinel Mastery</strong></see> [564]
+ /// <para>Upgrades Sentinel to Guardian.</para>
+ /// </summary>
+ public static IBaseTrait SentinelMasteryTrait { get; } = new BaseTrait(564);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50565"><strong>Requiescat Mastery</strong></see> [565]
+ /// <para>Upgrades Requiescat to Imperator.</para>
+ /// </summary>
+ public static IBaseTrait RequiescatMasteryTrait { get; } = new BaseTrait(565);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50566"><strong>Enhanced Blade of Valor</strong></see> [566]
+ /// <para>Grants the effect of Blade of Honor Ready upon landing Blade of Valor.</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Imperator changes to Blade of Honor while under the effect of Blade of Honor Ready.</para>
+ /// </summary>
+ public static IBaseTrait EnhancedBladeOfValorTrait { get; } = new BaseTrait(566);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50650"><strong>Melee Mastery II</strong></see> [650]
+ /// <para>Increases the potency of Fast Blade to 220, Riot Blade to 170, Royal Authority to 180, Holy Spirit to 370, Atonement to 440, Supplication to 460, Sepulchre to 480, Confiteor to 440, Blade of Faith to 240, Blade of Truth to 340, and Blade of Valor to 440.</para>
+ /// </summary>
+ public static IBaseTrait MeleeMasteryIiTrait { get; } = new BaseTrait(650);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50665"><strong>Enhanced Fight or Flight</strong></see> [665]
+ /// <para>Grants Goring Blade Ready upon executing Fight or Flight.</para>
+ /// <para>Duration: 30s</para>
+ /// </summary>
+ public static IBaseTrait EnhancedFightOrFlightTrait { get; } = new BaseTrait(665);
private IBaseTrait[] _AllTraits = null;
/// <inheritdoc/>
public override IBaseTrait[] AllTraits => _AllTraits ??= [
- DivineMagicMasteryTrait, OathMasteryTrait, ChivalryTrait, RageOfHaloneMasteryTrait, EnhancedProminenceTrait, EnhancedSheltronTrait, EnhancedRequiescatTrait, SwordOathTrait, TankMasteryTrait, SheltronMasteryTrait, EnhancedInterventionTrait, DivineMagicMasteryIiTrait, SpiritsWithinMasteryTrait, EnhancedDivineVeilTrait, MeleeMasteryTrait,
+ DivineMagicMasteryTrait, OathMasteryTrait, ChivalryTrait, RageOfHaloneMasteryTrait, EnhancedProminenceTrait, EnhancedSheltronTrait, EnhancedRequiescatTrait, SwordOathTrait, SheltronMasteryTrait, EnhancedInterventionTrait, DivineMagicMasteryIiTrait, SpiritsWithinMasteryTrait, EnhancedDivineVeilTrait, MeleeMasteryTrait, SentinelMasteryTrait, RequiescatMasteryTrait, EnhancedBladeOfValorTrait, MeleeMasteryIiTrait, EnhancedFightOrFlightTrait,
..base.AllTraits,
];
#endregion
}
/// <summary>
-/// <see href="https://na.finalfantasyxiv.com/jobguide/monk"><strong>Monk</strong></see>
-/// <br>Number of Actions: 45</br>
-/// <br>Number of Traits: 15</br>
+/// <see href="https://na.finalfantasyxiv.com/jobguide/monk"><strong>monk</strong></see>
+/// <br>Number of Actions: 54</br>
+/// <br>Number of Traits: 17</br>
/// </summary>
-[Jobs(Job.MNK, Job.PGL)]
+[Jobs(Job.MNK, Job.LNC)]
public abstract partial class MonkRotation : CustomRotation
{
static MNKGauge JobGauge => Svc.Gauges.Get<MNKGauge>();
@@ -42445,7 +46710,8 @@ public abstract partial class MonkRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/53"><strong>Bootshine</strong></see> <i>PvE</i> (PGL MNK) [53] [Weaponskill]
/// <para>Delivers an attack with a potency of .</para>
- /// <para>Leaden Fist Potency: </para>
+ /// <para>Opo-opo's Fury Potency: </para>
+ /// <para>Opo-opo's Fury Potency: </para>
/// <para>Opo-opo Form Bonus: Guarantees a critical hit</para>
/// <para>Damage dealt is increased when under an effect that raises critical hit rate.</para>
/// <para>Additional Effect: Changes form to raptor</para>
@@ -42473,6 +46739,8 @@ public abstract partial class MonkRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/54"><strong>True Strike</strong></see> <i>PvE</i> (PGL MNK) [54] [Weaponskill]
/// <para>Delivers an attack with a potency of .</para>
+ /// <para>Raptor's Fury Potency: </para>
+ /// <para>Raptor's Fury Potency: </para>
/// <para>Can only be executed when in raptor form.</para>
/// <para>Additional Effect: Changes form to coeurl</para>
/// <para>Duration: 30s</para>
@@ -42500,6 +46768,10 @@ public abstract partial class MonkRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/56"><strong>Snap Punch</strong></see> <i>PvE</i> (PGL MNK) [56] [Weaponskill]
/// <para>Delivers an attack with a potency of .</para>
/// <para> when executed from a target's flank.</para>
+ /// <para>Coeurl's Fury Potency: </para>
+ /// <para>Flank Coeurl's Fury Potency: </para>
+ /// <para>Coeurl's Fury Potency: </para>
+ /// <para>Flank Coeurl's Fury Potency: </para>
/// <para>Can only be executed when in coeurl form.</para>
/// <para>Additional Effect: Changes form to opo-opo</para>
/// <para>Duration: 30s</para>
@@ -42527,9 +46799,8 @@ public abstract partial class MonkRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/61"><strong>Twin Snakes</strong></see> <i>PvE</i> (PGL MNK) [61] [Weaponskill]
/// <para>Delivers an attack with a potency of .</para>
/// <para>Can only be executed when in raptor form.</para>
- /// <para>Additional Effect: Grants Disciplined Fist</para>
- /// <para>Disciplined Fist Effect: Increases damage dealt by %</para>
- /// <para>Duration: 15s</para>
+ /// <para>Additional Effect: Grants 2 stacks of Raptor's Fury</para>
+ /// <para>Raptor's Fury Effect: Increases potency of Rising RaptorTrue StrikeTrue Strike by 150</para>
/// <para>Additional Effect: Changes form to coeurl</para>
/// <para>Duration: 30s</para>
/// </summary>
@@ -42607,9 +46878,8 @@ public abstract partial class MonkRotation : CustomRotation
/// <para>Delivers an attack with a potency of .</para>
/// <para> when executed from a target's rear.</para>
/// <para>Can only be executed when in coeurl form.</para>
- /// <para>Additional Effect: Damage over time</para>
- /// <para>Potency: 70</para>
- /// <para>Duration: 18s</para>
+ /// <para>Additional Effect: Grants 3 stacks of Coeurl's Fury</para>
+ /// <para>Coeurl's Fury Effect: Increases potency of Pouncing CoeurlSnap PunchSnap Punch by 100</para>
/// <para>Additional Effect: Changes form to opo-opo</para>
/// <para>Duration: 30s</para>
/// </summary>
@@ -42636,7 +46906,10 @@ public abstract partial class MonkRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/69"><strong>Perfect Balance</strong></see> <i>PvE</i> (MNK) [69] [Ability]
/// <para>Grants 3 stacks of Perfect Balance, each stack allowing the execution of a weaponskill that requires a certain form, without being in that form.</para>
/// <para>Duration: 20s</para>
- /// <para>Additional Effect: Grants Opo-opo Chakra, Coeurl Chakra, or Raptor Chakra depending on the form required by actions executed</para>
+ /// <para>Additional Effect: Grants Opo-opo Chakra, Coeurl Chakra, or Raptor Chakra depending on the form changed to upon executing actions</para>
+ /// <para>Changing to Opo-opo Form grants Coeurl Chakra</para>
+ /// <para>Changing to Raptor Form grants Opo-opo Chakra</para>
+ /// <para>Changing to Coeurl Form grants Raptor Chakra</para>
/// <para>Maximum Charges: 2</para>
/// <para>Can only be executed while in combat and when not under the effect of any Beast Chakra.Can only be executed while in combat.Can only be executed while in combat.</para>
/// </summary>
@@ -42688,8 +46961,8 @@ public abstract partial class MonkRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/74"><strong>Dragon Kick</strong></see> <i>PvE</i> (PGL MNK) [74] [Weaponskill]
/// <para>Delivers an attack with a potency of .</para>
- /// <para>Opo-opo Form Bonus: Grants Leaden Fist</para>
- /// <para>Duration: 30s</para>
+ /// <para>Additional Effect: Grants a stack of Opo-opo's Fury</para>
+ /// <para>Opo-opo's Fury Effect: Increases potency of Leaping OpoBootshineBootshine by 200</para>
/// <para>Additional Effect: Changes form to raptor</para>
/// <para>Duration: 30s</para>
/// </summary>
@@ -42721,6 +46994,7 @@ public abstract partial class MonkRotation : CustomRotation
/// <para>Can only be executed while under the effect of Lunar Nadi and Solar Nadi, as well as three Beast Chakra.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Masterful Blitz changes to Tornado Kick when requirements for execution are met.</para>
/// </summary>
public IBaseAction TornadoKickPvE => _TornadoKickPvECreator.Value;
@@ -42743,7 +47017,7 @@ public abstract partial class MonkRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/3545"><strong>Elixir Field</strong></see> <i>PvE</i> (MNK) [3545] [Weaponskill]
- /// <para>Delivers an attack to all nearby enemies with a potency of 600 for the first enemy, and 70% less for all remaining enemies.</para>
+ /// <para>Delivers an attack to all nearby enemies with a potency of 800 for the first enemy, and 70% less for all remaining enemies.</para>
/// <para>Additional Effect: Opens the Lunar Nadi</para>
/// <para>Additional Effect: Grants Formless Fist, allowing the execution of a weaponskill that requires a certain form, without being in that form</para>
/// <para>Duration: 30s</para>
@@ -42751,37 +47025,10 @@ public abstract partial class MonkRotation : CustomRotation
/// <para>Can only be executed while under the effect of three of the same Beast Chakra.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Masterful Blitz changes to Elixir Field when requirements for execution are met.</para>
/// </summary>
public IBaseAction ElixirFieldPvE => _ElixirFieldPvECreator.Value;
- private readonly Lazy<IBaseAction> _MeditationPvECreator = new(() =>
- {
- IBaseAction action = new BaseAction((ActionID)3546, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyMeditationPvE(ref setting);
- action.Setting = setting;
-
- return action;
- });
-
- /// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/3546"><strong>Meditation</strong></see> <i>PvE</i> (PGL MNK) [3546] [Ability]
- /// </summary>
- static partial void ModifyMeditationPvE(ref ActionSetting setting);
-
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/3546"><strong>Meditation</strong></see> <i>PvE</i> (PGL MNK) [3546] [Ability]
- /// <para>Opens a chakra. Up to five chakra can be opened at once.</para>
- /// <para>Opens all five chakra when used outside of combat.</para>
- /// <para>Triggers the cooldown of weaponskills upon execution.</para>
- /// <para>Conversely, execution of weaponskills triggers the cooldown of this action.</para>
- /// <para></para>
- /// <para>※Action changes to The Forbidden ChakraSteel PeakSteel Peak when all five chakra are open.</para>
- /// </summary>
-
- public IBaseAction MeditationPvE => _MeditationPvECreator.Value;
private readonly Lazy<IBaseAction> _TheForbiddenChakraPvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)3547, false);
@@ -42802,10 +47049,7 @@ public abstract partial class MonkRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/3547"><strong>the Forbidden Chakra</strong></see> <i>PvE</i> (MNK) [3547] [Ability]
/// <para>Delivers an attack with a potency of .</para>
- /// <para>Can only be executed while in combat and under the effect of the Fifth Chakra. The five chakra close upon execution.</para>
- /// <para>Shares a recast timer with EnlightenmentHowling FistHowling Fist.</para>
- /// <para></para>
- /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>Can only be executed while in combat and under the effect of five Chakra. Five chakra close upon execution.</para>
/// </summary>
public IBaseAction TheForbiddenChakraPvE => _TheForbiddenChakraPvECreator.Value;
@@ -42855,10 +47099,12 @@ public abstract partial class MonkRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/7394"><strong>Riddle of Earth</strong></see> <i>PvE</i> (MNK) [7394] [Ability]
/// <para>Reduces damage taken by 20%.</para>
/// <para>Duration: 10s</para>
- /// <para>Additional Effect: Grants Earth's Reply upon taking damage</para>
- /// <para>Earth's Reply Effect: Gradually restores HP</para>
+ /// <para>Additional Effect: Grants Earth's Resolve upon taking damage</para>
+ /// <para>Earth's Resolve Effect: Gradually restores HP</para>
/// <para>Cure Potency: 100</para>
/// <para>Duration: 15s</para>
+ /// <para>Additional Effect: Grants Earth's Rumination</para>
+ /// <para>Duration: 30s</para>
/// </summary>
public IBaseAction RiddleOfEarthPvE => _RiddleOfEarthPvECreator.Value;
@@ -42883,6 +47129,8 @@ public abstract partial class MonkRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/7395"><strong>Riddle of Fire</strong></see> <i>PvE</i> (MNK) [7395] [Ability]
/// <para>Increases damage dealt by 15%.</para>
/// <para>Duration: 20s</para>
+ /// <para>Additional Effect: Grants Fire's Rumination</para>
+ /// <para>Duration: 20s</para>
/// </summary>
public IBaseAction RiddleOfFirePvE => _RiddleOfFirePvECreator.Value;
@@ -42905,11 +47153,14 @@ public abstract partial class MonkRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7396"><strong>Brotherhood</strong></see> <i>PvE</i> (MNK) [7396] [Ability]
- /// <para>Grants Brotherhood and Meditative Brotherhood to self and all nearby party members.</para>
+ /// <para>Grants Brotherhood to self and all nearby party members.</para>
/// <para>Brotherhood Effect: Increases damage dealt by 5%</para>
+ /// <para>Additional Effect: Allows the opening of up to ten chakra</para>
+ /// <para>Duration: 20s</para>
+ /// <para>Additional Effect: Grants Meditative Brotherhood to self and all nearby party members</para>
/// <para>Meditative Brotherhood Effect: 20% chance you open a chakra when party members under this effect successfully land a weaponskill or cast a spell</para>
/// <para>Chance is 100% when you successfully land a weaponskill or cast a spell while under the effect of Meditative Brotherhood.20% chance you open a chakra when you or party members under this effect successfully land a weaponskill or cast a spell20% chance you open a chakra when you or party members under this effect successfully land a weaponskill or cast a spell</para>
- /// <para>Duration: 15s</para>
+ /// <para>Duration: 20s</para>
/// </summary>
public IBaseAction BrotherhoodPvE => _BrotherhoodPvECreator.Value;
@@ -42934,9 +47185,6 @@ public abstract partial class MonkRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/16473"><strong>Four-point Fury</strong></see> <i>PvE</i> (MNK) [16473] [Weaponskill]
/// <para>Delivers an attack with a potency of 120 to all nearby enemies.</para>
/// <para>Can only be executed when in raptor form.</para>
- /// <para>Additional Effect: Grants Disciplined Fist</para>
- /// <para>Disciplined Fist Effect: Increases damage dealt by %</para>
- /// <para>Duration: 15s</para>
/// <para>Additional Effect: Changes form to coeurl</para>
/// <para>Duration: 30s</para>
/// </summary>
@@ -42962,37 +47210,10 @@ public abstract partial class MonkRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16474"><strong>Enlightenment</strong></see> <i>PvE</i> (MNK) [16474] [Ability]
/// <para>Delivers an attack with a potency of 170 to all enemies in a straight line before you.</para>
- /// <para>Can only be executed while in combat and under the effect of the Fifth Chakra. The five chakra close upon execution.</para>
- /// <para>Shares a recast timer with The Forbidden Chakra.</para>
+ /// <para>Can only be executed while in combat and under the effect of five Chakra. Five chakra close upon execution.</para>
/// </summary>
public IBaseAction EnlightenmentPvE => _EnlightenmentPvECreator.Value;
- private readonly Lazy<IBaseAction> _AnatmanPvECreator = new(() =>
- {
- IBaseAction action = new BaseAction((ActionID)16475, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyAnatmanPvE(ref setting);
- action.Setting = setting;
-
- return action;
- });
-
- /// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/16475"><strong>Anatman</strong></see> <i>PvE</i> (MNK) [16475] [Ability]
- /// </summary>
- static partial void ModifyAnatmanPvE(ref ActionSetting setting);
-
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/16475"><strong>Anatman</strong></see> <i>PvE</i> (MNK) [16475] [Ability]
- /// <para>Extends the duration of Disciplined Fist and your present form to maximum and halts their expiration.</para>
- /// <para>Duration: 30s</para>
- /// <para>Cancels auto-attack upon execution. Effect ends upon using another action or moving (including facing a different direction).</para>
- /// <para>Triggers the cooldown of weaponskills upon execution. Cannot be executed during the cooldown of weaponskills.</para>
- /// </summary>
-
- public IBaseAction AnatmanPvE => _AnatmanPvECreator.Value;
private readonly Lazy<IBaseAction> _SixsidedStarPvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)16476, false);
@@ -43012,9 +47233,11 @@ public abstract partial class MonkRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16476"><strong>Six-sided Star</strong></see> <i>PvE</i> (MNK) [16476] [Weaponskill]
- /// <para>Delivers an attack with a potency of .</para>
+ /// <para>Delivers an attack with a potency of . Potency increases by 80 for each Chakra open.</para>
+ /// <para>Closes all chakra upon execution.</para>
/// <para>Additional Effect: Increases movement speed</para>
/// <para>Duration: 5s</para>
+ /// <para>Critical hits with this weaponskill will not open a chakra.</para>
/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// </summary>
@@ -43039,10 +47262,7 @@ public abstract partial class MonkRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25761"><strong>Steel Peak</strong></see> <i>PvE</i> (PGL MNK) [25761] [Ability]
/// <para>Delivers an attack with a potency of 180.</para>
- /// <para>Can only be executed while in combat and under the effect of the Fifth Chakra. The five chakra close upon execution.</para>
- /// <para>Shares a recast timer with Howling Fist.</para>
- /// <para></para>
- /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>Can only be executed while in combat and under the effect of five Chakra. Five chakra close upon execution.</para>
/// </summary>
public IBaseAction SteelPeakPvE => _SteelPeakPvECreator.Value;
@@ -43091,8 +47311,7 @@ public abstract partial class MonkRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25763"><strong>Howling Fist</strong></see> <i>PvE</i> (MNK) [25763] [Ability]
/// <para>Delivers an attack with a potency of 100 to all enemies in a straight line before you.</para>
- /// <para>Can only be executed while in combat and under the effect of the Fifth Chakra. The five chakra close upon execution.</para>
- /// <para>Shares a recast timer with The Forbidden ChakraSteel PeakSteel Peak.</para>
+ /// <para>Can only be executed while in combat and under the effect of five Chakra. Five chakra close upon execution.</para>
/// </summary>
public IBaseAction HowlingFistPvE => _HowlingFistPvECreator.Value;
@@ -43117,7 +47336,7 @@ public abstract partial class MonkRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/25764"><strong>Masterful Blitz</strong></see> <i>PvE</i> (MNK) [25764] [Weaponskill]
/// <para>Strike the enemy with a technique fueled by the power of your Beast Chakra.</para>
/// <para>The technique used is determined by the number of different types of Beast Chakra opened.</para>
- /// <para>1 Beast Chakra Type: Elixir Field</para>
+ /// <para>1 Beast Chakra Type: Elixir BurstElixir FieldElixir Field</para>
/// <para>2 Beast Chakra Types: Celestial Revolution</para>
/// <para>3 Beast Chakra Types: Rising PhoenixFlint StrikeFlint Strike</para>
/// <para>3 Beast Chakra and Both Nadi: Phantom RushTornado KickTornado Kick</para>
@@ -43152,6 +47371,7 @@ public abstract partial class MonkRotation : CustomRotation
/// <para>Can only be executed while under the effect of three Beast Chakra.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Masterful Blitz changes to Celestial Revolution when requirements for execution are met.</para>
/// </summary>
public IBaseAction CelestialRevolutionPvE => _CelestialRevolutionPvECreator.Value;
@@ -43176,6 +47396,8 @@ public abstract partial class MonkRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/25766"><strong>Riddle of Wind</strong></see> <i>PvE</i> (MNK) [25766] [Ability]
/// <para>Reduces auto-attack delay by 50%.</para>
/// <para>Duration: 15s</para>
+ /// <para>Additional Effect: Grants Wind's Rumination</para>
+ /// <para>Duration: 15s</para>
/// </summary>
public IBaseAction RiddleOfWindPvE => _RiddleOfWindPvECreator.Value;
@@ -43225,7 +47447,7 @@ public abstract partial class MonkRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25768"><strong>Rising Phoenix</strong></see> <i>PvE</i> (MNK) [25768] [Weaponskill]
- /// <para>Deals physical fire damage to all nearby enemies with a potency of 700 for the first enemy, and 70% less for all remaining enemies.</para>
+ /// <para>Deals physical fire damage to all nearby enemies with a potency of 900 for the first enemy, and 70% less for all remaining enemies.</para>
/// <para>Additional Effect: Opens the Solar Nadi</para>
/// <para>Additional Effect: Grants Formless Fist, allowing the execution of a weaponskill that requires a certain form, without being in that form</para>
/// <para>Duration: 30s</para>
@@ -43233,6 +47455,7 @@ public abstract partial class MonkRotation : CustomRotation
/// <para>Can only be executed while under the effect of three distinct Beast Chakra.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Masterful Blitz changes to Rising Phoenix when requirements for execution are met.</para>
/// </summary>
public IBaseAction RisingPhoenixPvE => _RisingPhoenixPvECreator.Value;
@@ -43255,13 +47478,14 @@ public abstract partial class MonkRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25769"><strong>Phantom Rush</strong></see> <i>PvE</i> (MNK) [25769] [Weaponskill]
- /// <para>Delivers an attack to target and all enemies nearby it with a potency of 1,150 for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Delivers an attack to target and all enemies nearby it with a potency of 1,400 for the first enemy, and 50% less for all remaining enemies.</para>
/// <para>Additional Effect: Grants Formless Fist, allowing the execution of a weaponskill that requires a certain form, without being in that form</para>
/// <para>Duration: 30s</para>
/// <para>Any additional effects associated with the executed action will also be applied.</para>
/// <para>Can only be executed while under the effect of Lunar Nadi and Solar Nadi, as well as three Beast Chakra.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Masterful Blitz changes to Phantom Rush when requirements for execution are met.</para>
/// </summary>
public IBaseAction PhantomRushPvE => _PhantomRushPvECreator.Value;
@@ -43292,6 +47516,7 @@ public abstract partial class MonkRotation : CustomRotation
/// <para>Can only be executed while under the effect of three distinct Beast Chakra.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Masterful Blitz changes to Flint Strike when requirements for execution are met.</para>
/// </summary>
public IBaseAction FlintStrikePvE => _FlintStrikePvECreator.Value;
@@ -43648,15 +47873,313 @@ public abstract partial class MonkRotation : CustomRotation
/// </summary>
public IBaseAction ThunderclapPvP => _ThunderclapPvPCreator.Value;
+ private readonly Lazy<IBaseAction> _SteeledMeditationPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36940, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifySteeledMeditationPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36940"><strong>Steeled Meditation</strong></see> <i>PvE</i> (PGL MNK) [36940] [Ability]
+ /// </summary>
+ static partial void ModifySteeledMeditationPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36940"><strong>Steeled Meditation</strong></see> <i>PvE</i> (PGL MNK) [36940] [Ability]
+ /// <para>Opens a chakra. Up to five chakra can be opened at once.</para>
+ /// <para>Opens all five chakra when used outside of combat.</para>
+ /// <para>Triggers the cooldown of weaponskills upon execution.</para>
+ /// <para>Conversely, execution of weaponskills triggers the cooldown of this action.</para>
+ /// </summary>
+
+ public IBaseAction SteeledMeditationPvE => _SteeledMeditationPvECreator.Value;
+ private readonly Lazy<IBaseAction> _InspiritedMeditationPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36941, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyInspiritedMeditationPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36941"><strong>Inspirited Meditation</strong></see> <i>PvE</i> (MNK) [36941] [Ability]
+ /// </summary>
+ static partial void ModifyInspiritedMeditationPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36941"><strong>Inspirited Meditation</strong></see> <i>PvE</i> (MNK) [36941] [Ability]
+ /// <para>Opens a chakra. Up to five chakra can be opened at once.</para>
+ /// <para>Opens all five chakra when used outside of combat.</para>
+ /// <para>Triggers the cooldown of weaponskills upon execution.</para>
+ /// <para>Conversely, execution of weaponskills triggers the cooldown of this action.</para>
+ /// </summary>
+
+ public IBaseAction InspiritedMeditationPvE => _InspiritedMeditationPvECreator.Value;
+ private readonly Lazy<IBaseAction> _ForbiddenMeditationPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36942, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyForbiddenMeditationPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36942"><strong>Forbidden Meditation</strong></see> <i>PvE</i> (MNK) [36942] [Ability]
+ /// </summary>
+ static partial void ModifyForbiddenMeditationPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36942"><strong>Forbidden Meditation</strong></see> <i>PvE</i> (MNK) [36942] [Ability]
+ /// <para>Opens a chakra. Up to five chakra can be opened at once.</para>
+ /// <para>Opens all five chakra when used outside of combat.</para>
+ /// <para>Triggers the cooldown of weaponskills upon execution.</para>
+ /// <para>Conversely, execution of weaponskills triggers the cooldown of this action.</para>
+ /// </summary>
+
+ public IBaseAction ForbiddenMeditationPvE => _ForbiddenMeditationPvECreator.Value;
+ private readonly Lazy<IBaseAction> _EnlightenedMeditationPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36943, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyEnlightenedMeditationPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36943"><strong>Enlightened Meditation</strong></see> <i>PvE</i> (MNK) [36943] [Ability]
+ /// </summary>
+ static partial void ModifyEnlightenedMeditationPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36943"><strong>Enlightened Meditation</strong></see> <i>PvE</i> (MNK) [36943] [Ability]
+ /// <para>Opens a chakra. Up to five chakra can be opened at once.</para>
+ /// <para>Opens all five chakra when used outside of combat.</para>
+ /// <para>Triggers the cooldown of weaponskills upon execution.</para>
+ /// <para>Conversely, execution of weaponskills triggers the cooldown of this action.</para>
+ /// </summary>
+
+ public IBaseAction EnlightenedMeditationPvE => _EnlightenedMeditationPvECreator.Value;
+ private readonly Lazy<IBaseAction> _EarthsReplyPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36944, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyEarthsReplyPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36944"><strong>Earth's Reply</strong></see> <i>PvE</i> (MNK) [36944] [Ability]
+ /// </summary>
+ static partial void ModifyEarthsReplyPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36944"><strong>Earth's Reply</strong></see> <i>PvE</i> (MNK) [36944] [Ability]
+ /// <para>Restores own HP and the HP of all nearby party members.</para>
+ /// <para>Cure Potency: 300</para>
+ /// <para>Earth's Resolve Potency: 500</para>
+ /// <para>Can only be executed while under the effect of Earth's Rumination.</para>
+ /// </summary>
+
+ public IBaseAction EarthsReplyPvE => _EarthsReplyPvECreator.Value;
+ private readonly Lazy<IBaseAction> _LeapingOpoPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36945, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyLeapingOpoPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36945"><strong>Leaping Opo</strong></see> <i>PvE</i> (MNK) [36945] [Weaponskill]
+ /// </summary>
+ static partial void ModifyLeapingOpoPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36945"><strong>Leaping Opo</strong></see> <i>PvE</i> (MNK) [36945] [Weaponskill]
+ /// <para>Delivers an attack with a potency of 260.</para>
+ /// <para>Opo-opo's Fury Potency: 460</para>
+ /// <para>Opo-opo Form Bonus: Guarantees a critical hit</para>
+ /// <para>Damage dealt is increased when under an effect that raises critical hit rate.</para>
+ /// <para>Additional Effect: Changes form to raptor</para>
+ /// <para>Duration: 30s</para>
+ /// </summary>
+
+ public IBaseAction LeapingOpoPvE => _LeapingOpoPvECreator.Value;
+ private readonly Lazy<IBaseAction> _RisingRaptorPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36946, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyRisingRaptorPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36946"><strong>Rising Raptor</strong></see> <i>PvE</i> (MNK) [36946] [Weaponskill]
+ /// </summary>
+ static partial void ModifyRisingRaptorPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36946"><strong>Rising Raptor</strong></see> <i>PvE</i> (MNK) [36946] [Weaponskill]
+ /// <para>Delivers an attack with a potency of 330.</para>
+ /// <para>Raptor's Fury Potency: 480</para>
+ /// <para>Can only be executed when in raptor form.</para>
+ /// <para>Additional Effect: Changes form to coeurl</para>
+ /// <para>Duration: 30s</para>
+ /// </summary>
+
+ public IBaseAction RisingRaptorPvE => _RisingRaptorPvECreator.Value;
+ private readonly Lazy<IBaseAction> _PouncingCoeurlPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36947, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyPouncingCoeurlPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36947"><strong>Pouncing Coeurl</strong></see> <i>PvE</i> (MNK) [36947] [Weaponskill]
+ /// </summary>
+ static partial void ModifyPouncingCoeurlPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36947"><strong>Pouncing Coeurl</strong></see> <i>PvE</i> (MNK) [36947] [Weaponskill]
+ /// <para>Delivers an attack with a potency of 340.</para>
+ /// <para>400 when executed from a target's flank.</para>
+ /// <para>Coeurl's Fury Potency: 440</para>
+ /// <para>Flank Coeurl's Fury Potency: 500</para>
+ /// <para>Can only be executed when in coeurl form.</para>
+ /// <para>Additional Effect: Changes form to opo-opo</para>
+ /// <para>Duration: 30s</para>
+ /// </summary>
+
+ public IBaseAction PouncingCoeurlPvE => _PouncingCoeurlPvECreator.Value;
+ private readonly Lazy<IBaseAction> _ElixirBurstPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36948, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyElixirBurstPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36948"><strong>Elixir Burst</strong></see> <i>PvE</i> (MNK) [36948] [Weaponskill]
+ /// </summary>
+ static partial void ModifyElixirBurstPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36948"><strong>Elixir Burst</strong></see> <i>PvE</i> (MNK) [36948] [Weaponskill]
+ /// <para>Delivers an attack to all nearby enemies with a potency of 900 for the first enemy, and 70% less for all remaining enemies.</para>
+ /// <para>Additional Effect: Opens the Lunar Nadi</para>
+ /// <para>Additional Effect: Grants Formless Fist, allowing the execution of a weaponskill that requires a certain form, without being in that form</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Any additional effects associated with the executed action will also be applied.</para>
+ /// <para>Can only be executed while under the effect of three of the same Beast Chakra.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Masterful Blitz changes to Elixir Burst when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction ElixirBurstPvE => _ElixirBurstPvECreator.Value;
+ private readonly Lazy<IBaseAction> _WindsReplyPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36949, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyWindsReplyPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36949"><strong>Wind's Reply</strong></see> <i>PvE</i> (MNK) [36949] [Weaponskill]
+ /// </summary>
+ static partial void ModifyWindsReplyPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36949"><strong>Wind's Reply</strong></see> <i>PvE</i> (MNK) [36949] [Weaponskill]
+ /// <para>Delivers an attack to all enemies in a straight line before you with a potency of 800 for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Can only be executed while under the effect of Wind's Rumination.</para>
+ /// </summary>
+
+ public IBaseAction WindsReplyPvE => _WindsReplyPvECreator.Value;
+ private readonly Lazy<IBaseAction> _FiresReplyPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36950, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyFiresReplyPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36950"><strong>Fire's Reply</strong></see> <i>PvE</i> (MNK) [36950] [Weaponskill]
+ /// </summary>
+ static partial void ModifyFiresReplyPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36950"><strong>Fire's Reply</strong></see> <i>PvE</i> (MNK) [36950] [Weaponskill]
+ /// <para>Deals damage to all nearby enemies with a potency of 1,100 for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Additional Effect: Grants Formless Fist, allowing the execution of a weaponskill that requires a certain form, without being in that form</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Any additional effects associated with the executed action will also be applied.</para>
+ /// <para>Can only be executed while under the effect of Fire's Rumination.</para>
+ /// </summary>
+
+ public IBaseAction FiresReplyPvE => _FiresReplyPvECreator.Value;
private IBaseAction[] _AllBaseActions = null;
/// <inheritdoc/>
public override IBaseAction[] AllBaseActions => _AllBaseActions ??= [
- BootshinePvE, TrueStrikePvE, SnapPunchPvE, TwinSnakesPvE, ArmOfTheDestroyerPvE, MantraPvE, DemolishPvE, PerfectBalancePvE, RockbreakerPvE, DragonKickPvE, TornadoKickPvE, ElixirFieldPvE, MeditationPvE, TheForbiddenChakraPvE, FormShiftPvE, RiddleOfEarthPvE, RiddleOfFirePvE, BrotherhoodPvE, FourpointFuryPvE, EnlightenmentPvE, AnatmanPvE, SixsidedStarPvE, SteelPeakPvE, ThunderclapPvE, HowlingFistPvE, MasterfulBlitzPvE, CelestialRevolutionPvE, RiddleOfWindPvE, ShadowOfTheDestroyerPvE, RisingPhoenixPvE, PhantomRushPvE, FlintStrikePvE, BootshinePvP, TrueStrikePvP, SnapPunchPvP, DragonKickPvP, TwinSnakesPvP, DemolishPvP, PhantomRushPvP, SixsidedStarPvP, EnlightenmentPvP, RisingPhoenixPvP, RiddleOfEarthPvP, EarthsReplyPvP, ThunderclapPvP,
+ BootshinePvE, TrueStrikePvE, SnapPunchPvE, TwinSnakesPvE, ArmOfTheDestroyerPvE, MantraPvE, DemolishPvE, PerfectBalancePvE, RockbreakerPvE, DragonKickPvE, TornadoKickPvE, ElixirFieldPvE, TheForbiddenChakraPvE, FormShiftPvE, RiddleOfEarthPvE, RiddleOfFirePvE, BrotherhoodPvE, FourpointFuryPvE, EnlightenmentPvE, SixsidedStarPvE, SteelPeakPvE, ThunderclapPvE, HowlingFistPvE, MasterfulBlitzPvE, CelestialRevolutionPvE, RiddleOfWindPvE, ShadowOfTheDestroyerPvE, RisingPhoenixPvE, PhantomRushPvE, FlintStrikePvE, BootshinePvP, TrueStrikePvP, SnapPunchPvP, DragonKickPvP, TwinSnakesPvP, DemolishPvP, PhantomRushPvP, SixsidedStarPvP, EnlightenmentPvP, RisingPhoenixPvP, RiddleOfEarthPvP, EarthsReplyPvP, ThunderclapPvP, SteeledMeditationPvE, InspiritedMeditationPvE, ForbiddenMeditationPvE, EnlightenedMeditationPvE, EarthsReplyPvE, LeapingOpoPvE, RisingRaptorPvE, PouncingCoeurlPvE, ElixirBurstPvE, WindsReplyPvE, FiresReplyPvE,
..base.AllBaseActions,
];
+
+
private readonly Lazy<IBaseAction> _BraverPvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)200, false);
@@ -43684,63 +48207,7 @@ public IBaseAction BraverPvE => _BraverPvECreator.Value;
/// <see href="https://garlandtools.org/db/#action/200"><strong>Braver</strong></see> <i>PvE</i> (All Classes) [200] [Limit Break]
/// <para>Delivers an attack with a potency of 2,400.</para>
/// </summary>
-private sealed protected override IBaseAction LimitBreak1 => BraverPvE;
-private readonly Lazy<IBaseAction> _BladedancePvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)201, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyBladedancePvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/201"><strong>Bladedance</strong></see> <i>PvE</i> (All Classes) [201] [Limit Break]
-/// </summary>
-static partial void ModifyBladedancePvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/201"><strong>Bladedance</strong></see> <i>PvE</i> (All Classes) [201] [Limit Break]
-/// <para>Delivers an attack with a potency of 5,250.</para>
-/// </summary>
-
-public IBaseAction BladedancePvE => _BladedancePvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/201"><strong>Bladedance</strong></see> <i>PvE</i> (All Classes) [201] [Limit Break]
-/// <para>Delivers an attack with a potency of 5,250.</para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak2 => BladedancePvE;
-private readonly Lazy<IBaseAction> _FinalHeavenPvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)202, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyFinalHeavenPvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/202"><strong>Final Heaven</strong></see> <i>PvE</i> (All Classes) [202] [Limit Break]
-/// </summary>
-static partial void ModifyFinalHeavenPvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/202"><strong>Final Heaven</strong></see> <i>PvE</i> (All Classes) [202] [Limit Break]
-/// <para>Delivers an attack with a potency of 9,000.</para>
-/// </summary>
-
-public IBaseAction FinalHeavenPvE => _FinalHeavenPvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/202"><strong>Final Heaven</strong></see> <i>PvE</i> (All Classes) [202] [Limit Break]
-/// <para>Delivers an attack with a potency of 9,000.</para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak3 => FinalHeavenPvE;
+private sealed protected override IBaseAction LimitBreak3 => BraverPvE;
private readonly Lazy<IBaseAction> _MeteodrivePvPCreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)29485, false);
@@ -43791,100 +48258,112 @@ private sealed protected override IBaseAction LimitBreakPvP => MeteodrivePvP;
#region Traits
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50160"><strong>Deep Meditation</strong></see> (MNK) [160]
+ /// <see href="https://garlandtools.org/db/#action/50160"><strong>Deep Meditation</strong></see> [160]
/// <para>Grants an 80% chance that a chakra will open upon dealing critical damage with a weaponskill.</para>
/// </summary>
public static IBaseTrait DeepMeditationTrait { get; } = new BaseTrait(160);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50245"><strong>Deep Meditation II</strong></see> (MNK) [245]
+ /// <see href="https://garlandtools.org/db/#action/50245"><strong>Deep Meditation II</strong></see> [245]
/// <para>Guarantees that a chakra will open upon dealing critical damage with a weaponskill.</para>
/// </summary>
public static IBaseTrait DeepMeditationIiTrait { get; } = new BaseTrait(245);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50364"><strong>Greased Lightning</strong></see> (PGL MNK) [364]
- /// <para>Reduces weaponskill cast time and recast time, spell cast time and recast time, and auto-attack delay by 5%.</para>
- /// </summary>
- public static IBaseTrait GreasedLightningTrait { get; } = new BaseTrait(364);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50365"><strong>Enhanced Greased Lightning</strong></see> (PGL MNK) [365]
- /// <para>Reduces weaponskill cast time and recast time, spell cast time and recast time, and auto-attack delay by 10%.</para>
- /// </summary>
- public static IBaseTrait EnhancedGreasedLightningTrait { get; } = new BaseTrait(365);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50366"><strong>Enhanced Greased Lightning II</strong></see> (MNK) [366]
+ /// <see href="https://garlandtools.org/db/#action/50366"><strong>Enhanced Greased Lightning II</strong></see> [366]
/// <para>Reduces weaponskill cast time and recast time, spell cast time and recast time, and auto-attack delay by 15%.</para>
/// </summary>
public static IBaseTrait EnhancedGreasedLightningIiTrait { get; } = new BaseTrait(366);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50367"><strong>Enhanced Greased Lightning III</strong></see> (MNK) [367]
- /// <para>Reduces weaponskill cast time and recast time, spell cast time and recast time, and auto-attack delay by 20%. Also improves Disciplined Fist's damage increase to 15%.</para>
+ /// <see href="https://garlandtools.org/db/#action/50367"><strong>Enhanced Greased Lightning III</strong></see> [367]
+ /// <para>Reduces weaponskill cast time and recast time, spell cast time and recast time, and auto-attack delay by 20%.</para>
/// </summary>
public static IBaseTrait EnhancedGreasedLightningIiiTrait { get; } = new BaseTrait(367);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50428"><strong>Steel Peak Mastery</strong></see> (MNK) [428]
- /// <para>Upgrades Steel Peak to The Forbidden Chakra.</para>
+ /// <see href="https://garlandtools.org/db/#action/50428"><strong>Steel Peak Mastery</strong></see> [428]
+ /// <para>Upgrades Bootshine to The Forbidden Chakra and Steel Peak to The Forbidden Chakra.</para>
/// </summary>
public static IBaseTrait SteelPeakMasteryTrait { get; } = new BaseTrait(428);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50429"><strong>Howling Fist Mastery</strong></see> (MNK) [429]
- /// <para>Upgrades Howling Fist to Enlightenment.</para>
+ /// <see href="https://garlandtools.org/db/#action/50429"><strong>Howling Fist Mastery</strong></see> [429]
+ /// <para>Upgrades Inspirited Meditation to Enlightened Meditation and Howling Fist to Enlightenment.</para>
/// </summary>
public static IBaseTrait HowlingFistMasteryTrait { get; } = new BaseTrait(429);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50430"><strong>Arm of the Destroyer Mastery</strong></see> (MNK) [430]
+ /// <see href="https://garlandtools.org/db/#action/50430"><strong>Arm of the Destroyer Mastery</strong></see> [430]
/// <para>Upgrades Arm of the Destroyer to Shadow of the Destroyer.</para>
/// </summary>
public static IBaseTrait ArmOfTheDestroyerMasteryTrait { get; } = new BaseTrait(430);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50431"><strong>Enhanced Thunderclap</strong></see> (MNK) [431]
+ /// <see href="https://garlandtools.org/db/#action/50431"><strong>Enhanced Thunderclap</strong></see> [431]
/// <para>Allows a third charge of Thunderclap.</para>
/// </summary>
public static IBaseTrait EnhancedThunderclapTrait { get; } = new BaseTrait(431);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50432"><strong>Enhanced Brotherhood</strong></see> (MNK) [432]
+ /// <see href="https://garlandtools.org/db/#action/50432"><strong>Enhanced Brotherhood</strong></see> [432]
/// <para>Guarantees that a chakra will open when you are under the effect of Meditative Brotherhood and execute a weaponskill or cast a spell.</para>
/// </summary>
public static IBaseTrait EnhancedBrotherhoodTrait { get; } = new BaseTrait(432);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50433"><strong>Enhanced Perfect Balance</strong></see> (MNK) [433]
- /// <para>When under the effect of Perfect Balance, grants Beast Chakra in accordance with the form normally required to execute weaponskills.</para>
- /// <para>Weaponskills requiring opo-opo form grant Opo-opo Chakra.</para>
- /// <para>Weaponskills requiring coeurl form grant Coeurl Chakra.</para>
- /// <para>Weaponskills requiring raptor form grant Raptor Chakra.</para>
+ /// <see href="https://garlandtools.org/db/#action/50433"><strong>Enhanced Perfect Balance</strong></see> [433]
+ /// <para>When under the effect of Perfect Balance, grants Beast Chakra in accordance with the form granted by the executed weaponskills.</para>
+ /// <para>Weaponskills granting opo-opo form will also grant Coeurl Chakra.</para>
+ /// <para>Weaponskills granting raptor form will also grant Opo-opo Chakra.</para>
+ /// <para>Weaponskills granting coeurl form will also grant Raptor Chakra.</para>
/// </summary>
public static IBaseTrait EnhancedPerfectBalanceTrait { get; } = new BaseTrait(433);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50512"><strong>Flint Strike Mastery</strong></see> (MNK) [512]
+ /// <see href="https://garlandtools.org/db/#action/50512"><strong>Flint Strike Mastery</strong></see> [512]
/// <para>Upgrades Flint Strike to Rising Phoenix.</para>
/// </summary>
public static IBaseTrait FlintStrikeMasteryTrait { get; } = new BaseTrait(512);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50513"><strong>Tornado Kick Mastery</strong></see> (MNK) [513]
+ /// <see href="https://garlandtools.org/db/#action/50513"><strong>Tornado Kick Mastery</strong></see> [513]
/// <para>Upgrades Tornado Kick to Phantom Rush.</para>
/// </summary>
public static IBaseTrait TornadoKickMasteryTrait { get; } = new BaseTrait(513);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50518"><strong>Melee Mastery</strong></see> (MNK) [518]
- /// <para>Increases the potency of Bootshine to 210, True Strike to 300, Snap Punch to 250, Twin Snakes to 280, Demolish to 70, Dragon Kick to 320, The Forbidden Chakra to 340, and Six-sided Star to 550.</para>
+ /// <see href="https://garlandtools.org/db/#action/50518"><strong>Melee Mastery</strong></see> [518]
+ /// <para>Increases the potency of Bootshine to 220, True Strike to 290, Snap Punch to 300, Twin Snakes to 340, Demolish to 300, Dragon Kick to 280, and The Forbidden Chakra to 400.</para>
/// </summary>
public static IBaseTrait MeleeMasteryTrait { get; } = new BaseTrait(518);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50577"><strong>Beast Chakra Mastery</strong></see> [577]
+ /// <para>Upgrades Bootshine to Leaping Opo, True Strike to Rising Raptor, Snap Punch to Pouncing Coeurl, and Elixir Field to Elixir Burst.</para>
+ /// </summary>
+ public static IBaseTrait BeastChakraMasteryTrait { get; } = new BaseTrait(577);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50578"><strong>Enhanced Riddle of Wind</strong></see> [578]
+ /// <para>Grants Wind's Rumination upon executing Riddle of Wind.</para>
+ /// <para>Duration: 15s</para>
+ /// </summary>
+ public static IBaseTrait EnhancedRiddleOfWindTrait { get; } = new BaseTrait(578);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50579"><strong>Enhanced Riddle of Fire</strong></see> [579]
+ /// <para>Grants Fire's Rumination upon executing Riddle of Fire.</para>
+ /// <para>Duration: 20s</para>
+ /// </summary>
+ public static IBaseTrait EnhancedRiddleOfFireTrait { get; } = new BaseTrait(579);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50660"><strong>Melee Mastery II</strong></see> [660]
+ /// <para>Increases the potency of Twin Snakes to 380, Demolish to 340, Dragon Kick to 320, and Six-sided Star to 780.</para>
+ /// </summary>
+ public static IBaseTrait MeleeMasteryIiTrait { get; } = new BaseTrait(660);
private IBaseTrait[] _AllTraits = null;
/// <inheritdoc/>
public override IBaseTrait[] AllTraits => _AllTraits ??= [
- DeepMeditationTrait, DeepMeditationIiTrait, GreasedLightningTrait, EnhancedGreasedLightningTrait, EnhancedGreasedLightningIiTrait, EnhancedGreasedLightningIiiTrait, SteelPeakMasteryTrait, HowlingFistMasteryTrait, ArmOfTheDestroyerMasteryTrait, EnhancedThunderclapTrait, EnhancedBrotherhoodTrait, EnhancedPerfectBalanceTrait, FlintStrikeMasteryTrait, TornadoKickMasteryTrait, MeleeMasteryTrait,
+ DeepMeditationTrait, DeepMeditationIiTrait, EnhancedGreasedLightningIiTrait, EnhancedGreasedLightningIiiTrait, SteelPeakMasteryTrait, HowlingFistMasteryTrait, ArmOfTheDestroyerMasteryTrait, EnhancedThunderclapTrait, EnhancedBrotherhoodTrait, EnhancedPerfectBalanceTrait, FlintStrikeMasteryTrait, TornadoKickMasteryTrait, MeleeMasteryTrait, BeastChakraMasteryTrait, EnhancedRiddleOfWindTrait, EnhancedRiddleOfFireTrait, MeleeMasteryIiTrait,
..base.AllTraits,
];
#endregion
}
/// <summary>
-/// <see href="https://na.finalfantasyxiv.com/jobguide/warrior"><strong>Warrior</strong></see>
-/// <br>Number of Actions: 40</br>
-/// <br>Number of Traits: 15</br>
+/// <see href="https://na.finalfantasyxiv.com/jobguide/warrior"><strong>warrior</strong></see>
+/// <br>Number of Actions: 43</br>
+/// <br>Number of Traits: 18</br>
/// </summary>
-[Jobs(Job.WAR, Job.MRD)]
+[Jobs(Job.WAR, Job.PGL)]
public abstract partial class WarriorRotation : CustomRotation
{
static WARGauge JobGauge => Svc.Gauges.Get<WARGauge>();
@@ -44211,7 +48690,7 @@ public abstract partial class WarriorRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/51"><strong>Steel Cyclone</strong></see> <i>PvE</i> (WAR) [51] [Weaponskill]
- /// <para>Delivers an attack with a potency of 170 to all nearby enemies.</para>
+ /// <para>Delivers an attack with a potency of 160 to all nearby enemies.</para>
/// <para>Beast Gauge Cost: 50</para>
/// </summary>
@@ -44238,6 +48717,7 @@ public abstract partial class WarriorRotation : CustomRotation
/// <para>Increases Beast Gauge by 50.</para>
/// <para>Additional Effect: Grants Nascent Chaos</para>
/// <para>Duration: 30s</para>
+ /// <para>Nascent Chaos Effect: When Beast Gauge is 50 or greater, changes Decimate to Chaotic Cyclone and Fell Cleave to Inner Chaos</para>
/// <para>Maximum Charges: 2</para>
/// <para>Can only be executed while in combat.</para>
/// </summary>
@@ -44262,10 +48742,8 @@ public abstract partial class WarriorRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/3549"><strong>Fell Cleave</strong></see> <i>PvE</i> (WAR) [3549] [Weaponskill]
- /// <para>Delivers an attack with a potency of 520.</para>
+ /// <para>Delivers an attack with a potency of .</para>
/// <para>Beast Gauge Cost: 50</para>
- /// <para></para>
- /// <para>※Action changes to Inner Chaos while under the effect of Nascent Chaos.</para>
/// </summary>
public IBaseAction FellCleavePvE => _FellCleavePvECreator.Value;
@@ -44288,10 +48766,8 @@ public abstract partial class WarriorRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/3550"><strong>Decimate</strong></see> <i>PvE</i> (WAR) [3550] [Weaponskill]
- /// <para>Delivers an attack to all nearby enemies with a potency of 200.</para>
+ /// <para>Delivers an attack to all nearby enemies with a potency of 180.</para>
/// <para>Beast Gauge Cost: 50</para>
- /// <para></para>
- /// <para>※Action changes to Chaotic Cyclone while under the effect of Nascent Chaos.</para>
/// </summary>
public IBaseAction DecimatePvE => _DecimatePvECreator.Value;
@@ -44418,7 +48894,7 @@ public abstract partial class WarriorRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7388"><strong>Shake It Off</strong></see> <i>PvE</i> (WAR) [7388] [Ability]
/// <para>Creates a barrier around self and all nearby party members that absorbs damage totaling 15% of maximum HP.</para>
- /// <para>Dispels Thrill of Battle, Vengeance, and BloodwhettingRaw IntuitionRaw Intuition, increasing damage absorbed by 2% for each effect removed. </para>
+ /// <para>Dispels Thrill of Battle, DamnationVengeanceVengeance, and BloodwhettingRaw IntuitionRaw Intuition, increasing damage absorbed by 2% for each effect removed. </para>
/// <para>Duration: 30s</para>
/// <para>Additional Effect: Gradually restores HP</para>
/// <para>Cure Potency: 100</para>
@@ -44454,6 +48930,8 @@ public abstract partial class WarriorRotation : CustomRotation
/// <para>Additional Effect: Extends Surging Tempest duration by 10s to a maximum of 60s</para>
/// <para>Additional Effect: Grants Primal Rend Ready</para>
/// <para>Duration: 30s</para>
+ /// <para>Additional Effect: Grants a stack of Burgeoning Fury upon successfully landing Fell Cleave or Decimate, up to a maximum of 3</para>
+ /// <para>At maximum stacks, become Wrathful, changing Inner Release to Primal Wrath.</para>
/// </summary>
public IBaseAction InnerReleasePvE => _InnerReleasePvECreator.Value;
@@ -44478,7 +48956,7 @@ public abstract partial class WarriorRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/16462"><strong>Mythril Tempest</strong></see> <i>PvE</i> (WAR) [16462] [Weaponskill]
/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
/// <para>Combo Action: Overpower</para>
- /// <para>Combo Potency: 150</para>
+ /// <para>Combo Potency: 140</para>
/// <para>Combo Bonus: Grants Surging Tempest, increasing damage dealt by 10%</para>
/// <para>Duration: 30s</para>
/// <para>Extends Surging Tempest duration by 30s to a maximum of 60s.</para>
@@ -44505,13 +48983,14 @@ public abstract partial class WarriorRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16463"><strong>Chaotic Cyclone</strong></see> <i>PvE</i> (WAR) [16463] [Weaponskill]
- /// <para>Delivers a critical direct hit with a potency of 320 to all nearby enemies.</para>
+ /// <para>Delivers a critical direct hit with a potency of 300 to all nearby enemies.</para>
/// <para>Damage dealt is increased when under an effect that raises critical hit rate or direct hit rate.</para>
/// <para>Additional Effect: Reduces the recast time of Infuriate by 5 seconds</para>
/// <para>Beast Gauge Cost: 50</para>
/// <para>Can only be executed while under the effect of Nascent Chaos. Effect fades upon execution.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Decimate changes to Chaotic Cyclone when requirements for execution are met.</para>
/// </summary>
public IBaseAction ChaoticCyclonePvE => _ChaoticCyclonePvECreator.Value;
@@ -44573,6 +49052,7 @@ public abstract partial class WarriorRotation : CustomRotation
/// <para>Can only be executed while under the effect of Nascent Chaos. Effect fades upon execution.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Fell Cleave changes to Inner Chaos when requirements for execution are met.</para>
/// </summary>
public IBaseAction InnerChaosPvE => _InnerChaosPvECreator.Value;
@@ -44654,7 +49134,8 @@ public abstract partial class WarriorRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/25753"><strong>Primal Rend</strong></see> <i>PvE</i> (WAR) [25753] [Weaponskill]
/// <para>Jumps to the target and delivers a critical direct hit to target and all enemies nearby it with a potency of 700 for the first enemy, and 70% less for all remaining enemies.</para>
/// <para>Damage dealt is increased when under an effect that raises critical hit rate or direct hit rate.</para>
- /// <para>Stacks of Inner Release are not consumed upon execution.</para>
+ /// <para>Additional Effect: Grants Primal Ruination Ready</para>
+ /// <para>Duration: 30s</para>
/// <para>Can only be executed while under the effect of Primal Rend Ready, granted by Inner Release.</para>
/// <para>Cannot be executed while bound.</para>
/// </summary>
@@ -44951,15 +49432,100 @@ public abstract partial class WarriorRotation : CustomRotation
/// </summary>
public IBaseAction ReleaseDefiancePvE => _ReleaseDefiancePvECreator.Value;
+ private readonly Lazy<IBaseAction> _DamnationPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36923, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyDamnationPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36923"><strong>Damnation</strong></see> <i>PvE</i> (WAR) [36923] [Ability]
+ /// </summary>
+ static partial void ModifyDamnationPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36923"><strong>Damnation</strong></see> <i>PvE</i> (WAR) [36923] [Ability]
+ /// <para>Reduces damage taken by 40% and delivers an attack with a potency of 55 every time you suffer physical damage.</para>
+ /// <para>Duration: 15s</para>
+ /// <para>Additional Effect: Grants Primeval Impulse when the effect expires</para>
+ /// <para>Primeval Impulse Effect: Healing over time</para>
+ /// <para>Cure Potency: 400</para>
+ /// <para>Duration: 15s</para>
+ /// </summary>
+
+ public IBaseAction DamnationPvE => _DamnationPvECreator.Value;
+ private readonly Lazy<IBaseAction> _PrimalWrathPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36924, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyPrimalWrathPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36924"><strong>Primal Wrath</strong></see> <i>PvE</i> (WAR) [36924] [Ability]
+ /// </summary>
+ static partial void ModifyPrimalWrathPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36924"><strong>Primal Wrath</strong></see> <i>PvE</i> (WAR) [36924] [Ability]
+ /// <para>Delivers an attack to all nearby enemies with a potency of 700 for the first enemy, and 70% less for all remaining enemies.</para>
+ /// <para>Can only be executed when Wrathful.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Inner Release changes to Primal Wrath when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction PrimalWrathPvE => _PrimalWrathPvECreator.Value;
+ private readonly Lazy<IBaseAction> _PrimalRuinationPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36925, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyPrimalRuinationPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36925"><strong>Primal Ruination</strong></see> <i>PvE</i> (WAR) [36925] [Weaponskill]
+ /// </summary>
+ static partial void ModifyPrimalRuinationPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36925"><strong>Primal Ruination</strong></see> <i>PvE</i> (WAR) [36925] [Weaponskill]
+ /// <para>Delivers a critical direct hit to target and all enemies nearby it with a potency of 740 for the first enemy, and 70% less for all remaining enemies.</para>
+ /// <para>Increases damage dealt when under an effect that raises critical hit rate or direct hit rate.</para>
+ /// <para>Can only be executed while under the effect of Primal Ruination Ready.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Primal Rend changes to Primal Ruination when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction PrimalRuinationPvE => _PrimalRuinationPvECreator.Value;
private IBaseAction[] _AllBaseActions = null;
/// <inheritdoc/>
public override IBaseAction[] AllBaseActions => _AllBaseActions ??= [
- HeavySwingPvE, MaimPvE, BerserkPvE, ThrillOfBattlePvE, OverpowerPvE, StormsPathPvE, HolmgangPvE, VengeancePvE, StormsEyePvE, TomahawkPvE, DefiancePvE, InnerBeastPvE, SteelCyclonePvE, InfuriatePvE, FellCleavePvE, DecimatePvE, RawIntuitionPvE, EquilibriumPvE, OnslaughtPvE, UpheavalPvE, ShakeItOffPvE, InnerReleasePvE, MythrilTempestPvE, ChaoticCyclonePvE, NascentFlashPvE, InnerChaosPvE, BloodwhettingPvE, OrogenyPvE, PrimalRendPvE, HeavySwingPvP, MaimPvP, StormsPathPvP, FellCleavePvP, OnslaughtPvP, OrogenyPvP, BlotaPvP, BloodwhettingPvP, PrimalRendPvP, ChaoticCyclonePvP, ReleaseDefiancePvE,
+ HeavySwingPvE, MaimPvE, BerserkPvE, ThrillOfBattlePvE, OverpowerPvE, StormsPathPvE, HolmgangPvE, VengeancePvE, StormsEyePvE, TomahawkPvE, DefiancePvE, InnerBeastPvE, SteelCyclonePvE, InfuriatePvE, FellCleavePvE, DecimatePvE, RawIntuitionPvE, EquilibriumPvE, OnslaughtPvE, UpheavalPvE, ShakeItOffPvE, InnerReleasePvE, MythrilTempestPvE, ChaoticCyclonePvE, NascentFlashPvE, InnerChaosPvE, BloodwhettingPvE, OrogenyPvE, PrimalRendPvE, HeavySwingPvP, MaimPvP, StormsPathPvP, FellCleavePvP, OnslaughtPvP, OrogenyPvP, BlotaPvP, BloodwhettingPvP, PrimalRendPvP, ChaoticCyclonePvP, ReleaseDefiancePvE, DamnationPvE, PrimalWrathPvE, PrimalRuinationPvE,
..base.AllBaseActions,
];
+
+
private readonly Lazy<IBaseAction> _ShieldWallPvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)197, false);
@@ -44989,65 +49555,7 @@ public IBaseAction ShieldWallPvE => _ShieldWallPvECreator.Value;
/// <para>Reduces damage taken by all party members by 20%.</para>
/// <para>Duration: 10s</para>
/// </summary>
-private sealed protected override IBaseAction LimitBreak1 => ShieldWallPvE;
-private readonly Lazy<IBaseAction> _StrongholdPvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)198, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyStrongholdPvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/198"><strong>Stronghold</strong></see> <i>PvE</i> (All Classes) [198] [Limit Break]
-/// </summary>
-static partial void ModifyStrongholdPvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/198"><strong>Stronghold</strong></see> <i>PvE</i> (All Classes) [198] [Limit Break]
-/// <para>Reduces damage taken by all party members by 40%.</para>
-/// <para>Duration: 15s</para>
-/// </summary>
-
-public IBaseAction StrongholdPvE => _StrongholdPvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/198"><strong>Stronghold</strong></see> <i>PvE</i> (All Classes) [198] [Limit Break]
-/// <para>Reduces damage taken by all party members by 40%.</para>
-/// <para>Duration: 15s</para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak2 => StrongholdPvE;
-private readonly Lazy<IBaseAction> _LandWakerPvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)4240, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyLandWakerPvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/4240"><strong>Land Waker</strong></see> <i>PvE</i> (All Classes) [4240] [Limit Break]
-/// </summary>
-static partial void ModifyLandWakerPvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/4240"><strong>Land Waker</strong></see> <i>PvE</i> (All Classes) [4240] [Limit Break]
-/// <para></para>
-/// </summary>
-
-public IBaseAction LandWakerPvE => _LandWakerPvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/4240"><strong>Land Waker</strong></see> <i>PvE</i> (All Classes) [4240] [Limit Break]
-/// <para></para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak3 => LandWakerPvE;
+private sealed protected override IBaseAction LimitBreak3 => ShieldWallPvE;
private readonly Lazy<IBaseAction> _PrimalScreamPvPCreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)29083, false);
@@ -45104,64 +49612,59 @@ private sealed protected override IBaseAction LimitBreakPvP => PrimalScreamPv
#region Traits
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50157"><strong>Enhanced Infuriate</strong></see> (WAR) [157]
- /// <para>Reduces Infuriate recast time by 5 seconds upon landing Inner Beast, Steel Cyclone, Fell Cleave, or Decimate on most targets.</para>
+ /// <see href="https://garlandtools.org/db/#action/50157"><strong>Enhanced Infuriate</strong></see> [157]
+ /// <para>Reduces Infuriate recast time by 5 seconds upon landing Fell Cleave or Decimate on most targets.</para>
/// </summary>
public static IBaseTrait EnhancedInfuriateTrait { get; } = new BaseTrait(157);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50218"><strong>Berserk Mastery</strong></see> (WAR) [218]
+ /// <see href="https://garlandtools.org/db/#action/50218"><strong>Berserk Mastery</strong></see> [218]
/// <para>Upgrades Berserk to Inner Release.</para>
/// </summary>
public static IBaseTrait BerserkMasteryTrait { get; } = new BaseTrait(218);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50249"><strong>The Beast Within</strong></see> (WAR) [249]
+ /// <see href="https://garlandtools.org/db/#action/50249"><strong>The Beast Within</strong></see> [249]
/// <para>Increases Beast Gauge when landing Maim or Storm's Path in a combo.</para>
/// </summary>
public static IBaseTrait TheBeastWithinTrait { get; } = new BaseTrait(249);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50265"><strong>Inner Beast Mastery</strong></see> (WAR) [265]
+ /// <see href="https://garlandtools.org/db/#action/50265"><strong>Inner Beast Mastery</strong></see> [265]
/// <para>Upgrades Inner Beast to Fell Cleave.</para>
/// </summary>
public static IBaseTrait InnerBeastMasteryTrait { get; } = new BaseTrait(265);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50266"><strong>Steel Cyclone Mastery</strong></see> (WAR) [266]
+ /// <see href="https://garlandtools.org/db/#action/50266"><strong>Steel Cyclone Mastery</strong></see> [266]
/// <para>Upgrades Steel Cyclone to Decimate.</para>
/// </summary>
public static IBaseTrait SteelCycloneMasteryTrait { get; } = new BaseTrait(266);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50267"><strong>Nascent Chaos</strong></see> (WAR) [267]
- /// <para>Infuriate grants the effect of Nascent Chaos, upgrading Decimate to Chaotic Cyclone. Upon reaching level 80, Nascent Chaos will also upgrade Fell Cleave to Inner Chaos. </para>
+ /// <see href="https://garlandtools.org/db/#action/50267"><strong>Nascent Chaos</strong></see> [267]
+ /// <para>Infuriate grants the effect of Nascent Chaos, upgrading Decimate to Chaotic Cyclone when the Beast Gauge is 50 or greater. Upon reaching level 80, Nascent Chaos will also upgrade Fell Cleave to Inner Chaos. </para>
/// <para>Duration: 30s</para>
/// </summary>
public static IBaseTrait NascentChaosTrait { get; } = new BaseTrait(267);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50268"><strong>Mastering the Beast</strong></see> (WAR) [268]
+ /// <see href="https://garlandtools.org/db/#action/50268"><strong>Mastering the Beast</strong></see> [268]
/// <para>Increases Beast Gauge when landing Mythril Tempest in a combo.</para>
/// </summary>
public static IBaseTrait MasteringTheBeastTrait { get; } = new BaseTrait(268);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50269"><strong>Enhanced Thrill of Battle</strong></see> (WAR) [269]
+ /// <see href="https://garlandtools.org/db/#action/50269"><strong>Enhanced Thrill of Battle</strong></see> [269]
/// <para>Adds an additional effect to Thrill of Battle that increases HP recovery via healing actions by 20%.</para>
/// </summary>
public static IBaseTrait EnhancedThrillOfBattleTrait { get; } = new BaseTrait(269);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50318"><strong>Tank Mastery</strong></see> (MRD WAR) [318]
- /// <para>Reduces damage taken by 20%. Furthermore, grants a bonus to maximum HP based on your vitality attribute, and a bonus to damage dealt based on your strength attribute.</para>
- /// </summary>
- public static IBaseTrait TankMasteryTrait { get; } = new BaseTrait(318);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50417"><strong>Enhanced Shake It Off</strong></see> (WAR) [417]
+ /// <see href="https://garlandtools.org/db/#action/50417"><strong>Enhanced Shake It Off</strong></see> [417]
/// <para>Adds a healing effect to Shake It Off.</para>
/// <para>Cure Potency: 300</para>
/// </summary>
public static IBaseTrait EnhancedShakeItOffTrait { get; } = new BaseTrait(417);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50418"><strong>Raw Intuition Mastery</strong></see> (WAR) [418]
+ /// <see href="https://garlandtools.org/db/#action/50418"><strong>Raw Intuition Mastery</strong></see> [418]
/// <para>Upgrades Raw Intuition to Bloodwhetting.</para>
/// </summary>
public static IBaseTrait RawIntuitionMasteryTrait { get; } = new BaseTrait(418);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50419"><strong>Enhanced Nascent Flash</strong></see> (WAR) [419]
+ /// <see href="https://garlandtools.org/db/#action/50419"><strong>Enhanced Nascent Flash</strong></see> [419]
/// <para>Extends the duration of Nascent Flash and Nascent Glint to 8 seconds.</para>
/// <para>Grants Stem the Flow to target, reducing damage taken by 10%.</para>
/// <para>Duration: 4s</para>
@@ -45170,39 +49673,63 @@ private sealed protected override IBaseAction LimitBreakPvP => PrimalScreamPv
/// </summary>
public static IBaseTrait EnhancedNascentFlashTrait { get; } = new BaseTrait(419);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50420"><strong>Enhanced Equilibrium</strong></see> (WAR) [420]
+ /// <see href="https://garlandtools.org/db/#action/50420"><strong>Enhanced Equilibrium</strong></see> [420]
/// <para>Grants healing over time to self.</para>
/// <para>Cure Potency: 200</para>
/// <para>Duration: 15s</para>
/// </summary>
public static IBaseTrait EnhancedEquilibriumTrait { get; } = new BaseTrait(420);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50421"><strong>Enhanced Onslaught</strong></see> (WAR) [421]
+ /// <see href="https://garlandtools.org/db/#action/50421"><strong>Enhanced Onslaught</strong></see> [421]
/// <para>Allows a third charge of Onslaught.</para>
/// </summary>
public static IBaseTrait EnhancedOnslaughtTrait { get; } = new BaseTrait(421);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50505"><strong>Melee Mastery</strong></see> (WAR) [505]
+ /// <see href="https://garlandtools.org/db/#action/50505"><strong>Melee Mastery</strong></see> [505]
/// <para>Increases the potency of Heavy Swing to 200, Maim to 150, Storm's Path to 160, and Storm's Eye to 160.</para>
/// </summary>
public static IBaseTrait MeleeMasteryTrait { get; } = new BaseTrait(505);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50567"><strong>Vengeance Mastery</strong></see> [567]
+ /// <para>Upgrades Vengeance to Damnation.</para>
+ /// </summary>
+ public static IBaseTrait VengeanceMasteryTrait { get; } = new BaseTrait(567);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50568"><strong>Enhanced Inner Release</strong></see> [568]
+ /// <para>Grants a stack of Burgeoning Fury upon landing Fell Cleave or Decimate while under the effect of Inner Release.</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Maximum Stacks: 3</para>
+ /// <para>At maximum stacks, become Wrathful, upgrading Inner Release to Primal Wrath.</para>
+ /// </summary>
+ public static IBaseTrait EnhancedInnerReleaseTrait { get; } = new BaseTrait(568);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50569"><strong>Enhanced Primal Rend</strong></see> [569]
+ /// <para>Grants the effect of Primal Ruination Ready after executing Primal Rend.</para>
+ /// <para>Duration: 30s</para>
+ /// </summary>
+ public static IBaseTrait EnhancedPrimalRendTrait { get; } = new BaseTrait(569);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50654"><strong>Melee Mastery II</strong></see> [654]
+ /// <para>Increases the potency of Heavy Swing to 220, Maim to 190, Storm's Path to 200, Storm's Eye to 200, and Fell Cleave to 580.</para>
+ /// </summary>
+ public static IBaseTrait MeleeMasteryIiTrait { get; } = new BaseTrait(654);
private IBaseTrait[] _AllTraits = null;
/// <inheritdoc/>
public override IBaseTrait[] AllTraits => _AllTraits ??= [
- EnhancedInfuriateTrait, BerserkMasteryTrait, TheBeastWithinTrait, InnerBeastMasteryTrait, SteelCycloneMasteryTrait, NascentChaosTrait, MasteringTheBeastTrait, EnhancedThrillOfBattleTrait, TankMasteryTrait, EnhancedShakeItOffTrait, RawIntuitionMasteryTrait, EnhancedNascentFlashTrait, EnhancedEquilibriumTrait, EnhancedOnslaughtTrait, MeleeMasteryTrait,
+ EnhancedInfuriateTrait, BerserkMasteryTrait, TheBeastWithinTrait, InnerBeastMasteryTrait, SteelCycloneMasteryTrait, NascentChaosTrait, MasteringTheBeastTrait, EnhancedThrillOfBattleTrait, EnhancedShakeItOffTrait, RawIntuitionMasteryTrait, EnhancedNascentFlashTrait, EnhancedEquilibriumTrait, EnhancedOnslaughtTrait, MeleeMasteryTrait, VengeanceMasteryTrait, EnhancedInnerReleaseTrait, EnhancedPrimalRendTrait, MeleeMasteryIiTrait,
..base.AllTraits,
];
#endregion
}
/// <summary>
-/// <see href="https://na.finalfantasyxiv.com/jobguide/dragoon"><strong>Dragoon</strong></see>
-/// <br>Number of Actions: 40</br>
-/// <br>Number of Traits: 11</br>
+/// <see href="https://na.finalfantasyxiv.com/jobguide/dragoon"><strong>dragoon</strong></see>
+/// <br>Number of Actions: 44</br>
+/// <br>Number of Traits: 13</br>
/// </summary>
-[Jobs(Job.DRG, Job.LNC)]
+[Jobs(Job.DRG, Job.ARC)]
public abstract partial class DragoonRotation : CustomRotation
{
static DRGGauge JobGauge => Svc.Gauges.Get<DRGGauge>();
@@ -45228,8 +49755,6 @@ public abstract partial class DragoonRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/75"><strong>True Thrust</strong></see> <i>PvE</i> (LNC DRG) [75] [Weaponskill]
/// <para>Delivers an attack with a potency of .</para>
- /// <para></para>
- /// <para>※Action changes to Raiden Thrust while under the effect of Draconian Fire.</para>
/// </summary>
public IBaseAction TrueThrustPvE => _TrueThrustPvECreator.Value;
@@ -45307,10 +49832,7 @@ public abstract partial class DragoonRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/84"><strong>Full Thrust</strong></see> <i>PvE</i> (LNC DRG) [84] [Weaponskill]
/// <para>Delivers an attack with a potency of 100.</para>
/// <para>Combo Action: Vorpal Thrust</para>
- /// <para>Combo Potency: 400</para>
- /// <para>Combo Bonus: Grants Fang and Claw Bared</para>
- /// <para>Duration: 30s</para>
- /// <para>Effect of Fang and Claw Bared ends upon execution of any melee weaponskill.</para>
+ /// <para>Combo Potency: 380</para>
/// </summary>
public IBaseAction FullThrustPvE => _FullThrustPvECreator.Value;
@@ -45358,8 +49880,6 @@ public abstract partial class DragoonRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/86"><strong>Doom Spike</strong></see> <i>PvE</i> (DRG) [86] [Weaponskill]
/// <para>Delivers an attack with a potency of 110 to all enemies in a straight line before you.</para>
- /// <para></para>
- /// <para>※Action changes to Draconian Fury when under the effect of Draconian Fire.</para>
/// </summary>
public IBaseAction DoomSpikePvE => _DoomSpikePvECreator.Value;
@@ -45418,9 +49938,6 @@ public abstract partial class DragoonRotation : CustomRotation
/// <para>Combo Bonus: Damage over time</para>
/// <para>Potency: 40</para>
/// <para>Duration: 24s</para>
- /// <para>Combo Bonus: Grants Wheel in Motion</para>
- /// <para>Duration: 30s</para>
- /// <para>Effect of Wheel in Motion ends upon execution of any melee weaponskill.</para>
/// </summary>
public IBaseAction ChaosThrustPvE => _ChaosThrustPvECreator.Value;
@@ -45496,31 +50013,6 @@ public abstract partial class DragoonRotation : CustomRotation
/// </summary>
public IBaseAction ElusiveJumpPvE => _ElusiveJumpPvECreator.Value;
- private readonly Lazy<IBaseAction> _SpineshatterDivePvECreator = new(() =>
- {
- IBaseAction action = new BaseAction((ActionID)95, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifySpineshatterDivePvE(ref setting);
- action.Setting = setting;
-
- return action;
- });
-
- /// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/95"><strong>Spineshatter Dive</strong></see> <i>PvE</i> (DRG) [95] [Ability]
- /// </summary>
- static partial void ModifySpineshatterDivePvE(ref ActionSetting setting);
-
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/95"><strong>Spineshatter Dive</strong></see> <i>PvE</i> (DRG) [95] [Ability]
- /// <para>Delivers a jumping attack with a potency of .</para>
- /// <para>Maximum Charges: 2</para>
- /// <para>Cannot be executed while bound.</para>
- /// </summary>
-
- public IBaseAction SpineshatterDivePvE => _SpineshatterDivePvECreator.Value;
private readonly Lazy<IBaseAction> _DragonfireDivePvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)96, false);
@@ -45540,7 +50032,9 @@ public abstract partial class DragoonRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/96"><strong>Dragonfire Dive</strong></see> <i>PvE</i> (DRG) [96] [Ability]
- /// <para>Delivers a jumping fire-based attack with a potency of 300 to target and all enemies nearby it.</para>
+ /// <para>Delivers a jumping fire-based attack to target and all enemies nearby it with a potency of 500 for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Additional Effect: Grants Dragon's Flight</para>
+ /// <para>Duration: 30s</para>
/// <para>Cannot be executed while bound.</para>
/// </summary>
@@ -45564,9 +50058,11 @@ public abstract partial class DragoonRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/3554"><strong>Fang and Claw</strong></see> <i>PvE</i> (DRG) [3554] [Weaponskill]
- /// <para>Delivers an attack with a potency of 260.</para>
- /// <para>300 when executed from a target's flank.</para>
- /// <para>Can only be executed while under the effect of Fang and Claw Bared, granted by Heavens' ThrustFull ThrustFull Thrust.</para>
+ /// <para>Delivers an attack with a potency of .</para>
+ /// <para> when executed from a target's flank.</para>
+ /// <para>Combo Action: Heavens' ThrustFull ThrustFull Thrust</para>
+ /// <para>Combo Potency: </para>
+ /// <para>Flank Combo Potency: </para>
/// </summary>
public IBaseAction FangAndClawPvE => _FangAndClawPvECreator.Value;
@@ -45589,10 +50085,16 @@ public abstract partial class DragoonRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/3555"><strong>Geirskogul</strong></see> <i>PvE</i> (DRG) [3555] [Ability]
- /// <para>Delivers an attack to all enemies in a straight line before you with a potency of for the first enemy, and 30% less for all remaining enemies.</para>
- /// <para>Additional Effect: Grants Life of the Dragon while under the full gaze of the first brood</para>
- /// <para></para>
- /// <para>※Action changes to Nastrond while under the effect of Life of the Dragon.</para>
+ /// <para>Delivers an attack to all enemies in a straight line before you with a potency of for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Additional Effect: Grants Life of the Dragon</para>
+ /// <para>Life of the Dragon Effect: Increases damage dealt by 15%</para>
+ /// <para>Duration: 20s</para>
+ /// <para>Additional Effect: Grants 3 stacks of Nastrond Ready</para>
+ /// <para>Duration: 20sAdditional Effect: Grants Blood of the Dragon</para>
+ /// <para>Blood of the Dragon Effect: Increases damage dealt by 10%</para>
+ /// <para>Duration: 20sAdditional Effect: Grants Blood of the Dragon</para>
+ /// <para>Blood of the Dragon Effect: Increases damage dealt by 10%</para>
+ /// <para>Duration: 20s</para>
/// </summary>
public IBaseAction GeirskogulPvE => _GeirskogulPvECreator.Value;
@@ -45615,9 +50117,11 @@ public abstract partial class DragoonRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/3556"><strong>Wheeling Thrust</strong></see> <i>PvE</i> (DRG) [3556] [Weaponskill]
- /// <para>Delivers an attack with a potency of 260.</para>
- /// <para>300 when executed from a target's rear.</para>
- /// <para>Can only be executed while under the effect of Wheel in Motion, granted by Chaotic SpringChaos ThrustChaos Thrust.</para>
+ /// <para>Delivers an attack with a potency of .</para>
+ /// <para> when executed from a target's rear.</para>
+ /// <para>Combo Action: Chaotic SpringChaos ThrustChaos Thrust</para>
+ /// <para>Combo Potency: </para>
+ /// <para>Rear Combo Potency: </para>
/// </summary>
public IBaseAction WheelingThrustPvE => _WheelingThrustPvECreator.Value;
@@ -45641,7 +50145,7 @@ public abstract partial class DragoonRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/3557"><strong>Battle Litany</strong></see> <i>PvE</i> (DRG) [3557] [Ability]
/// <para>Increases critical hit rate of self and nearby party members by 10%.</para>
- /// <para>Duration: 15s</para>
+ /// <para>Duration: 20s</para>
/// </summary>
public IBaseAction BattleLitanyPvE => _BattleLitanyPvECreator.Value;
@@ -45673,30 +50177,6 @@ public abstract partial class DragoonRotation : CustomRotation
/// </summary>
public IBaseAction SonicThrustPvE => _SonicThrustPvECreator.Value;
- private readonly Lazy<IBaseAction> _DragonSightPvECreator = new(() =>
- {
- IBaseAction action = new BaseAction((ActionID)7398, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyDragonSightPvE(ref setting);
- action.Setting = setting;
-
- return action;
- });
-
- /// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/7398"><strong>Dragon Sight</strong></see> <i>PvE</i> (DRG) [7398] [Ability]
- /// </summary>
- static partial void ModifyDragonSightPvE(ref ActionSetting setting);
-
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/7398"><strong>Dragon Sight</strong></see> <i>PvE</i> (DRG) [7398] [Ability]
- /// <para>Grants Right Eye to self, increasing damage dealt by 10% and nullifying all action direction requirements. Also grants target party member Left Eye, increasing damage dealt by 5%.</para>
- /// <para>Duration: 20s</para>
- /// </summary>
-
- public IBaseAction DragonSightPvE => _DragonSightPvECreator.Value;
private readonly Lazy<IBaseAction> _MirageDivePvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)7399, false);
@@ -45717,7 +50197,6 @@ public abstract partial class DragoonRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7399"><strong>Mirage Dive</strong></see> <i>PvE</i> (DRG) [7399] [Ability]
/// <para>Delivers an attack with a potency of 200.</para>
- /// <para>Additional Effect: Strengthens the gaze of your Dragon Gauge by 1</para>
/// <para>Can only be executed when Dive Ready.</para>
/// </summary>
@@ -45741,10 +50220,8 @@ public abstract partial class DragoonRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7400"><strong>Nastrond</strong></see> <i>PvE</i> (DRG) [7400] [Ability]
- /// <para>Delivers an attack to all enemies in a straight line before you with a potency of for the first enemy, and 30% less for all remaining enemies.</para>
- /// <para>Can only be executed while under the effect of Life of the Dragon.</para>
- /// <para></para>
- /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>Delivers an attack to all enemies in a straight line before you with a potency of for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Can only be executed while Nastrond Ready.</para>
/// </summary>
public IBaseAction NastrondPvE => _NastrondPvECreator.Value;
@@ -45819,11 +50296,12 @@ public abstract partial class DragoonRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16479"><strong>Raiden Thrust</strong></see> <i>PvE</i> (DRG) [16479] [Weaponskill]
- /// <para>Delivers an attack with a potency of 280.</para>
+ /// <para>Delivers an attack with a potency of .</para>
/// <para>Additional Effect: Sharpens the Firstminds' Focus by 1</para>
/// <para>Can only be executed while under the effect of Draconian Fire.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※True Thrust changes to Raiden Thrust when requirements for execution are met. </para>
/// </summary>
public IBaseAction RaidenThrustPvE => _RaidenThrustPvECreator.Value;
@@ -45846,7 +50324,10 @@ public abstract partial class DragoonRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16480"><strong>Stardiver</strong></see> <i>PvE</i> (DRG) [16480] [Ability]
- /// <para>Delivers a jumping fire-based attack to target and all enemies nearby it with a potency of 620 for the first enemy, and 30% less for all remaining enemies.</para>
+ /// <para>Delivers a jumping fire-based attack to target and all enemies nearby it with a potency of 620 for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Additional Effect: Grants Starcross Ready</para>
+ /// <para>Duration: 20s</para>
+ /// <para>Effect ends when Life of the Dragon expires.</para>
/// <para>Can only be executed while under the effect of Life of the Dragon.</para>
/// <para>Cannot be executed while bound.</para>
/// </summary>
@@ -45876,6 +50357,7 @@ public abstract partial class DragoonRotation : CustomRotation
/// <para>Can only be executed while under the effect of Draconian Fire.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Doom Spike changes to Draconian Fury when requirements for execution are met. </para>
/// </summary>
public IBaseAction DraconianFuryPvE => _DraconianFuryPvECreator.Value;
@@ -45898,12 +50380,9 @@ public abstract partial class DragoonRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25771"><strong>Heavens' Thrust</strong></see> <i>PvE</i> (DRG) [25771] [Weaponskill]
- /// <para>Delivers an attack with a potency of 100.</para>
- /// <para>Combo Action: Vorpal Thrust</para>
- /// <para>Combo Potency: 480</para>
- /// <para>Combo Bonus: Grants Fang and Claw Bared</para>
- /// <para>Duration: 30s</para>
- /// <para>Effect of Fang and Claw Bared ends upon execution of any melee weaponskill.</para>
+ /// <para>Delivers an attack with a potency of .</para>
+ /// <para>Combo Action: Lance BarrageVorpal ThrustVorpal Thrust</para>
+ /// <para>Combo Potency: </para>
/// </summary>
public IBaseAction HeavensThrustPvE => _HeavensThrustPvECreator.Value;
@@ -45926,17 +50405,14 @@ public abstract partial class DragoonRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25772"><strong>Chaotic Spring</strong></see> <i>PvE</i> (DRG) [25772] [Weaponskill]
- /// <para>Delivers an attack with a potency of 100.</para>
- /// <para>140 when executed from a target's rear.</para>
- /// <para>Combo Action: Disembowel</para>
- /// <para>Combo Potency: 260</para>
- /// <para>Rear Combo Potency: 300</para>
+ /// <para>Delivers an attack with a potency of .</para>
+ /// <para> when executed from a target's rear.</para>
+ /// <para>Combo Action: Spiral BlowDisembowelDisembowel</para>
+ /// <para>Combo Potency: </para>
+ /// <para>Rear Combo Potency: </para>
/// <para>Combo Bonus: Damage over time</para>
/// <para>Potency: 45</para>
/// <para>Duration: 24s</para>
- /// <para>Combo Bonus: Grants Wheel in Motion</para>
- /// <para>Duration: 30s</para>
- /// <para>Effect of Wheel in Motion ends upon execution of any melee weaponskill.</para>
/// </summary>
public IBaseAction ChaoticSpringPvE => _ChaoticSpringPvECreator.Value;
@@ -45959,7 +50435,7 @@ public abstract partial class DragoonRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25773"><strong>Wyrmwind Thrust</strong></see> <i>PvE</i> (DRG) [25773] [Ability]
- /// <para>Delivers an attack to all enemies in a straight line before you with a potency of 420 for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Delivers an attack to all enemies in a straight line before you with a potency of for the first enemy, and 50% less for all remaining enemies.</para>
/// <para>Firstminds' Focus Cost: 2</para>
/// </summary>
@@ -46258,15 +50734,173 @@ public abstract partial class DragoonRotation : CustomRotation
/// </summary>
public IBaseAction HorridRoarPvP => _HorridRoarPvPCreator.Value;
+ private readonly Lazy<IBaseAction> _WingedGlidePvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36951, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyWingedGlidePvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36951"><strong>Winged Glide</strong></see> <i>PvE</i> (DRG) [36951] [Ability]
+ /// </summary>
+ static partial void ModifyWingedGlidePvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36951"><strong>Winged Glide</strong></see> <i>PvE</i> (DRG) [36951] [Ability]
+ /// <para>Rush to a targeted enemy's location.</para>
+ /// <para>Maximum Charges: 2</para>
+ /// <para>Cannot be executed while bound.</para>
+ /// </summary>
+
+ public IBaseAction WingedGlidePvE => _WingedGlidePvECreator.Value;
+ private readonly Lazy<IBaseAction> _DrakesbanePvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36952, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyDrakesbanePvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36952"><strong>Drakesbane</strong></see> <i>PvE</i> (DRG) [36952] [Weaponskill]
+ /// </summary>
+ static partial void ModifyDrakesbanePvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36952"><strong>Drakesbane</strong></see> <i>PvE</i> (DRG) [36952] [Weaponskill]
+ /// <para>Delivers an attack with a potency of .</para>
+ /// <para>Combo Action: Wheeling Thrust or Fang and Claw</para>
+ /// <para>Combo Bonus: Grants Draconian Fire</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Can only be executed after successfully landing Wheeling Thrust or Fang and Claw as a combo action.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Wheeling Thrust and Fang and Claw change to Drakesbane when requirements for execution are met. </para>
+ /// </summary>
+
+ public IBaseAction DrakesbanePvE => _DrakesbanePvECreator.Value;
+ private readonly Lazy<IBaseAction> _RiseOfTheDragonPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36953, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyRiseOfTheDragonPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36953"><strong>Rise of the Dragon</strong></see> <i>PvE</i> (DRG) [36953] [Ability]
+ /// </summary>
+ static partial void ModifyRiseOfTheDragonPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36953"><strong>Rise of the Dragon</strong></see> <i>PvE</i> (DRG) [36953] [Ability]
+ /// <para>Deals physical damage to target and all enemies nearby it with a potency of 550 for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Can only be executed while under the effect of Dragon's Flight.</para>
+ /// </summary>
+
+ public IBaseAction RiseOfTheDragonPvE => _RiseOfTheDragonPvECreator.Value;
+ private readonly Lazy<IBaseAction> _LanceBarragePvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36954, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyLanceBarragePvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36954"><strong>Lance Barrage</strong></see> <i>PvE</i> (DRG) [36954] [Weaponskill]
+ /// </summary>
+ static partial void ModifyLanceBarragePvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36954"><strong>Lance Barrage</strong></see> <i>PvE</i> (DRG) [36954] [Weaponskill]
+ /// <para>Delivers an attack with a potency of 130.</para>
+ /// <para>Combo Action: True Thrust</para>
+ /// <para>Combo Potency: 340</para>
+ /// </summary>
+
+ public IBaseAction LanceBarragePvE => _LanceBarragePvECreator.Value;
+ private readonly Lazy<IBaseAction> _SpiralBlowPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36955, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifySpiralBlowPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36955"><strong>Spiral Blow</strong></see> <i>PvE</i> (DRG) [36955] [Weaponskill]
+ /// </summary>
+ static partial void ModifySpiralBlowPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36955"><strong>Spiral Blow</strong></see> <i>PvE</i> (DRG) [36955] [Weaponskill]
+ /// <para>Delivers an attack with a potency of 140.</para>
+ /// <para>Combo Action: True Thrust</para>
+ /// <para>Combo Potency: 300</para>
+ /// <para>Combo Bonus: Grants Power Surge</para>
+ /// <para>Power Surge Effect: Increases damage dealt by 10%</para>
+ /// <para>Duration: 30s</para>
+ /// </summary>
+
+ public IBaseAction SpiralBlowPvE => _SpiralBlowPvECreator.Value;
+ private readonly Lazy<IBaseAction> _StarcrossPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36956, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyStarcrossPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36956"><strong>Starcross</strong></see> <i>PvE</i> (DRG) [36956] [Ability]
+ /// </summary>
+ static partial void ModifyStarcrossPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36956"><strong>Starcross</strong></see> <i>PvE</i> (DRG) [36956] [Ability]
+ /// <para>Deals physical damage to target and all enemies nearby it with a potency of 700 for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Can only be executed while under the effect of Starcross Ready.</para>
+ /// </summary>
+
+ public IBaseAction StarcrossPvE => _StarcrossPvECreator.Value;
private IBaseAction[] _AllBaseActions = null;
/// <inheritdoc/>
public override IBaseAction[] AllBaseActions => _AllBaseActions ??= [
- TrueThrustPvE, VorpalThrustPvE, LifeSurgePvE, FullThrustPvE, LanceChargePvE, DoomSpikePvE, DisembowelPvE, ChaosThrustPvE, PiercingTalonPvE, JumpPvE, ElusiveJumpPvE, SpineshatterDivePvE, DragonfireDivePvE, FangAndClawPvE, GeirskogulPvE, WheelingThrustPvE, BattleLitanyPvE, SonicThrustPvE, DragonSightPvE, MirageDivePvE, NastrondPvE, CoerthanTormentPvE, HighJumpPvE, RaidenThrustPvE, StardiverPvE, DraconianFuryPvE, HeavensThrustPvE, ChaoticSpringPvE, WyrmwindThrustPvE, RaidenThrustPvP, FangAndClawPvP, WheelingThrustPvP, HeavensThrustPvP, ChaoticSpringPvP, GeirskogulPvP, NastrondPvP, HighJumpPvP, ElusiveJumpPvP, WyrmwindThrustPvP, HorridRoarPvP,
+ TrueThrustPvE, VorpalThrustPvE, LifeSurgePvE, FullThrustPvE, LanceChargePvE, DoomSpikePvE, DisembowelPvE, ChaosThrustPvE, PiercingTalonPvE, JumpPvE, ElusiveJumpPvE, DragonfireDivePvE, FangAndClawPvE, GeirskogulPvE, WheelingThrustPvE, BattleLitanyPvE, SonicThrustPvE, MirageDivePvE, NastrondPvE, CoerthanTormentPvE, HighJumpPvE, RaidenThrustPvE, StardiverPvE, DraconianFuryPvE, HeavensThrustPvE, ChaoticSpringPvE, WyrmwindThrustPvE, RaidenThrustPvP, FangAndClawPvP, WheelingThrustPvP, HeavensThrustPvP, ChaoticSpringPvP, GeirskogulPvP, NastrondPvP, HighJumpPvP, ElusiveJumpPvP, WyrmwindThrustPvP, HorridRoarPvP, WingedGlidePvE, DrakesbanePvE, RiseOfTheDragonPvE, LanceBarragePvE, SpiralBlowPvE, StarcrossPvE,
..base.AllBaseActions,
];
+
+
private readonly Lazy<IBaseAction> _BraverPvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)200, false);
@@ -46294,63 +50928,7 @@ public IBaseAction BraverPvE => _BraverPvECreator.Value;
/// <see href="https://garlandtools.org/db/#action/200"><strong>Braver</strong></see> <i>PvE</i> (All Classes) [200] [Limit Break]
/// <para>Delivers an attack with a potency of 2,400.</para>
/// </summary>
-private sealed protected override IBaseAction LimitBreak1 => BraverPvE;
-private readonly Lazy<IBaseAction> _BladedancePvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)201, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyBladedancePvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/201"><strong>Bladedance</strong></see> <i>PvE</i> (All Classes) [201] [Limit Break]
-/// </summary>
-static partial void ModifyBladedancePvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/201"><strong>Bladedance</strong></see> <i>PvE</i> (All Classes) [201] [Limit Break]
-/// <para>Delivers an attack with a potency of 5,250.</para>
-/// </summary>
-
-public IBaseAction BladedancePvE => _BladedancePvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/201"><strong>Bladedance</strong></see> <i>PvE</i> (All Classes) [201] [Limit Break]
-/// <para>Delivers an attack with a potency of 5,250.</para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak2 => BladedancePvE;
-private readonly Lazy<IBaseAction> _DragonsongDivePvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)4242, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyDragonsongDivePvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/4242"><strong>Dragonsong Dive</strong></see> <i>PvE</i> (All Classes) [4242] [Limit Break]
-/// </summary>
-static partial void ModifyDragonsongDivePvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/4242"><strong>Dragonsong Dive</strong></see> <i>PvE</i> (All Classes) [4242] [Limit Break]
-/// <para></para>
-/// </summary>
-
-public IBaseAction DragonsongDivePvE => _DragonsongDivePvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/4242"><strong>Dragonsong Dive</strong></see> <i>PvE</i> (All Classes) [4242] [Limit Break]
-/// <para></para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak3 => DragonsongDivePvE;
+private sealed protected override IBaseAction LimitBreak3 => BraverPvE;
private readonly Lazy<IBaseAction> _SkyHighPvPCreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)29497, false);
@@ -46399,42 +50977,34 @@ private sealed protected override IBaseAction LimitBreakPvP => SkyHighPvP;
#region Traits
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50162"><strong>Lance Mastery</strong></see> (DRG) [162]
- /// <para>Allows for immediate execution of Wheeling Thrust after landing Fang and Claw, or Fang and Claw after landing Wheeling Thrust, increasing potency by 100.</para>
- /// </summary>
- public static IBaseTrait LanceMasteryTrait { get; } = new BaseTrait(162);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50163"><strong>Life of the Dragon</strong></see> (DRG) [163]
- /// <para>Allows for the strengthening of the gaze of the first brood upon successfully landing Mirage Dive. When the gaze is its strongest (2 units), Geirskogul will grant you the Life of the Dragon status. While under the effect of Life of the Dragon, Geirskogul will change to Nastrond.</para>
+ /// <see href="https://garlandtools.org/db/#action/50163"><strong>Life of the Dragon</strong></see> [163]
+ /// <para>Upgrades Blood of the Dragon to Life of the Dragon.</para>
+ /// <para>Life of the Dragon Effect: Increases damage dealt by 15%</para>
+ /// <para>Upon successfully landing Geirskogul, grants 3 stacks of Nastrond Ready.</para>
/// <para>Duration: 20s</para>
/// </summary>
public static IBaseTrait LifeOfTheDragonTrait { get; } = new BaseTrait(163);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50247"><strong>Lance Mastery II</strong></see> (DRG) [247]
+ /// <see href="https://garlandtools.org/db/#action/50247"><strong>Lance Mastery</strong></see> [247]
/// <para>Increases the potency of True Thrust to 230, Vorpal Thrust to 130, and Disembowel to 140.</para>
- /// <para>Grants Draconian Fire if Fang and Claw is executed following Wheeling Thrust, or vice versa.</para>
+ /// <para>Grants Draconian Fire if Drakesbane is executed following Fang and Claw or Wheeling Thrust.</para>
/// <para>Duration: 30s</para>
/// <para>Effect of Draconian Fire ends upon execution of any melee weaponskill.</para>
/// <para>Upgrades True Thrust to Raiden Thrust while under the effect of Draconian Fire.</para>
/// </summary>
- public static IBaseTrait LanceMasteryIiTrait { get; } = new BaseTrait(247);
+ public static IBaseTrait LanceMasteryTrait { get; } = new BaseTrait(247);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50275"><strong>Jump Mastery</strong></see> (DRG) [275]
+ /// <see href="https://garlandtools.org/db/#action/50275"><strong>Jump Mastery</strong></see> [275]
/// <para>Upgrades Jump to High Jump.</para>
/// </summary>
public static IBaseTrait JumpMasteryTrait { get; } = new BaseTrait(275);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50276"><strong>Life of the Dragon Mastery</strong></see> (DRG) [276]
- /// <para>Extends the duration of Life of the Dragon to 30 seconds.</para>
- /// </summary>
- public static IBaseTrait LifeOfTheDragonMasteryTrait { get; } = new BaseTrait(276);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50434"><strong>Blood of the Dragon</strong></see> (DRG) [434]
- /// <para>Increases the potency of Jump to 320 and Spineshatter Dive to 250.</para>
+ /// <see href="https://garlandtools.org/db/#action/50434"><strong>Enhanced Jump</strong></see> [434]
+ /// <para>Increases the potency of Jump to 320.</para>
/// </summary>
- public static IBaseTrait BloodOfTheDragonTrait { get; } = new BaseTrait(434);
+ public static IBaseTrait EnhancedJumpTrait { get; } = new BaseTrait(434);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50435"><strong>Enhanced Coerthan Torment</strong></see> (DRG) [435]
+ /// <see href="https://garlandtools.org/db/#action/50435"><strong>Enhanced Coerthan Torment</strong></see> [435]
/// <para>Grants the effect of Draconian Fire after successfully completing a combo with Coerthan Torment.</para>
/// <para>Duration: 30s</para>
/// <para>Effect of Draconian Fire ends upon execution of any melee weaponskill.</para>
@@ -46442,45 +51012,68 @@ private sealed protected override IBaseAction LimitBreakPvP => SkyHighPvP;
/// </summary>
public static IBaseTrait EnhancedCoerthanTormentTrait { get; } = new BaseTrait(435);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50436"><strong>Enhanced Spineshatter Dive</strong></see> (DRG) [436]
- /// <para>Allows the accumulation of charges for consecutive uses of Spineshatter Dive.</para>
- /// <para>Maximum Charges: 2</para>
- /// </summary>
- public static IBaseTrait EnhancedSpineshatterDiveTrait { get; } = new BaseTrait(436);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50437"><strong>Lance Mastery III</strong></see> (DRG) [437]
- /// <para>Upgrades Full Thrust to Heavens' Thrust and Chaos Thrust to Chaotic Spring.</para>
+ /// <see href="https://garlandtools.org/db/#action/50437"><strong>Lance Mastery II</strong></see> [437]
+ /// <para>Upgrades Full Thrust to Heavens' Thrust and Chaos Thrust to Chaotic Spring. Also increases the potency of Drakesbane to 400.</para>
/// </summary>
- public static IBaseTrait LanceMasteryIiiTrait { get; } = new BaseTrait(437);
+ public static IBaseTrait LanceMasteryIiTrait { get; } = new BaseTrait(437);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50438"><strong>Enhanced Life Surge</strong></see> (DRG) [438]
+ /// <see href="https://garlandtools.org/db/#action/50438"><strong>Enhanced Life Surge</strong></see> [438]
/// <para>Allows the accumulation of charges for consecutive uses of Life Surge.</para>
/// <para>Maximum Charges: 2</para>
/// </summary>
public static IBaseTrait EnhancedLifeSurgeTrait { get; } = new BaseTrait(438);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50508"><strong>Lance Mastery IV</strong></see> (DRG) [508]
- /// <para>Increases the potency of Geirskogul to 260 and Nastrond to 360.</para>
+ /// <see href="https://garlandtools.org/db/#action/50508"><strong>Lance Mastery III</strong></see> [508]
+ /// <para>Increases the potency of Geirskogul to 280 and Nastrond to 360.</para>
/// <para>Allows for the sharpening of the Firstminds' Focus upon successfully landing Raiden Thrust or Draconian Fury, up to a maximum of 2 units.</para>
/// </summary>
- public static IBaseTrait LanceMasteryIvTrait { get; } = new BaseTrait(508);
+ public static IBaseTrait LanceMasteryIiiTrait { get; } = new BaseTrait(508);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50580"><strong>Enhanced Winged Glide</strong></see> [580]
+ /// <para>Allows the accumulation of charges for consecutive uses of Winged Glide.</para>
+ /// <para>Maximum Charges: 2</para>
+ /// </summary>
+ public static IBaseTrait EnhancedWingedGlideTrait { get; } = new BaseTrait(580);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50581"><strong>Enhanced Dragonfire Dive</strong></see> [581]
+ /// <para>Grants Dragon's Flight upon executing Dragonfire Dive.</para>
+ /// <para>Duration: 30s</para>
+ /// </summary>
+ public static IBaseTrait EnhancedDragonfireDiveTrait { get; } = new BaseTrait(581);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50582"><strong>Lance Mastery IV</strong></see> [582]
+ /// <para>Upgrades Vorpal Thrust to Lance Barrage and Disembowel to Spiral Blow.</para>
+ /// </summary>
+ public static IBaseTrait LanceMasteryIvTrait { get; } = new BaseTrait(582);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50583"><strong>Enhanced Stardiver</strong></see> [583]
+ /// <para>Grants Starcross Ready upon executing Stardiver.</para>
+ /// <para>Duration: 20s</para>
+ /// <para>Effect ends when Life of the Dragon expires.</para>
+ /// </summary>
+ public static IBaseTrait EnhancedStardiverTrait { get; } = new BaseTrait(583);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50653"><strong>Melee Mastery</strong></see> [653]
+ /// <para>Increases the potency of Fang and Claw to 140, Wheeling Thrust to 140, Drakesbane to 440, Raiden Thrust to 320, Heavens' Thrust to 140, and Chaotic Spring to 140.</para>
+ /// </summary>
+ public static IBaseTrait MeleeMasteryTrait { get; } = new BaseTrait(653);
private IBaseTrait[] _AllTraits = null;
/// <inheritdoc/>
public override IBaseTrait[] AllTraits => _AllTraits ??= [
- LanceMasteryTrait, LifeOfTheDragonTrait, LanceMasteryIiTrait, JumpMasteryTrait, LifeOfTheDragonMasteryTrait, BloodOfTheDragonTrait, EnhancedCoerthanTormentTrait, EnhancedSpineshatterDiveTrait, LanceMasteryIiiTrait, EnhancedLifeSurgeTrait, LanceMasteryIvTrait,
+ LifeOfTheDragonTrait, LanceMasteryTrait, JumpMasteryTrait, EnhancedJumpTrait, EnhancedCoerthanTormentTrait, LanceMasteryIiTrait, EnhancedLifeSurgeTrait, LanceMasteryIiiTrait, EnhancedWingedGlideTrait, EnhancedDragonfireDiveTrait, LanceMasteryIvTrait, EnhancedStardiverTrait, MeleeMasteryTrait,
..base.AllTraits,
];
#endregion
}
/// <summary>
-/// <see href="https://na.finalfantasyxiv.com/jobguide/bard"><strong>Bard</strong></see>
-/// <br>Number of Actions: 40</br>
-/// <br>Number of Traits: 16</br>
+/// <see href="https://na.finalfantasyxiv.com/jobguide/bard"><strong>bard</strong></see>
+/// <br>Number of Actions: 44</br>
+/// <br>Number of Traits: 18</br>
/// </summary>
-[Jobs(Job.BRD, Job.ARC)]
+[Jobs(Job.BRD, Job.CRP)]
public abstract partial class BardRotation : CustomRotation
{
static BRDGauge JobGauge => Svc.Gauges.Get<BRDGauge>();
@@ -46506,9 +51099,9 @@ public abstract partial class BardRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/97"><strong>Heavy Shot</strong></see> <i>PvE</i> (ARC BRD) [97] [Weaponskill]
/// <para>Delivers an attack with a potency of 160.</para>
- /// <para>Additional Effect: 20% chance of becoming Straight Shot Ready</para>
+ /// <para>Additional Effect: 20% chance of granting Hawk's Eye</para>
/// <para>Duration: 30s</para>
- /// <para>Additional Effect: 20% chance of becoming Straight Shot Ready</para>
+ /// <para>Additional Effect: 20% chance of granting Hawk's Eye</para>
/// <para>Duration: 30s</para>
/// </summary>
@@ -46533,7 +51126,7 @@ public abstract partial class BardRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/98"><strong>Straight Shot</strong></see> <i>PvE</i> (ARC BRD) [98] [Weaponskill]
/// <para>Delivers an attack with a potency of 200.</para>
- /// <para>Can only be executed when Straight Shot Ready.</para>
+ /// <para>Can only be executed when under the effect of Hawk's Eye.</para>
/// </summary>
public IBaseAction StraightShotPvE => _StraightShotPvECreator.Value;
@@ -46607,7 +51200,9 @@ public abstract partial class BardRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/106"><strong>Quick Nock</strong></see> <i>PvE</i> (ARC BRD) [106] [Weaponskill]
/// <para>Delivers an attack with a potency of 110 to all enemies in a cone before you.</para>
- /// <para>Additional Effect: 35% chance of becoming Shadowbite Ready</para>
+ /// <para>Additional Effect: 20% chance of granting Hawk's Eye</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Additional Effect: 20% chance of granting Hawk's Eye</para>
/// <para>Duration: 30s</para>
/// </summary>
@@ -46631,10 +51226,9 @@ public abstract partial class BardRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/107"><strong>Barrage</strong></see> <i>PvE</i> (ARC BRD) [107] [Ability]
- /// <para>Triples the number of strikes for a single-target weaponskill. Additional effects added only once.</para>
+ /// <para>Grants Barrage, allowing the use of Refulgent ArrowStraight ShotStraight Shot and ShadowbiteWide VolleyWide Volley. Upon execution, Refulgent ArrowStraight ShotStraight Shot will strike the selected target three times, while ShadowbiteWide VolleyWide Volley's potency will be increased to .</para>
/// <para>Duration: 10s</para>
- /// <para>Additional Effect: Increases the potency of Shadowbite to 270</para>
- /// <para>Additional Effect: Grants Straight Shot Ready</para>
+ /// <para>Additional Effect: Grants Resonant Arrow Ready</para>
/// <para>Duration: 30s</para>
/// </summary>
@@ -46658,7 +51252,7 @@ public abstract partial class BardRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/110"><strong>Bloodletter</strong></see> <i>PvE</i> (ARC BRD) [110] [Ability]
- /// <para>Delivers an attack with a potency of 110.</para>
+ /// <para>Delivers an attack with a potency of 130.</para>
/// <para>Maximum Charges: </para>
/// <para>Shares a recast timer with Rain of Death.</para>
/// </summary>
@@ -46733,12 +51327,13 @@ public abstract partial class BardRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/114"><strong>Mage's Ballad</strong></see> <i>PvE</i> (BRD) [114] [Ability]
- /// <para>Deals unaspected damage with a potency of 100.</para>
- /// <para>Additional Effect: Grants Mage's Ballad to self and all party members within 50 yalms, increasing damage dealt by 1%</para>
+ /// <para>Grants Mage's Ballad to self and all party members within 50 yalms, increasing damage dealt by 1%.</para>
/// <para>Duration: 45s</para>
/// <para>Additional Effect: 80% chance to grant Repertoire</para>
- /// <para>Repertoire Effect: Reduces the recast time of Bloodletter and Rain of Death by 7.5s</para>
+ /// <para>This effect can trigger repeatedly while singing the Mage's Ballad.</para>
+ /// <para>Repertoire Effect: Reduces the recast time of Heartbreak ShotBloodletterBloodletter and Rain of Death by 7.5s</para>
/// <para>Additional Effect: Grants Mage's Coda</para>
+ /// <para>Can only be executed while in combat.</para>
/// </summary>
public IBaseAction MagesBalladPvE => _MagesBalladPvECreator.Value;
@@ -46761,13 +51356,14 @@ public abstract partial class BardRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/116"><strong>Army's Paeon</strong></see> <i>PvE</i> (BRD) [116] [Ability]
- /// <para>Deals unaspected damage with a potency of 100.</para>
- /// <para>Additional Effect: Grants Army's Paeon to self and all party members within 50 yalms, increasing direct hit rate by 3%</para>
+ /// <para>Grants Army's Paeon to self and all party members within 50 yalms, increasing direct hit rate by 3%.</para>
/// <para>Duration: 45s</para>
/// <para>Additional Effect: 80% chance to grant Repertoire</para>
+ /// <para>This effect can trigger repeatedly while singing the Army's Paeon.</para>
/// <para>Repertoire Effect: Reduces weaponskill cast time and recast time, spell cast time and recast time, and auto-attack delay by 4%</para>
/// <para>Can be stacked up to 4 times.</para>
/// <para>Additional Effect: Grants Army's Coda</para>
+ /// <para>Can only be executed while in combat.</para>
/// </summary>
public IBaseAction ArmysPaeonPvE => _ArmysPaeonPvECreator.Value;
@@ -46816,7 +51412,7 @@ public abstract partial class BardRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/118"><strong>Battle Voice</strong></see> <i>PvE</i> (BRD) [118] [Ability]
/// <para>Increases direct hit rate of self and all nearby party members by 20%.</para>
- /// <para>Duration: 15s</para>
+ /// <para>Duration: 20s</para>
/// </summary>
public IBaseAction BattleVoicePvE => _BattleVoicePvECreator.Value;
@@ -46839,7 +51435,7 @@ public abstract partial class BardRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/3558"><strong>Empyreal Arrow</strong></see> <i>PvE</i> (BRD) [3558] [Ability]
- /// <para>Delivers an attack with a potency of 240.</para>
+ /// <para>Delivers an attack with a potency of .</para>
/// </summary>
public IBaseAction EmpyrealArrowPvE => _EmpyrealArrowPvECreator.Value;
@@ -46862,15 +51458,14 @@ public abstract partial class BardRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/3559"><strong>the Wanderer's Minuet</strong></see> <i>PvE</i> (BRD) [3559] [Ability]
- /// <para>Deals unaspected damage with a potency of 100.</para>
- /// <para>Additional Effect: Grants the Wanderer's Minuet to self and all party members within 50 yalms, increasing critical hit rate by 2%</para>
+ /// <para>Grants the Wanderer's Minuet to self and all party members within 50 yalms, increasing critical hit rate by 2%.</para>
/// <para>Duration: 45s</para>
/// <para>Additional Effect: 80% chance to grant Repertoire</para>
+ /// <para>This effect can trigger repeatedly while singing the Wanderer's Minuet.</para>
/// <para>Repertoire Effect: Allows execution of Pitch Perfect</para>
/// <para>Can be stacked up to 3 times.</para>
/// <para>Additional Effect: Grants Wanderer's Coda</para>
- /// <para></para>
- /// <para>※Action changes to Pitch Perfect upon execution.</para>
+ /// <para>Can only be executed while in combat.</para>
/// </summary>
public IBaseAction TheWanderersMinuetPvE => _TheWanderersMinuetPvECreator.Value;
@@ -46895,7 +51490,7 @@ public abstract partial class BardRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/3560"><strong>Iron Jaws</strong></see> <i>PvE</i> (BRD) [3560] [Weaponskill]
/// <para>Delivers an attack with a potency of 100.</para>
/// <para>Additional Effect: If the target is suffering from a Caustic Bite or StormbiteVenomous Bite or WindbiteVenomous Bite or Windbite effect inflicted by you, the effect timer is reset</para>
- /// <para>Additional Effect: 35% chance of becoming Straight Shot Ready</para>
+ /// <para>Additional Effect: 35% chance of granting Hawk's Eye</para>
/// <para>Duration: 30s</para>
/// </summary>
@@ -46943,7 +51538,7 @@ public abstract partial class BardRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/3562"><strong>Sidewinder</strong></see> <i>PvE</i> (BRD) [3562] [Ability]
- /// <para>Delivers an attack with a potency of 320.</para>
+ /// <para>Delivers an attack with a potency of .</para>
/// </summary>
public IBaseAction SidewinderPvE => _SidewinderPvECreator.Value;
@@ -46966,13 +51561,11 @@ public abstract partial class BardRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7404"><strong>Pitch Perfect</strong></see> <i>PvE</i> (BRD) [7404] [Ability]
- /// <para>Delivers an attack to the target. Potency varies with number of Repertoire stacks.</para>
+ /// <para>Delivers an attack to the target and all enemies nearby it. Potency varies with number of Repertoire stacks, dealing full damage for the first enemy, and 50% less for all remaining enemies.</para>
/// <para>1 Repertoire Stack: 100</para>
/// <para>2 Repertoire Stacks: 220</para>
/// <para>3 Repertoire Stacks: 360</para>
- /// <para>Can only be executed when the Wanderer's Minuet is active.</para>
- /// <para></para>
- /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>Can only be executed when the Wanderer's Minuet is active and you have at least one stack of Repertoire.</para>
/// </summary>
public IBaseAction PitchPerfectPvE => _PitchPerfectPvECreator.Value;
@@ -46995,7 +51588,7 @@ public abstract partial class BardRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7405"><strong>Troubadour</strong></see> <i>PvE</i> (BRD) [7405] [Ability]
- /// <para>Reduces damage taken by self and nearby party members by 10%.</para>
+ /// <para>Reduces damage taken by self and nearby party members by %.</para>
/// <para>Duration: 15s</para>
/// <para>Effect cannot be stacked with machinist's Tactician or dancer's Shield Samba.</para>
/// </summary>
@@ -47024,7 +51617,7 @@ public abstract partial class BardRotation : CustomRotation
/// <para>Additional Effect: Poison</para>
/// <para>Potency: 20</para>
/// <para>Duration: 45s</para>
- /// <para>Additional Effect: 35% chance of becoming Straight Shot Ready</para>
+ /// <para>Additional Effect: 35% chance of granting Hawk's Eye</para>
/// <para>Duration: 30s</para>
/// </summary>
@@ -47052,7 +51645,7 @@ public abstract partial class BardRotation : CustomRotation
/// <para>Additional Effect: Wind damage over time</para>
/// <para>Potency: 25</para>
/// <para>Duration: 45s</para>
- /// <para>Additional Effect: 35% chance of becoming Straight Shot Ready</para>
+ /// <para>Additional Effect: 35% chance of granting Hawk's Eye</para>
/// <para>Duration: 30s</para>
/// </summary>
@@ -47100,8 +51693,8 @@ public abstract partial class BardRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7409"><strong>Refulgent Arrow</strong></see> <i>PvE</i> (BRD) [7409] [Weaponskill]
- /// <para>Delivers an attack with a potency of 280.</para>
- /// <para>Can only be executed when Straight Shot Ready.</para>
+ /// <para>Delivers an attack with a potency of .</para>
+ /// <para>Can only be executed when under the effect of Hawk's Eye.</para>
/// </summary>
public IBaseAction RefulgentArrowPvE => _RefulgentArrowPvECreator.Value;
@@ -47126,7 +51719,7 @@ public abstract partial class BardRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/16494"><strong>Shadowbite</strong></see> <i>PvE</i> (BRD) [16494] [Weaponskill]
/// <para>Delivers an attack with a potency of 170 to target and all enemies nearby it.</para>
/// <para>Barrage Potency: 270</para>
- /// <para>Can only be executed when Shadowbite Ready.</para>
+ /// <para>Can only be executed when under the effect of Hawk's Eye.</para>
/// </summary>
public IBaseAction ShadowbitePvE => _ShadowbitePvECreator.Value;
@@ -47149,8 +51742,8 @@ public abstract partial class BardRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16495"><strong>Burst Shot</strong></see> <i>PvE</i> (BRD) [16495] [Weaponskill]
- /// <para>Delivers an attack with a potency of 220.</para>
- /// <para>Additional Effect: 35% chance of becoming Straight Shot Ready</para>
+ /// <para>Delivers an attack with a potency of .</para>
+ /// <para>Additional Effect: 35% chance of granting Hawk's Eye</para>
/// <para>Duration: 30s</para>
/// </summary>
@@ -47174,14 +51767,12 @@ public abstract partial class BardRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16496"><strong>Apex Arrow</strong></see> <i>PvE</i> (BRD) [16496] [Weaponskill]
- /// <para>Delivers an attack with a potency of 100 to all enemies in a straight line before you.</para>
+ /// <para>Delivers an attack with a potency of to all enemies in a straight line before you.</para>
/// <para>Soul Voice Gauge Cost: 20 </para>
- /// <para>Potency increases up to 500 as Soul Voice Gauge exceeds minimum cost.</para>
+ /// <para>Potency increases up to as Soul Voice Gauge exceeds minimum cost.</para>
/// <para>Additional Effect: Grants Blast Arrow Ready upon execution while Soul Voice Gauge is 80 or higher</para>
/// <para>Duration: 10s</para>
/// <para>Consumes Soul Voice Gauge upon execution.</para>
- /// <para></para>
- /// <para>※Action changes to Blast Arrow while under the effect of Blast Arrow Ready.</para>
/// </summary>
public IBaseAction ApexArrowPvE => _ApexArrowPvECreator.Value;
@@ -47205,7 +51796,7 @@ public abstract partial class BardRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25783"><strong>Ladonsbite</strong></see> <i>PvE</i> (BRD) [25783] [Weaponskill]
/// <para>Delivers an attack with a potency of 130 to all enemies in a cone before you.</para>
- /// <para>Additional Effect: 35% chance of becoming Shadowbite Ready</para>
+ /// <para>Additional Effect: 35% chance of granting Hawk's Eye</para>
/// <para>Duration: 30s</para>
/// </summary>
@@ -47233,6 +51824,7 @@ public abstract partial class BardRotation : CustomRotation
/// <para>Can only be executed while under the effect of Blast Arrow Ready.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Apex Arrow changes to Blast Arrow when requirements for execution are met.</para>
/// </summary>
public IBaseAction BlastArrowPvE => _BlastArrowPvECreator.Value;
@@ -47256,11 +51848,13 @@ public abstract partial class BardRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25785"><strong>Radiant Finale</strong></see> <i>PvE</i> (BRD) [25785] [Ability]
/// <para>Increases damage dealt by self and nearby party members.</para>
- /// <para>Duration: 15s</para>
+ /// <para>Duration: 20s</para>
/// <para>Effectiveness is determined by the number of different Coda active in the Song Gauge.</para>
/// <para>1 Coda: 2%</para>
/// <para>2 Coda: 4%</para>
/// <para>3 Coda: 6%</para>
+ /// <para>Additional Effect: Grants Radiant Encore Ready</para>
+ /// <para>Duration: 30s</para>
/// <para>Can only be executed when at least 1 coda is active.</para>
/// </summary>
@@ -47539,15 +52133,119 @@ public abstract partial class BardRotation : CustomRotation
/// </summary>
public IBaseAction TheWardensPaeanPvP => _TheWardensPaeanPvPCreator.Value;
+ private readonly Lazy<IBaseAction> _WideVolleyPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36974, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyWideVolleyPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36974"><strong>Wide Volley</strong></see> <i>PvE</i> (ARC BRD) [36974] [Weaponskill]
+ /// </summary>
+ static partial void ModifyWideVolleyPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36974"><strong>Wide Volley</strong></see> <i>PvE</i> (ARC BRD) [36974] [Weaponskill]
+ /// <para>Delivers an attack with a potency of 140 to target and all enemies nearby it.</para>
+ /// <para>Barrage Potency: 220</para>
+ /// <para>Can only be executed while under the effect of Hawk's Eye.</para>
+ /// </summary>
+
+ public IBaseAction WideVolleyPvE => _WideVolleyPvECreator.Value;
+ private readonly Lazy<IBaseAction> _HeartbreakShotPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36975, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyHeartbreakShotPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36975"><strong>Heartbreak Shot</strong></see> <i>PvE</i> (BRD) [36975] [Ability]
+ /// </summary>
+ static partial void ModifyHeartbreakShotPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36975"><strong>Heartbreak Shot</strong></see> <i>PvE</i> (BRD) [36975] [Ability]
+ /// <para>Delivers an attack with a potency of 180.</para>
+ /// <para>Maximum Charges: 3</para>
+ /// <para>Shares a recast timer with Rain of Death.</para>
+ /// </summary>
+
+ public IBaseAction HeartbreakShotPvE => _HeartbreakShotPvECreator.Value;
+ private readonly Lazy<IBaseAction> _ResonantArrowPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36976, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyResonantArrowPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36976"><strong>Resonant Arrow</strong></see> <i>PvE</i> (BRD) [36976] [Weaponskill]
+ /// </summary>
+ static partial void ModifyResonantArrowPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36976"><strong>Resonant Arrow</strong></see> <i>PvE</i> (BRD) [36976] [Weaponskill]
+ /// <para>Delivers an attack to target and all enemies nearby it with a potency of 600 for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Can only be executed while under the effect of Resonant Arrow Ready.</para>
+ /// </summary>
+
+ public IBaseAction ResonantArrowPvE => _ResonantArrowPvECreator.Value;
+ private readonly Lazy<IBaseAction> _RadiantEncorePvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36977, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyRadiantEncorePvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36977"><strong>Radiant Encore</strong></see> <i>PvE</i> (BRD) [36977] [Weaponskill]
+ /// </summary>
+ static partial void ModifyRadiantEncorePvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36977"><strong>Radiant Encore</strong></see> <i>PvE</i> (BRD) [36977] [Weaponskill]
+ /// <para>Delivers an attack to target and all enemies nearby it.</para>
+ /// <para>Potency is determined by the number of different Coda consumed in the Radiant Finale executed prior, dealing full damage for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>1 Coda: 500</para>
+ /// <para>2 Coda: 600</para>
+ /// <para>3 Coda: 900</para>
+ /// <para>Can only be executed while under the effect of Radiant Encore Ready.</para>
+ /// </summary>
+
+ public IBaseAction RadiantEncorePvE => _RadiantEncorePvECreator.Value;
private IBaseAction[] _AllBaseActions = null;
/// <inheritdoc/>
public override IBaseAction[] AllBaseActions => _AllBaseActions ??= [
- HeavyShotPvE, StraightShotPvE, VenomousBitePvE, RagingStrikesPvE, QuickNockPvE, BarragePvE, BloodletterPvE, RepellingShotPvE, WindbitePvE, MagesBalladPvE, ArmysPaeonPvE, RainOfDeathPvE, BattleVoicePvE, EmpyrealArrowPvE, TheWanderersMinuetPvE, IronJawsPvE, TheWardensPaeanPvE, SidewinderPvE, PitchPerfectPvE, TroubadourPvE, CausticBitePvE, StormbitePvE, NaturesMinnePvE, RefulgentArrowPvE, ShadowbitePvE, BurstShotPvE, ApexArrowPvE, LadonsbitePvE, BlastArrowPvE, RadiantFinalePvE, PowerfulShotPvP, PitchPerfectPvP, ApexArrowPvP, BlastArrowPvP, SilentNocturnePvP, EmpyrealArrowPvP, RepellingShotPvP, TheWardensPaeanPvP,
+ HeavyShotPvE, StraightShotPvE, VenomousBitePvE, RagingStrikesPvE, QuickNockPvE, BarragePvE, BloodletterPvE, RepellingShotPvE, WindbitePvE, MagesBalladPvE, ArmysPaeonPvE, RainOfDeathPvE, BattleVoicePvE, EmpyrealArrowPvE, TheWanderersMinuetPvE, IronJawsPvE, TheWardensPaeanPvE, SidewinderPvE, PitchPerfectPvE, TroubadourPvE, CausticBitePvE, StormbitePvE, NaturesMinnePvE, RefulgentArrowPvE, ShadowbitePvE, BurstShotPvE, ApexArrowPvE, LadonsbitePvE, BlastArrowPvE, RadiantFinalePvE, PowerfulShotPvP, PitchPerfectPvP, ApexArrowPvP, BlastArrowPvP, SilentNocturnePvP, EmpyrealArrowPvP, RepellingShotPvP, TheWardensPaeanPvP, WideVolleyPvE, HeartbreakShotPvE, ResonantArrowPvE, RadiantEncorePvE,
..base.AllBaseActions,
];
+
+
private readonly Lazy<IBaseAction> _BigShotPvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)4238, false);
@@ -47575,63 +52273,7 @@ public IBaseAction BigShotPvE => _BigShotPvECreator.Value;
/// <see href="https://garlandtools.org/db/#action/4238"><strong>Big Shot</strong></see> <i>PvE</i> (All Classes) [4238] [Limit Break]
/// <para></para>
/// </summary>
-private sealed protected override IBaseAction LimitBreak1 => BigShotPvE;
-private readonly Lazy<IBaseAction> _DesperadoPvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)4239, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyDesperadoPvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/4239"><strong>Desperado</strong></see> <i>PvE</i> (All Classes) [4239] [Limit Break]
-/// </summary>
-static partial void ModifyDesperadoPvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/4239"><strong>Desperado</strong></see> <i>PvE</i> (All Classes) [4239] [Limit Break]
-/// <para></para>
-/// </summary>
-
-public IBaseAction DesperadoPvE => _DesperadoPvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/4239"><strong>Desperado</strong></see> <i>PvE</i> (All Classes) [4239] [Limit Break]
-/// <para></para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak2 => DesperadoPvE;
-private readonly Lazy<IBaseAction> _SagittariusArrowPvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)4244, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifySagittariusArrowPvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/4244"><strong>Sagittarius Arrow</strong></see> <i>PvE</i> (All Classes) [4244] [Limit Break]
-/// </summary>
-static partial void ModifySagittariusArrowPvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/4244"><strong>Sagittarius Arrow</strong></see> <i>PvE</i> (All Classes) [4244] [Limit Break]
-/// <para></para>
-/// </summary>
-
-public IBaseAction SagittariusArrowPvE => _SagittariusArrowPvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/4244"><strong>Sagittarius Arrow</strong></see> <i>PvE</i> (All Classes) [4244] [Limit Break]
-/// <para></para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak3 => SagittariusArrowPvE;
+private sealed protected override IBaseAction LimitBreak3 => BigShotPvE;
private readonly Lazy<IBaseAction> _FinalFantasiaPvPCreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)29401, false);
@@ -47676,55 +52318,33 @@ private sealed protected override IBaseAction LimitBreakPvP => FinalFantasiaP
#region Traits
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50017"><strong>Heavier Shot</strong></see> (ARC BRD) [17]
- /// <para>Adds to Heavy Shot a 20% chance that you will become Straight Shot Ready.</para>
- /// <para>Duration: 30s</para>
- /// </summary>
- public static IBaseTrait HeavierShotTrait { get; } = new BaseTrait(17);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50018"><strong>Increased Action Damage</strong></see> (ARC BRD) [18]
- /// <para>Increases base action damage by 10%.</para>
- /// </summary>
- public static IBaseTrait IncreasedActionDamageTrait { get; } = new BaseTrait(18);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50020"><strong>Increased Action Damage II</strong></see> (ARC BRD) [20]
- /// <para>Increases base action damage by 20%.</para>
- /// </summary>
- public static IBaseTrait IncreasedActionDamageIiTrait { get; } = new BaseTrait(20);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50168"><strong>Bite Mastery</strong></see> (BRD) [168]
+ /// <see href="https://garlandtools.org/db/#action/50168"><strong>Bite Mastery</strong></see> [168]
/// <para>Upgrades Venomous Bite and Windbite to Caustic Bite and Stormbite respectively.</para>
/// </summary>
public static IBaseTrait BiteMasteryTrait { get; } = new BaseTrait(168);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50169"><strong>Enhanced Empyreal Arrow</strong></see> (BRD) [169]
+ /// <see href="https://garlandtools.org/db/#action/50169"><strong>Enhanced Empyreal Arrow</strong></see> [169]
/// <para>Guarantees the trigger of the additional effects for current Mage's Ballad, Army's Paeon, and the Wanderer's Minuet when Empyreal Arrow hits a target.</para>
/// </summary>
public static IBaseTrait EnhancedEmpyrealArrowTrait { get; } = new BaseTrait(169);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50282"><strong>Straight Shot Mastery</strong></see> (BRD) [282]
+ /// <see href="https://garlandtools.org/db/#action/50282"><strong>Straight Shot Mastery</strong></see> [282]
/// <para>Upgrades Straight Shot to Refulgent Arrow.</para>
/// </summary>
public static IBaseTrait StraightShotMasteryTrait { get; } = new BaseTrait(282);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50283"><strong>Enhanced Quick Nock</strong></see> (BRD) [283]
- /// <para>Adds to Quick Nock a 35% chance that you will become Shadowbite Ready.</para>
- /// <para>Duration: 30s</para>
- /// </summary>
- public static IBaseTrait EnhancedQuickNockTrait { get; } = new BaseTrait(283);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50284"><strong>Bite Mastery II</strong></see> (BRD) [284]
- /// <para>Adds to Stormbite, Caustic Bite, and Iron Jaws a 35% chance that you will become Straight Shot Ready.</para>
+ /// <see href="https://garlandtools.org/db/#action/50284"><strong>Bite Mastery II</strong></see> [284]
+ /// <para>Adds to Stormbite, Caustic Bite, and Iron Jaws a 35% chance to grant Hawk's Eye.</para>
/// <para>Duration: 30s</para>
/// </summary>
public static IBaseTrait BiteMasteryIiTrait { get; } = new BaseTrait(284);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50285"><strong>Heavy Shot Mastery</strong></see> (BRD) [285]
+ /// <see href="https://garlandtools.org/db/#action/50285"><strong>Heavy Shot Mastery</strong></see> [285]
/// <para>Upgrades Heavy Shot to Burst Shot.</para>
/// </summary>
public static IBaseTrait HeavyShotMasteryTrait { get; } = new BaseTrait(285);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50286"><strong>Enhanced Army's Paeon</strong></see> (BRD) [286]
+ /// <see href="https://garlandtools.org/db/#action/50286"><strong>Enhanced Army's Paeon</strong></see> [286]
/// <para>While under the effect of Army's Paeon with at least one stack of Repertoire, singing Mage's Ballad or the Wanderer's Minuet will grant Army's Muse, reducing weaponskill cast time and recast time, spell cast time and recast time, and auto-attack delay.</para>
/// <para>Duration: 10s</para>
/// <para>Allowing the effect of Army's Paeon and accumulated stacks of Repertoire to expire without singing Mage's Ballad or the Wanderer's Minuet will grant Army's Ethos. </para>
@@ -47737,54 +52357,86 @@ private sealed protected override IBaseAction LimitBreakPvP => FinalFantasiaP
/// </summary>
public static IBaseTrait EnhancedArmysPaeonTrait { get; } = new BaseTrait(286);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50287"><strong>Soul Voice</strong></see> (BRD) [287]
+ /// <see href="https://garlandtools.org/db/#action/50287"><strong>Soul Voice</strong></see> [287]
/// <para>Increases Soul Voice Gauge by 5 each time Repertoire is granted.</para>
/// </summary>
public static IBaseTrait SoulVoiceTrait { get; } = new BaseTrait(287);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50444"><strong>Quick Nock Mastery</strong></see> (BRD) [444]
+ /// <see href="https://garlandtools.org/db/#action/50444"><strong>Quick Nock Mastery</strong></see> [444]
/// <para>Upgrades Quick Nock to Ladonsbite.</para>
/// </summary>
public static IBaseTrait QuickNockMasteryTrait { get; } = new BaseTrait(444);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50445"><strong>Enhanced Bloodletter</strong></see> (BRD) [445]
+ /// <see href="https://garlandtools.org/db/#action/50445"><strong>Enhanced Bloodletter</strong></see> [445]
/// <para>Allows a third charge of Bloodletter and Rain of Death.</para>
/// </summary>
public static IBaseTrait EnhancedBloodletterTrait { get; } = new BaseTrait(445);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50446"><strong>Enhanced Apex Arrow</strong></see> (BRD) [446]
+ /// <see href="https://garlandtools.org/db/#action/50446"><strong>Enhanced Apex Arrow</strong></see> [446]
/// <para>Grants Blast Arrow Ready upon executing Apex Arrow after the Soul Voice Gauge has reached 80 or higher.</para>
/// <para>Duration: 10s</para>
/// <para>Apex Arrow becomes Blast Arrow while under this effect.</para>
/// </summary>
public static IBaseTrait EnhancedApexArrowTrait { get; } = new BaseTrait(446);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50447"><strong>Enhanced Troubadour</strong></see> (BRD) [447]
+ /// <see href="https://garlandtools.org/db/#action/50447"><strong>Enhanced Troubadour</strong></see> [447]
/// <para>Reduces Troubadour recast time to 90 seconds.</para>
/// </summary>
public static IBaseTrait EnhancedTroubadourTrait { get; } = new BaseTrait(447);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50448"><strong>Minstrel's Coda</strong></see> (BRD) [448]
+ /// <see href="https://garlandtools.org/db/#action/50448"><strong>Minstrel's Coda</strong></see> [448]
/// <para>Grants Mage's Coda, Army's Coda, or Wanderer's Coda upon singing Mage's Ballad, Army's Paeon, or the Wanderer's Minuet respectively.</para>
/// </summary>
public static IBaseTrait MinstrelsCodaTrait { get; } = new BaseTrait(448);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50598"><strong>Wide Volley Mastery</strong></see> [598]
+ /// <para>Upgrades Wide Volley to Shadowbite.</para>
+ /// </summary>
+ public static IBaseTrait WideVolleyMasteryTrait { get; } = new BaseTrait(598);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50599"><strong>Bloodletter Mastery</strong></see> [599]
+ /// <para>Upgrades Bloodletter to Heartbreak Shot.</para>
+ /// </summary>
+ public static IBaseTrait BloodletterMasteryTrait { get; } = new BaseTrait(599);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50600"><strong>Enhanced Barrage</strong></see> [600]
+ /// <para>Grants Resonant Arrow Ready upon executing Barrage.</para>
+ /// <para>Duration: 30s</para>
+ /// </summary>
+ public static IBaseTrait EnhancedBarrageTrait { get; } = new BaseTrait(600);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50601"><strong>Enhanced Troubadour II</strong></see> [601]
+ /// <para>Improves Troubadour's damage reduction effect to 15%.</para>
+ /// </summary>
+ public static IBaseTrait EnhancedTroubadourIiTrait { get; } = new BaseTrait(601);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50602"><strong>Enhanced Radiant Finale</strong></see> [602]
+ /// <para>Grants Radiant Encore Ready upon executing Radiant Finale.</para>
+ /// <para>Duration: 30s</para>
+ /// </summary>
+ public static IBaseTrait EnhancedRadiantFinaleTrait { get; } = new BaseTrait(602);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50668"><strong>Ranged Mastery</strong></see> [668]
+ /// <para>Increases the potency of Empyreal Arrow to 260, Sidewinder to 400, Refulgent Arrow to 280, Burst Shot to 220, and Apex Arrow to 120 up to 600.</para>
+ /// </summary>
+ public static IBaseTrait RangedMasteryTrait { get; } = new BaseTrait(668);
private IBaseTrait[] _AllTraits = null;
/// <inheritdoc/>
public override IBaseTrait[] AllTraits => _AllTraits ??= [
- HeavierShotTrait, IncreasedActionDamageTrait, IncreasedActionDamageIiTrait, BiteMasteryTrait, EnhancedEmpyrealArrowTrait, StraightShotMasteryTrait, EnhancedQuickNockTrait, BiteMasteryIiTrait, HeavyShotMasteryTrait, EnhancedArmysPaeonTrait, SoulVoiceTrait, QuickNockMasteryTrait, EnhancedBloodletterTrait, EnhancedApexArrowTrait, EnhancedTroubadourTrait, MinstrelsCodaTrait,
+ BiteMasteryTrait, EnhancedEmpyrealArrowTrait, StraightShotMasteryTrait, BiteMasteryIiTrait, HeavyShotMasteryTrait, EnhancedArmysPaeonTrait, SoulVoiceTrait, QuickNockMasteryTrait, EnhancedBloodletterTrait, EnhancedApexArrowTrait, EnhancedTroubadourTrait, MinstrelsCodaTrait, WideVolleyMasteryTrait, BloodletterMasteryTrait, EnhancedBarrageTrait, EnhancedTroubadourIiTrait, EnhancedRadiantFinaleTrait, RangedMasteryTrait,
..base.AllTraits,
];
#endregion
}
/// <summary>
-/// <see href="https://na.finalfantasyxiv.com/jobguide/whitemage"><strong>White Mage</strong></see>
-/// <br>Number of Actions: 40</br>
+/// <see href="https://na.finalfantasyxiv.com/jobguide/whitemage"><strong>white mage</strong></see>
+/// <br>Number of Actions: 44</br>
/// <br>Number of Traits: 16</br>
/// </summary>
-[Jobs(Job.WHM, Job.CNJ)]
+[Jobs(Job.WHM, Job.WVR)]
public abstract partial class WhiteMageRotation : CustomRotation
{
static WHMGauge JobGauge => Svc.Gauges.Get<WHMGauge>();
@@ -48059,6 +52711,8 @@ public abstract partial class WhiteMageRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/136"><strong>Presence of Mind</strong></see> <i>PvE</i> (WHM) [136] [Ability]
/// <para>Reduces spell cast time and recast time, and auto-attack delay by 20%.</para>
/// <para>Duration: 15s</para>
+ /// <para>Additional Effect: Grants 3 stacks of Sacred Sight</para>
+ /// <para>Duration: 30s</para>
/// </summary>
public IBaseAction PresenceOfMindPvE => _PresenceOfMindPvECreator.Value;
@@ -48205,6 +52859,7 @@ public abstract partial class WhiteMageRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/3570"><strong>Tetragrammaton</strong></see> <i>PvE</i> (WHM) [3570] [Ability]
/// <para>Restores target's HP.</para>
/// <para>Cure Potency: 700</para>
+ /// <para>Maximum Charges: 2</para>
/// </summary>
public IBaseAction TetragrammatonPvE => _TetragrammatonPvECreator.Value;
@@ -48327,9 +52982,9 @@ public abstract partial class WhiteMageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7433"><strong>Plenary Indulgence</strong></see> <i>PvE</i> (WHM) [7433] [Ability]
/// <para>Grants Confession to self and nearby party members.</para>
- /// <para>Upon receiving HP recovery via Medica, Medica II, Cure III, or Afflatus Rapture cast by self, Confession triggers an additional healing effect.</para>
- /// <para>Cure Potency: 200</para>
/// <para>Duration: 10s</para>
+ /// <para>Party members under the effect of Confession will receive additional healing upon receiving HP recovery via Medica, Medica IIIMedica IIMedica II, Cure III, or Afflatus Raptureor Cure IIIor Cure III.</para>
+ /// <para>Cure Potency: 200</para>
/// </summary>
public IBaseAction PlenaryIndulgencePvE => _PlenaryIndulgencePvECreator.Value;
@@ -48378,9 +53033,9 @@ public abstract partial class WhiteMageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16532"><strong>Dia</strong></see> <i>PvE</i> (WHM) [16532] [Spell]
- /// <para>Deals unaspected damage with a potency of 65.</para>
+ /// <para>Deals unaspected damage with a potency of .</para>
/// <para>Additional Effect: Unaspected damage over time</para>
- /// <para>Potency: 65</para>
+ /// <para>Potency: </para>
/// <para>Duration: 30s</para>
/// </summary>
@@ -48453,7 +53108,7 @@ public abstract partial class WhiteMageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16535"><strong>Afflatus Misery</strong></see> <i>PvE</i> (WHM) [16535] [Spell]
- /// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 1,240 for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 1,3201,2401,240 for the first enemy, and 50% less for all remaining enemies.</para>
/// <para>Can only be executed when the Blood Lily is in full bloom.</para>
/// </summary>
@@ -48479,6 +53134,8 @@ public abstract partial class WhiteMageRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/16536"><strong>Temperance</strong></see> <i>PvE</i> (WHM) [16536] [Ability]
/// <para>Increases healing magic potency by 20%, while reducing damage taken by self and all party members within a radius of 50 yalms by 10%.</para>
/// <para>Duration: 20s</para>
+ /// <para>Additional Effect: Grants Divine Grace</para>
+ /// <para>Duration: 30s</para>
/// </summary>
public IBaseAction TemperancePvE => _TemperancePvECreator.Value;
@@ -48501,7 +53158,7 @@ public abstract partial class WhiteMageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25859"><strong>Glare III</strong></see> <i>PvE</i> (WHM) [25859] [Spell]
- /// <para>Deals unaspected damage with a potency of 310.</para>
+ /// <para>Deals unaspected damage with a potency of .</para>
/// </summary>
public IBaseAction GlareIiiPvE => _GlareIiiPvECreator.Value;
@@ -48798,15 +53455,121 @@ public abstract partial class WhiteMageRotation : CustomRotation
/// </summary>
public IBaseAction SeraphStrikePvP => _SeraphStrikePvPCreator.Value;
+ private readonly Lazy<IBaseAction> _AetherialShiftPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37008, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyAetherialShiftPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37008"><strong>Aetherial Shift</strong></see> <i>PvE</i> (WHM) [37008] [Ability]
+ /// </summary>
+ static partial void ModifyAetherialShiftPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37008"><strong>Aetherial Shift</strong></see> <i>PvE</i> (WHM) [37008] [Ability]
+ /// <para>Quickly dash 15 yalms forward.</para>
+ /// <para>Cannot be executed while bound.</para>
+ /// </summary>
+
+ public IBaseAction AetherialShiftPvE => _AetherialShiftPvECreator.Value;
+ private readonly Lazy<IBaseAction> _GlareIvPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37009, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyGlareIvPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37009"><strong>Glare IV</strong></see> <i>PvE</i> (WHM) [37009] [Spell]
+ /// </summary>
+ static partial void ModifyGlareIvPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37009"><strong>Glare IV</strong></see> <i>PvE</i> (WHM) [37009] [Spell]
+ /// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 640 for the first enemy, and 40% less for all remaining enemies.</para>
+ /// <para>Can only be executed while Sacred Sight is active.</para>
+ /// </summary>
+
+ public IBaseAction GlareIvPvE => _GlareIvPvECreator.Value;
+ private readonly Lazy<IBaseAction> _MedicaIiiPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37010, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyMedicaIiiPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37010"><strong>Medica III</strong></see> <i>PvE</i> (WHM) [37010] [Spell]
+ /// </summary>
+ static partial void ModifyMedicaIiiPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37010"><strong>Medica III</strong></see> <i>PvE</i> (WHM) [37010] [Spell]
+ /// <para>Restores own HP and the HP of all nearby party members.</para>
+ /// <para>Cure Potency: 250</para>
+ /// <para>Additional Effect: Regen</para>
+ /// <para>Cure Potency: 175</para>
+ /// <para>Duration: 15s</para>
+ /// </summary>
+
+ public IBaseAction MedicaIiiPvE => _MedicaIiiPvECreator.Value;
+ private readonly Lazy<IBaseAction> _DivineCaressPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37011, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyDivineCaressPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37011"><strong>Divine Caress</strong></see> <i>PvE</i> (WHM) [37011] [Ability]
+ /// </summary>
+ static partial void ModifyDivineCaressPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37011"><strong>Divine Caress</strong></see> <i>PvE</i> (WHM) [37011] [Ability]
+ /// <para>Creates a barrier around self and all party members near you that absorbs damage equivalent to a heal of 400 potency.</para>
+ /// <para>Duration: 10s</para>
+ /// <para>Additional Effect: Grants Divine Aura when barrier effect expires</para>
+ /// <para>Divine Aura Effect: Healing over time</para>
+ /// <para>Cure Potency: 200</para>
+ /// <para>Duration: 15s</para>
+ /// <para>Can only be executed while Divine Grace is active.</para>
+ /// </summary>
+
+ public IBaseAction DivineCaressPvE => _DivineCaressPvECreator.Value;
private IBaseAction[] _AllBaseActions = null;
/// <inheritdoc/>
public override IBaseAction[] AllBaseActions => _AllBaseActions ??= [
- StonePvE, CurePvE, AeroPvE, MedicaPvE, RaisePvE, StoneIiPvE, CureIiiPvE, AeroIiPvE, MedicaIiPvE, CureIiPvE, PresenceOfMindPvE, RegenPvE, HolyPvE, BenedictionPvE, StoneIiiPvE, AsylumPvE, TetragrammatonPvE, AssizePvE, ThinAirPvE, StoneIvPvE, DivineBenisonPvE, PlenaryIndulgencePvE, AfflatusSolacePvE, DiaPvE, GlarePvE, AfflatusRapturePvE, AfflatusMiseryPvE, TemperancePvE, GlareIiiPvE, HolyIiiPvE, AquaveilPvE, LiturgyOfTheBellPvE, GlareIiiPvP, CureIiPvP, CureIiiPvP, AfflatusMiseryPvP, AquaveilPvP, MiracleOfNaturePvP, SeraphStrikePvP,
+ StonePvE, CurePvE, AeroPvE, MedicaPvE, RaisePvE, StoneIiPvE, CureIiiPvE, AeroIiPvE, MedicaIiPvE, CureIiPvE, PresenceOfMindPvE, RegenPvE, HolyPvE, BenedictionPvE, StoneIiiPvE, AsylumPvE, TetragrammatonPvE, AssizePvE, ThinAirPvE, StoneIvPvE, DivineBenisonPvE, PlenaryIndulgencePvE, AfflatusSolacePvE, DiaPvE, GlarePvE, AfflatusRapturePvE, AfflatusMiseryPvE, TemperancePvE, GlareIiiPvE, HolyIiiPvE, AquaveilPvE, LiturgyOfTheBellPvE, GlareIiiPvP, CureIiPvP, CureIiiPvP, AfflatusMiseryPvP, AquaveilPvP, MiracleOfNaturePvP, SeraphStrikePvP, AetherialShiftPvE, GlareIvPvE, MedicaIiiPvE, DivineCaressPvE,
..base.AllBaseActions,
];
+
+
private readonly Lazy<IBaseAction> _HealingWindPvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)206, false);
@@ -48834,63 +53597,7 @@ public IBaseAction HealingWindPvE => _HealingWindPvECreator.Value;
/// <see href="https://garlandtools.org/db/#action/206"><strong>Healing Wind</strong></see> <i>PvE</i> (All Classes) [206] [Limit Break]
/// <para>Restores 25% of own HP and the HP of all nearby party members.</para>
/// </summary>
-private sealed protected override IBaseAction LimitBreak1 => HealingWindPvE;
-private readonly Lazy<IBaseAction> _BreathOfTheEarthPvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)207, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyBreathOfTheEarthPvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/207"><strong>Breath of the Earth</strong></see> <i>PvE</i> (All Classes) [207] [Limit Break]
-/// </summary>
-static partial void ModifyBreathOfTheEarthPvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/207"><strong>Breath of the Earth</strong></see> <i>PvE</i> (All Classes) [207] [Limit Break]
-/// <para>Restores 60% of own HP and the HP of all nearby party members.</para>
-/// </summary>
-
-public IBaseAction BreathOfTheEarthPvE => _BreathOfTheEarthPvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/207"><strong>Breath of the Earth</strong></see> <i>PvE</i> (All Classes) [207] [Limit Break]
-/// <para>Restores 60% of own HP and the HP of all nearby party members.</para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak2 => BreathOfTheEarthPvE;
-private readonly Lazy<IBaseAction> _PulseOfLifePvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)208, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyPulseOfLifePvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/208"><strong>Pulse of Life</strong></see> <i>PvE</i> (All Classes) [208] [Limit Break]
-/// </summary>
-static partial void ModifyPulseOfLifePvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/208"><strong>Pulse of Life</strong></see> <i>PvE</i> (All Classes) [208] [Limit Break]
-/// <para>Restores 100% of own HP and the HP of all nearby party members, including ones KO'd.</para>
-/// </summary>
-
-public IBaseAction PulseOfLifePvE => _PulseOfLifePvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/208"><strong>Pulse of Life</strong></see> <i>PvE</i> (All Classes) [208] [Limit Break]
-/// <para>Restores 100% of own HP and the HP of all nearby party members, including ones KO'd.</para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak3 => PulseOfLifePvE;
+private sealed protected override IBaseAction LimitBreak3 => HealingWindPvE;
private readonly Lazy<IBaseAction> _AfflatusPurgationPvPCreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)29230, false);
@@ -48941,104 +53648,106 @@ private sealed protected override IBaseAction LimitBreakPvP => AfflatusPurgat
#region Traits
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50023"><strong>Maim and Mend</strong></see> (CNJ WHM) [23]
- /// <para>Increases base action damage and HP restoration by 10%.</para>
- /// </summary>
- public static IBaseTrait MaimAndMendTrait { get; } = new BaseTrait(23);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50025"><strong>Freecure</strong></see> (CNJ WHM) [25]
- /// <para>Grants a 15% chance that after casting Cure, the MP cost for your next Cure II will be 0.</para>
- /// <para>Duration: 15s</para>
- /// </summary>
- public static IBaseTrait FreecureTrait { get; } = new BaseTrait(25);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50026"><strong>Maim and Mend II</strong></see> (CNJ WHM) [26]
- /// <para>Increases base action damage and HP restoration by 30%.</para>
- /// </summary>
- public static IBaseTrait MaimAndMendIiTrait { get; } = new BaseTrait(26);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50179"><strong>Stone Mastery</strong></see> (CNJ WHM) [179]
- /// <para>Upgrades Stone to Stone II.</para>
- /// </summary>
- public static IBaseTrait StoneMasteryTrait { get; } = new BaseTrait(179);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50180"><strong>Aero Mastery</strong></see> (CNJ WHM) [180]
- /// <para>Upgrades Aero to Aero II.</para>
- /// </summary>
- public static IBaseTrait AeroMasteryTrait { get; } = new BaseTrait(180);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50181"><strong>Stone Mastery II</strong></see> (WHM) [181]
+ /// <see href="https://garlandtools.org/db/#action/50181"><strong>Stone Mastery II</strong></see> [181]
/// <para>Upgrades Stone II to Stone III.</para>
/// </summary>
public static IBaseTrait StoneMasteryIiTrait { get; } = new BaseTrait(181);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50182"><strong>Stone Mastery III</strong></see> (WHM) [182]
+ /// <see href="https://garlandtools.org/db/#action/50182"><strong>Stone Mastery III</strong></see> [182]
/// <para>Upgrades Stone III to Stone IV.</para>
/// </summary>
public static IBaseTrait StoneMasteryIiiTrait { get; } = new BaseTrait(182);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50196"><strong>Secret of the Lily</strong></see> (WHM) [196]
+ /// <see href="https://garlandtools.org/db/#action/50196"><strong>Secret of the Lily</strong></see> [196]
/// <para>Adds a Lily to your Healing Gauge for every 20 seconds you are engaged in combat, up to a maximum of 3.</para>
/// </summary>
public static IBaseTrait SecretOfTheLilyTrait { get; } = new BaseTrait(196);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50307"><strong>Aero Mastery II</strong></see> (WHM) [307]
+ /// <see href="https://garlandtools.org/db/#action/50307"><strong>Aero Mastery II</strong></see> [307]
/// <para>Upgrades Aero II to Dia.</para>
/// </summary>
public static IBaseTrait AeroMasteryIiTrait { get; } = new BaseTrait(307);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50308"><strong>Stone Mastery IV</strong></see> (WHM) [308]
+ /// <see href="https://garlandtools.org/db/#action/50308"><strong>Stone Mastery IV</strong></see> [308]
/// <para>Upgrades Stone IV to Glare.</para>
/// </summary>
public static IBaseTrait StoneMasteryIvTrait { get; } = new BaseTrait(308);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50309"><strong>Transcendent Afflatus</strong></see> (WHM) [309]
+ /// <see href="https://garlandtools.org/db/#action/50309"><strong>Transcendent Afflatus</strong></see> [309]
/// <para>Adds a Blood Lily to the Healing Gauge that blooms after three uses of Afflatus Solace or Afflatus Rapture.</para>
/// </summary>
public static IBaseTrait TranscendentAfflatusTrait { get; } = new BaseTrait(309);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50310"><strong>Enhanced Asylum</strong></see> (WHM) [310]
+ /// <see href="https://garlandtools.org/db/#action/50310"><strong>Enhanced Asylum</strong></see> [310]
/// <para>Adds an additional effect to Asylum that increases HP recovery via healing actions by 10%.</para>
/// </summary>
public static IBaseTrait EnhancedAsylumTrait { get; } = new BaseTrait(310);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50487"><strong>Glare Mastery</strong></see> (WHM) [487]
+ /// <see href="https://garlandtools.org/db/#action/50487"><strong>Glare Mastery</strong></see> [487]
/// <para>Upgrades Glare to Glare III.</para>
/// </summary>
public static IBaseTrait GlareMasteryTrait { get; } = new BaseTrait(487);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50488"><strong>Holy Mastery</strong></see> (WHM) [488]
+ /// <see href="https://garlandtools.org/db/#action/50488"><strong>Holy Mastery</strong></see> [488]
/// <para>Upgrades Holy to Holy III.</para>
/// </summary>
public static IBaseTrait HolyMasteryTrait { get; } = new BaseTrait(488);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50489"><strong>Enhanced Healing Magic</strong></see> (WHM) [489]
+ /// <see href="https://garlandtools.org/db/#action/50489"><strong>Enhanced Healing Magic</strong></see> [489]
/// <para>Increases the healing potency of Cure to 500, Medica to 400, Cure II to 800, Regen to 250, Cure III to 600, Medica II to 250, Medica II's Regen effect to 150, Afflatus Solace to 800, and Afflatus Rapture to 400.</para>
/// </summary>
public static IBaseTrait EnhancedHealingMagicTrait { get; } = new BaseTrait(489);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50490"><strong>Enhanced Divine Benison</strong></see> (WHM) [490]
+ /// <see href="https://garlandtools.org/db/#action/50490"><strong>Enhanced Divine Benison</strong></see> [490]
/// <para>Allows the accumulation of charges for consecutive uses of Divine Benison.</para>
/// <para>Maximum Charges: 2</para>
/// </summary>
public static IBaseTrait EnhancedDivineBenisonTrait { get; } = new BaseTrait(490);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50623"><strong>Enhanced Presence of Mind</strong></see> [623]
+ /// <para>Presence of Mind grants 3 stacks of Sacred Sight upon execution.</para>
+ /// <para>Duration: 30s</para>
+ /// </summary>
+ public static IBaseTrait EnhancedPresenceOfMindTrait { get; } = new BaseTrait(623);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50624"><strong>Medica Mastery</strong></see> [624]
+ /// <para>Upgrades Medica II to Medica III.</para>
+ /// </summary>
+ public static IBaseTrait MedicaMasteryTrait { get; } = new BaseTrait(624);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50625"><strong>Enhanced Tetragrammaton</strong></see> [625]
+ /// <para>Allows the accumulation of charges for consecutive uses of Tetragrammaton.</para>
+ /// <para>Maximum Charges: 2</para>
+ /// </summary>
+ public static IBaseTrait EnhancedTetragrammatonTrait { get; } = new BaseTrait(625);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50626"><strong>Enhanced Temperance</strong></see> [626]
+ /// <para>Temperance grants Divine Grace upon execution.</para>
+ /// <para>Duration: 30s</para>
+ /// </summary>
+ public static IBaseTrait EnhancedTemperanceTrait { get; } = new BaseTrait(626);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50651"><strong>White Magic Mastery</strong></see> [651]
+ /// <para>Increases the potency of Dia and its damage over time to 70, Afflatus Misery to 1,320, and Glare III to 330.</para>
+ /// </summary>
+ public static IBaseTrait WhiteMagicMasteryTrait { get; } = new BaseTrait(651);
private IBaseTrait[] _AllTraits = null;
/// <inheritdoc/>
public override IBaseTrait[] AllTraits => _AllTraits ??= [
- MaimAndMendTrait, FreecureTrait, MaimAndMendIiTrait, StoneMasteryTrait, AeroMasteryTrait, StoneMasteryIiTrait, StoneMasteryIiiTrait, SecretOfTheLilyTrait, AeroMasteryIiTrait, StoneMasteryIvTrait, TranscendentAfflatusTrait, EnhancedAsylumTrait, GlareMasteryTrait, HolyMasteryTrait, EnhancedHealingMagicTrait, EnhancedDivineBenisonTrait,
+ StoneMasteryIiTrait, StoneMasteryIiiTrait, SecretOfTheLilyTrait, AeroMasteryIiTrait, StoneMasteryIvTrait, TranscendentAfflatusTrait, EnhancedAsylumTrait, GlareMasteryTrait, HolyMasteryTrait, EnhancedHealingMagicTrait, EnhancedDivineBenisonTrait, EnhancedPresenceOfMindTrait, MedicaMasteryTrait, EnhancedTetragrammatonTrait, EnhancedTemperanceTrait, WhiteMagicMasteryTrait,
..base.AllTraits,
];
#endregion
}
/// <summary>
-/// <see href="https://na.finalfantasyxiv.com/jobguide/blackmage"><strong>Black Mage</strong></see>
-/// <br>Number of Actions: 45</br>
-/// <br>Number of Traits: 21</br>
+/// <see href="https://na.finalfantasyxiv.com/jobguide/blackmage"><strong>black mage</strong></see>
+/// <br>Number of Actions: 48</br>
+/// <br>Number of Traits: 17</br>
/// </summary>
-[Jobs(Job.BLM, Job.THM)]
+[Jobs(Job.BLM, Job.ARM)]
public abstract partial class BlackMageRotation : CustomRotation
{
static BLMGauge JobGauge => Svc.Gauges.Get<BLMGauge>();
@@ -49066,9 +53775,10 @@ public abstract partial class BlackMageRotation : CustomRotation
/// <para>Deals fire damage with a potency of 180.</para>
/// <para>Additional Effect: Grants Astral Fire or removes Umbral Ice</para>
/// <para>Duration: 15s</para>
- /// <para>Additional Effect: 40% chance next Fire III will cost no MP and have no cast time</para>
- /// <para>Duration: 30s</para>
- /// <para>Additional Effect: 40% chance next Fire III will cost no MP and have no cast time</para>
+ /// <para>Additional Effect: 40% chance to grant Firestarter</para>
+ /// <para>Firestarter Effect: Next Fire III will cost no MP and have no cast time</para>
+ /// <para>Duration: 30sAdditional Effect: 40% chance to grant Firestarter</para>
+ /// <para>Firestarter Effect: Next Fire III will cost no MP and have no cast time</para>
/// <para>Duration: 30s</para>
/// </summary>
@@ -49117,17 +53827,12 @@ public abstract partial class BlackMageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/144"><strong>Thunder</strong></see> <i>PvE</i> (THM BLM) [144] [Spell]
- /// <para>Deals lightning damage with a potency of 30.</para>
+ /// <para>Deals lightning damage with a potency of 120.</para>
/// <para>Additional Effect: Lightning damage over time</para>
- /// <para>Potency: 35</para>
- /// <para>Duration: 21s</para>
- /// <para>Additional Effect: 10% chance after each tick that the next Thunder spell of any grade will add its full damage over time amount to its initial damage, have no cast time, and cost no MP</para>
- /// <para>Duration: 40s</para>
- /// <para></para>
- /// <para>Additional Effect: 10% chance after each tick that the next Thunder spell of any grade will add its full damage over time amount to its initial damage, have no cast time, and cost no MP</para>
- /// <para>Duration: 40s</para>
- /// <para></para>
- /// <para></para>
+ /// <para>Potency: 40</para>
+ /// <para>Duration: 24s</para>
+ /// <para>Can only be cast while under the effect of Thunderhead, granted when gaining Astral Fire or Umbral Ice from an unaspected state, or changing between their influences.</para>
+ /// <para>Thunderhead Duration: 30s</para>
/// <para>Only one Thunder spell-induced damage over time effect per caster can be inflicted upon a single target.</para>
/// </summary>
@@ -49151,11 +53856,9 @@ public abstract partial class BlackMageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/147"><strong>Fire II</strong></see> <i>PvE</i> (THM BLM) [147] [Spell]
- /// <para>Deals fire damage with a potency of 100 to target and all enemies nearby it.</para>
+ /// <para>Deals fire damage with a potency of 80 to target and all enemies nearby it.</para>
/// <para>Additional Effect: Grants Astral Fire III and removes Umbral IceGrants Astral Fire III and removes Umbral IceGrants Astral Fire or removes Umbral IceGrants Astral Fire or removes Umbral Ice</para>
/// <para>Duration: 15s</para>
- /// <para>Astral Fire Bonus: Grants Enhanced Flare</para>
- /// <para>Effect is canceled if Astral Fire ends.</para>
/// </summary>
public IBaseAction FireIiPvE => _FireIiPvECreator.Value;
@@ -49201,7 +53904,7 @@ public abstract partial class BlackMageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/152"><strong>Fire III</strong></see> <i>PvE</i> (THM BLM) [152] [Spell]
- /// <para>Deals fire damage with a potency of 260.</para>
+ /// <para>Deals fire damage with a potency of 280.</para>
/// <para>Additional Effect: Grants Astral Fire III and removes Umbral Ice</para>
/// <para>Duration: 15s</para>
/// </summary>
@@ -49226,17 +53929,12 @@ public abstract partial class BlackMageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/153"><strong>Thunder III</strong></see> <i>PvE</i> (BLM) [153] [Spell]
- /// <para>Deals lightning damage with a potency of 50.</para>
+ /// <para>Deals lightning damage with a potency of 160.</para>
/// <para>Additional Effect: Lightning damage over time</para>
- /// <para>Potency: 35</para>
- /// <para>Duration: 30s</para>
- /// <para>Additional Effect: 10% chance after each tick that the next Thunder spell of any grade will add its full damage over time amount to its initial damage, have no cast time, and cost no MP</para>
- /// <para>Duration: 40s</para>
- /// <para></para>
- /// <para>Additional Effect: 10% chance after each tick that the next Thunder spell of any grade will add its full damage over time amount to its initial damage, have no cast time, and cost no MP</para>
- /// <para>Duration: 40s</para>
- /// <para></para>
- /// <para></para>
+ /// <para>Potency: 45</para>
+ /// <para>Duration: 27s</para>
+ /// <para>Can only be cast while under the effect of Thunderhead, granted when gaining Astral Fire or Umbral Ice from an unaspected state, or changing between their influences.</para>
+ /// <para>Thunderhead Duration: 30s</para>
/// <para>Only one Thunder spell-induced damage over time effect per caster can be inflicted upon a single target.</para>
/// </summary>
@@ -49260,7 +53958,7 @@ public abstract partial class BlackMageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/154"><strong>Blizzard III</strong></see> <i>PvE</i> (BLM) [154] [Spell]
- /// <para>Deals ice damage with a potency of 260.</para>
+ /// <para>Deals ice damage with a potency of 280.</para>
/// <para>Additional Effect: Grants Umbral Ice III and removes Astral Fire</para>
/// <para>Duration: 15s</para>
/// </summary>
@@ -49357,7 +54055,15 @@ public abstract partial class BlackMageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/158"><strong>Manafont</strong></see> <i>PvE</i> (BLM) [158] [Ability]
- /// <para>Restores 30% of maximum MP.</para>
+ /// <para>Fully restores MP.</para>
+ /// <para>Additional Effect: Grants Astral Fire III</para>
+ /// <para>Duration: 15s</para>
+ /// <para>Additional Effect: Grants Thunderhead</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Additional Effect: Grants 3 Umbral Hearts</para>
+ /// <para>Umbral Heart Bonus: Nullifies Astral Fire's MP cost increase for Fire spells</para>
+ /// <para>Additional Effect: Grants Paradox</para>
+ /// <para>Can only be executed while under the effect of Astral Fire.</para>
/// </summary>
public IBaseAction ManafontPvE => _ManafontPvECreator.Value;
@@ -49406,10 +54112,11 @@ public abstract partial class BlackMageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/162"><strong>Flare</strong></see> <i>PvE</i> (BLM) [162] [Spell]
- /// <para>Deals fire damage to target and all enemies nearby it with a potency of 220 for the first enemy, and 40% less for all remaining enemies.</para>
- /// <para>Enhanced Flare Potency: 280</para>
+ /// <para>Deals fire damage to target and all enemies nearby it with a potency of 240 for the first enemy, and 40% less for all remaining enemies.</para>
/// <para>Additional Effect: Grants Astral Fire III</para>
/// <para>Duration: 15s</para>
+ /// <para>Additional Effect: Grants 3 stacks of Astral Soul</para>
+ /// <para>Effect ends when Astral Fire expires.</para>
/// <para>Can only be executed while under the effect of Astral Fire.</para>
/// </summary>
@@ -49438,31 +54145,6 @@ public abstract partial class BlackMageRotation : CustomRotation
/// </summary>
public IBaseAction LeyLinesPvE => _LeyLinesPvECreator.Value;
- private readonly Lazy<IBaseAction> _SharpcastPvECreator = new(() =>
- {
- IBaseAction action = new BaseAction((ActionID)3574, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifySharpcastPvE(ref setting);
- action.Setting = setting;
-
- return action;
- });
-
- /// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/3574"><strong>Sharpcast</strong></see> <i>PvE</i> (BLM) [3574] [Ability]
- /// </summary>
- static partial void ModifySharpcastPvE(ref ActionSetting setting);
-
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/3574"><strong>Sharpcast</strong></see> <i>PvE</i> (BLM) [3574] [Ability]
- /// <para>Ensures the next Scathe, Fire, Paradox, or Thunder spell cast will, for the first hit, trigger Scathe's additional effect, Firestarter, or Thundercloud.</para>
- /// <para>Duration: 30s</para>
- /// <para>Maximum Charges: 2</para>
- /// </summary>
-
- public IBaseAction SharpcastPvE => _SharpcastPvECreator.Value;
private readonly Lazy<IBaseAction> _BlizzardIvPvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)3576, false);
@@ -49509,6 +54191,8 @@ public abstract partial class BlackMageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/3577"><strong>Fire IV</strong></see> <i>PvE</i> (BLM) [3577] [Spell]
/// <para>Deals fire damage with a potency of 310.</para>
+ /// <para>Additional Effect: Grants Astral Soul</para>
+ /// <para>Effect ends when Astral Fire expires.</para>
/// <para>Can only be executed while under the effect of Astral Fire.</para>
/// </summary>
@@ -49556,12 +54240,12 @@ public abstract partial class BlackMageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7420"><strong>Thunder IV</strong></see> <i>PvE</i> (BLM) [7420] [Spell]
- /// <para>Deals lightning damage with a potency of 50 to target and all enemies nearby it.</para>
+ /// <para>Deals lightning damage with a potency of 80 to target and all enemies nearby it.</para>
/// <para>Additional Effect: Lightning damage over time</para>
- /// <para>Potency: 20</para>
- /// <para>Duration: 18s</para>
- /// <para>Additional Effect: 3% chance after each tick that the next Thunder spell of any grade will add its full damage over time amount to its initial damage, have no cast time, and cost no MP</para>
- /// <para>Duration: 40s</para>
+ /// <para>Potency: 35</para>
+ /// <para>Duration: 21s</para>
+ /// <para>Can only be cast while under the effect of Thunderhead, granted when gaining Astral Fire or Umbral Ice from an unaspected state, or changing between their influences.</para>
+ /// <para>Thunderhead Duration: 30s</para>
/// <para>Only one Thunder spell-induced damage over time effect per caster can be inflicted upon a single target.</para>
/// </summary>
@@ -49634,17 +54318,12 @@ public abstract partial class BlackMageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7447"><strong>Thunder II</strong></see> <i>PvE</i> (THM BLM) [7447] [Spell]
- /// <para>Deals lightning damage with a potency of 50 to target and all enemies nearby it.</para>
+ /// <para>Deals lightning damage with a potency of 60 to target and all enemies nearby it.</para>
/// <para>Additional Effect: Lightning damage over time</para>
- /// <para>Potency: 15</para>
+ /// <para>Potency: 30</para>
/// <para>Duration: 18s</para>
- /// <para>Additional Effect: 3% chance after each tick that the next Thunder spell of any grade will add its full damage over time amount to its initial damage, have no cast time, and cost no MP</para>
- /// <para>Duration: 40s</para>
- /// <para></para>
- /// <para>Additional Effect: 3% chance after each tick that the next Thunder spell of any grade will add its full damage over time amount to its initial damage, have no cast time, and cost no MP</para>
- /// <para>Duration: 40s</para>
- /// <para></para>
- /// <para></para>
+ /// <para>Can only be cast while under the effect of Thunderhead, granted when gaining Astral Fire or Umbral Ice from an unaspected state, or changing between their influences.</para>
+ /// <para>Thunderhead Duration: 30s</para>
/// <para>Only one Thunder spell-induced damage over time effect per caster can be inflicted upon a single target.</para>
/// </summary>
@@ -49696,6 +54375,10 @@ public abstract partial class BlackMageRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/16506"><strong>Umbral Soul</strong></see> <i>PvE</i> (BLM) [16506] [Spell]
/// <para>Grants Umbral Ice and 1 Umbral Heart.</para>
/// <para>Umbral Heart Bonus: Nullifies Astral Fire's MP cost increase for Fire spells and reduces MP cost for Flare by one-third</para>
+ /// <para>Additional Effect: Restores an amount of MP commensurate with your stacks of Umbral Ice</para>
+ /// <para>Umbral Ice I: 2,500 MP</para>
+ /// <para>Umbral Ice II: 5,000 MP</para>
+ /// <para>Umbral Ice III: 10,000 MP</para>
/// <para>Can only be executed while under the effect of Umbral Ice.</para>
/// </summary>
@@ -49743,7 +54426,7 @@ public abstract partial class BlackMageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25793"><strong>Blizzard II</strong></see> <i>PvE</i> (THM BLM) [25793] [Spell]
- /// <para>Deals ice damage with a potency of 100 to target and all enemies nearby it.</para>
+ /// <para>Deals ice damage with a potency of 80 to target and all enemies nearby it.</para>
/// <para>Additional Effect: Grants Umbral Ice III andGrants Umbral Ice III andGrants Umbral Ice orGrants Umbral Ice or removes Astral Fire</para>
/// <para>Duration: 15s</para>
/// </summary>
@@ -49768,11 +54451,9 @@ public abstract partial class BlackMageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25794"><strong>High Fire II</strong></see> <i>PvE</i> (BLM) [25794] [Spell]
- /// <para>Deals fire damage with a potency of 140 to target and all enemies nearby it.</para>
+ /// <para>Deals fire damage with a potency of 100 to target and all enemies nearby it.</para>
/// <para>Additional Effect: Grants Astral Fire III and removes Umbral Ice</para>
/// <para>Duration: 15s</para>
- /// <para>Astral Fire Bonus: Grants Enhanced Flare</para>
- /// <para>Effect is canceled if Astral Fire ends.</para>
/// </summary>
public IBaseAction HighFireIiPvE => _HighFireIiPvECreator.Value;
@@ -49795,7 +54476,7 @@ public abstract partial class BlackMageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25795"><strong>High Blizzard II</strong></see> <i>PvE</i> (BLM) [25795] [Spell]
- /// <para>Deals ice damage with a potency of 140 to target and all enemies nearby it.</para>
+ /// <para>Deals ice damage with a potency of 100 to target and all enemies nearby it.</para>
/// <para>Additional Effect: Grants Umbral Ice III and removes Astral Fire</para>
/// <para>Duration: 15s</para>
/// </summary>
@@ -49845,15 +54526,15 @@ public abstract partial class BlackMageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25797"><strong>Paradox</strong></see> <i>PvE</i> (BLM) [25797] [Spell]
/// <para>Deals unaspected damage with a potency of 500.</para>
- /// <para>Astral Fire Bonus: Refreshes the duration of Astral Fire and 40% chance to grant Firestarter</para>
+ /// <para>Additional Effect: Grants Astral Fire</para>
/// <para>Duration: 15s</para>
+ /// <para>Additional Effect: Grants Firestarter</para>
/// <para>Firestarter Effect: Next Fire III will require no time to cast and cost no MP</para>
/// <para>Duration: 30s</para>
- /// <para>Umbral Ice Bonus: Spell is cast immediately, requires no MP to cast, and refreshes the duration of Umbral Ice</para>
- /// <para>Duration: 15s</para>
/// <para>Can only be executed while under the effect of Paradox.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Fire changes to Paradox when requirements for execution are met.</para>
/// </summary>
public IBaseAction ParadoxPvE => _ParadoxPvECreator.Value;
@@ -50271,15 +54952,123 @@ public abstract partial class BlackMageRotation : CustomRotation
/// </summary>
public IBaseAction ParadoxPvP => _ParadoxPvPCreator.Value;
+ private readonly Lazy<IBaseAction> _HighThunderPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36986, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyHighThunderPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36986"><strong>High Thunder</strong></see> <i>PvE</i> (BLM) [36986] [Spell]
+ /// </summary>
+ static partial void ModifyHighThunderPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36986"><strong>High Thunder</strong></see> <i>PvE</i> (BLM) [36986] [Spell]
+ /// <para>Deals lightning damage with a potency of 200.</para>
+ /// <para>Additional Effect: Lightning damage over time</para>
+ /// <para>Potency: 55</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Can only be cast while under the effect of Thunderhead, granted when gaining Astral Fire or Umbral Ice from an unaspected state, or changing between their influences.</para>
+ /// <para>Thunderhead Duration: 30s</para>
+ /// <para>Only one Thunder spell-induced damage over time effect per caster can be inflicted upon a single target.</para>
+ /// </summary>
+
+ public IBaseAction HighThunderPvE => _HighThunderPvECreator.Value;
+ private readonly Lazy<IBaseAction> _HighThunderIiPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36987, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyHighThunderIiPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36987"><strong>High Thunder II</strong></see> <i>PvE</i> (BLM) [36987] [Spell]
+ /// </summary>
+ static partial void ModifyHighThunderIiPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36987"><strong>High Thunder II</strong></see> <i>PvE</i> (BLM) [36987] [Spell]
+ /// <para>Deals lightning damage with a potency of 100 to target and all enemies nearby it.</para>
+ /// <para>Additional Effect: Lightning damage over time</para>
+ /// <para>Potency: 40</para>
+ /// <para>Duration: 24s</para>
+ /// <para>Can only be cast while under the effect of Thunderhead, granted when gaining Astral Fire or Umbral Ice from an unaspected state, or changing between their influences.</para>
+ /// <para>Thunderhead Duration: 30s</para>
+ /// <para>Only one Thunder spell-induced damage over time effect per caster can be inflicted upon a single target.</para>
+ /// </summary>
+
+ public IBaseAction HighThunderIiPvE => _HighThunderIiPvECreator.Value;
+ private readonly Lazy<IBaseAction> _RetracePvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36988, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyRetracePvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36988"><strong>Retrace</strong></see> <i>PvE</i> (BLM) [36988] [Ability]
+ /// </summary>
+ static partial void ModifyRetracePvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36988"><strong>Retrace</strong></see> <i>PvE</i> (BLM) [36988] [Ability]
+ /// <para>Weave ley lines anew, setting your circle of power at a new location.</para>
+ /// <para>Can only be executed while under the effect of Ley Lines.</para>
+ /// </summary>
+
+ public IBaseAction RetracePvE => _RetracePvECreator.Value;
+ private readonly Lazy<IBaseAction> _FlareStarPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36989, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyFlareStarPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36989"><strong>Flare Star</strong></see> <i>PvE</i> (BLM) [36989] [Spell]
+ /// </summary>
+ static partial void ModifyFlareStarPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36989"><strong>Flare Star</strong></see> <i>PvE</i> (BLM) [36989] [Spell]
+ /// <para>Deals fire damage to target and all enemies nearby it with a potency of 400 for the first enemy, and 65% less for all remaining enemies.</para>
+ /// <para>Can only be executed when the Astral Gauge is full.</para>
+ /// </summary>
+
+ public IBaseAction FlareStarPvE => _FlareStarPvECreator.Value;
private IBaseAction[] _AllBaseActions = null;
/// <inheritdoc/>
public override IBaseAction[] AllBaseActions => _AllBaseActions ??= [
- FirePvE, BlizzardPvE, ThunderPvE, FireIiPvE, TransposePvE, FireIiiPvE, ThunderIiiPvE, BlizzardIiiPvE, AetherialManipulationPvE, ScathePvE, ManawardPvE, ManafontPvE, FreezePvE, FlarePvE, LeyLinesPvE, SharpcastPvE, BlizzardIvPvE, FireIvPvE, BetweenTheLinesPvE, ThunderIvPvE, TriplecastPvE, FoulPvE, ThunderIiPvE, DespairPvE, UmbralSoulPvE, XenoglossyPvE, BlizzardIiPvE, HighFireIiPvE, HighBlizzardIiPvE, AmplifierPvE, ParadoxPvE, FoulPvP, FirePvP, FireIvPvP, FlarePvP, BlizzardPvP, BlizzardIvPvP, FreezePvP, BurstPvP, NightWingPvP, AetherialManipulationPvP, SuperflarePvP, ParadoxPvP,
+ FirePvE, BlizzardPvE, ThunderPvE, FireIiPvE, TransposePvE, FireIiiPvE, ThunderIiiPvE, BlizzardIiiPvE, AetherialManipulationPvE, ScathePvE, ManawardPvE, ManafontPvE, FreezePvE, FlarePvE, LeyLinesPvE, BlizzardIvPvE, FireIvPvE, BetweenTheLinesPvE, ThunderIvPvE, TriplecastPvE, FoulPvE, ThunderIiPvE, DespairPvE, UmbralSoulPvE, XenoglossyPvE, BlizzardIiPvE, HighFireIiPvE, HighBlizzardIiPvE, AmplifierPvE, ParadoxPvE, FoulPvP, FirePvP, FireIvPvP, FlarePvP, BlizzardPvP, BlizzardIvPvP, FreezePvP, BurstPvP, NightWingPvP, AetherialManipulationPvP, SuperflarePvP, ParadoxPvP, HighThunderPvE, HighThunderIiPvE, RetracePvE, FlareStarPvE,
..base.AllBaseActions,
];
+
+
private readonly Lazy<IBaseAction> _SkyshardPvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)203, false);
@@ -50307,63 +55096,7 @@ public IBaseAction SkyshardPvE => _SkyshardPvECreator.Value;
/// <see href="https://garlandtools.org/db/#action/203"><strong>Skyshard</strong></see> <i>PvE</i> (All Classes) [203] [Limit Break]
/// <para>Deals unaspected damage with a potency of 1,650 to all enemies near point of impact.</para>
/// </summary>
-private sealed protected override IBaseAction LimitBreak1 => SkyshardPvE;
-private readonly Lazy<IBaseAction> _StarstormPvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)204, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyStarstormPvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/204"><strong>Starstorm</strong></see> <i>PvE</i> (All Classes) [204] [Limit Break]
-/// </summary>
-static partial void ModifyStarstormPvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/204"><strong>Starstorm</strong></see> <i>PvE</i> (All Classes) [204] [Limit Break]
-/// <para>Deals unaspected damage with a potency of 3,600 to all enemies near point of impact.</para>
-/// </summary>
-
-public IBaseAction StarstormPvE => _StarstormPvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/204"><strong>Starstorm</strong></see> <i>PvE</i> (All Classes) [204] [Limit Break]
-/// <para>Deals unaspected damage with a potency of 3,600 to all enemies near point of impact.</para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak2 => StarstormPvE;
-private readonly Lazy<IBaseAction> _MeteorPvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)205, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyMeteorPvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/205"><strong>Meteor</strong></see> <i>PvE</i> (All Classes) [205] [Limit Break]
-/// </summary>
-static partial void ModifyMeteorPvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/205"><strong>Meteor</strong></see> <i>PvE</i> (All Classes) [205] [Limit Break]
-/// <para>Deals unaspected damage with a potency of 6,150 to all enemies near point of impact.</para>
-/// </summary>
-
-public IBaseAction MeteorPvE => _MeteorPvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/205"><strong>Meteor</strong></see> <i>PvE</i> (All Classes) [205] [Limit Break]
-/// <para>Deals unaspected damage with a potency of 6,150 to all enemies near point of impact.</para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak3 => MeteorPvE;
+private sealed protected override IBaseAction LimitBreak3 => SkyshardPvE;
private readonly Lazy<IBaseAction> _SoulResonancePvPCreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)29662, false);
@@ -50416,140 +55149,110 @@ private sealed protected override IBaseAction LimitBreakPvP => SoulResonanceP
#region Traits
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50029"><strong>Maim and Mend</strong></see> (THM BLM) [29]
- /// <para>Increases base action damage and HP restoration by 10%.</para>
- /// </summary>
- public static IBaseTrait MaimAndMendTrait { get; } = new BaseTrait(29);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50031"><strong>Maim and Mend II</strong></see> (THM BLM) [31]
- /// <para>Increases base action damage and HP restoration by 30%.</para>
- /// </summary>
- public static IBaseTrait MaimAndMendIiTrait { get; } = new BaseTrait(31);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50032"><strong>Firestarter</strong></see> (THM BLM) [32]
- /// <para>Grants a 40% chance that after casting Fire, your next Fire III will require no MP and have no cast time.</para>
- /// <para>Duration: 30s</para>
- /// </summary>
- public static IBaseTrait FirestarterTrait { get; } = new BaseTrait(32);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50033"><strong>Thundercloud</strong></see> (THM BLM) [33]
- /// <para>Grants a 10% chance that after each damage over time tick inflicted by Thunder or Thunder III (3% for Thunder II or Thunder IV), the next Thunder, Thunder II, Thunder III, or Thunder IV will add its full damage over time amount to its initial damage, have no cast time, and cost no MP.</para>
- /// <para>Duration: 40s</para>
- /// </summary>
- public static IBaseTrait ThundercloudTrait { get; } = new BaseTrait(33);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50171"><strong>Thunder Mastery</strong></see> (BLM) [171]
+ /// <see href="https://garlandtools.org/db/#action/50171"><strong>Thunder Mastery</strong></see> [171]
/// <para>Upgrades Thunder to Thunder III.</para>
/// </summary>
public static IBaseTrait ThunderMasteryTrait { get; } = new BaseTrait(171);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50172"><strong>Thunder Mastery II</strong></see> (BLM) [172]
+ /// <see href="https://garlandtools.org/db/#action/50172"><strong>Thunder Mastery II</strong></see> [172]
/// <para>Upgrades Thunder II to Thunder IV.</para>
/// </summary>
public static IBaseTrait ThunderMasteryIiTrait { get; } = new BaseTrait(172);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50174"><strong>Enhanced Enochian</strong></see> (BLM) [174]
+ /// <see href="https://garlandtools.org/db/#action/50174"><strong>Enhanced Enochian</strong></see> [174]
/// <para>Grants the effect of Polyglot upon maintaining Enochian for 30 seconds. Also improves Enochian's magic damage increase to 10%.</para>
/// </summary>
public static IBaseTrait EnhancedEnochianTrait { get; } = new BaseTrait(174);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50295"><strong>Enhanced Freeze</strong></see> (BLM) [295]
- /// <para>Grants 3 Umbral Hearts upon casting Freeze.</para>
+ /// <see href="https://garlandtools.org/db/#action/50295"><strong>Umbral Heart</strong></see> [295]
+ /// <para>Grants 3 Umbral Hearts upon casting Freeze or executing Manafont.</para>
/// </summary>
- public static IBaseTrait EnhancedFreezeTrait { get; } = new BaseTrait(295);
+ public static IBaseTrait UmbralHeartTrait { get; } = new BaseTrait(295);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50296"><strong>Aspect Mastery</strong></see> (THM BLM) [296]
- /// <para>Casting of certain fire and ice spells will grant a stack of Astral Fire and Umbral Ice respectively.</para>
- /// <para>Maximum Stacks: 1</para>
- /// <para>Duration: 15s</para>
- /// <para>While under the effect of either Astral Fire or Umbral Ice, casting a spell of the opposite element will consume no MP.</para>
- /// <para>Effect does not apply to Flare.</para>
- /// </summary>
- public static IBaseTrait AspectMasteryTrait { get; } = new BaseTrait(296);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50297"><strong>Enhanced Polyglot</strong></see> (BLM) [297]
+ /// <see href="https://garlandtools.org/db/#action/50297"><strong>Enhanced Polyglot</strong></see> [297]
/// <para>Allows the stacking of a second Polyglot.</para>
/// </summary>
public static IBaseTrait EnhancedPolyglotTrait { get; } = new BaseTrait(297);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50321"><strong>Enhanced Sharpcast</strong></see> (BLM) [321]
- /// <para>Reduces Sharpcast recast timer to 30 seconds.</para>
- /// </summary>
- public static IBaseTrait EnhancedSharpcastTrait { get; } = new BaseTrait(321);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50322"><strong>Enhanced Enochian II</strong></see> (BLM) [322]
+ /// <see href="https://garlandtools.org/db/#action/50322"><strong>Enhanced Enochian II</strong></see> [322]
/// <para>Improves Enochian's magic damage increase to 15%.</para>
/// </summary>
public static IBaseTrait EnhancedEnochianIiTrait { get; } = new BaseTrait(322);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50458"><strong>Aspect Mastery II</strong></see> (THM BLM) [458]
- /// <para>Allows the stacking of a second Astral Fire and Umbral Ice.</para>
- /// </summary>
- public static IBaseTrait AspectMasteryIiTrait { get; } = new BaseTrait(458);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50459"><strong>Aspect Mastery III</strong></see> (THM BLM) [459]
- /// <para>Allows the stacking of a third Astral Fire and Umbral Ice.</para>
- /// <para>Casting Fire II or Blizzard II grants maximum stacks of Astral Fire or Umbral Ice respectively.</para>
- /// <para>When maintaining three stacks of Astral Fire or Umbral Ice, the cast time of spells of the opposite element is halved.</para>
- /// </summary>
- public static IBaseTrait AspectMasteryIiiTrait { get; } = new BaseTrait(459);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50460"><strong>Enochian</strong></see> (BLM) [460]
+ /// <see href="https://garlandtools.org/db/#action/50460"><strong>Enochian</strong></see> [460]
/// <para>Increases damage dealt by 5% while under the effect of Astral Fire or Umbral Ice.</para>
- /// <para>Upon successfully landing Fire II while under the effect of Astral Fire, grants Enhanced Flare.</para>
- /// <para>Enhanced Flare effect ends if Astral Fire is lost.</para>
/// </summary>
public static IBaseTrait EnochianTrait { get; } = new BaseTrait(460);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50461"><strong>Enhanced Foul</strong></see> (BLM) [461]
+ /// <see href="https://garlandtools.org/db/#action/50461"><strong>Enhanced Foul</strong></see> [461]
/// <para>Allows for the immediate casting of Foul.</para>
/// </summary>
public static IBaseTrait EnhancedFoulTrait { get; } = new BaseTrait(461);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50462"><strong>Aspect Mastery IV</strong></see> (BLM) [462]
+ /// <see href="https://garlandtools.org/db/#action/50462"><strong>Aspect Mastery IV</strong></see> [462]
/// <para>Upgrades Fire II and Blizzard II to High Fire II and High Blizzard II.</para>
/// </summary>
public static IBaseTrait AspectMasteryIvTrait { get; } = new BaseTrait(462);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50463"><strong>Enhanced Manafont</strong></see> (BLM) [463]
- /// <para>Reduces Manafont recast time to 120 seconds.</para>
+ /// <see href="https://garlandtools.org/db/#action/50463"><strong>Enhanced Manafont</strong></see> [463]
+ /// <para>Reduces Manafont recast time to 100 seconds.</para>
/// </summary>
public static IBaseTrait EnhancedManafontTrait { get; } = new BaseTrait(463);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50464"><strong>Enhanced Sharpcast II</strong></see> (BLM) [464]
- /// <para>Allows the accumulation of charges for consecutive uses of Sharpcast.</para>
- /// <para>Maximum Charges: 2</para>
- /// </summary>
- public static IBaseTrait EnhancedSharpcastIiTrait { get; } = new BaseTrait(464);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50465"><strong>Aspect Mastery V</strong></see> (BLM) [465]
+ /// <see href="https://garlandtools.org/db/#action/50465"><strong>Aspect Mastery V</strong></see> [465]
/// <para>Adds a Paradox marker to your Elemental Gauge.</para>
- /// <para>The marker is made active after reaching Astral Fire III then swapping to the opposite element. Conversely, the marker can also be made active after reaching Umbral Ice III and gaining 3 Umbral Hearts then swapping to the opposite element.</para>
- /// <para>Blizzard and Fire become Paradox when the Paradox marker is made active.</para>
+ /// <para>The marker is made active after reaching Umbral Ice III and gaining 3 Umbral Hearts then swapping to the opposite element. The marker is made inactive when the effect of Astral Fire expires.</para>
+ /// <para>Fire becomes Paradox when the Paradox marker is made active.</para>
/// </summary>
public static IBaseTrait AspectMasteryVTrait { get; } = new BaseTrait(465);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50509"><strong>Enhanced Enochian III</strong></see> (BLM) [509]
+ /// <see href="https://garlandtools.org/db/#action/50509"><strong>Enhanced Enochian III</strong></see> [509]
/// <para>Improves Enochian's magic damage increase to 23%.</para>
/// </summary>
public static IBaseTrait EnhancedEnochianIiiTrait { get; } = new BaseTrait(509);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50613"><strong>Thunder Mastery III</strong></see> [613]
+ /// <para>Upgrades Thunder to High Thunder and Thunder IV to High Thunder IV.</para>
+ /// </summary>
+ public static IBaseTrait ThunderMasteryIiiTrait { get; } = new BaseTrait(613);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50614"><strong>Enhanced Ley Lines</strong></see> [614]
+ /// <para>The location of Ley Lines can be reset while its effect is active.</para>
+ /// </summary>
+ public static IBaseTrait EnhancedLeyLinesTrait { get; } = new BaseTrait(614);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50615"><strong>Enhanced Polyglot II</strong></see> [615]
+ /// <para>Allows the stacking of a third Polyglot.</para>
+ /// </summary>
+ public static IBaseTrait EnhancedPolyglotIiTrait { get; } = new BaseTrait(615);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50616"><strong>Enhanced Astral Fire</strong></see> [616]
+ /// <para>Grants a stack of Astral Soul upon landing Fire IV or Flare.</para>
+ /// <para>Maximum Stacks: 6</para>
+ /// </summary>
+ public static IBaseTrait EnhancedAstralFireTrait { get; } = new BaseTrait(616);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50659"><strong>Enhanced Enochian IV</strong></see> [659]
+ /// <para>Improves Enochian's magic damage increase to 30%.</para>
+ /// </summary>
+ public static IBaseTrait EnhancedEnochianIvTrait { get; } = new BaseTrait(659);
private IBaseTrait[] _AllTraits = null;
/// <inheritdoc/>
public override IBaseTrait[] AllTraits => _AllTraits ??= [
- MaimAndMendTrait, MaimAndMendIiTrait, FirestarterTrait, ThundercloudTrait, ThunderMasteryTrait, ThunderMasteryIiTrait, EnhancedEnochianTrait, EnhancedFreezeTrait, AspectMasteryTrait, EnhancedPolyglotTrait, EnhancedSharpcastTrait, EnhancedEnochianIiTrait, AspectMasteryIiTrait, AspectMasteryIiiTrait, EnochianTrait, EnhancedFoulTrait, AspectMasteryIvTrait, EnhancedManafontTrait, EnhancedSharpcastIiTrait, AspectMasteryVTrait, EnhancedEnochianIiiTrait,
+ ThunderMasteryTrait, ThunderMasteryIiTrait, EnhancedEnochianTrait, UmbralHeartTrait, EnhancedPolyglotTrait, EnhancedEnochianIiTrait, EnochianTrait, EnhancedFoulTrait, AspectMasteryIvTrait, EnhancedManafontTrait, AspectMasteryVTrait, EnhancedEnochianIiiTrait, ThunderMasteryIiiTrait, EnhancedLeyLinesTrait, EnhancedPolyglotIiTrait, EnhancedAstralFireTrait, EnhancedEnochianIvTrait,
..base.AllTraits,
];
#endregion
}
/// <summary>
-/// <see href="https://na.finalfantasyxiv.com/jobguide/summoner"><strong>Summoner</strong></see>
-/// <br>Number of Actions: 87</br>
-/// <br>Number of Traits: 21</br>
+/// <see href="https://na.finalfantasyxiv.com/jobguide/summoner"><strong>summoner</strong></see>
+/// <br>Number of Actions: 97</br>
+/// <br>Number of Traits: 20</br>
/// </summary>
-[Jobs(Job.SMN, Job.ACN)]
+[Jobs(Job.SMN, Job.GSM)]
public abstract partial class SummonerRotation : CustomRotation
{
static SMNGauge JobGauge => Svc.Gauges.Get<SMNGauge>();
@@ -50746,6 +55449,7 @@ public abstract partial class SummonerRotation : CustomRotation
/// <para>Can only be executed while in Dreadwyrm Trance.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Astral Flow changes to Deathflare when requirements for execution are met.</para>
/// </summary>
public IBaseAction DeathflarePvE => _DeathflarePvECreator.Value;
@@ -50768,7 +55472,7 @@ public abstract partial class SummonerRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7426"><strong>Ruin IV</strong></see> <i>PvE</i> (SMN) [7426] [Spell]
- /// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 430 for the first enemy, and 60% less for all remaining enemies.</para>
+ /// <para>Deals unaspected damage to target and all enemies nearby it with a potency of for the first enemy, and 60% less for all remaining enemies.</para>
/// <para>Can only be executed while under the effect of Further Ruin.</para>
/// </summary>
@@ -50999,10 +55703,11 @@ public abstract partial class SummonerRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16514"><strong>Fountain of Fire</strong></see> <i>PvE</i> (SMN) [16514] [Spell]
- /// <para>Deals fire damage with a potency of 540.</para>
+ /// <para>Deals fire damage with a potency of .</para>
/// <para>Can only be executed while under the effect of Firebird Trance.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Ruin III changes to Fountain of Fire when requirements for execution are met.</para>
/// </summary>
public IBaseAction FountainOfFirePvE => _FountainOfFirePvECreator.Value;
@@ -51029,6 +55734,7 @@ public abstract partial class SummonerRotation : CustomRotation
/// <para>Can only be executed while under the effect of Firebird Trance.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Tri-disaster changes to Brand of Purgatory when requirements for execution are met.</para>
/// </summary>
public IBaseAction BrandOfPurgatoryPvE => _BrandOfPurgatoryPvECreator.Value;
@@ -51053,9 +55759,9 @@ public abstract partial class SummonerRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/16516"><strong>Enkindle Phoenix</strong></see> <i>PvE</i> (SMN) [16516] [Ability]
/// <para>Orders Demi-Phoenix to execute Revelation.</para>
/// <para>Revelation Effect: Deals fire damage to target and all enemies nearby it with a potency of 1,300 for the first enemy, and 60% less for all remaining enemies</para>
- /// <para>Action replaces Enkindle Bahamut while Demi-Phoenix is summoned.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Enkindle Bahamut changes to Enkindle Phoenix when requirements for execution are met.</para>
/// </summary>
public IBaseAction EnkindlePhoenixPvE => _EnkindlePhoenixPvECreator.Value;
@@ -51233,7 +55939,9 @@ public abstract partial class SummonerRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25801"><strong>Searing Light</strong></see> <i>PvE</i> (SMN) [25801] [Ability]
- /// <para>Increases damage dealt by self and nearby party members by 3%.</para>
+ /// <para>Increases damage dealt by self and nearby party members by 5%.</para>
+ /// <para>Duration: 20s</para>
+ /// <para>Additional Effect: Grants Ruby's Glimmer</para>
/// <para>Duration: 30s</para>
/// </summary>
@@ -51751,10 +56459,11 @@ public abstract partial class SummonerRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25820"><strong>Astral Impulse</strong></see> <i>PvE</i> (SMN) [25820] [Spell]
- /// <para>Deals unaspected damage with a potency of 440.</para>
+ /// <para>Deals unaspected damage with a potency of .</para>
/// <para>Can only be executed while in Dreadwyrm Trance.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Ruin III changes to Astral Impulse when requirements for execution are met.</para>
/// </summary>
public IBaseAction AstralImpulsePvE => _AstralImpulsePvECreator.Value;
@@ -51781,6 +56490,7 @@ public abstract partial class SummonerRotation : CustomRotation
/// <para>Can only be executed while in Dreadwyrm Trance.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Tri-disasterOutburstOutburst changes to Astral Flare when requirements for execution are met.</para>
/// </summary>
public IBaseAction AstralFlarePvE => _AstralFlarePvECreator.Value;
@@ -51805,6 +56515,7 @@ public abstract partial class SummonerRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/25822"><strong>Astral Flow</strong></see> <i>PvE</i> (SMN) [25822] [Spell]
/// <para>Channel the energies of your active trance or elemental favor to perform one of several actions.</para>
/// <para>Dreadwyrm Trance Effect: Action changes to Deathflare</para>
+ /// <para>Lightwyrm Trance Effect: Action changes to Sunflare</para>
/// <para>Firebird Trance Effect: Action changes to Rekindle</para>
/// <para>Ifrit's Favor Effect: Action changes to Crimson Cyclone</para>
/// <para>Titan's Favor Effect: Action changes to Mountain Buster</para>
@@ -51836,6 +56547,7 @@ public abstract partial class SummonerRotation : CustomRotation
/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Gemshine changes to Ruby Rite when requirements for execution are met.</para>
/// </summary>
public IBaseAction RubyRitePvE => _RubyRitePvECreator.Value;
@@ -51864,6 +56576,7 @@ public abstract partial class SummonerRotation : CustomRotation
/// <para>Earth Attunement Cost: 1</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Gemshine changes to Topaz Rite when requirements for execution are met.</para>
/// </summary>
public IBaseAction TopazRitePvE => _TopazRitePvECreator.Value;
@@ -51890,6 +56603,7 @@ public abstract partial class SummonerRotation : CustomRotation
/// <para>Wind Attunement Cost: 1</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Gemshine changes to Emerald Rite when requirements for execution are met.</para>
/// </summary>
public IBaseAction EmeraldRitePvE => _EmeraldRitePvECreator.Value;
@@ -52024,6 +56738,7 @@ public abstract partial class SummonerRotation : CustomRotation
/// <para>Can only be executed while in Firebird Trance.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Astral Flow changes to Rekindle when requirements for execution are met.</para>
/// </summary>
public IBaseAction RekindlePvE => _RekindlePvECreator.Value;
@@ -52054,6 +56769,9 @@ public abstract partial class SummonerRotation : CustomRotation
/// <para>Additional Effect: Grants Ruby Arcanum, Topaz Arcanum, and Emerald Arcanum</para>
/// <para>Can only be executed while Carbuncle is summoned.</para>
/// <para>This action does not share a recast timer with any other actions.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Summon Bahamut changes to Summon Phoenix when requirements for execution are met.</para>
/// </summary>
public IBaseAction SummonPhoenixPvE => _SummonPhoenixPvECreator.Value;
@@ -52081,6 +56799,7 @@ public abstract partial class SummonerRotation : CustomRotation
/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Precious Brilliance changes to Ruby Catastrophe when requirements for execution are met.</para>
/// </summary>
public IBaseAction RubyCatastrophePvE => _RubyCatastrophePvECreator.Value;
@@ -52109,6 +56828,7 @@ public abstract partial class SummonerRotation : CustomRotation
/// <para>Earth Attunement Cost: 1</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Precious Brilliance changes to Topaz Catastrophe when requirements for execution are met.</para>
/// </summary>
public IBaseAction TopazCatastrophePvE => _TopazCatastrophePvECreator.Value;
@@ -52135,6 +56855,7 @@ public abstract partial class SummonerRotation : CustomRotation
/// <para>Wind Attunement Cost: 1</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Precious Brilliance changes to Emerald Catastrophe when requirements for execution are met.</para>
/// </summary>
public IBaseAction EmeraldCatastrophePvE => _EmeraldCatastrophePvECreator.Value;
@@ -52157,12 +56878,12 @@ public abstract partial class SummonerRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25835"><strong>Crimson Cyclone</strong></see> <i>PvE</i> (SMN) [25835] [Spell]
- /// <para>Rushes forward and delivers a fire attack to target and all enemies nearby it with a potency of 430 for the first enemy, and 65% less for all remaining enemies.</para>
+ /// <para>Rushes forward and delivers a fire attack to target and all enemies nearby it with a potency of for the first enemy, and 65% less for all remaining enemies.</para>
/// <para>Can only be executed while under the effect of Ifrit's Favor.</para>
/// <para>Cannot be executed while bound.</para>
/// <para></para>
- /// <para>※Action changes to Crimson Strike upon execution.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Astral Flow changes to Crimson Cyclone when requirements for execution are met.</para>
/// </summary>
public IBaseAction CrimsonCyclonePvE => _CrimsonCyclonePvECreator.Value;
@@ -52185,10 +56906,11 @@ public abstract partial class SummonerRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25836"><strong>Mountain Buster</strong></see> <i>PvE</i> (SMN) [25836] [Ability]
- /// <para>Deals earth damage to target and all enemies nearby it with a potency of 150 for the first enemy, and 70% less for all remaining enemies.</para>
+ /// <para>Deals earth damage to target and all enemies nearby it with a potency of for the first enemy, and 70% less for all remaining enemies.</para>
/// <para>Can only be executed while under the effect of Titan's Favor.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Astral Flow changes to Mountain Buster when requirements for execution are met.</para>
/// </summary>
public IBaseAction MountainBusterPvE => _MountainBusterPvECreator.Value;
@@ -52211,7 +56933,7 @@ public abstract partial class SummonerRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25837"><strong>Slipstream</strong></see> <i>PvE</i> (SMN) [25837] [Spell]
- /// <para>Deals wind damage to target and all enemies nearby it with a potency of 430 for the first enemy, and 65% less for all remaining enemies.</para>
+ /// <para>Deals wind damage to target and all enemies nearby it with a potency of for the first enemy, and 65% less for all remaining enemies.</para>
/// <para>Additional Effect: Creates a windstorm centered around the target, dealing damage to any enemies who enter</para>
/// <para>Potency: 30</para>
/// <para>Duration: 15s</para>
@@ -52219,6 +56941,7 @@ public abstract partial class SummonerRotation : CustomRotation
/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Astral Flow changes to Slipstream when requirements for execution are met.</para>
/// </summary>
public IBaseAction SlipstreamPvE => _SlipstreamPvECreator.Value;
@@ -52242,7 +56965,7 @@ public abstract partial class SummonerRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25838"><strong>Summon Ifrit II</strong></see> <i>PvE</i> (SMN) [25838] [Spell]
/// <para>Summons Ruby Ifrit and orders it to execute Inferno.</para>
- /// <para>Inferno Effect: Deals fire damage to target and all enemies within 5 yalms with a potency of 750 for the first enemy, and 60% less for all remaining enemies</para>
+ /// <para>Inferno Effect: Deals fire damage to target and all enemies within 5 yalms with a potency of for the first enemy, and 60% less for all remaining enemies</para>
/// <para>Additional Effect: Grants 2 stacks of Fire Attunement</para>
/// <para>Duration: 30s</para>
/// <para>Fire Attunement Effect: Gemshine and Precious Brilliance become fire-aspected</para>
@@ -52273,7 +56996,7 @@ public abstract partial class SummonerRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25839"><strong>Summon Titan II</strong></see> <i>PvE</i> (SMN) [25839] [Spell]
/// <para>Summons Topaz Titan and orders it to execute Earthen Fury.</para>
- /// <para>Earthen Fury Effect: Deals earth damage to target and all enemies within 5 yalms with a potency of 750 for the first enemy, and 60% less for all remaining enemies</para>
+ /// <para>Earthen Fury Effect: Deals earth damage to target and all enemies within 5 yalms with a potency of for the first enemy, and 60% less for all remaining enemies</para>
/// <para>Additional Effect: Grants 4 stacks of Earth Attunement</para>
/// <para>Duration: 30s</para>
/// <para>Earth Attunement Effect: Gemshine and Precious Brilliance become earth-aspected</para>
@@ -52302,7 +57025,7 @@ public abstract partial class SummonerRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25840"><strong>Summon Garuda II</strong></see> <i>PvE</i> (SMN) [25840] [Spell]
/// <para>Summons Emerald Garuda and orders it to execute Aerial Blast.</para>
- /// <para>Aerial Blast Effect: Deals wind damage to target and all enemies within 5 yalms with a potency of 750 for the first enemy, and 60% less for all remaining enemies</para>
+ /// <para>Aerial Blast Effect: Deals wind damage to target and all enemies within 5 yalms with a potency of for the first enemy, and 60% less for all remaining enemies</para>
/// <para>Additional Effect: Grants 4 stacks of Wind Attunement</para>
/// <para>Duration: 30s</para>
/// <para>Wind Attunement Effect: Gemshine and Precious Brilliance become wind-aspected</para>
@@ -52410,10 +57133,11 @@ public abstract partial class SummonerRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25885"><strong>Crimson Strike</strong></see> <i>PvE</i> (SMN) [25885] [Spell]
- /// <para>Deals fire damage to target and all enemies nearby it with a potency of 430 for the first enemy, and 65% less for all remaining enemies.</para>
+ /// <para>Deals fire damage to target and all enemies nearby it with a potency of for the first enemy, and 65% less for all remaining enemies.</para>
/// <para>Combo Action: Crimson Cyclone</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Crimson Cyclone changes to Crimson Strike when requirements for execution are met.</para>
/// </summary>
public IBaseAction CrimsonStrikePvE => _CrimsonStrikePvECreator.Value;
@@ -52868,15 +57592,285 @@ public abstract partial class SummonerRotation : CustomRotation
/// </summary>
public IBaseAction RevelationPvP => _RevelationPvPCreator.Value;
+ private readonly Lazy<IBaseAction> _NecrotizePvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36990, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyNecrotizePvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36990"><strong>Necrotize</strong></see> <i>PvE</i> (SMN) [36990] [Ability]
+ /// </summary>
+ static partial void ModifyNecrotizePvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36990"><strong>Necrotize</strong></see> <i>PvE</i> (SMN) [36990] [Ability]
+ /// <para>Deals unaspected damage with a potency of 420.</para>
+ /// <para>Aetherflow Gauge Cost: 1</para>
+ /// </summary>
+
+ public IBaseAction NecrotizePvE => _NecrotizePvECreator.Value;
+ private readonly Lazy<IBaseAction> _SearingFlashPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36991, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifySearingFlashPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36991"><strong>Searing Flash</strong></see> <i>PvE</i> (SMN) [36991] [Ability]
+ /// </summary>
+ static partial void ModifySearingFlashPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36991"><strong>Searing Flash</strong></see> <i>PvE</i> (SMN) [36991] [Ability]
+ /// <para>Deals unaspected damage with a potency of 600 to target and all enemies nearby it.</para>
+ /// <para>Can only be executed while under the effect of Ruby's Glimmer.</para>
+ /// </summary>
+
+ public IBaseAction SearingFlashPvE => _SearingFlashPvECreator.Value;
+ private readonly Lazy<IBaseAction> _SummonSolarBahamutPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36992, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifySummonSolarBahamutPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36992"><strong>Summon Solar Bahamut</strong></see> <i>PvE</i> (SMN) [36992] [Spell]
+ /// </summary>
+ static partial void ModifySummonSolarBahamutPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36992"><strong>Summon Solar Bahamut</strong></see> <i>PvE</i> (SMN) [36992] [Spell]
+ /// <para>Enters Lightwyrm Trance and summons Solar Bahamut to fight your target.</para>
+ /// <para>Solar Bahamut will execute Luxwave automatically on the targets attacked by you after summoning.</para>
+ /// <para>Increases enmity in target when Solar Bahamut is summoned.</para>
+ /// <para>Duration: 15s</para>
+ /// <para>Additional Effect: Grants Refulgent Lux</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Additional Effect: Changes Ruin III to Umbral Impulse and Tri-disaster to Umbral Flare</para>
+ /// <para>Additional Effect: Grants Ruby Arcanum, Topaz Arcanum, and Emerald Arcanum</para>
+ /// <para>Can only be executed while Carbuncle is summoned.</para>
+ /// <para>This action does not share a recast timer with any other actions.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Summon Bahamut changes to Summon Solar Bahamut when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction SummonSolarBahamutPvE => _SummonSolarBahamutPvECreator.Value;
+ private readonly Lazy<IBaseAction> _LuxwavePvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36993, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyLuxwavePvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36993"><strong>Luxwave</strong></see> <i>PvE</i> (SMN) [36993] [Spell]
+ /// </summary>
+ static partial void ModifyLuxwavePvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36993"><strong>Luxwave</strong></see> <i>PvE</i> (SMN) [36993] [Spell]
+ /// <para>Deals unaspected damage with a potency of 160.</para>
+ /// <para>Will only execute while Solar Bahamut is summoned.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// </summary>
+
+ public IBaseAction LuxwavePvE => _LuxwavePvECreator.Value;
+ private readonly Lazy<IBaseAction> _UmbralImpulsePvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36994, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyUmbralImpulsePvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36994"><strong>Umbral Impulse</strong></see> <i>PvE</i> (SMN) [36994] [Spell]
+ /// </summary>
+ static partial void ModifyUmbralImpulsePvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36994"><strong>Umbral Impulse</strong></see> <i>PvE</i> (SMN) [36994] [Spell]
+ /// <para>Deals unaspected damage with a potency of 600.</para>
+ /// <para>Can only be executed while in Lightwyrm Trance.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Ruin III changes to Umbral Impulse when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction UmbralImpulsePvE => _UmbralImpulsePvECreator.Value;
+ private readonly Lazy<IBaseAction> _UmbralFlarePvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36995, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyUmbralFlarePvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36995"><strong>Umbral Flare</strong></see> <i>PvE</i> (SMN) [36995] [Spell]
+ /// </summary>
+ static partial void ModifyUmbralFlarePvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36995"><strong>Umbral Flare</strong></see> <i>PvE</i> (SMN) [36995] [Spell]
+ /// <para>Deals unaspected damage with a potency of 280 to target and all enemies nearby it.</para>
+ /// <para>Can only be executed while in Lightwyrm Trance.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Tri-disaster changes to Umbral Flare when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction UmbralFlarePvE => _UmbralFlarePvECreator.Value;
+ private readonly Lazy<IBaseAction> _SunflarePvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36996, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifySunflarePvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36996"><strong>Sunflare</strong></see> <i>PvE</i> (SMN) [36996] [Ability]
+ /// </summary>
+ static partial void ModifySunflarePvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36996"><strong>Sunflare</strong></see> <i>PvE</i> (SMN) [36996] [Ability]
+ /// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 600 for the first enemy, and 60% less for all remaining enemies.</para>
+ /// <para>Can only be executed while in Lightwyrm Trance.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Astral Flow changes to Sunflare when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction SunflarePvE => _SunflarePvECreator.Value;
+ private readonly Lazy<IBaseAction> _LuxSolarisPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36997, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyLuxSolarisPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36997"><strong>Lux Solaris</strong></see> <i>PvE</i> (SMN) [36997] [Ability]
+ /// </summary>
+ static partial void ModifyLuxSolarisPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36997"><strong>Lux Solaris</strong></see> <i>PvE</i> (SMN) [36997] [Ability]
+ /// <para>Restores own HP and the HP of all nearby party members.</para>
+ /// <para>Cure Potency: 500</para>
+ /// <para>Can only be executed while under the effect of Refulgent Lux.</para>
+ /// </summary>
+
+ public IBaseAction LuxSolarisPvE => _LuxSolarisPvECreator.Value;
+ private readonly Lazy<IBaseAction> _EnkindleSolarBahamutPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36998, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyEnkindleSolarBahamutPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36998"><strong>Enkindle Solar Bahamut</strong></see> <i>PvE</i> (SMN) [36998] [Ability]
+ /// </summary>
+ static partial void ModifyEnkindleSolarBahamutPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36998"><strong>Enkindle Solar Bahamut</strong></see> <i>PvE</i> (SMN) [36998] [Ability]
+ /// <para>Orders Solar Bahamut to execute Exodus.</para>
+ /// <para>Exodus Effect: Deals unaspected damage to target and all enemies nearby it with a potency of 1,400 for the first enemy, and 60% less for all remaining enemies</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Enkindle Bahamut changes to Enkindle Solar Bahamut when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction EnkindleSolarBahamutPvE => _EnkindleSolarBahamutPvECreator.Value;
+ private readonly Lazy<IBaseAction> _ExodusPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36999, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyExodusPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36999"><strong>Exodus</strong></see> <i>PvE</i> (SMN) [36999] [Ability]
+ /// </summary>
+ static partial void ModifyExodusPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36999"><strong>Exodus</strong></see> <i>PvE</i> (SMN) [36999] [Ability]
+ /// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 1,400 for the first enemy, and 60% less for all remaining enemies.</para>
+ /// <para>Can only be executed while Solar Bahamut is summoned.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// </summary>
+
+ public IBaseAction ExodusPvE => _ExodusPvECreator.Value;
private IBaseAction[] _AllBaseActions = null;
/// <inheritdoc/>
public override IBaseAction[] AllBaseActions => _AllBaseActions ??= [
- RuinPvE, RuinIiPvE, ResurrectionPvE, FesterPvE, PainflarePvE, RuinIiiPvE, DreadwyrmTrancePvE, DeathflarePvE, RuinIvPvE, SummonBahamutPvE, WyrmwavePvE, EnkindleBahamutPvE, AkhMornPvE, PhysickPvE, EnergyDrainPvE, EnergySiphonPvE, OutburstPvE, FountainOfFirePvE, BrandOfPurgatoryPvE, EnkindlePhoenixPvE, EverlastingFlightPvE, RevelationPvE, ScarletFlamePvE, SummonCarbunclePvE, RadiantAegisPvE, AetherchargePvE, SearingLightPvE, SummonRubyPvE, SummonTopazPvE, SummonEmeraldPvE, SummonIfritPvE, SummonTitanPvE, SummonGarudaPvE, RubyRuinPvE, TopazRuinPvE, EmeraldRuinPvE, RubyRuinIiPvE, TopazRuinIiPvE, EmeraldRuinIiPvE, RubyOutburstPvE, TopazOutburstPvE, EmeraldOutburstPvE, RubyRuinIiiPvE, TopazRuinIiiPvE, EmeraldRuinIiiPvE, AstralImpulsePvE, AstralFlarePvE, AstralFlowPvE, RubyRitePvE, TopazRitePvE, EmeraldRitePvE, TridisasterPvE, RubyDisasterPvE, TopazDisasterPvE, EmeraldDisasterPvE, RekindlePvE, SummonPhoenixPvE, RubyCatastrophePvE, TopazCatastrophePvE, EmeraldCatastrophePvE, CrimsonCyclonePvE, MountainBusterPvE, SlipstreamPvE, SummonIfritIiPvE, SummonTitanIiPvE, SummonGarudaIiPvE, GemshinePvE, PreciousBrilliancePvE, CrimsonStrikePvE, RuinIiiPvP, AstralImpulsePvP, FountainOfFirePvP, CrimsonCyclonePvP, CrimsonStrikePvP, SlipstreamPvP, RadiantAegisPvP, MountainBusterPvP, FesterPvP, EnkindleBahamutPvP, MegaflarePvP, WyrmwavePvP, AkhMornPvP, EnkindlePhoenixPvP, EverlastingFlightPvP, ScarletFlamePvP, RevelationPvP,
+ RuinPvE, RuinIiPvE, ResurrectionPvE, FesterPvE, PainflarePvE, RuinIiiPvE, DreadwyrmTrancePvE, DeathflarePvE, RuinIvPvE, SummonBahamutPvE, WyrmwavePvE, EnkindleBahamutPvE, AkhMornPvE, PhysickPvE, EnergyDrainPvE, EnergySiphonPvE, OutburstPvE, FountainOfFirePvE, BrandOfPurgatoryPvE, EnkindlePhoenixPvE, EverlastingFlightPvE, RevelationPvE, ScarletFlamePvE, SummonCarbunclePvE, RadiantAegisPvE, AetherchargePvE, SearingLightPvE, SummonRubyPvE, SummonTopazPvE, SummonEmeraldPvE, SummonIfritPvE, SummonTitanPvE, SummonGarudaPvE, RubyRuinPvE, TopazRuinPvE, EmeraldRuinPvE, RubyRuinIiPvE, TopazRuinIiPvE, EmeraldRuinIiPvE, RubyOutburstPvE, TopazOutburstPvE, EmeraldOutburstPvE, RubyRuinIiiPvE, TopazRuinIiiPvE, EmeraldRuinIiiPvE, AstralImpulsePvE, AstralFlarePvE, AstralFlowPvE, RubyRitePvE, TopazRitePvE, EmeraldRitePvE, TridisasterPvE, RubyDisasterPvE, TopazDisasterPvE, EmeraldDisasterPvE, RekindlePvE, SummonPhoenixPvE, RubyCatastrophePvE, TopazCatastrophePvE, EmeraldCatastrophePvE, CrimsonCyclonePvE, MountainBusterPvE, SlipstreamPvE, SummonIfritIiPvE, SummonTitanIiPvE, SummonGarudaIiPvE, GemshinePvE, PreciousBrilliancePvE, CrimsonStrikePvE, RuinIiiPvP, AstralImpulsePvP, FountainOfFirePvP, CrimsonCyclonePvP, CrimsonStrikePvP, SlipstreamPvP, RadiantAegisPvP, MountainBusterPvP, FesterPvP, EnkindleBahamutPvP, MegaflarePvP, WyrmwavePvP, AkhMornPvP, EnkindlePhoenixPvP, EverlastingFlightPvP, ScarletFlamePvP, RevelationPvP, NecrotizePvE, SearingFlashPvE, SummonSolarBahamutPvE, LuxwavePvE, UmbralImpulsePvE, UmbralFlarePvE, SunflarePvE, LuxSolarisPvE, EnkindleSolarBahamutPvE, ExodusPvE,
..base.AllBaseActions,
];
+
+
private readonly Lazy<IBaseAction> _SkyshardPvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)203, false);
@@ -52904,63 +57898,7 @@ public IBaseAction SkyshardPvE => _SkyshardPvECreator.Value;
/// <see href="https://garlandtools.org/db/#action/203"><strong>Skyshard</strong></see> <i>PvE</i> (All Classes) [203] [Limit Break]
/// <para>Deals unaspected damage with a potency of 1,650 to all enemies near point of impact.</para>
/// </summary>
-private sealed protected override IBaseAction LimitBreak1 => SkyshardPvE;
-private readonly Lazy<IBaseAction> _StarstormPvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)204, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyStarstormPvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/204"><strong>Starstorm</strong></see> <i>PvE</i> (All Classes) [204] [Limit Break]
-/// </summary>
-static partial void ModifyStarstormPvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/204"><strong>Starstorm</strong></see> <i>PvE</i> (All Classes) [204] [Limit Break]
-/// <para>Deals unaspected damage with a potency of 3,600 to all enemies near point of impact.</para>
-/// </summary>
-
-public IBaseAction StarstormPvE => _StarstormPvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/204"><strong>Starstorm</strong></see> <i>PvE</i> (All Classes) [204] [Limit Break]
-/// <para>Deals unaspected damage with a potency of 3,600 to all enemies near point of impact.</para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak2 => StarstormPvE;
-private readonly Lazy<IBaseAction> _TeraflarePvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)4246, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyTeraflarePvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/4246"><strong>Teraflare</strong></see> <i>PvE</i> (All Classes) [4246] [Limit Break]
-/// </summary>
-static partial void ModifyTeraflarePvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/4246"><strong>Teraflare</strong></see> <i>PvE</i> (All Classes) [4246] [Limit Break]
-/// <para></para>
-/// </summary>
-
-public IBaseAction TeraflarePvE => _TeraflarePvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/4246"><strong>Teraflare</strong></see> <i>PvE</i> (All Classes) [4246] [Limit Break]
-/// <para></para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak3 => TeraflarePvE;
+private sealed protected override IBaseAction LimitBreak3 => SkyshardPvE;
private readonly Lazy<IBaseAction> _SummonBahamutPvPCreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)29673, false);
@@ -53009,72 +57947,47 @@ private sealed protected override IBaseAction LimitBreakPvP => SummonBahamutP
#region Traits
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50066"><strong>Maim and Mend</strong></see> (ACN SMN SCH) [66]
- /// <para>Increases base action damage and HP restoration by 10%. Also increases base damage and HP restoration of your pet by 10%.</para>
- /// </summary>
- public static IBaseTrait MaimAndMendTrait { get; } = new BaseTrait(66);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50069"><strong>Maim and Mend II</strong></see> (ACN SMN SCH) [69]
- /// <para>Increases base action damage and HP restoration by 30%. Also increases base damage and HP restoration of your pet by 30%.</para>
- /// </summary>
- public static IBaseTrait MaimAndMendIiTrait { get; } = new BaseTrait(69);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50178"><strong>Enhanced Dreadwyrm Trance</strong></see> (SMN) [178]
+ /// <see href="https://garlandtools.org/db/#action/50178"><strong>Enhanced Dreadwyrm Trance</strong></see> [178]
/// <para>Upgrades Dreadwyrm Trance to Summon Bahamut.</para>
/// </summary>
public static IBaseTrait EnhancedDreadwyrmTranceTrait { get; } = new BaseTrait(178);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50217"><strong>Ruin Mastery</strong></see> (ACN SMN) [217]
- /// <para>Upgrades Ruin to Ruin II.</para>
- /// </summary>
- public static IBaseTrait RuinMasteryTrait { get; } = new BaseTrait(217);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50466"><strong>Enhanced Aethercharge</strong></see> (ACN SMN) [466]
- /// <para>Grants Ruby Arcanum and Topaz Arcanum upon executing Aethercharge.</para>
- /// </summary>
- public static IBaseTrait EnhancedAetherchargeTrait { get; } = new BaseTrait(466);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50467"><strong>Enhanced Aethercharge II</strong></see> (ACN SMN) [467]
- /// <para>Grants Ruby Arcanum, Topaz Arcanum, and Emerald Arcanum upon executing Aethercharge.</para>
- /// </summary>
- public static IBaseTrait EnhancedAetherchargeIiTrait { get; } = new BaseTrait(467);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50468"><strong>Ruby Summoning Mastery</strong></see> (SMN) [468]
+ /// <see href="https://garlandtools.org/db/#action/50468"><strong>Ruby Summoning Mastery</strong></see> [468]
/// <para>Upgrades Summon Ruby to Summon Ifrit.</para>
/// </summary>
public static IBaseTrait RubySummoningMasteryTrait { get; } = new BaseTrait(468);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50469"><strong>Topaz Summoning Mastery</strong></see> (SMN) [469]
+ /// <see href="https://garlandtools.org/db/#action/50469"><strong>Topaz Summoning Mastery</strong></see> [469]
/// <para>Upgrades Summon Topaz to Summon Titan.</para>
/// </summary>
public static IBaseTrait TopazSummoningMasteryTrait { get; } = new BaseTrait(469);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50470"><strong>Emerald Summoning Mastery</strong></see> (SMN) [470]
+ /// <see href="https://garlandtools.org/db/#action/50470"><strong>Emerald Summoning Mastery</strong></see> [470]
/// <para>Upgrades Summon Emerald to Summon Garuda.</para>
/// </summary>
public static IBaseTrait EmeraldSummoningMasteryTrait { get; } = new BaseTrait(470);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50471"><strong>Enkindle</strong></see> (SMN) [471]
+ /// <see href="https://garlandtools.org/db/#action/50471"><strong>Enkindle</strong></see> [471]
/// <para>Enhances the signature attack of summons, upgrading Ifrit-Egi's Burning Strike to Inferno, Titan-Egi's Rock Buster to Earthen Fury, and Garuda-Egi's Aerial Slash to Aerial Blast.</para>
/// </summary>
public static IBaseTrait EnkindleTrait { get; } = new BaseTrait(471);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50473"><strong>Ruin Mastery II</strong></see> (SMN) [473]
+ /// <see href="https://garlandtools.org/db/#action/50473"><strong>Ruin Mastery II</strong></see> [473]
/// <para>Upgrades Ruin II to Ruin III.</para>
/// </summary>
public static IBaseTrait RuinMasteryIiTrait { get; } = new BaseTrait(473);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50474"><strong>Aethercharge Mastery</strong></see> (SMN) [474]
+ /// <see href="https://garlandtools.org/db/#action/50474"><strong>Aethercharge Mastery</strong></see> [474]
/// <para>Upgrades Aethercharge to Dreadwyrm Trance.</para>
/// </summary>
public static IBaseTrait AetherchargeMasteryTrait { get; } = new BaseTrait(474);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50475"><strong>Enhanced Energy Siphon</strong></see> (SMN) [475]
+ /// <see href="https://garlandtools.org/db/#action/50475"><strong>Enhanced Energy Siphon</strong></see> [475]
/// <para>Grants Further Ruin upon executing Energy Drain or Energy Siphon.</para>
/// </summary>
public static IBaseTrait EnhancedEnergySiphonTrait { get; } = new BaseTrait(475);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50476"><strong>Ruin Mastery III</strong></see> (SMN) [476]
+ /// <see href="https://garlandtools.org/db/#action/50476"><strong>Ruin Mastery III</strong></see> [476]
/// <para>Enhances Gemshine according to your current elemental attunement.</para>
/// <para>Fire Attunement Upgrade: Ruby Rite</para>
/// <para>Earth Attunement Upgrade: Topaz Rite</para>
@@ -53082,12 +57995,12 @@ private sealed protected override IBaseAction LimitBreakPvP => SummonBahamutP
/// </summary>
public static IBaseTrait RuinMasteryIiiTrait { get; } = new BaseTrait(476);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50477"><strong>Outburst Mastery</strong></see> (SMN) [477]
+ /// <see href="https://garlandtools.org/db/#action/50477"><strong>Outburst Mastery</strong></see> [477]
/// <para>Upgrades Outburst to Tri-disaster.</para>
/// </summary>
public static IBaseTrait OutburstMasteryTrait { get; } = new BaseTrait(477);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50478"><strong>Outburst Mastery II</strong></see> (SMN) [478]
+ /// <see href="https://garlandtools.org/db/#action/50478"><strong>Outburst Mastery II</strong></see> [478]
/// <para>Enhances Precious Brilliance according to your current elemental attunement.</para>
/// <para>Fire Attunement Upgrade: Ruby Catastrophe</para>
/// <para>Earth Attunement Upgrade: Topaz Catastrophe</para>
@@ -53095,28 +58008,28 @@ private sealed protected override IBaseAction LimitBreakPvP => SummonBahamutP
/// </summary>
public static IBaseTrait OutburstMasteryIiTrait { get; } = new BaseTrait(478);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50479"><strong>Ruin Mastery IV</strong></see> (SMN) [479]
+ /// <see href="https://garlandtools.org/db/#action/50479"><strong>Ruin Mastery IV</strong></see> [479]
/// <para>Increases the potency of Ruin III to 310, Ruby Rite to 510, Topaz Rite to 330, and Emerald Rite to 230.</para>
/// </summary>
public static IBaseTrait RuinMasteryIvTrait { get; } = new BaseTrait(479);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50480"><strong>Enhanced Radiant Aegis</strong></see> (SMN) [480]
+ /// <see href="https://garlandtools.org/db/#action/50480"><strong>Enhanced Radiant Aegis</strong></see> [480]
/// <para>Allows the accumulation of charges for consecutive uses of Radiant Aegis.</para>
/// <para>Maximum Charges: 2</para>
/// </summary>
public static IBaseTrait EnhancedRadiantAegisTrait { get; } = new BaseTrait(480);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50481"><strong>Enkindle II</strong></see> (SMN) [481]
+ /// <see href="https://garlandtools.org/db/#action/50481"><strong>Enkindle II</strong></see> [481]
/// <para>Upgrades Summon Ifrit to Summon Ifrit II, Summon Titan to Summon Titan II, and Summon Garuda to Summon Garuda II.</para>
/// </summary>
public static IBaseTrait EnkindleIiTrait { get; } = new BaseTrait(481);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50502"><strong>Enhanced Summon Bahamut</strong></see> (SMN) [502]
+ /// <see href="https://garlandtools.org/db/#action/50502"><strong>Enhanced Summon Bahamut</strong></see> [502]
/// <para>Upgrades Summon Bahamut to Summon Phoenix when Demi-Bahamut returns from summoning.</para>
/// </summary>
public static IBaseTrait EnhancedSummonBahamutTrait { get; } = new BaseTrait(502);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50503"><strong>Elemental Mastery</strong></see> (SMN) [503]
+ /// <see href="https://garlandtools.org/db/#action/50503"><strong>Elemental Mastery</strong></see> [503]
/// <para>Grants Ifrit's Favor upon executing Summon Ifrit, Titan's Favor upon executing Topaz Rite or Topaz Catastrophe, and Garuda's Favor upon executing Summon Garuda.</para>
/// <para>Enhances Astral Flow according to your current elemental favor.</para>
/// <para>Ifrit's Favor Upgrade: Crimson Cyclone</para>
@@ -53124,21 +58037,42 @@ private sealed protected override IBaseAction LimitBreakPvP => SummonBahamutP
/// <para>Garuda's Favor Upgrade: Slipstream</para>
/// </summary>
public static IBaseTrait ElementalMasteryTrait { get; } = new BaseTrait(503);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50617"><strong>Enhanced Fester</strong></see> [617]
+ /// <para>Upgrades Fester to Necrotize.</para>
+ /// </summary>
+ public static IBaseTrait EnhancedFesterTrait { get; } = new BaseTrait(617);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50618"><strong>Enhanced Searing Light</strong></see> [618]
+ /// <para>Grants Ruby's Glimmer after executing Searing Light.</para>
+ /// <para>Duration: 30s</para>
+ /// </summary>
+ public static IBaseTrait EnhancedSearingLightTrait { get; } = new BaseTrait(618);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50619"><strong>Enhanced Summon Bahamut II</strong></see> [619]
+ /// <para>Allows the summoning of Solar Bahamut in addition to Demi-Phoenix and Demi-Bahamut.</para>
+ /// </summary>
+ public static IBaseTrait EnhancedSummonBahamutIiTrait { get; } = new BaseTrait(619);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50664"><strong>Arcane Mastery</strong></see> [664]
+ /// <para>Increases the potency of Ruin III to 360, Astral Impulse to 500, Ruin IV to 490, Ruby Rite to 540, Topaz Rite to 340, Emerald Rite to 240, Fountain of Fire to 580, Crimson Strike to 490, Crimson Cyclone to 490, Mountain Buster to 160, Slipstream to 490, Inferno to 800, Earthen Fury to 800, and Aerial Blast to 800.</para>
+ /// </summary>
+ public static IBaseTrait ArcaneMasteryTrait { get; } = new BaseTrait(664);
private IBaseTrait[] _AllTraits = null;
/// <inheritdoc/>
public override IBaseTrait[] AllTraits => _AllTraits ??= [
- MaimAndMendTrait, MaimAndMendIiTrait, EnhancedDreadwyrmTranceTrait, RuinMasteryTrait, EnhancedAetherchargeTrait, EnhancedAetherchargeIiTrait, RubySummoningMasteryTrait, TopazSummoningMasteryTrait, EmeraldSummoningMasteryTrait, EnkindleTrait, RuinMasteryIiTrait, AetherchargeMasteryTrait, EnhancedEnergySiphonTrait, RuinMasteryIiiTrait, OutburstMasteryTrait, OutburstMasteryIiTrait, RuinMasteryIvTrait, EnhancedRadiantAegisTrait, EnkindleIiTrait, EnhancedSummonBahamutTrait, ElementalMasteryTrait,
+ EnhancedDreadwyrmTranceTrait, RubySummoningMasteryTrait, TopazSummoningMasteryTrait, EmeraldSummoningMasteryTrait, EnkindleTrait, RuinMasteryIiTrait, AetherchargeMasteryTrait, EnhancedEnergySiphonTrait, RuinMasteryIiiTrait, OutburstMasteryTrait, OutburstMasteryIiTrait, RuinMasteryIvTrait, EnhancedRadiantAegisTrait, EnkindleIiTrait, EnhancedSummonBahamutTrait, ElementalMasteryTrait, EnhancedFesterTrait, EnhancedSearingLightTrait, EnhancedSummonBahamutIiTrait, ArcaneMasteryTrait,
..base.AllTraits,
];
#endregion
}
/// <summary>
-/// <see href="https://na.finalfantasyxiv.com/jobguide/scholar"><strong>Scholar</strong></see>
-/// <br>Number of Actions: 55</br>
-/// <br>Number of Traits: 12</br>
+/// <see href="https://na.finalfantasyxiv.com/jobguide/scholar"><strong>scholar</strong></see>
+/// <br>Number of Actions: 61</br>
+/// <br>Number of Traits: 14</br>
/// </summary>
[Jobs(Job.SCH)]
public abstract partial class ScholarRotation : CustomRotation
@@ -53553,7 +58487,7 @@ public abstract partial class ScholarRotation : CustomRotation
/// <para>Duration: 30s</para>
/// <para>Current faerie will return once the effect expires.</para>
/// <para>Summon Eos cannot be executed while under the effect of Dissipation.</para>
- /// <para>Can only be executed while in combat.</para>
+ /// <para>Can only be executed while a faerie is summoned and you are in combat.</para>
/// </summary>
public IBaseAction DissipationPvE => _DissipationPvECreator.Value;
@@ -53627,7 +58561,9 @@ public abstract partial class ScholarRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7436"><strong>Chain Stratagem</strong></see> <i>PvE</i> (SCH) [7436] [Ability]
/// <para>Increases rate at which target takes critical hits by 10%.</para>
- /// <para>Duration: 15s</para>
+ /// <para>Duration: 20s</para>
+ /// <para>Additional Effect: Grants Impact Imminent</para>
+ /// <para>Duration: 30s</para>
/// </summary>
public IBaseAction ChainStratagemPvE => _ChainStratagemPvECreator.Value;
@@ -53804,7 +58740,7 @@ public abstract partial class ScholarRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16540"><strong>Biolysis</strong></see> <i>PvE</i> (SCH) [16540] [Spell]
/// <para>Deals unaspected damage over time.</para>
- /// <para>Potency: 70</para>
+ /// <para>Potency: </para>
/// <para>Duration: 30s</para>
/// </summary>
@@ -53851,7 +58787,7 @@ public abstract partial class ScholarRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16542"><strong>Recitation</strong></see> <i>PvE</i> (SCH) [16542] [Ability]
- /// <para>Allows the execution of Adloquium, Succor, Indomitability, or Excogitation without consuming resources while also ensuring critical HP is restored.</para>
+ /// <para>Allows the execution of Adloquium, ConcitationSuccorSuccor, Indomitability, or Excogitation without consuming resources while also ensuring critical HP is restored.</para>
/// <para>Duration: 15s</para>
/// </summary>
@@ -53929,8 +58865,6 @@ public abstract partial class ScholarRotation : CustomRotation
/// <para>Summons Seraph to fight at your side. When set to guard, automatically casts Seraphic Veil on party members who suffer damage.</para>
/// <para>Cannot summon Seraph unless a pet is already summoned. Current pet will leave the battlefield while Seraph is present, and return once gone.</para>
/// <para>Duration: 22s</para>
- /// <para></para>
- /// <para>※Action changes to Consolation upon execution.</para>
/// </summary>
public IBaseAction SummonSeraphPvE => _SummonSeraphPvECreator.Value;
@@ -53959,8 +58893,6 @@ public abstract partial class ScholarRotation : CustomRotation
/// <para>Additional Effect: Erects a magicked barrier which nullifies damage equaling the amount of HP restored</para>
/// <para>Duration: 30s</para>
/// <para>Maximum Charges: 2</para>
- /// <para></para>
- /// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
public IBaseAction ConsolationPvE => _ConsolationPvECreator.Value;
@@ -54212,7 +59144,7 @@ public abstract partial class ScholarRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25865"><strong>Broil IV</strong></see> <i>PvE</i> (SCH) [25865] [Spell]
- /// <para>Deals unaspected damage with a potency of 295.</para>
+ /// <para>Deals unaspected damage with a potency of .</para>
/// </summary>
public IBaseAction BroilIvPvE => _BroilIvPvECreator.Value;
@@ -54574,15 +59506,185 @@ public abstract partial class ScholarRotation : CustomRotation
/// </summary>
public IBaseAction ConsolationPvP_29241 => _ConsolationPvP_29241Creator.Value;
+ private readonly Lazy<IBaseAction> _BanefulImpactionPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37012, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyBanefulImpactionPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37012"><strong>Baneful Impaction</strong></see> <i>PvE</i> (SCH) [37012] [Ability]
+ /// </summary>
+ static partial void ModifyBanefulImpactionPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37012"><strong>Baneful Impaction</strong></see> <i>PvE</i> (SCH) [37012] [Ability]
+ /// <para>Deals unaspected damage over time to target and all enemies nearby it.</para>
+ /// <para>Potency: 140</para>
+ /// <para>Duration: 15s</para>
+ /// <para>Can only be executed while under the effect of Impact Imminent.</para>
+ /// </summary>
+
+ public IBaseAction BanefulImpactionPvE => _BanefulImpactionPvECreator.Value;
+ private readonly Lazy<IBaseAction> _ConcitationPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37013, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyConcitationPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37013"><strong>Concitation</strong></see> <i>PvE</i> (SCH) [37013] [Spell]
+ /// </summary>
+ static partial void ModifyConcitationPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37013"><strong>Concitation</strong></see> <i>PvE</i> (SCH) [37013] [Spell]
+ /// <para>Restores own HP and the HP of all nearby party members.</para>
+ /// <para>Cure Potency: 200</para>
+ /// <para>Additional Effect: Erects a magicked barrier which nullifies damage equaling 180% of the amount of HP restored</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Effect cannot be stacked with certain sage barrier effects.</para>
+ /// </summary>
+
+ public IBaseAction ConcitationPvE => _ConcitationPvECreator.Value;
+ private readonly Lazy<IBaseAction> _SeraphismPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37014, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifySeraphismPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37014"><strong>Seraphism</strong></see> <i>PvE</i> (SCH) [37014] [Ability]
+ /// </summary>
+ static partial void ModifySeraphismPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37014"><strong>Seraphism</strong></see> <i>PvE</i> (SCH) [37014] [Ability]
+ /// <para>Gradually restores the HP of self and all party members within a radius of 50 yalms.</para>
+ /// <para>Cure Potency: 100</para>
+ /// <para>Additional Effect: Changes Adloquium to Manifestation and Concitation to Accession</para>
+ /// <para>Additional Effect: Resets Emergency Tactics recast timer and reduces its recast timer to 1s</para>
+ /// <para>Duration: 20s</para>
+ /// <para>Effect cannot be stacked with Dissipation.</para>
+ /// <para>Can only be executed while a faerie is summoned and you are in combat.</para>
+ /// </summary>
+
+ public IBaseAction SeraphismPvE => _SeraphismPvECreator.Value;
+ private readonly Lazy<IBaseAction> _ManifestationPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37015, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyManifestationPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37015"><strong>Manifestation</strong></see> <i>PvE</i> (SCH) [37015] [Spell]
+ /// </summary>
+ static partial void ModifyManifestationPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37015"><strong>Manifestation</strong></see> <i>PvE</i> (SCH) [37015] [Spell]
+ /// <para>Restores target's HP.</para>
+ /// <para>Cure Potency: 360</para>
+ /// <para>Additional Effect: Grants Galvanize to target, nullifying damage equaling 180% of the amount of HP restored. When critical HP is restored, also grants Catalyze, nullifying damage equaling 180% the amount of HP restored.</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Effect cannot be stacked with certain sage barrier effects.</para>
+ /// <para>Can only be executed while under the effect of Seraphism.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Adloquium changes to Manifestation when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction ManifestationPvE => _ManifestationPvECreator.Value;
+ private readonly Lazy<IBaseAction> _AccessionPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37016, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyAccessionPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37016"><strong>Accession</strong></see> <i>PvE</i> (SCH) [37016] [Spell]
+ /// </summary>
+ static partial void ModifyAccessionPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37016"><strong>Accession</strong></see> <i>PvE</i> (SCH) [37016] [Spell]
+ /// <para>Restores own HP and the HP of all nearby party members.</para>
+ /// <para>Cure Potency: 240</para>
+ /// <para>Additional Effect: Erects a magicked barrier which nullifies damage equaling 180% of the amount of HP restored</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Effect cannot be stacked with certain sage barrier effects.</para>
+ /// <para>Can only be executed while under the effect of Seraphism.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Concitation changes to Accession when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction AccessionPvE => _AccessionPvECreator.Value;
+ private readonly Lazy<IBaseAction> _EmergencyTacticsPvE_37037Creator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37037, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyEmergencyTacticsPvE_37037(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37037"><strong>Emergency Tactics</strong></see> <i>PvE</i> (SCH) [37037] [Ability]
+ /// </summary>
+ static partial void ModifyEmergencyTacticsPvE_37037(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37037"><strong>Emergency Tactics</strong></see> <i>PvE</i> (SCH) [37037] [Ability]
+ /// <para>Transforms the next Galvanize and Catalyze statuses into HP recovery equaling the amount of damage reduction intended for the barrier.</para>
+ /// <para>Duration: 15s</para>
+ /// </summary>
+
+ public IBaseAction EmergencyTacticsPvE_37037 => _EmergencyTacticsPvE_37037Creator.Value;
private IBaseAction[] _AllBaseActions = null;
/// <inheritdoc/>
public override IBaseAction[] AllBaseActions => _AllBaseActions ??= [
- AetherflowPvE, EnergyDrainPvE, ResurrectionPvE, AdloquiumPvE, SuccorPvE, SacredSoilPvE, LustratePvE, PhysickPvE, EmbracePvE, WhisperingDawnPvE, FeyIlluminationPvE, IndomitabilityPvE, BroilPvE, DeploymentTacticsPvE, EmergencyTacticsPvE, DissipationPvE, ExcogitationPvE, BroilIiPvE, ChainStratagemPvE, AetherpactPvE, FeyUnionPvE, DissolveUnionPvE, ArtOfWarPvE, BiolysisPvE, BroilIiiPvE, RecitationPvE, FeyBlessingPvE, SummonSeraphPvE, ConsolationPvE, SeraphicVeilPvE, AngelsWhisperPvE, SeraphicIlluminationPvE, SummonEosPvE, BioPvE, BioIiPvE, RuinPvE, RuinIiPvE, BroilIvPvE, ArtOfWarIiPvE, ProtractionPvE, ExpedientPvE, BroilIvPvP, AdloquiumPvP, BiolysisPvP, DeploymentTacticsPvP, MummificationPvP, ExpedientPvP, ConsolationPvP, SeraphFlightPvP, SeraphicVeilPvP,
+ AetherflowPvE, EnergyDrainPvE, ResurrectionPvE, AdloquiumPvE, SuccorPvE, SacredSoilPvE, LustratePvE, PhysickPvE, EmbracePvE, WhisperingDawnPvE, FeyIlluminationPvE, IndomitabilityPvE, BroilPvE, DeploymentTacticsPvE, EmergencyTacticsPvE, DissipationPvE, ExcogitationPvE, BroilIiPvE, ChainStratagemPvE, AetherpactPvE, FeyUnionPvE, DissolveUnionPvE, ArtOfWarPvE, BiolysisPvE, BroilIiiPvE, RecitationPvE, FeyBlessingPvE, SummonSeraphPvE, ConsolationPvE, SeraphicVeilPvE, AngelsWhisperPvE, SeraphicIlluminationPvE, SummonEosPvE, BioPvE, BioIiPvE, RuinPvE, RuinIiPvE, BroilIvPvE, ArtOfWarIiPvE, ProtractionPvE, ExpedientPvE, BroilIvPvP, AdloquiumPvP, BiolysisPvP, DeploymentTacticsPvP, MummificationPvP, ExpedientPvP, ConsolationPvP, SeraphFlightPvP, SeraphicVeilPvP, BanefulImpactionPvE, ConcitationPvE, SeraphismPvE, ManifestationPvE, AccessionPvE,
..base.AllBaseActions,
];
+
+
private readonly Lazy<IBaseAction> _HealingWindPvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)206, false);
@@ -54610,63 +59712,7 @@ public IBaseAction HealingWindPvE => _HealingWindPvECreator.Value;
/// <see href="https://garlandtools.org/db/#action/206"><strong>Healing Wind</strong></see> <i>PvE</i> (All Classes) [206] [Limit Break]
/// <para>Restores 25% of own HP and the HP of all nearby party members.</para>
/// </summary>
-private sealed protected override IBaseAction LimitBreak1 => HealingWindPvE;
-private readonly Lazy<IBaseAction> _BreathOfTheEarthPvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)207, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyBreathOfTheEarthPvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/207"><strong>Breath of the Earth</strong></see> <i>PvE</i> (All Classes) [207] [Limit Break]
-/// </summary>
-static partial void ModifyBreathOfTheEarthPvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/207"><strong>Breath of the Earth</strong></see> <i>PvE</i> (All Classes) [207] [Limit Break]
-/// <para>Restores 60% of own HP and the HP of all nearby party members.</para>
-/// </summary>
-
-public IBaseAction BreathOfTheEarthPvE => _BreathOfTheEarthPvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/207"><strong>Breath of the Earth</strong></see> <i>PvE</i> (All Classes) [207] [Limit Break]
-/// <para>Restores 60% of own HP and the HP of all nearby party members.</para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak2 => BreathOfTheEarthPvE;
-private readonly Lazy<IBaseAction> _AngelFeathersPvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)4247, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyAngelFeathersPvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/4247"><strong>Angel Feathers</strong></see> <i>PvE</i> (All Classes) [4247] [Limit Break]
-/// </summary>
-static partial void ModifyAngelFeathersPvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/4247"><strong>Angel Feathers</strong></see> <i>PvE</i> (All Classes) [4247] [Limit Break]
-/// <para></para>
-/// </summary>
-
-public IBaseAction AngelFeathersPvE => _AngelFeathersPvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/4247"><strong>Angel Feathers</strong></see> <i>PvE</i> (All Classes) [4247] [Limit Break]
-/// <para></para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak3 => AngelFeathersPvE;
+private sealed protected override IBaseAction LimitBreak3 => HealingWindPvE;
private readonly Lazy<IBaseAction> _SummonSeraphPvPCreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)29237, false);
@@ -54719,83 +59765,94 @@ private sealed protected override IBaseAction LimitBreakPvP => SummonSeraphPv
#region Traits
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50066"><strong>Maim and Mend</strong></see> (ACN SMN SCH) [66]
- /// <para>Increases base action damage and HP restoration by 10%. Also increases base damage and HP restoration of your pet by 10%.</para>
- /// </summary>
- public static IBaseTrait MaimAndMendTrait { get; } = new BaseTrait(66);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50069"><strong>Maim and Mend II</strong></see> (ACN SMN SCH) [69]
- /// <para>Increases base action damage and HP restoration by 30%. Also increases base damage and HP restoration of your pet by 30%.</para>
- /// </summary>
- public static IBaseTrait MaimAndMendIiTrait { get; } = new BaseTrait(69);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50184"><strong>Broil Mastery II</strong></see> (SCH) [184]
+ /// <see href="https://garlandtools.org/db/#action/50184"><strong>Broil Mastery II</strong></see> [184]
/// <para>Upgrades Broil to Broil II and increases the potency of Ruin II to 180.</para>
/// </summary>
public static IBaseTrait BroilMasteryIiTrait { get; } = new BaseTrait(184);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50214"><strong>Broil Mastery</strong></see> (SCH) [214]
+ /// <see href="https://garlandtools.org/db/#action/50214"><strong>Broil Mastery</strong></see> [214]
/// <para>Upgrades Ruin to Broil and increases the potency of Ruin II to 160, and Art of War to 165.</para>
/// </summary>
public static IBaseTrait BroilMasteryTrait { get; } = new BaseTrait(214);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50311"><strong>Corruption Mastery II</strong></see> (SCH) [311]
+ /// <see href="https://garlandtools.org/db/#action/50311"><strong>Corruption Mastery II</strong></see> [311]
/// <para>Upgrades Bio II to Biolysis.</para>
/// </summary>
public static IBaseTrait CorruptionMasteryIiTrait { get; } = new BaseTrait(311);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50312"><strong>Broil Mastery III</strong></see> (SCH) [312]
+ /// <see href="https://garlandtools.org/db/#action/50312"><strong>Broil Mastery III</strong></see> [312]
/// <para>Upgrades Broil II to Broil III and increases the potency of Ruin II to 200.</para>
/// </summary>
public static IBaseTrait BroilMasteryIiiTrait { get; } = new BaseTrait(312);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50313"><strong>Enhanced Sacred Soil</strong></see> (SCH) [313]
+ /// <see href="https://garlandtools.org/db/#action/50313"><strong>Enhanced Sacred Soil</strong></see> [313]
/// <para>Adds an additional effect to Sacred Soil that grants healing over time.</para>
/// </summary>
public static IBaseTrait EnhancedSacredSoilTrait { get; } = new BaseTrait(313);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50324"><strong>Corruption Mastery</strong></see> (SCH) [324]
+ /// <see href="https://garlandtools.org/db/#action/50324"><strong>Corruption Mastery</strong></see> [324]
/// <para>Upgrades Bio to Bio II.</para>
/// </summary>
public static IBaseTrait CorruptionMasteryTrait { get; } = new BaseTrait(324);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50491"><strong>Broil Mastery IV</strong></see> (SCH) [491]
+ /// <see href="https://garlandtools.org/db/#action/50491"><strong>Broil Mastery IV</strong></see> [491]
/// <para>Upgrades Broil III to Broil IV and increases the potency of Ruin II to 220.</para>
/// </summary>
public static IBaseTrait BroilMasteryIvTrait { get; } = new BaseTrait(491);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50492"><strong>Art of War Mastery</strong></see> (SCH) [492]
+ /// <see href="https://garlandtools.org/db/#action/50492"><strong>Art of War Mastery</strong></see> [492]
/// <para>Upgrades Art of War to Art of War II.</para>
/// </summary>
public static IBaseTrait ArtOfWarMasteryTrait { get; } = new BaseTrait(492);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50493"><strong>Enhanced Healing Magic</strong></see> (SCH) [493]
+ /// <see href="https://garlandtools.org/db/#action/50493"><strong>Enhanced Healing Magic</strong></see> [493]
/// <para>Increases the healing potency of Physick to 450, Embrace to 180, and Seraphic Veil to 180.</para>
/// <para>Increases the barrier potency of Adloquium to 180% the amount healed and Succor to 160% the amount healed.</para>
/// </summary>
public static IBaseTrait EnhancedHealingMagicTrait { get; } = new BaseTrait(493);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50494"><strong>Enhanced Deployment Tactics</strong></see> (SCH) [494]
+ /// <see href="https://garlandtools.org/db/#action/50494"><strong>Enhanced Deployment Tactics</strong></see> [494]
/// <para>Reduces Deployment Tactics recast time to 90 seconds.</para>
/// </summary>
public static IBaseTrait EnhancedDeploymentTacticsTrait { get; } = new BaseTrait(494);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50627"><strong>Enhanced Chain Stratagem</strong></see> [627]
+ /// <para>Grants Impact Imminent upon using Chain Stratagem.</para>
+ /// <para>Duration: 30s</para>
+ /// </summary>
+ public static IBaseTrait EnhancedChainStratagemTrait { get; } = new BaseTrait(627);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50628"><strong>Succor Mastery</strong></see> [628]
+ /// <para>Upgrades Succor to Concitation.</para>
+ /// </summary>
+ public static IBaseTrait SuccorMasteryTrait { get; } = new BaseTrait(628);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50629"><strong>Enhanced Recitation</strong></see> [629]
+ /// <para>Reduces Recitation recast time to 60 seconds.</para>
+ /// </summary>
+ public static IBaseTrait EnhancedRecitationTrait { get; } = new BaseTrait(629);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50656"><strong>Tactician's Mastery</strong></see> [656]
+ /// <para>Increases the potency of Biolysis's damage over time effect to 75 and Broil IV to 310.</para>
+ /// </summary>
+ public static IBaseTrait TacticiansMasteryTrait { get; } = new BaseTrait(656);
private IBaseTrait[] _AllTraits = null;
/// <inheritdoc/>
public override IBaseTrait[] AllTraits => _AllTraits ??= [
- MaimAndMendTrait, MaimAndMendIiTrait, BroilMasteryIiTrait, BroilMasteryTrait, CorruptionMasteryIiTrait, BroilMasteryIiiTrait, EnhancedSacredSoilTrait, CorruptionMasteryTrait, BroilMasteryIvTrait, ArtOfWarMasteryTrait, EnhancedHealingMagicTrait, EnhancedDeploymentTacticsTrait,
+ BroilMasteryIiTrait, BroilMasteryTrait, CorruptionMasteryIiTrait, BroilMasteryIiiTrait, EnhancedSacredSoilTrait, CorruptionMasteryTrait, BroilMasteryIvTrait, ArtOfWarMasteryTrait, EnhancedHealingMagicTrait, EnhancedDeploymentTacticsTrait, EnhancedChainStratagemTrait, SuccorMasteryTrait, EnhancedRecitationTrait, TacticiansMasteryTrait,
..base.AllTraits,
];
#endregion
}
/// <summary>
-/// <see href="https://na.finalfantasyxiv.com/jobguide/ninja"><strong>Ninja</strong></see>
-/// <br>Number of Actions: 67</br>
-/// <br>Number of Traits: 14</br>
+/// <see href="https://na.finalfantasyxiv.com/jobguide/ninja"><strong>ninja</strong></see>
+/// <br>Number of Actions: 71</br>
+/// <br>Number of Traits: 17</br>
/// </summary>
-[Jobs(Job.NIN, Job.ROG)]
+[Jobs(Job.NIN, Job.CNJ)]
public abstract partial class NinjaRotation : CustomRotation
{
static NINGauge JobGauge => Svc.Gauges.Get<NINGauge>();
@@ -54972,7 +60029,6 @@ public abstract partial class NinjaRotation : CustomRotation
/// <para>Additional Effect: Increases target's damage taken by 5%</para>
/// <para>Duration: 20s</para>
/// <para>Additional Effect: Increases the chance of additional items being dropped by target if Mug is dealt before, or as, the finishing blow</para>
- /// <para>Additional Effect: Increases Ninki Gauge by 40</para>
/// </summary>
public IBaseAction MugPvE => _MugPvECreator.Value;
@@ -55024,6 +60080,7 @@ public abstract partial class NinjaRotation : CustomRotation
/// <para>Combo Action: Gust Slash</para>
/// <para>Combo Potency: </para>
/// <para>Rear Combo Potency: </para>
+ /// <para>Potencies are increased by 100 while under the effect of Kazematoi.</para>
/// <para>Combo Bonus: Increases Ninki Gauge by </para>
/// </summary>
@@ -55233,11 +60290,12 @@ public abstract partial class NinjaRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/2265"><strong>Fuma Shuriken</strong></see> <i>PvE</i> (NIN) [2265] [Ability]
- /// <para>Delivers a ranged ninjutsu attack with a potency of 450.</para>
+ /// <para>Delivers a ranged ninjutsu attack with a potency of .</para>
/// <para>Mudra Combination: Any one of the Ten, Chi, or Jin mudra</para>
/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Ninjutsu changes to Fuma Shuriken when requirements for execution are met.</para>
/// </summary>
public IBaseAction FumaShurikenPvE => _FumaShurikenPvECreator.Value;
@@ -55265,6 +60323,7 @@ public abstract partial class NinjaRotation : CustomRotation
/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Ninjutsu changes to Katon when requirements for execution are met.</para>
/// </summary>
public IBaseAction KatonPvE => _KatonPvECreator.Value;
@@ -55287,7 +60346,7 @@ public abstract partial class NinjaRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/2267"><strong>Raiton</strong></see> <i>PvE</i> (NIN) [2267] [Ability]
- /// <para>Deals lightning damage with a potency of 650.</para>
+ /// <para>Deals lightning damage with a potency of .</para>
/// <para>Additional Effect: Grants a stack of Raiju Ready</para>
/// <para>Duration: 30s</para>
/// <para>Maximum Stacks: 3</para>
@@ -55296,6 +60355,7 @@ public abstract partial class NinjaRotation : CustomRotation
/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Ninjutsu changes to Raiton when requirements for execution are met.</para>
/// </summary>
public IBaseAction RaitonPvE => _RaitonPvECreator.Value;
@@ -55326,6 +60386,7 @@ public abstract partial class NinjaRotation : CustomRotation
/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Ninjutsu changes to Hyoton when requirements for execution are met.</para>
/// </summary>
public IBaseAction HyotonPvE => _HyotonPvECreator.Value;
@@ -55348,12 +60409,15 @@ public abstract partial class NinjaRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/2269"><strong>Huton</strong></see> <i>PvE</i> (NIN) [2269] [Ability]
- /// <para>Reduces weaponskill recast time and auto-attack delay by 15%.</para>
- /// <para>Duration: 60s</para>
+ /// <para>Deals fire damage with a potency of 240 to target and all enemies nearby it.</para>
+ /// <para>Additional Effect: Grants Shadow Walker</para>
+ /// <para>Shadow Walker Effect: Allows execution of actions which require the effect of Hidden, without being under that effect</para>
+ /// <para>Duration: 20s</para>
/// <para>Mudra Combination: Jin→Chi→Ten or Chi→Jin→Ten</para>
/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Ninjutsu changes to Huton when requirements for execution are met.</para>
/// </summary>
public IBaseAction HutonPvE => _HutonPvECreator.Value;
@@ -55383,6 +60447,7 @@ public abstract partial class NinjaRotation : CustomRotation
/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Ninjutsu changes to Doton when requirements for execution are met.</para>
/// </summary>
public IBaseAction DotonPvE => _DotonPvECreator.Value;
@@ -55405,14 +60470,15 @@ public abstract partial class NinjaRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/2271"><strong>Suiton</strong></see> <i>PvE</i> (NIN) [2271] [Ability]
- /// <para>Deals water damage with a potency of 500.</para>
- /// <para>Additional Effect: Grants Suiton</para>
+ /// <para>Deals water damage with a potency of .</para>
+ /// <para>Additional Effect: Grants Shadow Walker</para>
+ /// <para>Shadow Walker Effect: Allows execution of actions which require the effect of Hidden, without being under that effect</para>
/// <para>Duration: 20s</para>
- /// <para>Suiton Effect: Allows execution of actions which require the effect of Hidden, without being under that effect</para>
/// <para>Mudra Combination: Ten→Chi→Jin or Chi→Ten→Jin</para>
/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Ninjutsu changes to Suiton when requirements for execution are met.</para>
/// </summary>
public IBaseAction SuitonPvE => _SuitonPvECreator.Value;
@@ -55463,7 +60529,9 @@ public abstract partial class NinjaRotation : CustomRotation
/// <para>Combo Action: Gust Slash</para>
/// <para>Combo Potency: </para>
/// <para>Flank Combo Potency: </para>
- /// <para>Combo Bonus: Extends Huton duration by 30s to a maximum of 60s</para>
+ /// <para>Combo Bonus: Grants 2 stacks of Kazematoi</para>
+ /// <para>Kazematoi Effect: Increases potency of Aeolian Edge by 100</para>
+ /// <para>Maximum Stacks: 5</para>
/// <para>Combo Bonus: Increases Ninki Gauge by </para>
/// </summary>
@@ -55535,8 +60603,8 @@ public abstract partial class NinjaRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7402"><strong>Bhavacakra</strong></see> <i>PvE</i> (NIN) [7402] [Ability]
- /// <para>Deals unaspected damage with a potency of 350.</para>
- /// <para>Meisui Bonus: Potency is increased to 500 when under the effect of Meisui</para>
+ /// <para>Deals unaspected damage with a potency of .</para>
+ /// <para>Meisui Bonus: Potency is increased to when under the effect of Meisui</para>
/// <para>Ninki Gauge Cost: 50</para>
/// <para>Shares a recast timer with Hellfrog Medium.</para>
/// </summary>
@@ -55563,6 +60631,8 @@ public abstract partial class NinjaRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/7403"><strong>Ten Chi Jin</strong></see> <i>PvE</i> (NIN) [7403] [Ability]
/// <para>Temporarily converts each of the three mudra into a ninjutsu action. Executing one of these actions will convert the remaining mudra into different ninjutsu actions until all three have been executed or the Ten Chi Jin effect expires.</para>
/// <para>Duration: 6s</para>
+ /// <para>Additional Effect: Grants Tenri Jindo Ready</para>
+ /// <para>Duration: 30s</para>
/// <para>Only ninjutsu available while active. The same ninjutsu cannot be executed twice.</para>
/// <para>Cannot be executed while under the effect of Kassatsu. Effect ends upon moving.</para>
/// </summary>
@@ -55590,7 +60660,6 @@ public abstract partial class NinjaRotation : CustomRotation
/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
/// <para>Combo Action: Death Blossom</para>
/// <para>Combo Potency: 130</para>
- /// <para>Combo Bonus: Extends Huton duration by 10s to a maximum of 60s</para>
/// <para>Combo Bonus: Increases Ninki Gauge by 5</para>
/// </summary>
@@ -55614,10 +60683,11 @@ public abstract partial class NinjaRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16489"><strong>Meisui</strong></see> <i>PvE</i> (NIN) [16489] [Ability]
- /// <para>Dispels Suiton, increasing the Ninki Gauge by 50.</para>
- /// <para>Additional Effect: Increases the potency of Bhavacakra to 500</para>
+ /// <para>Dispels Shadow Walker, increasing the Ninki Gauge by 50.</para>
+ /// <para>Additional Effect: Grants Meisui</para>
/// <para>Duration: 30s</para>
- /// <para>Can only be executed while in combat.</para>
+ /// <para>Meisui Effect: Increases the potency of Zesho Meppo to 700 and Bhavacakra to 530Increases the potency of Bhavacakra to Increases the potency of Bhavacakra to </para>
+ /// <para>Can only be executed while in combat and under the effect of Shadow Walker.</para>
/// </summary>
public IBaseAction MeisuiPvE => _MeisuiPvECreator.Value;
@@ -55646,6 +60716,7 @@ public abstract partial class NinjaRotation : CustomRotation
/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Ninjutsu changes to Goka Mekkyaku when requirements for execution are met.</para>
/// </summary>
public IBaseAction GokaMekkyakuPvE => _GokaMekkyakuPvECreator.Value;
@@ -55674,6 +60745,7 @@ public abstract partial class NinjaRotation : CustomRotation
/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Ninjutsu changes to Hyosho Ranryu when requirements for execution are met.</para>
/// </summary>
public IBaseAction HyoshoRanryuPvE => _HyoshoRanryuPvECreator.Value;
@@ -55705,8 +60777,6 @@ public abstract partial class NinjaRotation : CustomRotation
/// <para>Additional Effect: Grants Phantom Kamaitachi Ready</para>
/// <para>Duration: 45s</para>
/// <para>Ninki Gauge Cost: 50</para>
- /// <para></para>
- /// <para>※Action changes to Phantom Kamaitachi upon execution.</para>
/// </summary>
public IBaseAction BunshinPvE => _BunshinPvECreator.Value;
@@ -55807,11 +60877,12 @@ public abstract partial class NinjaRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/18873"><strong>Fuma Shuriken</strong></see> <i>PvE</i> (NIN) [18873] [Ability]
- /// <para>Delivers a ranged ninjutsu attack with a potency of 450.</para>
+ /// <para>Delivers a ranged ninjutsu attack with a potency of .</para>
/// <para>Mudra Combination: Any one of the Ten, Chi, or Jin mudra</para>
/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Ninjutsu changes to Fuma Shuriken when requirements for execution are met.</para>
/// </summary>
public IBaseAction FumaShurikenPvE_18873 => _FumaShurikenPvE_18873Creator.Value;
@@ -55834,11 +60905,12 @@ public abstract partial class NinjaRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/18874"><strong>Fuma Shuriken</strong></see> <i>PvE</i> (NIN) [18874] [Ability]
- /// <para>Delivers a ranged ninjutsu attack with a potency of 450.</para>
+ /// <para>Delivers a ranged ninjutsu attack with a potency of .</para>
/// <para>Mudra Combination: Any one of the Ten, Chi, or Jin mudra</para>
/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Ninjutsu changes to Fuma Shuriken when requirements for execution are met.</para>
/// </summary>
public IBaseAction FumaShurikenPvE_18874 => _FumaShurikenPvE_18874Creator.Value;
@@ -55861,11 +60933,12 @@ public abstract partial class NinjaRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/18875"><strong>Fuma Shuriken</strong></see> <i>PvE</i> (NIN) [18875] [Ability]
- /// <para>Delivers a ranged ninjutsu attack with a potency of 450.</para>
+ /// <para>Delivers a ranged ninjutsu attack with a potency of .</para>
/// <para>Mudra Combination: Any one of the Ten, Chi, or Jin mudra</para>
/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Ninjutsu changes to Fuma Shuriken when requirements for execution are met.</para>
/// </summary>
public IBaseAction FumaShurikenPvE_18875 => _FumaShurikenPvE_18875Creator.Value;
@@ -55888,11 +60961,12 @@ public abstract partial class NinjaRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/18876"><strong>Katon</strong></see> <i>PvE</i> (NIN) [18876] [Ability]
- /// <para>Delivers fire damage with a potency of 350 to target and all enemies nearby it.</para>
+ /// <para>Deals fire damage with a potency of 350 to target and all enemies nearby it.</para>
/// <para>Mudra Combination: Chi→Ten or Jin→Ten</para>
/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Ninjutsu changes to Katon when requirements for execution are met.</para>
/// </summary>
public IBaseAction KatonPvE_18876 => _KatonPvE_18876Creator.Value;
@@ -55915,7 +60989,7 @@ public abstract partial class NinjaRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/18877"><strong>Raiton</strong></see> <i>PvE</i> (NIN) [18877] [Ability]
- /// <para>Deals lightning damage with a potency of 650.</para>
+ /// <para>Deals lightning damage with a potency of .</para>
/// <para>Additional Effect: Grants a stack of Raiju Ready</para>
/// <para>Duration: 30s</para>
/// <para>Maximum Stacks: 3</para>
@@ -55924,6 +60998,7 @@ public abstract partial class NinjaRotation : CustomRotation
/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Ninjutsu changes to Raiton when requirements for execution are met.</para>
/// </summary>
public IBaseAction RaitonPvE_18877 => _RaitonPvE_18877Creator.Value;
@@ -55946,7 +61021,7 @@ public abstract partial class NinjaRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/18878"><strong>Hyoton</strong></see> <i>PvE</i> (NIN) [18878] [Ability]
- /// <para>Delivers ice damage with a potency of 350.</para>
+ /// <para>Deals ice damage with a potency of 350.</para>
/// <para>Additional Effect: Bind</para>
/// <para>Duration: 15s</para>
/// <para>Mudra Combination: Ten→Jin or Chi→Jin</para>
@@ -55954,6 +61029,7 @@ public abstract partial class NinjaRotation : CustomRotation
/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Ninjutsu changes to Raiton when requirements for execution are met.</para>
/// </summary>
public IBaseAction HyotonPvE_18878 => _HyotonPvE_18878Creator.Value;
@@ -55976,12 +61052,15 @@ public abstract partial class NinjaRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/18879"><strong>Huton</strong></see> <i>PvE</i> (NIN) [18879] [Ability]
- /// <para>Reduces weaponskill recast time and auto-attack delay by 15%.</para>
- /// <para>Duration: 60s</para>
+ /// <para>Deals fire damage with a potency of 240 to target and all enemies nearby it.</para>
+ /// <para>Additional Effect: Grants Shadow Walker</para>
+ /// <para>Shadow Walker Effect: Allows execution of actions which require the effect of Hidden, without being under that effect</para>
+ /// <para>Duration: 20s</para>
/// <para>Mudra Combination: Jin→Chi→Ten or Chi→Jin→Ten</para>
/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Ninjutsu changes to Huton when requirements for execution are met.</para>
/// </summary>
public IBaseAction HutonPvE_18879 => _HutonPvE_18879Creator.Value;
@@ -56011,6 +61090,7 @@ public abstract partial class NinjaRotation : CustomRotation
/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Ninjutsu changes to Doton when requirements for execution are met.</para>
/// </summary>
public IBaseAction DotonPvE_18880 => _DotonPvE_18880Creator.Value;
@@ -56033,14 +61113,15 @@ public abstract partial class NinjaRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/18881"><strong>Suiton</strong></see> <i>PvE</i> (NIN) [18881] [Ability]
- /// <para>Deals water damage with a potency of 500.</para>
- /// <para>Additional Effect: Grants Suiton</para>
+ /// <para>Deals water damage with a potency of .</para>
+ /// <para>Additional Effect: Grants Shadow Walker</para>
+ /// <para>Shadow Walker Effect: Allows execution of actions which require the effect of Hidden, without being under that effect</para>
/// <para>Duration: 20s</para>
- /// <para>Suiton Effect: Allows execution of actions which require the effect of Hidden, without being under that effect</para>
/// <para>Mudra Combination: Ten→Chi→Jin or Chi→Ten→Jin</para>
/// <para>Triggers the cooldown of weaponskills, mudra, and Ninjutsu upon execution.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Ninjutsu changes to Suiton when requirements for execution are met.</para>
/// </summary>
public IBaseAction SuitonPvE_18881 => _SuitonPvE_18881Creator.Value;
@@ -56064,11 +61145,8 @@ public abstract partial class NinjaRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25774"><strong>Phantom Kamaitachi</strong></see> <i>PvE</i> (NIN) [25774] [Weaponskill]
/// <para>Your shadow deals wind damage to target and all enemies within 5 yalms with a potency of 600 for the first enemy, and 50% less for all remaining enemies.</para>
- /// <para>Additional Effect: Extends Huton duration by 10s to a maximum of 60s</para>
/// <para>Additional Effect: Increases Ninki Gauge by 10</para>
/// <para>Can only be executed while under the effect of Phantom Kamaitachi Ready.</para>
- /// <para></para>
- /// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
public IBaseAction PhantomKamaitachiPvE => _PhantomKamaitachiPvECreator.Value;
@@ -56118,7 +61196,7 @@ public abstract partial class NinjaRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25777"><strong>Forked Raiju</strong></see> <i>PvE</i> (NIN) [25777] [Weaponskill]
- /// <para>Rushes target and delivers a lightning attack with a potency of 560.</para>
+ /// <para>Rushes target and delivers a lightning attack with a potency of .</para>
/// <para>Additional Effect: Increases Ninki Gauge by 5</para>
/// <para>Can only be executed while under the effect of Raiju Ready.</para>
/// <para>Cannot be executed while bound.</para>
@@ -56144,38 +61222,12 @@ public abstract partial class NinjaRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25778"><strong>Fleeting Raiju</strong></see> <i>PvE</i> (NIN) [25778] [Weaponskill]
- /// <para>Deals lightning damage with a potency of 560.</para>
+ /// <para>Deals lightning damage with a potency of .</para>
/// <para>Additional Effect: Increases Ninki Gauge by 5</para>
/// <para>Can only be executed while under the effect of Raiju Ready.</para>
/// </summary>
public IBaseAction FleetingRaijuPvE => _FleetingRaijuPvECreator.Value;
- private readonly Lazy<IBaseAction> _HuraijinPvECreator = new(() =>
- {
- IBaseAction action = new BaseAction((ActionID)25876, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyHuraijinPvE(ref setting);
- action.Setting = setting;
-
- return action;
- });
-
- /// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/25876"><strong>Huraijin</strong></see> <i>PvE</i> (NIN) [25876] [Weaponskill]
- /// </summary>
- static partial void ModifyHuraijinPvE(ref ActionSetting setting);
-
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/25876"><strong>Huraijin</strong></see> <i>PvE</i> (NIN) [25876] [Weaponskill]
- /// <para>Delivers an attack with a potency of 200.</para>
- /// <para>Additional Effect: Grants Huton</para>
- /// <para>Duration: 60s</para>
- /// <para>Additional Effect: Increases Ninki Gauge by 5</para>
- /// </summary>
-
- public IBaseAction HuraijinPvE => _HuraijinPvECreator.Value;
private readonly Lazy<IBaseAction> _SpinningEdgePvPCreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)29500, false);
@@ -56622,15 +61674,159 @@ public abstract partial class NinjaRotation : CustomRotation
/// </summary>
public IBaseAction FleetingRaijuPvP => _FleetingRaijuPvPCreator.Value;
+ private readonly Lazy<IBaseAction> _DokumoriPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36957, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyDokumoriPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36957"><strong>Dokumori</strong></see> <i>PvE</i> (NIN) [36957] [Ability]
+ /// </summary>
+ static partial void ModifyDokumoriPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36957"><strong>Dokumori</strong></see> <i>PvE</i> (NIN) [36957] [Ability]
+ /// <para>Delivers an attack with a potency of 300.</para>
+ /// <para>Additional Effect: Increases target's damage taken by 5%</para>
+ /// <para>Duration: 20s</para>
+ /// <para>Additional Effect: Increases the chance of additional items being dropped by target if Dokumori is dealt before, or as, the finishing blow</para>
+ /// <para>Additional Effect: Increases Ninki Gauge by 40</para>
+ /// <para>Additional Effect: Grants Higi</para>
+ /// <para>Duration: 30s</para>
+ /// </summary>
+
+ public IBaseAction DokumoriPvE => _DokumoriPvECreator.Value;
+ private readonly Lazy<IBaseAction> _KunaisBanePvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36958, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyKunaisBanePvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36958"><strong>Kunai's Bane</strong></see> <i>PvE</i> (NIN) [36958] [Ability]
+ /// </summary>
+ static partial void ModifyKunaisBanePvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36958"><strong>Kunai's Bane</strong></see> <i>PvE</i> (NIN) [36958] [Ability]
+ /// <para>Deals damage to all nearby enemies with a potency of 600 for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Additional Effect: Afflicts target with Kunai's Bane</para>
+ /// <para>Kunai's Bane Effect: Increases damage you deal target by 10%</para>
+ /// <para>Duration: 15s</para>
+ /// <para>Can only be executed while Hidden.</para>
+ /// </summary>
+
+ public IBaseAction KunaisBanePvE => _KunaisBanePvECreator.Value;
+ private readonly Lazy<IBaseAction> _DeathfrogMediumPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36959, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyDeathfrogMediumPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36959"><strong>Deathfrog Medium</strong></see> <i>PvE</i> (NIN) [36959] [Ability]
+ /// </summary>
+ static partial void ModifyDeathfrogMediumPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36959"><strong>Deathfrog Medium</strong></see> <i>PvE</i> (NIN) [36959] [Ability]
+ /// <para>Deals fire damage with a potency of 300 to target and all enemies nearby it.</para>
+ /// <para>Ninki Gauge Cost: 50</para>
+ /// <para>Can only be executed while under the effect of Higi.</para>
+ /// <para>Shares a recast timer with Bhavacakra.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Hellfrog Medium changes to Deathfrog Medium when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction DeathfrogMediumPvE => _DeathfrogMediumPvECreator.Value;
+ private readonly Lazy<IBaseAction> _ZeshoMeppoPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36960, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyZeshoMeppoPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36960"><strong>Zesho Meppo</strong></see> <i>PvE</i> (NIN) [36960] [Ability]
+ /// </summary>
+ static partial void ModifyZeshoMeppoPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36960"><strong>Zesho Meppo</strong></see> <i>PvE</i> (NIN) [36960] [Ability]
+ /// <para>Deals unaspected damage with a potency of 550.</para>
+ /// <para>Meisui Bonus: Potency is increased to 700</para>
+ /// <para>Ninki Gauge Cost: 50</para>
+ /// <para>Can only be executed while under the effect of Higi.</para>
+ /// <para>Shares a recast timer with Hellfrog Medium.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Bhavacakra changes to Zesho Meppo when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction ZeshoMeppoPvE => _ZeshoMeppoPvECreator.Value;
+ private readonly Lazy<IBaseAction> _TenriJindoPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36961, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyTenriJindoPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36961"><strong>Tenri Jindo</strong></see> <i>PvE</i> (NIN) [36961] [Ability]
+ /// </summary>
+ static partial void ModifyTenriJindoPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36961"><strong>Tenri Jindo</strong></see> <i>PvE</i> (NIN) [36961] [Ability]
+ /// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 1,000 for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Can only be executed while under the effect of Tenri Jindo Ready.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Ten Chi Jin changes to Tenri Jindo when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction TenriJindoPvE => _TenriJindoPvECreator.Value;
private IBaseAction[] _AllBaseActions = null;
/// <inheritdoc/>
public override IBaseAction[] AllBaseActions => _AllBaseActions ??= [
- SpinningEdgePvE, ShadeShiftPvE, GustSlashPvE, HidePvE, AssassinatePvE, ThrowingDaggerPvE, MugPvE, DeathBlossomPvE, AeolianEdgePvE, TrickAttackPvE, TenPvE, NinjutsuPvE, ChiPvE, ShukuchiPvE, JinPvE, KassatsuPvE, FumaShurikenPvE, KatonPvE, RaitonPvE, HyotonPvE, HutonPvE, DotonPvE, SuitonPvE, RabbitMediumPvE, ArmorCrushPvE, DreamWithinADreamPvE, HellfrogMediumPvE, BhavacakraPvE, TenChiJinPvE, HakkeMujinsatsuPvE, MeisuiPvE, GokaMekkyakuPvE, HyoshoRanryuPvE, BunshinPvE, PhantomKamaitachiPvE, HollowNozuchiPvE, ForkedRaijuPvE, FleetingRaijuPvE, HuraijinPvE, SpinningEdgePvP, GustSlashPvP, AeolianEdgePvP, AssassinatePvP, GokaMekkyakuPvP, FumaShurikenPvP, HyoshoRanryuPvP, ThreeMudraPvP, MeisuiPvP, MugPvP, ForkedRaijuPvP, BunshinPvP, HutonPvP, ShukuchiPvP, DotonPvP, FleetingRaijuPvP,
+ SpinningEdgePvE, ShadeShiftPvE, GustSlashPvE, HidePvE, AssassinatePvE, ThrowingDaggerPvE, MugPvE, DeathBlossomPvE, AeolianEdgePvE, TrickAttackPvE, TenPvE, NinjutsuPvE, ChiPvE, ShukuchiPvE, JinPvE, KassatsuPvE, FumaShurikenPvE, KatonPvE, RaitonPvE, HyotonPvE, HutonPvE, DotonPvE, SuitonPvE, RabbitMediumPvE, ArmorCrushPvE, DreamWithinADreamPvE, HellfrogMediumPvE, BhavacakraPvE, TenChiJinPvE, HakkeMujinsatsuPvE, MeisuiPvE, GokaMekkyakuPvE, HyoshoRanryuPvE, BunshinPvE, PhantomKamaitachiPvE, HollowNozuchiPvE, ForkedRaijuPvE, FleetingRaijuPvE, SpinningEdgePvP, GustSlashPvP, AeolianEdgePvP, AssassinatePvP, GokaMekkyakuPvP, FumaShurikenPvP, HyoshoRanryuPvP, ThreeMudraPvP, MeisuiPvP, MugPvP, ForkedRaijuPvP, BunshinPvP, HutonPvP, ShukuchiPvP, DotonPvP, FleetingRaijuPvP, DokumoriPvE, KunaisBanePvE, DeathfrogMediumPvE, ZeshoMeppoPvE, TenriJindoPvE,
..base.AllBaseActions,
];
+
+
private readonly Lazy<IBaseAction> _BraverPvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)200, false);
@@ -56658,63 +61854,7 @@ public IBaseAction BraverPvE => _BraverPvECreator.Value;
/// <see href="https://garlandtools.org/db/#action/200"><strong>Braver</strong></see> <i>PvE</i> (All Classes) [200] [Limit Break]
/// <para>Delivers an attack with a potency of 2,400.</para>
/// </summary>
-private sealed protected override IBaseAction LimitBreak1 => BraverPvE;
-private readonly Lazy<IBaseAction> _BladedancePvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)201, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyBladedancePvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/201"><strong>Bladedance</strong></see> <i>PvE</i> (All Classes) [201] [Limit Break]
-/// </summary>
-static partial void ModifyBladedancePvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/201"><strong>Bladedance</strong></see> <i>PvE</i> (All Classes) [201] [Limit Break]
-/// <para>Delivers an attack with a potency of 5,250.</para>
-/// </summary>
-
-public IBaseAction BladedancePvE => _BladedancePvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/201"><strong>Bladedance</strong></see> <i>PvE</i> (All Classes) [201] [Limit Break]
-/// <para>Delivers an attack with a potency of 5,250.</para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak2 => BladedancePvE;
-private readonly Lazy<IBaseAction> _ChimatsuriPvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)4243, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyChimatsuriPvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/4243"><strong>Chimatsuri</strong></see> <i>PvE</i> (All Classes) [4243] [Limit Break]
-/// </summary>
-static partial void ModifyChimatsuriPvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/4243"><strong>Chimatsuri</strong></see> <i>PvE</i> (All Classes) [4243] [Limit Break]
-/// <para></para>
-/// </summary>
-
-public IBaseAction ChimatsuriPvE => _ChimatsuriPvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/4243"><strong>Chimatsuri</strong></see> <i>PvE</i> (All Classes) [4243] [Limit Break]
-/// <para></para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak3 => ChimatsuriPvE;
+private sealed protected override IBaseAction LimitBreak3 => BraverPvE;
private readonly Lazy<IBaseAction> _SeitonTenchuPvPCreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)29515, false);
@@ -56767,59 +61907,44 @@ private sealed protected override IBaseAction LimitBreakPvP => SeitonTenchuPv
#region Traits
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50090"><strong>All Fours</strong></see> (ROG NIN) [90]
- /// <para>Reduces damage taken when falling.</para>
- /// </summary>
- public static IBaseTrait AllFoursTrait { get; } = new BaseTrait(90);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50093"><strong>Fleet of Foot</strong></see> (ROG NIN) [93]
- /// <para>Increases movement speed.</para>
- /// </summary>
- public static IBaseTrait FleetOfFootTrait { get; } = new BaseTrait(93);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50165"><strong>Shukiho</strong></see> (NIN) [165]
+ /// <see href="https://garlandtools.org/db/#action/50165"><strong>Shukiho</strong></see> [165]
/// <para>Increases Ninki Gauge by 5 upon successfully landing certain weaponskills or completing certain combos.</para>
/// </summary>
public static IBaseTrait ShukihoTrait { get; } = new BaseTrait(165);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50166"><strong>Enhanced Shukuchi</strong></see> (NIN) [166]
+ /// <see href="https://garlandtools.org/db/#action/50166"><strong>Enhanced Shukuchi</strong></see> [166]
/// <para>Resets the recast timer for Shukuchi upon executing Katon, Raiton, or Hyoton on most targets.</para>
/// </summary>
public static IBaseTrait EnhancedShukuchiTrait { get; } = new BaseTrait(166);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50167"><strong>Enhanced Mug</strong></see> (NIN) [167]
- /// <para>Increases Ninki Gauge by 40 upon successfully landing Mug.</para>
- /// </summary>
- public static IBaseTrait EnhancedMugTrait { get; } = new BaseTrait(167);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50250"><strong>Enhanced Kassatsu</strong></see> (NIN) [250]
+ /// <see href="https://garlandtools.org/db/#action/50250"><strong>Enhanced Kassatsu</strong></see> [250]
/// <para>Upgrades Katon and Hyoton to Goka Mekkyaku and Hyosho Ranryu while under the effect of Kassatsu.</para>
/// </summary>
public static IBaseTrait EnhancedKassatsuTrait { get; } = new BaseTrait(250);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50279"><strong>Enhanced Shukuchi II</strong></see> (NIN) [279]
+ /// <see href="https://garlandtools.org/db/#action/50279"><strong>Enhanced Shukuchi II</strong></see> [279]
/// <para>Allows the accumulation of charges for consecutive uses of Shukuchi.</para>
/// <para>Maximum Charges: 2</para>
/// </summary>
public static IBaseTrait EnhancedShukuchiIiTrait { get; } = new BaseTrait(279);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50280"><strong>Shukiho II</strong></see> (NIN) [280]
+ /// <see href="https://garlandtools.org/db/#action/50280"><strong>Shukiho II</strong></see> [280]
/// <para>Increases Ninki Gauge by 10 upon successfully completing a combo with Aeolian Edge or Armor Crush.</para>
/// </summary>
public static IBaseTrait ShukihoIiTrait { get; } = new BaseTrait(280);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50439"><strong>Shukiho III</strong></see> (NIN) [439]
+ /// <see href="https://garlandtools.org/db/#action/50439"><strong>Shukiho III</strong></see> [439]
/// <para>Increases Ninki Gauge by 15 upon successfully completing a combo with Aeolian Edge or Armor Crush.</para>
/// </summary>
public static IBaseTrait ShukihoIiiTrait { get; } = new BaseTrait(439);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50440"><strong>Enhanced Meisui</strong></see> (NIN) [440]
+ /// <see href="https://garlandtools.org/db/#action/50440"><strong>Enhanced Meisui</strong></see> [440]
/// <para>Increases the potency of Bhavacakra to 500 while under the effect of Meisui.</para>
/// <para>Duration: 30s</para>
/// </summary>
public static IBaseTrait EnhancedMeisuiTrait { get; } = new BaseTrait(440);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50441"><strong>Enhanced Raiton</strong></see> (NIN) [441]
+ /// <see href="https://garlandtools.org/db/#action/50441"><strong>Enhanced Raiton</strong></see> [441]
/// <para>Grants a stack of Raiju Ready upon executing Raiton.</para>
/// <para>Maximum Stacks: 3</para>
/// <para>Duration: 30s</para>
@@ -56827,37 +61952,70 @@ private sealed protected override IBaseAction LimitBreakPvP => SeitonTenchuPv
/// </summary>
public static IBaseTrait EnhancedRaitonTrait { get; } = new BaseTrait(441);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50515"><strong>Adept Assassination</strong></see> (NIN) [515]
+ /// <see href="https://garlandtools.org/db/#action/50515"><strong>Adept Assassination</strong></see> [515]
/// <para>Upgrades Assassinate to Dream Within a Dream.</para>
/// </summary>
public static IBaseTrait AdeptAssassinationTrait { get; } = new BaseTrait(515);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50516"><strong>Melee Mastery</strong></see> (NIN) [516]
+ /// <see href="https://garlandtools.org/db/#action/50516"><strong>Melee Mastery</strong></see> [516]
/// <para>Increases the potency of Gust Slash to 120, Aeolian Edge to 140, and Armor Crush to 140.</para>
/// </summary>
public static IBaseTrait MeleeMasteryTrait { get; } = new BaseTrait(516);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50522"><strong>Melee Mastery II</strong></see> (NIN) [522]
+ /// <see href="https://garlandtools.org/db/#action/50522"><strong>Melee Mastery II</strong></see> [522]
/// <para>Increases the potency of Spinning Edge to 220 and Gust Slash to 160.</para>
/// </summary>
public static IBaseTrait MeleeMasteryIiTrait { get; } = new BaseTrait(522);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50584"><strong>Increase Attack Speed</strong></see> [584]
+ /// <para>Reduces weaponskill cast time and recast time, spell cast time and recast time, and auto-attack delay by 15%.</para>
+ /// </summary>
+ public static IBaseTrait IncreaseAttackSpeedTrait { get; } = new BaseTrait(584);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50585"><strong>Mug Mastery</strong></see> [585]
+ /// <para>Upgrades Mug to Dokumori.</para>
+ /// </summary>
+ public static IBaseTrait MugMasteryTrait { get; } = new BaseTrait(585);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50586"><strong>Trick Attack Mastery</strong></see> [586]
+ /// <para>Upgrades Trick Attack to Kunai's Bane.</para>
+ /// </summary>
+ public static IBaseTrait TrickAttackMasteryTrait { get; } = new BaseTrait(586);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50587"><strong>Enhanced Dokumori</strong></see> [587]
+ /// <para>Grants Higi upon executing Dokumori.</para>
+ /// <para>Duration: 30s</para>
+ /// </summary>
+ public static IBaseTrait EnhancedDokumoriTrait { get; } = new BaseTrait(587);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50588"><strong>Enhanced Ten Chi Jin</strong></see> [588]
+ /// <para>Grants Tenri Jindo Ready upon executing Ten Chi Jin.</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Ten Chi Jin changes to Tenri Jindo while under the effect of Tenri Jindo Ready.</para>
+ /// </summary>
+ public static IBaseTrait EnhancedTenChiJinTrait { get; } = new BaseTrait(588);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50661"><strong>Melee Mastery III</strong></see> [661]
+ /// <para>Increases the potency of Spinning Edge to 300, Gust Slash to 220, Aeolian Edge to 200, Fuma Shuriken to 500, Raiton to 740, Suiton to 580, Armor Crush to 220, Bhavacakra to 380, Bhavacakra while under the effect of Meisui to 530, Forked Raiju to 640, and Fleeting Raiju to 640.</para>
+ /// </summary>
+ public static IBaseTrait MeleeMasteryIiiTrait { get; } = new BaseTrait(661);
private IBaseTrait[] _AllTraits = null;
/// <inheritdoc/>
public override IBaseTrait[] AllTraits => _AllTraits ??= [
- AllFoursTrait, FleetOfFootTrait, ShukihoTrait, EnhancedShukuchiTrait, EnhancedMugTrait, EnhancedKassatsuTrait, EnhancedShukuchiIiTrait, ShukihoIiTrait, ShukihoIiiTrait, EnhancedMeisuiTrait, EnhancedRaitonTrait, AdeptAssassinationTrait, MeleeMasteryTrait, MeleeMasteryIiTrait,
+ ShukihoTrait, EnhancedShukuchiTrait, EnhancedKassatsuTrait, EnhancedShukuchiIiTrait, ShukihoIiTrait, ShukihoIiiTrait, EnhancedMeisuiTrait, EnhancedRaitonTrait, AdeptAssassinationTrait, MeleeMasteryTrait, MeleeMasteryIiTrait, IncreaseAttackSpeedTrait, MugMasteryTrait, TrickAttackMasteryTrait, EnhancedDokumoriTrait, EnhancedTenChiJinTrait, MeleeMasteryIiiTrait,
..base.AllTraits,
];
#endregion
}
/// <summary>
-/// <see href="https://na.finalfantasyxiv.com/jobguide/machinist"><strong>Machinist</strong></see>
-/// <br>Number of Actions: 45</br>
-/// <br>Number of Traits: 14</br>
+/// <see href="https://na.finalfantasyxiv.com/jobguide/machinist"><strong>machinist</strong></see>
+/// <br>Number of Actions: 50</br>
+/// <br>Number of Traits: 21</br>
/// </summary>
-[Jobs(Job.MCH)]
+[Jobs(Job.MCH, Job.BSM)]
public abstract partial class MachinistRotation : CustomRotation
{
static MCHGauge JobGauge => Svc.Gauges.Get<MCHGauge>();
@@ -57266,7 +62424,10 @@ public abstract partial class MachinistRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7414"><strong>Barrel Stabilizer</strong></see> <i>PvE</i> (MCH) [7414] [Ability]
- /// <para>Increases Heat Gauge by 50.</para>
+ /// <para>Grants Hypercharged.</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Additional Effect: Grants Full Metal Machinist</para>
+ /// <para>Duration: 30s</para>
/// <para>Can only be executed while in combat.</para>
/// </summary>
@@ -57372,7 +62533,7 @@ public abstract partial class MachinistRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16497"><strong>Auto Crossbow</strong></see> <i>PvE</i> (MCH) [16497] [Weaponskill]
- /// <para>Delivers an attack with a potency of 140 to all enemies in a cone before you.</para>
+ /// <para>Delivers an attack with a potency of to all enemies in a cone before you.</para>
/// <para>Can only be executed when firearm is Overheated.</para>
/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// </summary>
@@ -57398,6 +62559,7 @@ public abstract partial class MachinistRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16498"><strong>Drill</strong></see> <i>PvE</i> (MCH) [16498] [Weaponskill]
/// <para>Delivers an attack with a potency of 600.</para>
+ /// <para>Maximum Charges: 2</para>
/// <para>Shares a recast timer with Bioblaster.This weaponskill does not share a recast timer with any other actions.This weaponskill does not share a recast timer with any other actions.</para>
/// </summary>
@@ -57425,6 +62587,7 @@ public abstract partial class MachinistRotation : CustomRotation
/// <para>Additional Effect: Damage over time</para>
/// <para>Potency: 50</para>
/// <para>Duration: 15s</para>
+ /// <para>Maximum Charges: 2</para>
/// <para>Shares a recast timer with Drill.</para>
/// </summary>
@@ -57583,8 +62746,10 @@ public abstract partial class MachinistRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16766"><strong>Detonator</strong></see> <i>PvE</i> (MCH) [16766] [Ability]
/// <para>Ends the effect of Wildfire, dealing damage to the target.</para>
+ /// <para>Can only be executed while under the effect of Wildfire.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Wildfire changes to Detonator when requirements for execution are met.</para>
/// </summary>
public IBaseAction DetonatorPvE => _DetonatorPvECreator.Value;
@@ -57607,7 +62772,7 @@ public abstract partial class MachinistRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16889"><strong>Tactician</strong></see> <i>PvE</i> (MCH) [16889] [Ability]
- /// <para>Reduces damage taken by self and nearby party members by 10%.</para>
+ /// <para>Reduces damage taken by self and nearby party members by %.</para>
/// <para>Duration: 15s</para>
/// <para>Effect cannot be stacked with bard's Troubadour or dancer's Shield Samba.</para>
/// </summary>
@@ -57658,7 +62823,7 @@ public abstract partial class MachinistRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/17209"><strong>Hypercharge</strong></see> <i>PvE</i> (MCH) [17209] [Ability]
- /// <para>Grants 5 stacks of Overheated, each stack allowing the execution of Heat Blast or Auto Crossbow.</para>
+ /// <para>Grants 5 stacks of Overheated, each stack allowing the execution of Blazing ShotHeat BlastHeat Blast or Auto Crossbow.</para>
/// <para>Duration: 10s</para>
/// <para>Overheated Effect: Increases the potency of single-target weaponskills by 20</para>
/// <para>Heat Gauge Cost: 50</para>
@@ -57685,7 +62850,7 @@ public abstract partial class MachinistRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25786"><strong>Scattergun</strong></see> <i>PvE</i> (MCH) [25786] [Weaponskill]
- /// <para>Delivers an attack with a potency of 150 to all enemies in a cone before you.</para>
+ /// <para>Delivers an attack with a potency of to all enemies in a cone before you.</para>
/// <para>Additional Effect: Increases Heat Gauge by 10</para>
/// </summary>
@@ -57738,6 +62903,8 @@ public abstract partial class MachinistRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/25788"><strong>Chain Saw</strong></see> <i>PvE</i> (MCH) [25788] [Weaponskill]
/// <para>Delivers an attack to all enemies in a straight line before you with a potency of 600 for the first enemy, and 65% less for all remaining enemies.</para>
/// <para>Additional Effect: Increases Battery Gauge by 20</para>
+ /// <para>Additional Effect: Grants Excavator Ready</para>
+ /// <para>Duration: 30s</para>
/// <para>This weaponskill does not share a recast timer with any other actions.</para>
/// </summary>
@@ -58068,15 +63235,145 @@ public abstract partial class MachinistRotation : CustomRotation
/// </summary>
public IBaseAction AnalysisPvP => _AnalysisPvPCreator.Value;
+ private readonly Lazy<IBaseAction> _BlazingShotPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36978, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyBlazingShotPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36978"><strong>Blazing Shot</strong></see> <i>PvE</i> (MCH) [36978] [Weaponskill]
+ /// </summary>
+ static partial void ModifyBlazingShotPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36978"><strong>Blazing Shot</strong></see> <i>PvE</i> (MCH) [36978] [Weaponskill]
+ /// <para>Delivers an attack with a potency of 220.</para>
+ /// <para>Additional Effect: Reduces the recast time of both Double Check and CheckmateReduces the recast time of both Gauss Round and RicochetReduces the recast time of both Gauss Round and Ricochet by 15s</para>
+ /// <para>Can only be executed when firearm is Overheated.</para>
+ /// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+ /// </summary>
+
+ public IBaseAction BlazingShotPvE => _BlazingShotPvECreator.Value;
+ private readonly Lazy<IBaseAction> _DoubleCheckPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36979, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyDoubleCheckPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36979"><strong>Double Check</strong></see> <i>PvE</i> (MCH) [36979] [Ability]
+ /// </summary>
+ static partial void ModifyDoubleCheckPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36979"><strong>Double Check</strong></see> <i>PvE</i> (MCH) [36979] [Ability]
+ /// <para>Delivers an attack to target and all enemies nearby it with a potency of 160 for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Maximum Charges: 3</para>
+ /// </summary>
+
+ public IBaseAction DoubleCheckPvE => _DoubleCheckPvECreator.Value;
+ private readonly Lazy<IBaseAction> _CheckmatePvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36980, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyCheckmatePvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36980"><strong>Checkmate</strong></see> <i>PvE</i> (MCH) [36980] [Ability]
+ /// </summary>
+ static partial void ModifyCheckmatePvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36980"><strong>Checkmate</strong></see> <i>PvE</i> (MCH) [36980] [Ability]
+ /// <para>Delivers an attack to target and all enemies nearby it with a potency of 160 for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Maximum Charges: 3</para>
+ /// </summary>
+
+ public IBaseAction CheckmatePvE => _CheckmatePvECreator.Value;
+ private readonly Lazy<IBaseAction> _ExcavatorPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36981, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyExcavatorPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36981"><strong>Excavator</strong></see> <i>PvE</i> (MCH) [36981] [Weaponskill]
+ /// </summary>
+ static partial void ModifyExcavatorPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36981"><strong>Excavator</strong></see> <i>PvE</i> (MCH) [36981] [Weaponskill]
+ /// <para>Delivers an attack to target and all enemies nearby it with a potency of 600 for the first enemy, and 65% less for all remaining enemies.</para>
+ /// <para>Additional Effect: Increases Battery Gauge by 20</para>
+ /// <para>Can only be executed while under the effect of Excavator Ready.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Chain Saw changes to Excavator when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction ExcavatorPvE => _ExcavatorPvECreator.Value;
+ private readonly Lazy<IBaseAction> _FullMetalFieldPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36982, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyFullMetalFieldPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36982"><strong>Full Metal Field</strong></see> <i>PvE</i> (MCH) [36982] [Weaponskill]
+ /// </summary>
+ static partial void ModifyFullMetalFieldPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36982"><strong>Full Metal Field</strong></see> <i>PvE</i> (MCH) [36982] [Weaponskill]
+ /// <para>Delivers a critical direct hit to target and all enemies nearby it with a potency of 700 for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Damage dealt is increased when under an effect that raises critical hit rate or direct hit rate.</para>
+ /// <para>This action is not affected by Reassemble.</para>
+ /// <para>Can only be executed while under the effect of Full Metal Machinist.</para>
+ /// </summary>
+
+ public IBaseAction FullMetalFieldPvE => _FullMetalFieldPvECreator.Value;
private IBaseAction[] _AllBaseActions = null;
/// <inheritdoc/>
public override IBaseAction[] AllBaseActions => _AllBaseActions ??= [
- RookAutoturretPvE, SplitShotPvE, SlugShotPvE, SpreadShotPvE, HotShotPvE, CleanShotPvE, GaussRoundPvE, ReassemblePvE, WildfirePvE, DismantlePvE, RicochetPvE, HeatBlastPvE, HeatedSplitShotPvE, HeatedSlugShotPvE, HeatedCleanShotPvE, BarrelStabilizerPvE, RookOverdrivePvE, RookOverloadPvE, FlamethrowerPvE, AutoCrossbowPvE, DrillPvE, BioblasterPvE, AirAnchorPvE, AutomatonQueenPvE, QueenOverdrivePvE, PileBunkerPvE, ArmPunchPvE, DetonatorPvE, TacticianPvE, RollerDashPvE, HyperchargePvE, ScattergunPvE, CrownedColliderPvE, ChainSawPvE, BlastChargePvP, HeatBlastPvP, ScattergunPvP, DrillPvP, BioblasterPvP, AirAnchorPvP, ChainSawPvP, WildfirePvP, BishopAutoturretPvP, AetherMortarPvP, AnalysisPvP,
+ RookAutoturretPvE, SplitShotPvE, SlugShotPvE, SpreadShotPvE, HotShotPvE, CleanShotPvE, GaussRoundPvE, ReassemblePvE, WildfirePvE, DismantlePvE, RicochetPvE, HeatBlastPvE, HeatedSplitShotPvE, HeatedSlugShotPvE, HeatedCleanShotPvE, BarrelStabilizerPvE, RookOverdrivePvE, RookOverloadPvE, FlamethrowerPvE, AutoCrossbowPvE, DrillPvE, BioblasterPvE, AirAnchorPvE, AutomatonQueenPvE, QueenOverdrivePvE, PileBunkerPvE, ArmPunchPvE, DetonatorPvE, TacticianPvE, RollerDashPvE, HyperchargePvE, ScattergunPvE, CrownedColliderPvE, ChainSawPvE, BlastChargePvP, HeatBlastPvP, ScattergunPvP, DrillPvP, BioblasterPvP, AirAnchorPvP, ChainSawPvP, WildfirePvP, BishopAutoturretPvP, AetherMortarPvP, AnalysisPvP, BlazingShotPvE, DoubleCheckPvE, CheckmatePvE, ExcavatorPvE, FullMetalFieldPvE,
..base.AllBaseActions,
];
+
+
private readonly Lazy<IBaseAction> _BigShotPvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)4238, false);
@@ -58104,63 +63401,7 @@ public IBaseAction BigShotPvE => _BigShotPvECreator.Value;
/// <see href="https://garlandtools.org/db/#action/4238"><strong>Big Shot</strong></see> <i>PvE</i> (All Classes) [4238] [Limit Break]
/// <para></para>
/// </summary>
-private sealed protected override IBaseAction LimitBreak1 => BigShotPvE;
-private readonly Lazy<IBaseAction> _DesperadoPvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)4239, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyDesperadoPvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/4239"><strong>Desperado</strong></see> <i>PvE</i> (All Classes) [4239] [Limit Break]
-/// </summary>
-static partial void ModifyDesperadoPvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/4239"><strong>Desperado</strong></see> <i>PvE</i> (All Classes) [4239] [Limit Break]
-/// <para></para>
-/// </summary>
-
-public IBaseAction DesperadoPvE => _DesperadoPvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/4239"><strong>Desperado</strong></see> <i>PvE</i> (All Classes) [4239] [Limit Break]
-/// <para></para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak2 => DesperadoPvE;
-private readonly Lazy<IBaseAction> _SatelliteBeamPvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)4245, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifySatelliteBeamPvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/4245"><strong>Satellite Beam</strong></see> <i>PvE</i> (All Classes) [4245] [Limit Break]
-/// </summary>
-static partial void ModifySatelliteBeamPvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/4245"><strong>Satellite Beam</strong></see> <i>PvE</i> (All Classes) [4245] [Limit Break]
-/// <para></para>
-/// </summary>
-
-public IBaseAction SatelliteBeamPvE => _SatelliteBeamPvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/4245"><strong>Satellite Beam</strong></see> <i>PvE</i> (All Classes) [4245] [Limit Break]
-/// <para></para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak3 => SatelliteBeamPvE;
+private sealed protected override IBaseAction LimitBreak3 => BigShotPvE;
private readonly Lazy<IBaseAction> _MarksmansSpitePvPCreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)29415, false);
@@ -58199,93 +63440,132 @@ private sealed protected override IBaseAction LimitBreakPvP => MarksmansSpite
#region Traits
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50117"><strong>Increased Action Damage</strong></see> (MCH) [117]
+ /// <see href="https://garlandtools.org/db/#action/50117"><strong>Increased Action Damage</strong></see> [117]
/// <para>Increases base action damage and autoturret damage by 10%.</para>
/// </summary>
public static IBaseTrait IncreasedActionDamageTrait { get; } = new BaseTrait(117);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50119"><strong>Increased Action Damage II</strong></see> (MCH) [119]
+ /// <see href="https://garlandtools.org/db/#action/50119"><strong>Increased Action Damage II</strong></see> [119]
/// <para>Increases base action damage and autoturret damage by 20%.</para>
/// </summary>
public static IBaseTrait IncreasedActionDamageIiTrait { get; } = new BaseTrait(119);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50288"><strong>Split Shot Mastery</strong></see> (MCH) [288]
+ /// <see href="https://garlandtools.org/db/#action/50288"><strong>Split Shot Mastery</strong></see> [288]
/// <para>Upgrades Split Shot to Heated Split Shot.</para>
/// </summary>
public static IBaseTrait SplitShotMasteryTrait { get; } = new BaseTrait(288);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50289"><strong>Slug Shot Mastery</strong></see> (MCH) [289]
+ /// <see href="https://garlandtools.org/db/#action/50289"><strong>Slug Shot Mastery</strong></see> [289]
/// <para>Upgrades Slug Shot to Heated Slug Shot.</para>
/// </summary>
public static IBaseTrait SlugShotMasteryTrait { get; } = new BaseTrait(289);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50290"><strong>Clean Shot Mastery</strong></see> (MCH) [290]
+ /// <see href="https://garlandtools.org/db/#action/50290"><strong>Clean Shot Mastery</strong></see> [290]
/// <para>Upgrades Clean Shot to Heated Clean Shot.</para>
/// </summary>
public static IBaseTrait CleanShotMasteryTrait { get; } = new BaseTrait(290);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50291"><strong>Hot Shot Mastery</strong></see> (MCH) [291]
+ /// <see href="https://garlandtools.org/db/#action/50291"><strong>Hot Shot Mastery</strong></see> [291]
/// <para>Upgrades Hot Shot to Air Anchor.</para>
/// </summary>
public static IBaseTrait HotShotMasteryTrait { get; } = new BaseTrait(291);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50292"><strong>Charged Action Mastery</strong></see> (MCH) [292]
+ /// <see href="https://garlandtools.org/db/#action/50292"><strong>Charged Action Mastery</strong></see> [292]
/// <para>Allows a third charge of Gauss Round and Ricochet.</para>
/// </summary>
public static IBaseTrait ChargedActionMasteryTrait { get; } = new BaseTrait(292);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50293"><strong>Enhanced Wildfire</strong></see> (MCH) [293]
+ /// <see href="https://garlandtools.org/db/#action/50293"><strong>Enhanced Wildfire</strong></see> [293]
/// <para>Improves Wildfire's potency increase for landing weaponskills to 240.</para>
/// </summary>
public static IBaseTrait EnhancedWildfireTrait { get; } = new BaseTrait(293);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50294"><strong>Promotion</strong></see> (MCH) [294]
+ /// <see href="https://garlandtools.org/db/#action/50294"><strong>Promotion</strong></see> [294]
/// <para>Upgrades Rook Autoturret and Rook Overdrive to Automaton Queen and Queen Overdrive respectively.</para>
/// </summary>
public static IBaseTrait PromotionTrait { get; } = new BaseTrait(294);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50449"><strong>Spread Shot Mastery</strong></see> (MCH) [449]
+ /// <see href="https://garlandtools.org/db/#action/50449"><strong>Spread Shot Mastery</strong></see> [449]
/// <para>Upgrades Spread Shot to Scattergun.</para>
/// </summary>
public static IBaseTrait SpreadShotMasteryTrait { get; } = new BaseTrait(449);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50450"><strong>Enhanced Reassemble</strong></see> (MCH) [450]
+ /// <see href="https://garlandtools.org/db/#action/50450"><strong>Enhanced Reassemble</strong></see> [450]
/// <para>Allows the accumulation of charges for consecutive uses of Reassemble.</para>
/// <para>Maximum Charges: 2</para>
/// </summary>
public static IBaseTrait EnhancedReassembleTrait { get; } = new BaseTrait(450);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50451"><strong>Queen's Gambit</strong></see> (MCH) [451]
+ /// <see href="https://garlandtools.org/db/#action/50451"><strong>Queen's Gambit</strong></see> [451]
/// <para>After executing Pile Bunker, the Automaton Queen will also execute Crowned Collider.</para>
/// </summary>
public static IBaseTrait QueensGambitTrait { get; } = new BaseTrait(451);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50452"><strong>Enhanced Tactician</strong></see> (MCH) [452]
+ /// <see href="https://garlandtools.org/db/#action/50452"><strong>Enhanced Tactician</strong></see> [452]
/// <para>Reduces Tactician recast time to 90 seconds.</para>
/// </summary>
public static IBaseTrait EnhancedTacticianTrait { get; } = new BaseTrait(452);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50517"><strong>Marksman's Mastery</strong></see> (MCH) [517]
+ /// <see href="https://garlandtools.org/db/#action/50517"><strong>Marksman's Mastery</strong></see> [517]
/// <para>Increases the potency of Heated Split Shot to 200, Heated Slug Shot to 120, and Heated Clean Shot to 120.</para>
/// </summary>
public static IBaseTrait MarksmansMasteryTrait { get; } = new BaseTrait(517);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50603"><strong>Heat Blast Mastery</strong></see> [603]
+ /// <para>Upgrades Heat Blast to Blazing Shot.</para>
+ /// </summary>
+ public static IBaseTrait HeatBlastMasteryTrait { get; } = new BaseTrait(603);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50604"><strong>Double-barrel Mastery</strong></see> [604]
+ /// <para>Upgrades Gauss Round to Double Check and Ricochet to Checkmate.</para>
+ /// </summary>
+ public static IBaseTrait DoublebarrelMasteryTrait { get; } = new BaseTrait(604);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50605"><strong>Enhanced Multiweapon</strong></see> [605]
+ /// <para>Allows the accumulation of charges for consecutive uses of Drill and Bioblaster.</para>
+ /// <para>Maximum Charges: 2</para>
+ /// </summary>
+ public static IBaseTrait EnhancedMultiweaponTrait { get; } = new BaseTrait(605);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50606"><strong>Enhanced Multiweapon II</strong></see> [606]
+ /// <para>Grants Excavator Ready upon executing Chain Saw.</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Chain Saw changes to Excavator while under the effect of Excavator Ready.</para>
+ /// </summary>
+ public static IBaseTrait EnhancedMultiweaponIiTrait { get; } = new BaseTrait(606);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50607"><strong>Enhanced Tactician II</strong></see> [607]
+ /// <para>Improves Tactician's damage reduction effect to 15%.</para>
+ /// </summary>
+ public static IBaseTrait EnhancedTacticianIiTrait { get; } = new BaseTrait(607);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50608"><strong>Enhanced Barrel Stabilizer</strong></see> [608]
+ /// <para>Grants Full Metal Machinist upon executing Barrel Stabilizer.</para>
+ /// <para>Duration: 30s</para>
+ /// </summary>
+ public static IBaseTrait EnhancedBarrelStabilizerTrait { get; } = new BaseTrait(608);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50658"><strong>Marksman's Mastery II</strong></see> [658]
+ /// <para>Increases the potency of Auto Crossbow to 160, Heated Split Shot to 220, Heated Slug Shot to 140, Heated Clean Shot to 140, and Scattergun to 160.</para>
+ /// </summary>
+ public static IBaseTrait MarksmansMasteryIiTrait { get; } = new BaseTrait(658);
private IBaseTrait[] _AllTraits = null;
/// <inheritdoc/>
public override IBaseTrait[] AllTraits => _AllTraits ??= [
- IncreasedActionDamageTrait, IncreasedActionDamageIiTrait, SplitShotMasteryTrait, SlugShotMasteryTrait, CleanShotMasteryTrait, HotShotMasteryTrait, ChargedActionMasteryTrait, EnhancedWildfireTrait, PromotionTrait, SpreadShotMasteryTrait, EnhancedReassembleTrait, QueensGambitTrait, EnhancedTacticianTrait, MarksmansMasteryTrait,
+ IncreasedActionDamageTrait, IncreasedActionDamageIiTrait, SplitShotMasteryTrait, SlugShotMasteryTrait, CleanShotMasteryTrait, HotShotMasteryTrait, ChargedActionMasteryTrait, EnhancedWildfireTrait, PromotionTrait, SpreadShotMasteryTrait, EnhancedReassembleTrait, QueensGambitTrait, EnhancedTacticianTrait, MarksmansMasteryTrait, HeatBlastMasteryTrait, DoublebarrelMasteryTrait, EnhancedMultiweaponTrait, EnhancedMultiweaponIiTrait, EnhancedTacticianIiTrait, EnhancedBarrelStabilizerTrait, MarksmansMasteryIiTrait,
..base.AllTraits,
];
#endregion
}
/// <summary>
-/// <see href="https://na.finalfantasyxiv.com/jobguide/darkknight"><strong>Dark Knight</strong></see>
-/// <br>Number of Actions: 40</br>
-/// <br>Number of Traits: 9</br>
+/// <see href="https://na.finalfantasyxiv.com/jobguide/darkknight"><strong>dark knight</strong></see>
+/// <br>Number of Actions: 46</br>
+/// <br>Number of Traits: 13</br>
/// </summary>
-[Jobs(Job.DRK)]
+[Jobs(Job.DRK, Job.MRD)]
public abstract partial class DarkKnightRotation : CustomRotation
{
static DRKGauge JobGauge => Svc.Gauges.Get<DRKGauge>();
@@ -58384,7 +63664,7 @@ public abstract partial class DarkKnightRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/3624"><strong>Unmend</strong></see> <i>PvE</i> (DRK) [3624] [Spell]
/// <para>Deals unaspected damage with a potency of 150.</para>
/// <para>Additional Effect: Increased enmity</para>
- /// <para>Additional Effect: Reduces the recast time of Plunge by 5 seconds</para>
+ /// <para>Additional Effect: Reduces the recast time of Shadowstride by 5 seconds</para>
/// </summary>
public IBaseAction UnmendPvE => _UnmendPvECreator.Value;
@@ -58407,7 +63687,7 @@ public abstract partial class DarkKnightRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/3625"><strong>Blood Weapon</strong></see> <i>PvE</i> (DRK) [3625] [Ability]
- /// <para>Grants 5 stacks of Blood Weapon, each stack increasing Blood Gauge by 10 and restoring MPrestoring MPrestoring MP upon landing weaponskills or spells.</para>
+ /// <para>Grants 3 stacks of Blood Weapon, each stack increasing Blood Gauge by 10 and restoring MPrestoring MPrestoring MP upon landing weaponskills or spells.</para>
/// <para>Duration: 15s</para>
/// <para>Effect does not stack when hitting multiple targets with a single attack.</para>
/// </summary>
@@ -58565,36 +63845,9 @@ public abstract partial class DarkKnightRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/3639"><strong>Salted Earth</strong></see> <i>PvE</i> (DRK) [3639] [Ability]
/// <para>Creates a patch of salted earth at your feet, dealing unaspected damage with a potency of 50 to any enemies who enter.</para>
/// <para>Duration: 15s</para>
- /// <para></para>
- /// <para>※Action changes to Salt and Darkness upon execution.</para>
/// </summary>
public IBaseAction SaltedEarthPvE => _SaltedEarthPvECreator.Value;
- private readonly Lazy<IBaseAction> _PlungePvECreator = new(() =>
- {
- IBaseAction action = new BaseAction((ActionID)3640, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyPlungePvE(ref setting);
- action.Setting = setting;
-
- return action;
- });
-
- /// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/3640"><strong>Plunge</strong></see> <i>PvE</i> (DRK) [3640] [Ability]
- /// </summary>
- static partial void ModifyPlungePvE(ref ActionSetting setting);
-
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/3640"><strong>Plunge</strong></see> <i>PvE</i> (DRK) [3640] [Ability]
- /// <para>Delivers a jumping attack with a potency of 150.</para>
- /// <para>Maximum Charges: 2</para>
- /// <para>Cannot be executed while bound.</para>
- /// </summary>
-
- public IBaseAction PlungePvE => _PlungePvECreator.Value;
private readonly Lazy<IBaseAction> _AbyssalDrainPvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)3641, false);
@@ -58666,8 +63919,14 @@ public abstract partial class DarkKnightRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7390"><strong>Delirium</strong></see> <i>PvE</i> (DRK) [7390] [Ability]
- /// <para>Grants 3 stacks of Delirium, each stack allowing the execution of Quietus or Bloodspiller without Blackblood cost, restoring MP when landing either weaponskill.</para>
+ /// <para>Grants 3 stacks of Delirium and Blood Weapon.</para>
+ /// <para>Delirium Effect: Changes Bloodspiller to Scarlet Delirium and Quietus to Impalement</para>
+ /// <para>Each stack allows the execution of Quietus or Bloodspiller without Blackblood cost, restoring MP when landing either weaponskill</para>
+ /// <para>Each stack allows the execution of Quietus or Bloodspiller without Blackblood cost, restoring MP when landing either weaponskill</para>
+ /// <para>Duration: 15s</para>
+ /// <para>Blood Weapon Effect: Each stack increases Blood Gauge by 10 and restores MP upon landing weaponskills or spells</para>
/// <para>Duration: 15s</para>
+ /// <para>Effect does not stack when hitting multiple targets with a single attack.</para>
/// </summary>
public IBaseAction DeliriumPvE => _DeliriumPvECreator.Value;
@@ -58690,7 +63949,7 @@ public abstract partial class DarkKnightRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7391"><strong>Quietus</strong></see> <i>PvE</i> (DRK) [7391] [Weaponskill]
- /// <para>Delivers an attack with a potency of 200 to all nearby enemies.</para>
+ /// <para>Delivers an attack with a potency of to all nearby enemies.</para>
/// <para>Blood Gauge Cost: 50</para>
/// </summary>
@@ -58714,7 +63973,7 @@ public abstract partial class DarkKnightRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7392"><strong>Bloodspiller</strong></see> <i>PvE</i> (DRK) [7392] [Weaponskill]
- /// <para>Delivers an attack with a potency of 500.</para>
+ /// <para>Delivers an attack with a potency of .</para>
/// <para>Blood Gauge Cost: 50</para>
/// </summary>
@@ -58818,9 +64077,9 @@ public abstract partial class DarkKnightRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16468"><strong>Stalwart Soul</strong></see> <i>PvE</i> (DRK) [16468] [Spell]
- /// <para>Deals unaspected damage with a potency of 100 to all nearby enemies.</para>
+ /// <para>Deals unaspected damage with a potency of to all nearby enemies.</para>
/// <para>Combo Action: Unleash</para>
- /// <para>Combo Potency: 140</para>
+ /// <para>Combo Potency: </para>
/// <para>Combo Bonus: Restores MP</para>
/// <para>Combo Bonus: Increases Blood Gauge by 20</para>
/// </summary>
@@ -58924,10 +64183,13 @@ public abstract partial class DarkKnightRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16472"><strong>Living Shadow</strong></see> <i>PvE</i> (DRK) [16472] [Ability]
/// <para>Conjure a simulacrum of your darkside to fight alongside you.</para>
- /// <para>Simulacrum Attack Potency: </para>
/// <para>Duration: 20s</para>
- /// <para>Blood Gauge Cost: 50</para>
- /// <para>Additional Effect: Simulacrum is able to execute Shadowbringer, delivering an attack to all enemies in a straight line before it with a potency of 500 for the first enemy, and 25% less for all remaining enemies.</para>
+ /// <para>Additional Effect: Grants Scorn</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Simulacrum Attack Potency: </para>
+ /// <para>Additional Effect: Simulacrum is able to execute Shadowbringer and Disesteem</para>
+ /// <para>Shadowbringer Potency: 570 for the first enemy, and 25% less for all remaining enemies</para>
+ /// <para>Disesteem Potency: 620 for the first enemy, and 25% less for all remaining enemies</para>
/// </summary>
public IBaseAction LivingShadowPvE => _LivingShadowPvECreator.Value;
@@ -58976,8 +64238,6 @@ public abstract partial class DarkKnightRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25755"><strong>Salt and Darkness</strong></see> <i>PvE</i> (DRK) [25755] [Ability]
/// <para>All enemies standing in the corrupted patch of Salted Earth take additional unaspected damage with a potency of 500 for the first enemy, and 50% less for all remaining enemies.</para>
- /// <para></para>
- /// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
public IBaseAction SaltAndDarknessPvE => _SaltAndDarknessPvECreator.Value;
@@ -59328,15 +64588,208 @@ public abstract partial class DarkKnightRotation : CustomRotation
/// </summary>
public IBaseAction ReleaseGritPvE => _ReleaseGritPvECreator.Value;
+ private readonly Lazy<IBaseAction> _ShadowstridePvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36926, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyShadowstridePvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36926"><strong>Shadowstride</strong></see> <i>PvE</i> (DRK) [36926] [Ability]
+ /// </summary>
+ static partial void ModifyShadowstridePvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36926"><strong>Shadowstride</strong></see> <i>PvE</i> (DRK) [36926] [Ability]
+ /// <para>Rush to a targeted enemy's location.</para>
+ /// <para>Maximum Charges: 2</para>
+ /// <para>Cannot be executed while bound.</para>
+ /// </summary>
+
+ public IBaseAction ShadowstridePvE => _ShadowstridePvECreator.Value;
+ private readonly Lazy<IBaseAction> _ShadowedVigilPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36927, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyShadowedVigilPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36927"><strong>Shadowed Vigil</strong></see> <i>PvE</i> (DRK) [36927] [Ability]
+ /// </summary>
+ static partial void ModifyShadowedVigilPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36927"><strong>Shadowed Vigil</strong></see> <i>PvE</i> (DRK) [36927] [Ability]
+ /// <para>Reduces damage taken by 40%.</para>
+ /// <para>Duration: 15s</para>
+ /// <para>Additional Effect: Grants Vigilant</para>
+ /// <para>Duration: 20s</para>
+ /// <para>Vigilant Effect: Restores HP when HP falls below 50% or upon effect duration expiration</para>
+ /// <para>Cure Potency: 1,200</para>
+ /// </summary>
+
+ public IBaseAction ShadowedVigilPvE => _ShadowedVigilPvECreator.Value;
+ private readonly Lazy<IBaseAction> _ScarletDeliriumPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36928, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyScarletDeliriumPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36928"><strong>Scarlet Delirium</strong></see> <i>PvE</i> (DRK) [36928] [Weaponskill]
+ /// </summary>
+ static partial void ModifyScarletDeliriumPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36928"><strong>Scarlet Delirium</strong></see> <i>PvE</i> (DRK) [36928] [Weaponskill]
+ /// <para>Delivers an attack with a potency of 600.</para>
+ /// <para>Additional Effect: Restores MP</para>
+ /// <para>Can only be executed while under the effect of Delirium.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Bloodspiller changes to Scarlet Delirium while under the effect of Delirium.</para>
+ /// </summary>
+
+ public IBaseAction ScarletDeliriumPvE => _ScarletDeliriumPvECreator.Value;
+ private readonly Lazy<IBaseAction> _ComeuppancePvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36929, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyComeuppancePvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36929"><strong>Comeuppance</strong></see> <i>PvE</i> (DRK) [36929] [Weaponskill]
+ /// </summary>
+ static partial void ModifyComeuppancePvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36929"><strong>Comeuppance</strong></see> <i>PvE</i> (DRK) [36929] [Weaponskill]
+ /// <para>Delivers an attack with a potency of 700.</para>
+ /// <para>Combo Action: Scarlet Delirium</para>
+ /// <para>Additional Effect: Restores MP</para>
+ /// <para>Can only be executed while under the effect of Delirium.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Scarlet Delirium changes to Comeuppance when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction ComeuppancePvE => _ComeuppancePvECreator.Value;
+ private readonly Lazy<IBaseAction> _TorcleaverPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36930, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyTorcleaverPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36930"><strong>Torcleaver</strong></see> <i>PvE</i> (DRK) [36930] [Weaponskill]
+ /// </summary>
+ static partial void ModifyTorcleaverPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36930"><strong>Torcleaver</strong></see> <i>PvE</i> (DRK) [36930] [Weaponskill]
+ /// <para>Delivers an attack with a potency of 800.</para>
+ /// <para>Combo Action: Comeuppance</para>
+ /// <para>Additional Effect: Restores MP</para>
+ /// <para>Can only be executed while under the effect of Delirium.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Comeuppance changes to Torcleaver when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction TorcleaverPvE => _TorcleaverPvECreator.Value;
+ private readonly Lazy<IBaseAction> _ImpalementPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36931, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyImpalementPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36931"><strong>Impalement</strong></see> <i>PvE</i> (DRK) [36931] [Weaponskill]
+ /// </summary>
+ static partial void ModifyImpalementPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36931"><strong>Impalement</strong></see> <i>PvE</i> (DRK) [36931] [Weaponskill]
+ /// <para>Delivers an attack with a potency of 320 to all nearby enemies.</para>
+ /// <para>Additional Effect: Restores MP</para>
+ /// <para>Can only be executed while under the effect of Delirium.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Quietus changes to Impalement when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction ImpalementPvE => _ImpalementPvECreator.Value;
+ private readonly Lazy<IBaseAction> _DisesteemPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36932, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyDisesteemPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36932"><strong>Disesteem</strong></see> <i>PvE</i> (DRK) [36932] [Weaponskill]
+ /// </summary>
+ static partial void ModifyDisesteemPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36932"><strong>Disesteem</strong></see> <i>PvE</i> (DRK) [36932] [Weaponskill]
+ /// <para>Deals physical damage to all enemies in a straight line before you with a potency of 800 for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Can only be executed while Scorn is active.</para>
+ /// </summary>
+
+ public IBaseAction DisesteemPvE => _DisesteemPvECreator.Value;
private IBaseAction[] _AllBaseActions = null;
/// <inheritdoc/>
public override IBaseAction[] AllBaseActions => _AllBaseActions ??= [
- HardSlashPvE, UnleashPvE, SyphonStrikePvE, UnmendPvE, BloodWeaponPvE, GritPvE, SouleaterPvE, DarkMindPvE, ShadowWallPvE, LivingDeadPvE, SaltedEarthPvE, PlungePvE, AbyssalDrainPvE, CarveAndSpitPvE, DeliriumPvE, QuietusPvE, BloodspillerPvE, TheBlackestNightPvE, FloodOfDarknessPvE, EdgeOfDarknessPvE, StalwartSoulPvE, FloodOfShadowPvE, EdgeOfShadowPvE, DarkMissionaryPvE, LivingShadowPvE, OblationPvE, SaltAndDarknessPvE, ShadowbringerPvE, HardSlashPvP, SyphonStrikePvP, SouleaterPvP, BloodspillerPvP, ShadowbringerPvP, PlungePvP, TheBlackestNightPvP, SaltedEarthPvP, SaltAndDarknessPvP, QuietusPvP, ReleaseGritPvE,
+ HardSlashPvE, UnleashPvE, SyphonStrikePvE, UnmendPvE, BloodWeaponPvE, GritPvE, SouleaterPvE, DarkMindPvE, ShadowWallPvE, LivingDeadPvE, SaltedEarthPvE, AbyssalDrainPvE, CarveAndSpitPvE, DeliriumPvE, QuietusPvE, BloodspillerPvE, TheBlackestNightPvE, FloodOfDarknessPvE, EdgeOfDarknessPvE, StalwartSoulPvE, FloodOfShadowPvE, EdgeOfShadowPvE, DarkMissionaryPvE, LivingShadowPvE, OblationPvE, SaltAndDarknessPvE, ShadowbringerPvE, HardSlashPvP, SyphonStrikePvP, SouleaterPvP, BloodspillerPvP, ShadowbringerPvP, PlungePvP, TheBlackestNightPvP, SaltedEarthPvP, SaltAndDarknessPvP, QuietusPvP, ReleaseGritPvE, ShadowstridePvE, ShadowedVigilPvE, ScarletDeliriumPvE, ComeuppancePvE, TorcleaverPvE, ImpalementPvE, DisesteemPvE,
..base.AllBaseActions,
];
+
+
private readonly Lazy<IBaseAction> _ShieldWallPvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)197, false);
@@ -59366,65 +64819,7 @@ public IBaseAction ShieldWallPvE => _ShieldWallPvECreator.Value;
/// <para>Reduces damage taken by all party members by 20%.</para>
/// <para>Duration: 10s</para>
/// </summary>
-private sealed protected override IBaseAction LimitBreak1 => ShieldWallPvE;
-private readonly Lazy<IBaseAction> _StrongholdPvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)198, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyStrongholdPvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/198"><strong>Stronghold</strong></see> <i>PvE</i> (All Classes) [198] [Limit Break]
-/// </summary>
-static partial void ModifyStrongholdPvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/198"><strong>Stronghold</strong></see> <i>PvE</i> (All Classes) [198] [Limit Break]
-/// <para>Reduces damage taken by all party members by 40%.</para>
-/// <para>Duration: 15s</para>
-/// </summary>
-
-public IBaseAction StrongholdPvE => _StrongholdPvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/198"><strong>Stronghold</strong></see> <i>PvE</i> (All Classes) [198] [Limit Break]
-/// <para>Reduces damage taken by all party members by 40%.</para>
-/// <para>Duration: 15s</para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak2 => StrongholdPvE;
-private readonly Lazy<IBaseAction> _DarkForcePvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)4241, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyDarkForcePvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/4241"><strong>Dark Force</strong></see> <i>PvE</i> (All Classes) [4241] [Limit Break]
-/// </summary>
-static partial void ModifyDarkForcePvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/4241"><strong>Dark Force</strong></see> <i>PvE</i> (All Classes) [4241] [Limit Break]
-/// <para></para>
-/// </summary>
-
-public IBaseAction DarkForcePvE => _DarkForcePvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/4241"><strong>Dark Force</strong></see> <i>PvE</i> (All Classes) [4241] [Limit Break]
-/// <para></para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak3 => DarkForcePvE;
+private sealed protected override IBaseAction LimitBreak3 => ShieldWallPvE;
private readonly Lazy<IBaseAction> _EventidePvPCreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)29097, false);
@@ -59481,124 +64876,95 @@ private sealed protected override IBaseAction LimitBreakPvP => EventidePvP;
#region Traits
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50158"><strong>Blackblood</strong></see> (DRK) [158]
+ /// <see href="https://garlandtools.org/db/#action/50158"><strong>Blackblood</strong></see> [158]
/// <para>Allows for Blood Gauge accumulation upon the landing of certain actions.</para>
/// </summary>
public static IBaseTrait BlackbloodTrait { get; } = new BaseTrait(158);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50159"><strong>Enhanced Blackblood</strong></see> (DRK) [159]
+ /// <see href="https://garlandtools.org/db/#action/50159"><strong>Enhanced Blackblood</strong></see> [159]
/// <para>Allows for Blood Gauge accumulation upon the landing of any weaponskill or spell while under the effect of Blood Weapon.</para>
/// </summary>
public static IBaseTrait EnhancedBlackbloodTrait { get; } = new BaseTrait(159);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50271"><strong>Darkside Mastery</strong></see> (DRK) [271]
+ /// <see href="https://garlandtools.org/db/#action/50271"><strong>Darkside Mastery</strong></see> [271]
/// <para>Upgrades Flood of Darkness and Edge of Darkness to Flood of Shadow and Edge of Shadow respectively.</para>
/// </summary>
public static IBaseTrait DarksideMasteryTrait { get; } = new BaseTrait(271);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50272"><strong>Enhanced Plunge</strong></see> (DRK) [272]
- /// <para>Allows the accumulation of charges for consecutive uses of Plunge.</para>
- /// <para>Maximum Charges: 2</para>
- /// </summary>
- public static IBaseTrait EnhancedPlungeTrait { get; } = new BaseTrait(272);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50319"><strong>Tank Mastery</strong></see> (DRK) [319]
+ /// <see href="https://garlandtools.org/db/#action/50319"><strong>Tank Mastery</strong></see> [319]
/// <para>Reduces damage taken by 20%. Furthermore, grants a bonus to maximum HP based on your vitality attribute, and a bonus to damage dealt based on your strength attribute.</para>
/// </summary>
public static IBaseTrait TankMasteryTrait { get; } = new BaseTrait(319);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50422"><strong>Enhanced Unmend</strong></see> (DRK) [422]
- /// <para>Reduces recast time of Plunge by 5 seconds when executing Unmend on most targets.</para>
+ /// <see href="https://garlandtools.org/db/#action/50422"><strong>Enhanced Unmend</strong></see> [422]
+ /// <para>Reduces recast time of Shadowstride by 5 seconds when executing Unmend on most targets.</para>
/// </summary>
public static IBaseTrait EnhancedUnmendTrait { get; } = new BaseTrait(422);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50423"><strong>Enhanced Living Shadow II</strong></see> (DRK) [423]
- /// <para>Upgrades Flood of Shadow executed by your simulacrum to Shadowbringer, which delivers an attack to all enemies in a straight line before it with a potency of 500 for the first enemy, and 25% less for all remaining enemies.</para>
+ /// <see href="https://garlandtools.org/db/#action/50423"><strong>Enhanced Living Shadow II</strong></see> [423]
+ /// <para>Upgrades Flood of Shadow executed by your simulacrum to Shadowbringer, which delivers an attack to all enemies in a straight line before it with a potency of 570 for the first enemy, and 25% less for all remaining enemies.</para>
/// </summary>
public static IBaseTrait EnhancedLivingShadowIiTrait { get; } = new BaseTrait(423);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50506"><strong>Melee Mastery</strong></see> (DRK) [506]
- /// <para>Increases the potency of Hard Slash to 170, Syphon Strike to 120, and Souleater to 120.</para>
+ /// <see href="https://garlandtools.org/db/#action/50506"><strong>Melee Mastery</strong></see> [506]
+ /// <para>Increases the potency of Hard Slash to 180, Syphon Strike to 120, and Souleater to 140.</para>
/// </summary>
public static IBaseTrait MeleeMasteryTrait { get; } = new BaseTrait(506);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50511"><strong>Enhanced Living Shadow</strong></see> (DRK) [511]
- /// <para>Increases the potency of attacks dealt by your simulacrum to 350.</para>
+ /// <see href="https://garlandtools.org/db/#action/50511"><strong>Enhanced Living Shadow</strong></see> [511]
+ /// <para>Increases the potency of attacks dealt by your simulacrum to 420.</para>
/// </summary>
public static IBaseTrait EnhancedLivingShadowTrait { get; } = new BaseTrait(511);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50570"><strong>Blood Weapon Mastery</strong></see> [570]
+ /// <para>Upgrades Blood Weapon to Delirium.</para>
+ /// </summary>
+ public static IBaseTrait BloodWeaponMasteryTrait { get; } = new BaseTrait(570);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50571"><strong>Shadow Wall Mastery</strong></see> [571]
+ /// <para>Upgrades Shadow Wall to Shadowed Vigil.</para>
+ /// </summary>
+ public static IBaseTrait ShadowWallMasteryTrait { get; } = new BaseTrait(571);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50572"><strong>Enhanced Delirium</strong></see> [572]
+ /// <para>Upgrades Bloodspiller and Quietus to Scarlet Delirium and Impalement respectively.</para>
+ /// </summary>
+ public static IBaseTrait EnhancedDeliriumTrait { get; } = new BaseTrait(572);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50573"><strong>Enhanced Living Shadow III</strong></see> [573]
+ /// <para>Grants the effect of Scorn after executing Living Shadow.</para>
+ /// <para>Duration: 30s</para>
+ /// <para></para>
+ /// <para>Additionally upgrades Carve and Spit executed by your simulacrum to Disesteem, which delivers an attack to all enemies in a straight line before it with a potency of 620 for the first enemy, and 25% less for all remaining enemies.</para>
+ /// </summary>
+ public static IBaseTrait EnhancedLivingShadowIiiTrait { get; } = new BaseTrait(573);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50663"><strong>Melee Mastery II</strong></see> [663]
+ /// <para>Increases the potency of Hard Slash to 260, Syphon Strike to 220, Souleater to 240, Stalwart Soul to 120, Bloodspiller to 580, and Quietus to 240.</para>
+ /// </summary>
+ public static IBaseTrait MeleeMasteryIiTrait { get; } = new BaseTrait(663);
private IBaseTrait[] _AllTraits = null;
/// <inheritdoc/>
public override IBaseTrait[] AllTraits => _AllTraits ??= [
- BlackbloodTrait, EnhancedBlackbloodTrait, DarksideMasteryTrait, EnhancedPlungeTrait, TankMasteryTrait, EnhancedUnmendTrait, EnhancedLivingShadowIiTrait, MeleeMasteryTrait, EnhancedLivingShadowTrait,
+ BlackbloodTrait, EnhancedBlackbloodTrait, DarksideMasteryTrait, TankMasteryTrait, EnhancedUnmendTrait, EnhancedLivingShadowIiTrait, MeleeMasteryTrait, EnhancedLivingShadowTrait, BloodWeaponMasteryTrait, ShadowWallMasteryTrait, EnhancedDeliriumTrait, EnhancedLivingShadowIiiTrait, MeleeMasteryIiTrait,
..base.AllTraits,
];
#endregion
}
/// <summary>
-/// <see href="https://na.finalfantasyxiv.com/jobguide/astrologian"><strong>Astrologian</strong></see>
-/// <br>Number of Actions: 58</br>
-/// <br>Number of Traits: 16</br>
+/// <see href="https://na.finalfantasyxiv.com/jobguide/astrologian"><strong>astrologian</strong></see>
+/// <br>Number of Actions: 61</br>
+/// <br>Number of Traits: 20</br>
/// </summary>
-[Jobs(Job.AST)]
+[Jobs(Job.AST, Job.CUL)]
public abstract partial class AstrologianRotation : CustomRotation
{
static ASTGauge JobGauge => Svc.Gauges.Get<ASTGauge>();
#region Actions
- private readonly Lazy<IBaseAction> _DrawPvECreator = new(() =>
- {
- IBaseAction action = new BaseAction((ActionID)3590, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyDrawPvE(ref setting);
- action.Setting = setting;
-
- return action;
- });
-
- /// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/3590"><strong>Draw</strong></see> <i>PvE</i> (AST) [3590] [Ability]
- /// </summary>
- static partial void ModifyDrawPvE(ref ActionSetting setting);
-
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/3590"><strong>Draw</strong></see> <i>PvE</i> (AST) [3590] [Ability]
- /// <para>Draws a card (arcanum) from your divining deck. Only one arcanum can be drawn at a time.</para>
- /// <para>Arcanum effect can be triggered using the action Play.</para>
- /// <para>Additional Effect: Restores 5% of maximum MP</para>
- /// <para>Additional Effect: Grants Clarifying Draw, allowing the execution of Redraw</para>
- /// <para>Maximum Charges: 2</para>
- /// </summary>
-
- public IBaseAction DrawPvE => _DrawPvECreator.Value;
- private readonly Lazy<IBaseAction> _RedrawPvECreator = new(() =>
- {
- IBaseAction action = new BaseAction((ActionID)3593, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyRedrawPvE(ref setting);
- action.Setting = setting;
-
- return action;
- });
-
- /// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/3593"><strong>Redraw</strong></see> <i>PvE</i> (AST) [3593] [Ability]
- /// </summary>
- static partial void ModifyRedrawPvE(ref ActionSetting setting);
-
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/3593"><strong>Redraw</strong></see> <i>PvE</i> (AST) [3593] [Ability]
- /// <para>Draws a different arcanum from your deck.</para>
- /// <para>Can only be executed while under the effect of Clarifying Draw.</para>
- /// </summary>
-
- public IBaseAction RedrawPvE => _RedrawPvECreator.Value;
private readonly Lazy<IBaseAction> _BeneficPvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)3594, false);
@@ -59718,7 +65084,7 @@ public abstract partial class AstrologianRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/3599"><strong>Combust</strong></see> <i>PvE</i> (AST) [3599] [Spell]
/// <para>Deals unaspected damage over time.</para>
- /// <para>Potency: 40</para>
+ /// <para>Potency: 50</para>
/// <para>Duration: 30s</para>
/// </summary>
@@ -59841,7 +65207,7 @@ public abstract partial class AstrologianRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/3608"><strong>Combust II</strong></see> <i>PvE</i> (AST) [3608] [Spell]
/// <para>Deals unaspected damage over time.</para>
- /// <para>Potency: 50</para>
+ /// <para>Potency: 60</para>
/// <para>Duration: 30s</para>
/// </summary>
@@ -59948,7 +65314,7 @@ public abstract partial class AstrologianRotation : CustomRotation
/// <para>Restores target's HP.</para>
/// <para>Cure Potency: 400</para>
/// <para>Potency increases up to 900 as the target's HP decreases, reaching its maximum value when the target has 30% HP or less.</para>
- /// <para>Maximum Charges: 2</para>
+ /// <para>Maximum Charges: </para>
/// </summary>
public IBaseAction EssentialDignityPvE => _EssentialDignityPvECreator.Value;
@@ -59975,174 +65341,6 @@ public abstract partial class AstrologianRotation : CustomRotation
/// </summary>
public IBaseAction GravityPvE => _GravityPvECreator.Value;
- private readonly Lazy<IBaseAction> _TheBalancePvECreator = new(() =>
- {
- IBaseAction action = new BaseAction((ActionID)4401, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyTheBalancePvE(ref setting);
- action.Setting = setting;
-
- return action;
- });
-
- /// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/4401"><strong>the Balance</strong></see> <i>PvE</i> (AST) [4401] [Ability]
- /// </summary>
- static partial void ModifyTheBalancePvE(ref ActionSetting setting);
-
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/4401"><strong>the Balance</strong></see> <i>PvE</i> (AST) [4401] [Ability]
- /// <para>Increases damage dealt by a party member or self by 6% if target is melee DPS or tank, or 3% for all other roles.</para>
- /// <para>Duration: 15s</para>
- /// <para>Additional Effect: Grants a Solar Sign when used in combat</para>
- /// <para>Only one arcanum effect can be applied to a target at a time.</para>
- /// <para></para>
- /// <para>※This action cannot be assigned to a hotbar.</para>
- /// </summary>
-
- public IBaseAction TheBalancePvE => _TheBalancePvECreator.Value;
- private readonly Lazy<IBaseAction> _TheArrowPvECreator = new(() =>
- {
- IBaseAction action = new BaseAction((ActionID)4402, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyTheArrowPvE(ref setting);
- action.Setting = setting;
-
- return action;
- });
-
- /// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/4402"><strong>the Arrow</strong></see> <i>PvE</i> (AST) [4402] [Ability]
- /// </summary>
- static partial void ModifyTheArrowPvE(ref ActionSetting setting);
-
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/4402"><strong>the Arrow</strong></see> <i>PvE</i> (AST) [4402] [Ability]
- /// <para>Increases damage dealt by a party member or self by 6% if target is melee DPS or tank, or 3% for all other roles.</para>
- /// <para>Duration: 15s</para>
- /// <para>Additional Effect: Grants a Lunar Sign when used in combat</para>
- /// <para>Only one arcanum effect can be applied to a target at a time.</para>
- /// <para></para>
- /// <para>※This action cannot be assigned to a hotbar.</para>
- /// </summary>
-
- public IBaseAction TheArrowPvE => _TheArrowPvECreator.Value;
- private readonly Lazy<IBaseAction> _TheSpearPvECreator = new(() =>
- {
- IBaseAction action = new BaseAction((ActionID)4403, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyTheSpearPvE(ref setting);
- action.Setting = setting;
-
- return action;
- });
-
- /// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/4403"><strong>the Spear</strong></see> <i>PvE</i> (AST) [4403] [Ability]
- /// </summary>
- static partial void ModifyTheSpearPvE(ref ActionSetting setting);
-
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/4403"><strong>the Spear</strong></see> <i>PvE</i> (AST) [4403] [Ability]
- /// <para>Increases damage dealt by a party member or self by 6% if target is melee DPS or tank, or 3% for all other roles.</para>
- /// <para>Duration: 15s</para>
- /// <para>Additional Effect: Grants a Celestial Sign when used in combat</para>
- /// <para>Only one arcanum effect can be applied to a target at a time.</para>
- /// <para></para>
- /// <para>※This action cannot be assigned to a hotbar.</para>
- /// </summary>
-
- public IBaseAction TheSpearPvE => _TheSpearPvECreator.Value;
- private readonly Lazy<IBaseAction> _TheBolePvECreator = new(() =>
- {
- IBaseAction action = new BaseAction((ActionID)4404, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyTheBolePvE(ref setting);
- action.Setting = setting;
-
- return action;
- });
-
- /// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/4404"><strong>the Bole</strong></see> <i>PvE</i> (AST) [4404] [Ability]
- /// </summary>
- static partial void ModifyTheBolePvE(ref ActionSetting setting);
-
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/4404"><strong>the Bole</strong></see> <i>PvE</i> (AST) [4404] [Ability]
- /// <para>Increases damage dealt by a party member or self by 6% if target is ranged DPS or healer, or 3% for all other roles.</para>
- /// <para>Duration: 15s</para>
- /// <para>Additional Effect: Grants a Solar Sign when used in combat</para>
- /// <para>Only one arcanum effect can be applied to a target at a time.</para>
- /// <para></para>
- /// <para>※This action cannot be assigned to a hotbar.</para>
- /// </summary>
-
- public IBaseAction TheBolePvE => _TheBolePvECreator.Value;
- private readonly Lazy<IBaseAction> _TheEwerPvECreator = new(() =>
- {
- IBaseAction action = new BaseAction((ActionID)4405, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyTheEwerPvE(ref setting);
- action.Setting = setting;
-
- return action;
- });
-
- /// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/4405"><strong>the Ewer</strong></see> <i>PvE</i> (AST) [4405] [Ability]
- /// </summary>
- static partial void ModifyTheEwerPvE(ref ActionSetting setting);
-
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/4405"><strong>the Ewer</strong></see> <i>PvE</i> (AST) [4405] [Ability]
- /// <para>Increases damage dealt by a party member or self by 6% if target is ranged DPS or healer, or 3% for all other roles.</para>
- /// <para>Duration: 15s</para>
- /// <para>Additional Effect: Grants a Lunar Sign when used in combat</para>
- /// <para>Only one arcanum effect can be applied to a target at a time.</para>
- /// <para></para>
- /// <para>※This action cannot be assigned to a hotbar.</para>
- /// </summary>
-
- public IBaseAction TheEwerPvE => _TheEwerPvECreator.Value;
- private readonly Lazy<IBaseAction> _TheSpirePvECreator = new(() =>
- {
- IBaseAction action = new BaseAction((ActionID)4406, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyTheSpirePvE(ref setting);
- action.Setting = setting;
-
- return action;
- });
-
- /// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/4406"><strong>the Spire</strong></see> <i>PvE</i> (AST) [4406] [Ability]
- /// </summary>
- static partial void ModifyTheSpirePvE(ref ActionSetting setting);
-
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/4406"><strong>the Spire</strong></see> <i>PvE</i> (AST) [4406] [Ability]
- /// <para>Increases damage dealt by a party member or self by 6% if target is ranged DPS or healer, or 3% for all other roles.</para>
- /// <para>Duration: 15s</para>
- /// <para>Additional Effect: Grants a Celestial Sign when used in combat</para>
- /// <para>Only one arcanum effect can be applied to a target at a time.</para>
- /// <para></para>
- /// <para>※This action cannot be assigned to a hotbar.</para>
- /// </summary>
-
- public IBaseAction TheSpirePvE => _TheSpirePvECreator.Value;
private readonly Lazy<IBaseAction> _EarthlyStarPvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)7439, false);
@@ -60196,31 +65394,6 @@ public abstract partial class AstrologianRotation : CustomRotation
/// </summary>
public IBaseAction MaleficIiiPvE => _MaleficIiiPvECreator.Value;
- private readonly Lazy<IBaseAction> _MinorArcanaPvECreator = new(() =>
- {
- IBaseAction action = new BaseAction((ActionID)7443, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyMinorArcanaPvE(ref setting);
- action.Setting = setting;
-
- return action;
- });
-
- /// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/7443"><strong>Minor Arcana</strong></see> <i>PvE</i> (AST) [7443] [Ability]
- /// </summary>
- static partial void ModifyMinorArcanaPvE(ref ActionSetting setting);
-
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/7443"><strong>Minor Arcana</strong></see> <i>PvE</i> (AST) [7443] [Ability]
- /// <para>Draws either the Lord of Crowns or the Lady of Crowns from your divining deck.</para>
- /// <para>Action changes to the drawn arcanum.</para>
- /// <para>Can only be executed while in combat.</para>
- /// </summary>
-
- public IBaseAction MinorArcanaPvE => _MinorArcanaPvECreator.Value;
private readonly Lazy<IBaseAction> _LordOfCrownsPvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)7444, false);
@@ -60240,9 +65413,10 @@ public abstract partial class AstrologianRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7444"><strong>Lord of Crowns</strong></see> <i>PvE</i> (AST) [7444] [Ability]
- /// <para>Deals unaspected damage with a potency of 250 to all nearby enemies.</para>
+ /// <para>Deals unaspected damage with a potency of 400 to all nearby enemies.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Minor Arcana changes to Lord of Crowns when requirements for execution are met.</para>
/// </summary>
public IBaseAction LordOfCrownsPvE => _LordOfCrownsPvECreator.Value;
@@ -60269,6 +65443,7 @@ public abstract partial class AstrologianRotation : CustomRotation
/// <para>Cure Potency: 400</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Minor Arcana changes to Lady of Crowns when requirements for execution are met.</para>
/// </summary>
public IBaseAction LadyOfCrownsPvE => _LadyOfCrownsPvECreator.Value;
@@ -60300,29 +65475,6 @@ public abstract partial class AstrologianRotation : CustomRotation
/// </summary>
public IBaseAction StellarDetonationPvE => _StellarDetonationPvECreator.Value;
- private readonly Lazy<IBaseAction> _UndrawPvECreator = new(() =>
- {
- IBaseAction action = new BaseAction((ActionID)9629, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyUndrawPvE(ref setting);
- action.Setting = setting;
-
- return action;
- });
-
- /// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/9629"><strong>Undraw</strong></see> <i>PvE</i> (AST) [9629] [Ability]
- /// </summary>
- static partial void ModifyUndrawPvE(ref ActionSetting setting);
-
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/9629"><strong>Undraw</strong></see> <i>PvE</i> (AST) [9629] [Ability]
- /// <para>Returns the currently drawn arcanum back to your deck.</para>
- /// </summary>
-
- public IBaseAction UndrawPvE => _UndrawPvECreator.Value;
private readonly Lazy<IBaseAction> _DivinationPvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)16552, false);
@@ -60343,7 +65495,9 @@ public abstract partial class AstrologianRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16552"><strong>Divination</strong></see> <i>PvE</i> (AST) [16552] [Ability]
/// <para>Increases damage dealt by self and nearby party members by 6%.</para>
- /// <para>Duration: 15s</para>
+ /// <para>Duration: 20s</para>
+ /// <para>Additional Effect: Grants Divining</para>
+ /// <para>Duration: 30s</para>
/// </summary>
public IBaseAction DivinationPvE => _DivinationPvECreator.Value;
@@ -60394,7 +65548,7 @@ public abstract partial class AstrologianRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16554"><strong>Combust III</strong></see> <i>PvE</i> (AST) [16554] [Spell]
/// <para>Deals unaspected damage over time.</para>
- /// <para>Potency: 55</para>
+ /// <para>Potency: </para>
/// <para>Duration: 30s</para>
/// </summary>
@@ -60470,7 +65624,7 @@ public abstract partial class AstrologianRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/16557"><strong>Horoscope</strong></see> <i>PvE</i> (AST) [16557] [Ability]
/// <para>Reads your fortune and those of nearby party members, granting them Horoscope.</para>
/// <para>Duration: 10s</para>
- /// <para>Effect upgraded to Horoscope Helios upon receiving the effects of Helios or Aspected Helios.</para>
+ /// <para>Effect upgraded to Horoscope Helios upon receiving the effects of Helios or Helios ConjunctionAspected HeliosAspected Helios.</para>
/// <para>Duration: 30s</para>
/// <para>Restores the HP of those under either effect when the cards are read a second time or the effect expires.</para>
/// <para>Horoscope Cure Potency: 200</para>
@@ -60525,69 +65679,15 @@ public abstract partial class AstrologianRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/16559"><strong>Neutral Sect</strong></see> <i>PvE</i> (AST) [16559] [Ability]
/// <para>Increases healing magic potency by 20%.</para>
/// <para>Duration: 20s</para>
- /// <para>Additional Effect: When casting Aspected Benefic or Aspected Helios, erects a magicked barrier which nullifies damage</para>
+ /// <para>Additional Effect: When casting Aspected Benefic or Helios ConjunctionAspected HeliosAspected Helios, erects a magicked barrier which nullifies damage</para>
/// <para>Aspected Benefic Effect: Nullifies damage equaling 250% of the amount of HP restored</para>
- /// <para>Aspected Helios Effect: Nullifies damage equaling 125% of the amount of HP restored</para>
+ /// <para>Helios ConjunctionAspected HeliosAspected Helios Effect: Nullifies damage equaling 125% of the amount of HP restored</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Additional Effect: Grants Suntouched</para>
/// <para>Duration: 30s</para>
/// </summary>
public IBaseAction NeutralSectPvE => _NeutralSectPvECreator.Value;
- private readonly Lazy<IBaseAction> _PlayPvECreator = new(() =>
- {
- IBaseAction action = new BaseAction((ActionID)17055, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyPlayPvE(ref setting);
- action.Setting = setting;
-
- return action;
- });
-
- /// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/17055"><strong>Play</strong></see> <i>PvE</i> (AST) [17055] [Ability]
- /// </summary>
- static partial void ModifyPlayPvE(ref ActionSetting setting);
-
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/17055"><strong>Play</strong></see> <i>PvE</i> (AST) [17055] [Ability]
- /// <para>Triggers the effect of your drawn arcanum.</para>
- /// </summary>
-
- public IBaseAction PlayPvE => _PlayPvECreator.Value;
- private readonly Lazy<IBaseAction> _AstrodynePvECreator = new(() =>
- {
- IBaseAction action = new BaseAction((ActionID)25870, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyAstrodynePvE(ref setting);
- action.Setting = setting;
-
- return action;
- });
-
- /// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/25870"><strong>Astrodyne</strong></see> <i>PvE</i> (AST) [25870] [Ability]
- /// </summary>
- static partial void ModifyAstrodynePvE(ref ActionSetting setting);
-
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/25870"><strong>Astrodyne</strong></see> <i>PvE</i> (AST) [25870] [Ability]
- /// <para>Grants an effect using the astrosigns read from your divining deck.</para>
- /// <para>Can only be executed after reading three astrosigns.</para>
- /// <para>Effects granted are determined by the number of different types of astrosigns read.</para>
- /// <para>1 Sign Type: Grants Harmony of Spirit</para>
- /// <para>2 Sign Types: Grants Harmony of Spirit and Harmony of Body</para>
- /// <para>3 Sign Types: Grants Harmony of Spirit, Harmony of Body, and Harmony of Mind</para>
- /// <para>Duration: 15s</para>
- /// <para>Harmony of Spirit Effect: Gradually restores own MP</para>
- /// <para>Potency: 50</para>
- /// <para>Harmony of Body Effect: Reduces spell cast time and recast time, and auto-attack delay by 10%</para>
- /// <para>Harmony of Mind Effect: Increases damage dealt and healing potency by 5%</para>
- /// </summary>
-
- public IBaseAction AstrodynePvE => _AstrodynePvECreator.Value;
private readonly Lazy<IBaseAction> _FallMaleficPvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)25871, false);
@@ -60607,7 +65707,7 @@ public abstract partial class AstrologianRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25871"><strong>Fall Malefic</strong></see> <i>PvE</i> (AST) [25871] [Spell]
- /// <para>Deals unaspected damage with a potency of 250.</para>
+ /// <para>Deals unaspected damage with a potency of .</para>
/// </summary>
public IBaseAction FallMaleficPvE => _FallMaleficPvECreator.Value;
@@ -60682,7 +65782,6 @@ public abstract partial class AstrologianRotation : CustomRotation
/// <para>Deals unaspected damage to all nearby enemies with a potency of 250 for the first enemy, and 40% less for all remaining enemies.</para>
/// <para>Additional Effect: Grants Macrocosmos to self and all nearby party members</para>
/// <para>Duration: 15s</para>
- /// <para>Action changes to Microcosmos upon execution.</para>
/// <para>For the effect's duration, 50% of damage taken is compiled.</para>
/// <para>Restores HP equal to a cure of 200 potency plus compiled damage when the effect expires or upon execution of Microcosmos.</para>
/// <para>Amount restored cannot exceed the target's maximum HP.</para>
@@ -60839,7 +65938,7 @@ public abstract partial class AstrologianRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/29246"><strong>Fall Malefic</strong></see> <i>PvP</i> (AST) [29246] [Ability]
/// <para>Deals unaspected damage with a potency of 5,000.</para>
- /// <para>Additonal Effect: Reduces the recast time of Double Cast by 10 seconds</para>
+ /// <para>Additional Effect: Reduces the recast time of Double Cast by 10 seconds</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
/// </summary>
@@ -61057,15 +66156,411 @@ public abstract partial class AstrologianRotation : CustomRotation
/// </summary>
public IBaseAction TheArrowPvP => _TheArrowPvPCreator.Value;
+ private readonly Lazy<IBaseAction> _AstralDrawPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37017, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyAstralDrawPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37017"><strong>Astral Draw</strong></see> <i>PvE</i> (AST) [37017] [Ability]
+ /// </summary>
+ static partial void ModifyAstralDrawPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37017"><strong>Astral Draw</strong></see> <i>PvE</i> (AST) [37017] [Ability]
+ /// <para>Draws the Balance, the Arrow, the Spire, and the Lord of Crownsand the Spireand the Spire from your divining deck.</para>
+ /// <para>Additional Effect: Restores 20% of maximum MP</para>
+ /// <para>Upon execution, Play I changes to The Balance, Play II changes to The Arrow, Play III changes to The Spire, Minor Arcana changes to Lord of Crowns, and Astral Draw changes to Umbral Draw.</para>
+ /// <para>Shares a recast timer with Umbral Draw.</para>
+ /// </summary>
+
+ public IBaseAction AstralDrawPvE => _AstralDrawPvECreator.Value;
+ private readonly Lazy<IBaseAction> _UmbralDrawPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37018, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyUmbralDrawPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37018"><strong>Umbral Draw</strong></see> <i>PvE</i> (AST) [37018] [Ability]
+ /// </summary>
+ static partial void ModifyUmbralDrawPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37018"><strong>Umbral Draw</strong></see> <i>PvE</i> (AST) [37018] [Ability]
+ /// <para>Draws the Spear, the Bole, the Ewer, and the Lady of Crownsand the Ewerand the Ewer from your divining deck.</para>
+ /// <para>Additional Effect: Restores 20% of maximum MP</para>
+ /// <para>Upon execution, Play I changes to The Spear, Play II changes to The Bole, Play III changes to The Ewer, Minor Arcana changes to Lady of Crowns, and Umbral Draw changes to Astral Draw.</para>
+ /// <para>Shares a recast timer with Astral Draw.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Astral Draw changes to Umbral Draw when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction UmbralDrawPvE => _UmbralDrawPvECreator.Value;
+ private readonly Lazy<IBaseAction> _PlayIPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37019, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyPlayIPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37019"><strong>Play I</strong></see> <i>PvE</i> (AST) [37019] [Ability]
+ /// </summary>
+ static partial void ModifyPlayIPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37019"><strong>Play I</strong></see> <i>PvE</i> (AST) [37019] [Ability]
+ /// <para>Plays the drawn arcanum after executing Astral Draw or Umbral Draw.</para>
+ /// <para>Astral Draw Effect: Action changes to The Balance</para>
+ /// <para>Umbral Draw Effect: Action changes to The Spear</para>
+ /// </summary>
+
+ public IBaseAction PlayIPvE => _PlayIPvECreator.Value;
+ private readonly Lazy<IBaseAction> _PlayIiPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37020, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyPlayIiPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37020"><strong>Play II</strong></see> <i>PvE</i> (AST) [37020] [Ability]
+ /// </summary>
+ static partial void ModifyPlayIiPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37020"><strong>Play II</strong></see> <i>PvE</i> (AST) [37020] [Ability]
+ /// <para>Plays the drawn arcanum after executing Astral Draw or Umbral Draw.</para>
+ /// <para>Astral Draw Effect: Action changes to The Arrow</para>
+ /// <para>Umbral Draw Effect: Action changes to The Bole</para>
+ /// </summary>
+
+ public IBaseAction PlayIiPvE => _PlayIiPvECreator.Value;
+ private readonly Lazy<IBaseAction> _PlayIiiPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37021, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyPlayIiiPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37021"><strong>Play III</strong></see> <i>PvE</i> (AST) [37021] [Ability]
+ /// </summary>
+ static partial void ModifyPlayIiiPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37021"><strong>Play III</strong></see> <i>PvE</i> (AST) [37021] [Ability]
+ /// <para>Plays the drawn arcanum after executing Astral Draw or Umbral Draw.</para>
+ /// <para>Astral Draw Effect: Action changes to The Spire</para>
+ /// <para>Umbral Draw Effect: Action changes to The Ewer</para>
+ /// </summary>
+
+ public IBaseAction PlayIiiPvE => _PlayIiiPvECreator.Value;
+ private readonly Lazy<IBaseAction> _MinorArcanaPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37022, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyMinorArcanaPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37022"><strong>Minor Arcana</strong></see> <i>PvE</i> (AST) [37022] [Ability]
+ /// </summary>
+ static partial void ModifyMinorArcanaPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37022"><strong>Minor Arcana</strong></see> <i>PvE</i> (AST) [37022] [Ability]
+ /// <para>Plays the drawn arcanum after executing Astral Draw or Umbral Draw.</para>
+ /// <para>Astral Draw Effect: Action changes to Lord of Crowns</para>
+ /// <para>Umbral Draw Effect: Action changes to Lady of Crowns</para>
+ /// </summary>
+
+ public IBaseAction MinorArcanaPvE => _MinorArcanaPvECreator.Value;
+ private readonly Lazy<IBaseAction> _TheBalancePvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37023, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyTheBalancePvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37023"><strong>the Balance</strong></see> <i>PvE</i> (AST) [37023] [Ability]
+ /// </summary>
+ static partial void ModifyTheBalancePvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37023"><strong>the Balance</strong></see> <i>PvE</i> (AST) [37023] [Ability]
+ /// <para>Increases damage dealt by a party member or self by 6% if target is melee DPS or tank, or 3% for all other roles.</para>
+ /// <para>Duration: 15s</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Play I changes to The Balance when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction TheBalancePvE => _TheBalancePvECreator.Value;
+ private readonly Lazy<IBaseAction> _TheArrowPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37024, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyTheArrowPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37024"><strong>the Arrow</strong></see> <i>PvE</i> (AST) [37024] [Ability]
+ /// </summary>
+ static partial void ModifyTheArrowPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37024"><strong>the Arrow</strong></see> <i>PvE</i> (AST) [37024] [Ability]
+ /// <para>Increases HP recovery via healing actions for a party member or self by 10%.</para>
+ /// <para>Duration: 15s</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Play II changes to The Arrow when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction TheArrowPvE => _TheArrowPvECreator.Value;
+ private readonly Lazy<IBaseAction> _TheSpirePvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37025, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyTheSpirePvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37025"><strong>the Spire</strong></see> <i>PvE</i> (AST) [37025] [Ability]
+ /// </summary>
+ static partial void ModifyTheSpirePvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37025"><strong>the Spire</strong></see> <i>PvE</i> (AST) [37025] [Ability]
+ /// <para>Creates a barrier around self or target party member that absorbs damage equivalent to a heal of 400 potency.</para>
+ /// <para>Duration: 30s</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Play III changes to The Spire when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction TheSpirePvE => _TheSpirePvECreator.Value;
+ private readonly Lazy<IBaseAction> _TheSpearPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37026, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyTheSpearPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37026"><strong>the Spear</strong></see> <i>PvE</i> (AST) [37026] [Ability]
+ /// </summary>
+ static partial void ModifyTheSpearPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37026"><strong>the Spear</strong></see> <i>PvE</i> (AST) [37026] [Ability]
+ /// <para>Increases damage dealt by a party member or self by 6% if target is ranged DPS or healer, or 3% for all other roles.</para>
+ /// <para>Duration: 15s</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Play I changes to The Spear when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction TheSpearPvE => _TheSpearPvECreator.Value;
+ private readonly Lazy<IBaseAction> _TheBolePvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37027, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyTheBolePvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37027"><strong>the Bole</strong></see> <i>PvE</i> (AST) [37027] [Ability]
+ /// </summary>
+ static partial void ModifyTheBolePvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37027"><strong>the Bole</strong></see> <i>PvE</i> (AST) [37027] [Ability]
+ /// <para>Reduces damage taken by a party member or self by 10%.</para>
+ /// <para>Duration: 15s</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Play II changes to The Bole when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction TheBolePvE => _TheBolePvECreator.Value;
+ private readonly Lazy<IBaseAction> _TheEwerPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37028, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyTheEwerPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37028"><strong>the Ewer</strong></see> <i>PvE</i> (AST) [37028] [Ability]
+ /// </summary>
+ static partial void ModifyTheEwerPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37028"><strong>the Ewer</strong></see> <i>PvE</i> (AST) [37028] [Ability]
+ /// <para>Grants healing over time effect to a party member or self.</para>
+ /// <para>Cure Potency: 200</para>
+ /// <para>Duration: 15s</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Play III changes to The Ewer when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction TheEwerPvE => _TheEwerPvECreator.Value;
+ private readonly Lazy<IBaseAction> _OraclePvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37029, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyOraclePvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37029"><strong>Oracle</strong></see> <i>PvE</i> (AST) [37029] [Ability]
+ /// </summary>
+ static partial void ModifyOraclePvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37029"><strong>Oracle</strong></see> <i>PvE</i> (AST) [37029] [Ability]
+ /// <para>Deals unaspected damage with a potency of 860 to target and all enemies nearby it.</para>
+ /// <para>Can only be executed while Divining.</para>
+ /// </summary>
+
+ public IBaseAction OraclePvE => _OraclePvECreator.Value;
+ private readonly Lazy<IBaseAction> _HeliosConjunctionPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37030, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyHeliosConjunctionPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37030"><strong>Helios Conjunction</strong></see> <i>PvE</i> (AST) [37030] [Spell]
+ /// </summary>
+ static partial void ModifyHeliosConjunctionPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37030"><strong>Helios Conjunction</strong></see> <i>PvE</i> (AST) [37030] [Spell]
+ /// <para>Restores own HP and the HP of all nearby party members.</para>
+ /// <para>Cure Potency: 250</para>
+ /// <para>Additional Effect: Regen</para>
+ /// <para>Cure Potency: 175</para>
+ /// <para>Duration: 15s</para>
+ /// </summary>
+
+ public IBaseAction HeliosConjunctionPvE => _HeliosConjunctionPvECreator.Value;
+ private readonly Lazy<IBaseAction> _SunSignPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37031, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifySunSignPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37031"><strong>Sun Sign</strong></see> <i>PvE</i> (AST) [37031] [Ability]
+ /// </summary>
+ static partial void ModifySunSignPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37031"><strong>Sun Sign</strong></see> <i>PvE</i> (AST) [37031] [Ability]
+ /// <para>Reduces damage taken by self and nearby party members by 10%.</para>
+ /// <para>Duration: 15s</para>
+ /// <para>Can only be executed while Suntouched.</para>
+ /// </summary>
+
+ public IBaseAction SunSignPvE => _SunSignPvECreator.Value;
private IBaseAction[] _AllBaseActions = null;
/// <inheritdoc/>
public override IBaseAction[] AllBaseActions => _AllBaseActions ??= [
- DrawPvE, RedrawPvE, BeneficPvE, AspectedBeneficPvE, MaleficPvE, MaleficIiPvE, CombustPvE, HeliosPvE, AspectedHeliosPvE, AscendPvE, LightspeedPvE, CombustIiPvE, BeneficIiPvE, SynastryPvE, CollectiveUnconsciousPvE, EssentialDignityPvE, GravityPvE, TheBalancePvE, TheArrowPvE, TheSpearPvE, TheBolePvE, TheEwerPvE, TheSpirePvE, EarthlyStarPvE, MaleficIiiPvE, MinorArcanaPvE, LordOfCrownsPvE, LadyOfCrownsPvE, StellarDetonationPvE, UndrawPvE, DivinationPvE, CelestialOppositionPvE, CombustIiiPvE, MaleficIvPvE, CelestialIntersectionPvE, HoroscopePvE, NeutralSectPvE, PlayPvE, AstrodynePvE, FallMaleficPvE, GravityIiPvE, ExaltationPvE, MacrocosmosPvE, MicrocosmosPvE, FallMaleficPvP, AspectedBeneficPvP, GravityIiPvP, DoubleCastPvP, DrawPvP, TheBalancePvP, MacrocosmosPvP, MicrocosmosPvP, TheBolePvP, TheArrowPvP,
+ BeneficPvE, AspectedBeneficPvE, MaleficPvE, MaleficIiPvE, CombustPvE, HeliosPvE, AspectedHeliosPvE, AscendPvE, LightspeedPvE, CombustIiPvE, BeneficIiPvE, SynastryPvE, CollectiveUnconsciousPvE, EssentialDignityPvE, GravityPvE, EarthlyStarPvE, MaleficIiiPvE, LordOfCrownsPvE, LadyOfCrownsPvE, StellarDetonationPvE, DivinationPvE, CelestialOppositionPvE, CombustIiiPvE, MaleficIvPvE, CelestialIntersectionPvE, HoroscopePvE, NeutralSectPvE, FallMaleficPvE, GravityIiPvE, ExaltationPvE, MacrocosmosPvE, MicrocosmosPvE, FallMaleficPvP, AspectedBeneficPvP, GravityIiPvP, DoubleCastPvP, DrawPvP, TheBalancePvP, MacrocosmosPvP, MicrocosmosPvP, TheBolePvP, TheArrowPvP, AstralDrawPvE, UmbralDrawPvE, PlayIPvE, PlayIiPvE, PlayIiiPvE, MinorArcanaPvE, TheBalancePvE, TheArrowPvE, TheSpirePvE, TheSpearPvE, TheBolePvE, TheEwerPvE, OraclePvE, HeliosConjunctionPvE, SunSignPvE,
..base.AllBaseActions,
];
+
+
private readonly Lazy<IBaseAction> _HealingWindPvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)206, false);
@@ -61093,63 +66588,7 @@ public IBaseAction HealingWindPvE => _HealingWindPvECreator.Value;
/// <see href="https://garlandtools.org/db/#action/206"><strong>Healing Wind</strong></see> <i>PvE</i> (All Classes) [206] [Limit Break]
/// <para>Restores 25% of own HP and the HP of all nearby party members.</para>
/// </summary>
-private sealed protected override IBaseAction LimitBreak1 => HealingWindPvE;
-private readonly Lazy<IBaseAction> _BreathOfTheEarthPvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)207, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyBreathOfTheEarthPvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/207"><strong>Breath of the Earth</strong></see> <i>PvE</i> (All Classes) [207] [Limit Break]
-/// </summary>
-static partial void ModifyBreathOfTheEarthPvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/207"><strong>Breath of the Earth</strong></see> <i>PvE</i> (All Classes) [207] [Limit Break]
-/// <para>Restores 60% of own HP and the HP of all nearby party members.</para>
-/// </summary>
-
-public IBaseAction BreathOfTheEarthPvE => _BreathOfTheEarthPvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/207"><strong>Breath of the Earth</strong></see> <i>PvE</i> (All Classes) [207] [Limit Break]
-/// <para>Restores 60% of own HP and the HP of all nearby party members.</para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak2 => BreathOfTheEarthPvE;
-private readonly Lazy<IBaseAction> _AstralStasisPvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)4248, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyAstralStasisPvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/4248"><strong>Astral Stasis</strong></see> <i>PvE</i> (All Classes) [4248] [Limit Break]
-/// </summary>
-static partial void ModifyAstralStasisPvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/4248"><strong>Astral Stasis</strong></see> <i>PvE</i> (All Classes) [4248] [Limit Break]
-/// <para></para>
-/// </summary>
-
-public IBaseAction AstralStasisPvE => _AstralStasisPvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/4248"><strong>Astral Stasis</strong></see> <i>PvE</i> (All Classes) [4248] [Limit Break]
-/// <para></para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak3 => AstralStasisPvE;
+private sealed protected override IBaseAction LimitBreak3 => HealingWindPvE;
private readonly Lazy<IBaseAction> _CelestialRiverPvPCreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)29255, false);
@@ -61194,105 +66633,127 @@ private sealed protected override IBaseAction LimitBreakPvP => CelestialRiver
#region Traits
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50122"><strong>Maim and Mend</strong></see> (AST) [122]
+ /// <see href="https://garlandtools.org/db/#action/50122"><strong>Maim and Mend</strong></see> [122]
/// <para>Increases base action damage and HP restoration by 10%.</para>
/// </summary>
public static IBaseTrait MaimAndMendTrait { get; } = new BaseTrait(122);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50124"><strong>Enhanced Benefic</strong></see> (AST) [124]
+ /// <see href="https://garlandtools.org/db/#action/50124"><strong>Enhanced Benefic</strong></see> [124]
/// <para>Grants a 15% chance that your next Benefic II will restore critical HP.</para>
/// <para>Duration: 15s</para>
/// </summary>
public static IBaseTrait EnhancedBeneficTrait { get; } = new BaseTrait(124);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50125"><strong>Maim and Mend II</strong></see> (AST) [125]
+ /// <see href="https://garlandtools.org/db/#action/50125"><strong>Maim and Mend II</strong></see> [125]
/// <para>Increases base action damage and HP restoration by 30%.</para>
/// </summary>
public static IBaseTrait MaimAndMendIiTrait { get; } = new BaseTrait(125);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50186"><strong>Combust Mastery</strong></see> (AST) [186]
+ /// <see href="https://garlandtools.org/db/#action/50186"><strong>Combust Mastery</strong></see> [186]
/// <para>Upgrades Combust to Combust II.</para>
/// </summary>
public static IBaseTrait CombustMasteryTrait { get; } = new BaseTrait(186);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50187"><strong>Malefic Mastery</strong></see> (AST) [187]
+ /// <see href="https://garlandtools.org/db/#action/50187"><strong>Malefic Mastery</strong></see> [187]
/// <para>Upgrades Malefic to Malefic II.</para>
/// </summary>
public static IBaseTrait MaleficMasteryTrait { get; } = new BaseTrait(187);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50188"><strong>Malefic Mastery II</strong></see> (AST) [188]
+ /// <see href="https://garlandtools.org/db/#action/50188"><strong>Malefic Mastery II</strong></see> [188]
/// <para>Upgrades Malefic II to Malefic III.</para>
/// </summary>
public static IBaseTrait MaleficMasteryIiTrait { get; } = new BaseTrait(188);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50189"><strong>Hyper Lightspeed</strong></see> (AST) [189]
+ /// <see href="https://garlandtools.org/db/#action/50189"><strong>Hyper Lightspeed</strong></see> [189]
/// <para>Reduces Lightspeed recast time to 90 seconds.</para>
/// </summary>
public static IBaseTrait HyperLightspeedTrait { get; } = new BaseTrait(189);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50314"><strong>Combust Mastery II</strong></see> (AST) [314]
+ /// <see href="https://garlandtools.org/db/#action/50314"><strong>Combust Mastery II</strong></see> [314]
/// <para>Upgrades Combust II to Combust III.</para>
/// </summary>
public static IBaseTrait CombustMasteryIiTrait { get; } = new BaseTrait(314);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50315"><strong>Malefic Mastery III</strong></see> (AST) [315]
+ /// <see href="https://garlandtools.org/db/#action/50315"><strong>Malefic Mastery III</strong></see> [315]
/// <para>Upgrades Malefic III to Malefic IV.</para>
/// </summary>
public static IBaseTrait MaleficMasteryIiiTrait { get; } = new BaseTrait(315);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50316"><strong>Enhanced Essential Dignity</strong></see> (AST) [316]
+ /// <see href="https://garlandtools.org/db/#action/50316"><strong>Enhanced Essential Dignity</strong></see> [316]
/// <para>Allows the accumulation of charges for consecutive uses of Essential Dignity.</para>
/// <para>Maximum Charges: 2</para>
/// </summary>
public static IBaseTrait EnhancedEssentialDignityTrait { get; } = new BaseTrait(316);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50495"><strong>Enhanced Draw</strong></see> (AST) [495]
- /// <para>Grants Clarifying Draw after executing Draw.</para>
- /// </summary>
- public static IBaseTrait EnhancedDrawTrait { get; } = new BaseTrait(495);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50496"><strong>Enhanced Draw II</strong></see> (AST) [496]
- /// <para>Grants a Solar Sign, Lunar Sign, or Celestial Sign according to your arcanum played in combat.</para>
- /// </summary>
- public static IBaseTrait EnhancedDrawIiTrait { get; } = new BaseTrait(496);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50497"><strong>Malefic Mastery IV</strong></see> (AST) [497]
+ /// <see href="https://garlandtools.org/db/#action/50497"><strong>Malefic Mastery IV</strong></see> [497]
/// <para>Upgrades Malefic IV to Fall Malefic.</para>
/// </summary>
public static IBaseTrait MaleficMasteryIvTrait { get; } = new BaseTrait(497);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50498"><strong>Gravity Mastery</strong></see> (AST) [498]
+ /// <see href="https://garlandtools.org/db/#action/50498"><strong>Gravity Mastery</strong></see> [498]
/// <para>Upgrades Gravity to Gravity II.</para>
/// </summary>
public static IBaseTrait GravityMasteryTrait { get; } = new BaseTrait(498);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50499"><strong>Enhanced Healing Magic</strong></see> (AST) [499]
+ /// <see href="https://garlandtools.org/db/#action/50499"><strong>Enhanced Healing Magic</strong></see> [499]
/// <para>Increases the healing potency of Benefic to 500, Helios to 400, Benefic II to 800, Aspected Benefic to 250, Aspected Benefic's Regen effect to 250, Aspected Helios to 250, and Aspected Helios's Regen effect to 150.</para>
/// </summary>
public static IBaseTrait EnhancedHealingMagicTrait { get; } = new BaseTrait(499);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50500"><strong>Enhanced Celestial Intersection</strong></see> (AST) [500]
+ /// <see href="https://garlandtools.org/db/#action/50500"><strong>Enhanced Celestial Intersection</strong></see> [500]
/// <para>Allows the accumulation of charges for consecutive uses of Celestial Intersection.</para>
/// <para>Maximum Charges: 2</para>
/// </summary>
public static IBaseTrait EnhancedCelestialIntersectionTrait { get; } = new BaseTrait(500);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50631"><strong>Minor Arcana Mastery</strong></see> [631]
+ /// <para>Lord of Crowns can be drawn when executing Astral Draw, and Lady of Crowns can be drawn when executing Umbral Draw.</para>
+ /// </summary>
+ public static IBaseTrait MinorArcanaMasteryTrait { get; } = new BaseTrait(631);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50632"><strong>Enhanced Divination</strong></see> [632]
+ /// <para>Grants Divining upon executing Divination.</para>
+ /// <para>Duration: 30s</para>
+ /// </summary>
+ public static IBaseTrait EnhancedDivinationTrait { get; } = new BaseTrait(632);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50633"><strong>Aspected Helios Mastery</strong></see> [633]
+ /// <para>Upgrades Aspected Helios to Helios Conjunction.</para>
+ /// </summary>
+ public static IBaseTrait AspectedHeliosMasteryTrait { get; } = new BaseTrait(633);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50634"><strong>Enhanced Essential Dignity II</strong></see> [634]
+ /// <para>Allows a third charge of Essential Dignity.</para>
+ /// </summary>
+ public static IBaseTrait EnhancedEssentialDignityIiTrait { get; } = new BaseTrait(634);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50635"><strong>Enhanced Neutral Sect</strong></see> [635]
+ /// <para>Grants Suntouched upon executing Neutral Sect.</para>
+ /// <para>Duration: 30s</para>
+ /// </summary>
+ public static IBaseTrait EnhancedNeutralSectTrait { get; } = new BaseTrait(635);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50673"><strong>Magick Mastery</strong></see> [673]
+ /// <para>Increases the potency of Combust III's damage over time to 70 and Fall Malefic to 270.</para>
+ /// </summary>
+ public static IBaseTrait MagickMasteryTrait { get; } = new BaseTrait(673);
private IBaseTrait[] _AllTraits = null;
/// <inheritdoc/>
public override IBaseTrait[] AllTraits => _AllTraits ??= [
- MaimAndMendTrait, EnhancedBeneficTrait, MaimAndMendIiTrait, CombustMasteryTrait, MaleficMasteryTrait, MaleficMasteryIiTrait, HyperLightspeedTrait, CombustMasteryIiTrait, MaleficMasteryIiiTrait, EnhancedEssentialDignityTrait, EnhancedDrawTrait, EnhancedDrawIiTrait, MaleficMasteryIvTrait, GravityMasteryTrait, EnhancedHealingMagicTrait, EnhancedCelestialIntersectionTrait,
+ MaimAndMendTrait, EnhancedBeneficTrait, MaimAndMendIiTrait, CombustMasteryTrait, MaleficMasteryTrait, MaleficMasteryIiTrait, HyperLightspeedTrait, CombustMasteryIiTrait, MaleficMasteryIiiTrait, EnhancedEssentialDignityTrait, MaleficMasteryIvTrait, GravityMasteryTrait, EnhancedHealingMagicTrait, EnhancedCelestialIntersectionTrait, MinorArcanaMasteryTrait, EnhancedDivinationTrait, AspectedHeliosMasteryTrait, EnhancedEssentialDignityIiTrait, EnhancedNeutralSectTrait, MagickMasteryTrait,
..base.AllTraits,
];
#endregion
}
/// <summary>
-/// <see href="https://na.finalfantasyxiv.com/jobguide/samurai"><strong>Samurai</strong></see>
-/// <br>Number of Actions: 47</br>
-/// <br>Number of Traits: 10</br>
+/// <see href="https://na.finalfantasyxiv.com/jobguide/samurai"><strong>samurai</strong></see>
+/// <br>Number of Actions: 52</br>
+/// <br>Number of Traits: 15</br>
/// </summary>
-[Jobs(Job.SAM)]
+[Jobs(Job.SAM, Job.THM)]
public abstract partial class SamuraiRotation : CustomRotation
{
static SAMGauge JobGauge => Svc.Gauges.Get<SAMGauge>();
@@ -61342,7 +66803,7 @@ public abstract partial class SamuraiRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7478"><strong>Jinpu</strong></see> <i>PvE</i> (SAM) [7478] [Weaponskill]
/// <para>Delivers an attack with a potency of .</para>
- /// <para>Combo Action: Hakaze</para>
+ /// <para>Combo Action: GyofuHakazeHakaze</para>
/// <para>Combo Potency: </para>
/// <para>Combo Bonus: Grants Fugetsu</para>
/// <para>Fugetsu Effect: Increases damage dealt by %</para>
@@ -61371,7 +66832,7 @@ public abstract partial class SamuraiRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7479"><strong>Shifu</strong></see> <i>PvE</i> (SAM) [7479] [Weaponskill]
/// <para>Delivers an attack with a potency of .</para>
- /// <para>Combo Action: Hakaze</para>
+ /// <para>Combo Action: GyofuHakazeHakaze</para>
/// <para>Combo Potency: </para>
/// <para>Combo Bonus: Grants Fuka</para>
/// <para>Fuka Effect: Reduces weaponskill cast time and recast time, spell cast time and recast time, and auto-attack delay by %</para>
@@ -61400,7 +66861,7 @@ public abstract partial class SamuraiRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7480"><strong>Yukikaze</strong></see> <i>PvE</i> (SAM) [7480] [Weaponskill]
/// <para>Delivers an attack with a potency of .</para>
- /// <para>Combo Action: Hakaze</para>
+ /// <para>Combo Action: GyofuHakazeHakaze</para>
/// <para>Combo Potency: </para>
/// <para>Combo Bonus: Increases Kenki Gauge by </para>
/// <para>Combo Bonus: Grants Setsu</para>
@@ -61575,7 +67036,7 @@ public abstract partial class SamuraiRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7486"><strong>Enpi</strong></see> <i>PvE</i> (SAM) [7486] [Weaponskill]
/// <para>Delivers a ranged attack with a potency of 100.</para>
- /// <para>Enhanced Enpi Bonus Potency: 260</para>
+ /// <para>Enhanced Enpi Bonus Potency: </para>
/// <para>Additional Effect: Increases Kenki Gauge by </para>
/// </summary>
@@ -61599,11 +67060,13 @@ public abstract partial class SamuraiRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7487"><strong>Midare Setsugekka</strong></see> <i>PvE</i> (SAM) [7487] [Weaponskill]
- /// <para>Delivers a critical hit with a potency of 640.</para>
+ /// <para>Delivers a critical hit with a potency of .</para>
/// <para>Damage dealt is increased when under an effect that raises critical hit rate.</para>
/// <para>Additional Effect: Grants a stack of Meditation, up to a maximum of 3</para>
+ /// <para>Can only be executed after accumulating 3 Sen.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Iaijutsu changes to Midare Setsugekka when requirements for execution are met.</para>
/// </summary>
public IBaseAction MidareSetsugekkaPvE => _MidareSetsugekkaPvECreator.Value;
@@ -61628,8 +67091,10 @@ public abstract partial class SamuraiRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/7488"><strong>Tenka Goken</strong></see> <i>PvE</i> (SAM) [7488] [Weaponskill]
/// <para>Delivers an attack with a potency of 300 to all nearby enemies.</para>
/// <para>Additional Effect: Grants a stack of Meditation, up to a maximum of 3</para>
+ /// <para>Can only be executed after accumulating 2 Sen.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Iaijutsu changes to Tenka Goken when requirements for execution are met.</para>
/// </summary>
public IBaseAction TenkaGokenPvE => _TenkaGokenPvECreator.Value;
@@ -61654,11 +67119,13 @@ public abstract partial class SamuraiRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/7489"><strong>Higanbana</strong></see> <i>PvE</i> (SAM) [7489] [Weaponskill]
/// <para>Delivers an attack with a potency of 200.</para>
/// <para>Additional Effect: Damage over time</para>
- /// <para>Potency: 45</para>
+ /// <para>Potency: </para>
/// <para>Duration: 60s</para>
/// <para>Additional Effect: Grants a stack of Meditation, up to a maximum of 3</para>
+ /// <para>Can only be executed after accumulating 1 Sen.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Iaijutsu changes to Higanbana when requirements for execution are met.</para>
/// </summary>
public IBaseAction HiganbanaPvE => _HiganbanaPvECreator.Value;
@@ -61885,8 +67352,12 @@ public abstract partial class SamuraiRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7499"><strong>Meikyo Shisui</strong></see> <i>PvE</i> (SAM) [7499] [Ability]
/// <para>Execute up to 3 weaponskill combos without meeting combo prerequisites. Does not affect Iaijutsu or Ogi Namikiri.</para>
- /// <para>Duration: 15s</para>
+ /// <para>Duration: 20s</para>
/// <para>Additional Effect: Successfully landing Gekko grants Fugetsu, and successfully landing Kasha grants Fuka</para>
+ /// <para>Additional Effect: Grants Tsubame-gaeshi Ready</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Additional Effect: Grants Tendo</para>
+ /// <para>Duration: 30s</para>
/// <para>Maximum Charges: 2</para>
/// </summary>
@@ -61914,6 +67385,7 @@ public abstract partial class SamuraiRotation : CustomRotation
/// <para>1 Sen: Higanbana</para>
/// <para>2 Sen: Tenka Goken</para>
/// <para>3 Sen: Midare Setsugekka</para>
+ /// <para>While under the effect of Tendo, Tenka Goken changes to Tendo Goken, and Midare Setsugekka changes to Tendo Setsugekka.</para>
/// </summary>
public IBaseAction IaijutsuPvE => _IaijutsuPvECreator.Value;
@@ -61964,6 +67436,8 @@ public abstract partial class SamuraiRotation : CustomRotation
/// <para>Increases Kenki Gauge by 50.</para>
/// <para>Additional Effect: Grants Ogi Namikiri Ready</para>
/// <para>Duration: 30s</para>
+ /// <para>Additional Effect: Grants Zanshin Ready</para>
+ /// <para>Duration: 30s</para>
/// <para>Can only be executed while in combat.</para>
/// </summary>
@@ -61981,49 +67455,18 @@ public abstract partial class SamuraiRotation : CustomRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/16483"><strong>Tsubame-gaeshi</strong></see> <i>PvE</i> (SAM) [16483] [Ability]
+ /// Modify <see href="https://garlandtools.org/db/#action/16483"><strong>Tsubame-gaeshi</strong></see> <i>PvE</i> (SAM) [16483] [Weaponskill]
/// </summary>
static partial void ModifyTsubamegaeshiPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/16483"><strong>Tsubame-gaeshi</strong></see> <i>PvE</i> (SAM) [16483] [Ability]
+ /// <see href="https://garlandtools.org/db/#action/16483"><strong>Tsubame-gaeshi</strong></see> <i>PvE</i> (SAM) [16483] [Weaponskill]
/// <para>Repeats the previously executed iaijutsu.</para>
- /// <para>Maximum Charges: 2</para>
- /// <para>Can only be executed immediately following Iaijutsu.</para>
- /// <para>Triggers the cooldown of weaponskills upon execution. Cannot be executed during the cooldown of weaponskills.</para>
+ /// <para>Cannot be used to repeat Higanbana.</para>
+ /// <para>Can only be executed immediately following Iaijutsu while under the effect of Tsubame-gaeshi Ready.</para>
/// </summary>
public IBaseAction TsubamegaeshiPvE => _TsubamegaeshiPvECreator.Value;
- private readonly Lazy<IBaseAction> _KaeshiHiganbanaPvECreator = new(() =>
- {
- IBaseAction action = new BaseAction((ActionID)16484, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyKaeshiHiganbanaPvE(ref setting);
- action.Setting = setting;
-
- return action;
- });
-
- /// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/16484"><strong>Kaeshi: Higanbana</strong></see> <i>PvE</i> (SAM) [16484] [Ability]
- /// </summary>
- static partial void ModifyKaeshiHiganbanaPvE(ref ActionSetting setting);
-
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/16484"><strong>Kaeshi: Higanbana</strong></see> <i>PvE</i> (SAM) [16484] [Ability]
- /// <para>Delivers an attack with a potency of 200.</para>
- /// <para>Additional Effect: Damage over time</para>
- /// <para>Potency: 45</para>
- /// <para>Duration: 60s</para>
- /// <para>Effect cannot be stacked with Higanbana.</para>
- /// <para>Triggers the cooldown of weaponskills upon execution. Cannot be executed during the cooldown of weaponskills.</para>
- /// <para></para>
- /// <para>※This action cannot be assigned to a hotbar.</para>
- /// </summary>
-
- public IBaseAction KaeshiHiganbanaPvE => _KaeshiHiganbanaPvECreator.Value;
private readonly Lazy<IBaseAction> _KaeshiGokenPvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)16485, false);
@@ -62037,16 +67480,16 @@ public abstract partial class SamuraiRotation : CustomRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/16485"><strong>Kaeshi: Goken</strong></see> <i>PvE</i> (SAM) [16485] [Ability]
+ /// Modify <see href="https://garlandtools.org/db/#action/16485"><strong>Kaeshi: Goken</strong></see> <i>PvE</i> (SAM) [16485] [Weaponskill]
/// </summary>
static partial void ModifyKaeshiGokenPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/16485"><strong>Kaeshi: Goken</strong></see> <i>PvE</i> (SAM) [16485] [Ability]
+ /// <see href="https://garlandtools.org/db/#action/16485"><strong>Kaeshi: Goken</strong></see> <i>PvE</i> (SAM) [16485] [Weaponskill]
/// <para>Delivers an attack with a potency of 300 to all nearby enemies.</para>
- /// <para>Triggers the cooldown of weaponskills upon execution. Cannot be executed during the cooldown of weaponskills.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Tsubame-gaeshi changes to Kaeshi: Goken when requirements for execution are met.</para>
/// </summary>
public IBaseAction KaeshiGokenPvE => _KaeshiGokenPvECreator.Value;
@@ -62063,17 +67506,17 @@ public abstract partial class SamuraiRotation : CustomRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/16486"><strong>Kaeshi: Setsugekka</strong></see> <i>PvE</i> (SAM) [16486] [Ability]
+ /// Modify <see href="https://garlandtools.org/db/#action/16486"><strong>Kaeshi: Setsugekka</strong></see> <i>PvE</i> (SAM) [16486] [Weaponskill]
/// </summary>
static partial void ModifyKaeshiSetsugekkaPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/16486"><strong>Kaeshi: Setsugekka</strong></see> <i>PvE</i> (SAM) [16486] [Ability]
- /// <para>Delivers a critical hit with a potency of 640.</para>
+ /// <see href="https://garlandtools.org/db/#action/16486"><strong>Kaeshi: Setsugekka</strong></see> <i>PvE</i> (SAM) [16486] [Weaponskill]
+ /// <para>Delivers a critical hit with a potency of .</para>
/// <para>Damage dealt is increased when under an effect that raises critical hit rate.</para>
- /// <para>Triggers the cooldown of weaponskills upon execution. Cannot be executed during the cooldown of weaponskills.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Tsubame-gaeshi changes to Kaeshi: Setsugekka when requirements for execution are met.</para>
/// </summary>
public IBaseAction KaeshiSetsugekkaPvE => _KaeshiSetsugekkaPvECreator.Value;
@@ -62096,39 +67539,12 @@ public abstract partial class SamuraiRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16487"><strong>Shoha</strong></see> <i>PvE</i> (SAM) [16487] [Ability]
- /// <para>Delivers an attack with a potency of 560.</para>
+ /// <para>Delivers an attack to all enemies in a straight line before you with a potency of for the first enemy, and 65% less for all remaining enemies.</para>
/// <para>Can only be executed after accumulating three stacks of Meditation by executing Iaijutsu, Meditate, or Ogi Namikirior Meditateor Meditate while in combat.</para>
- /// <para>Meditation effect fades upon execution.</para>
- /// <para>Shares a recast timer with Shoha II.</para>
+ /// <para>Consumes all stacks of Meditation upon execution.</para>
/// </summary>
public IBaseAction ShohaPvE => _ShohaPvECreator.Value;
- private readonly Lazy<IBaseAction> _ShohaIiPvECreator = new(() =>
- {
- IBaseAction action = new BaseAction((ActionID)25779, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyShohaIiPvE(ref setting);
- action.Setting = setting;
-
- return action;
- });
-
- /// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/25779"><strong>Shoha II</strong></see> <i>PvE</i> (SAM) [25779] [Ability]
- /// </summary>
- static partial void ModifyShohaIiPvE(ref ActionSetting setting);
-
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/25779"><strong>Shoha II</strong></see> <i>PvE</i> (SAM) [25779] [Ability]
- /// <para>Delivers an attack with a potency of 200 to all nearby enemies.</para>
- /// <para>Can only be executed after accumulating three stacks of Meditation by executing Iaijutsu, Meditate, or Ogi Namikirior Meditateor Meditate while in combat.</para>
- /// <para>Meditation effect fades upon execution.</para>
- /// <para>Shares a recast timer with Shoha.</para>
- /// </summary>
-
- public IBaseAction ShohaIiPvE => _ShohaIiPvECreator.Value;
private readonly Lazy<IBaseAction> _FukoPvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)25780, false);
@@ -62172,12 +67588,10 @@ public abstract partial class SamuraiRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25781"><strong>Ogi Namikiri</strong></see> <i>PvE</i> (SAM) [25781] [Weaponskill]
- /// <para>Delivers a critical hit to all enemies in a cone before you with a potency of 860 for the first enemy, and 75% less for all remaining enemies.</para>
+ /// <para>Delivers a critical hit to all enemies in a cone before you with a potency of for the first enemy, and 75% less for all remaining enemies.</para>
/// <para>Damage dealt is increased when under an effect that raises critical hit rate.</para>
/// <para>Grants a stack of Meditation, up to a maximum of 3.</para>
/// <para>Can only be executed while under the effect of Ogi Namikiri Ready.</para>
- /// <para></para>
- /// <para>※Action changes to Kaeshi: Namikiri upon execution.</para>
/// </summary>
public IBaseAction OgiNamikiriPvE => _OgiNamikiriPvECreator.Value;
@@ -62194,17 +67608,17 @@ public abstract partial class SamuraiRotation : CustomRotation
});
/// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/25782"><strong>Kaeshi: Namikiri</strong></see> <i>PvE</i> (SAM) [25782] [Ability]
+ /// Modify <see href="https://garlandtools.org/db/#action/25782"><strong>Kaeshi: Namikiri</strong></see> <i>PvE</i> (SAM) [25782] [Weaponskill]
/// </summary>
static partial void ModifyKaeshiNamikiriPvE(ref ActionSetting setting);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/25782"><strong>Kaeshi: Namikiri</strong></see> <i>PvE</i> (SAM) [25782] [Ability]
- /// <para>Delivers a critical hit to all enemies in a cone before you with a potency of 860 for the first enemy, and 75% less for all remaining enemies.</para>
+ /// <see href="https://garlandtools.org/db/#action/25782"><strong>Kaeshi: Namikiri</strong></see> <i>PvE</i> (SAM) [25782] [Weaponskill]
+ /// <para>Delivers a critical hit to all enemies in a cone before you with a potency of for the first enemy, and 75% less for all remaining enemies.</para>
/// <para>Damage dealt is increased when under an effect that raises critical hit rate.</para>
- /// <para>Triggers the cooldown of weaponskills upon execution. Cannot be executed during the cooldown of weaponskills.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Ogi Namikiri changes to Kaeshi: Namikiri when requirements for execution are met.</para>
/// </summary>
public IBaseAction KaeshiNamikiriPvE => _KaeshiNamikiriPvECreator.Value;
@@ -62568,15 +67982,206 @@ public abstract partial class SamuraiRotation : CustomRotation
/// </summary>
public IBaseAction MeikyoShisuiPvP => _MeikyoShisuiPvPCreator.Value;
+ private readonly Lazy<IBaseAction> _TengetsuPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36962, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyTengetsuPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36962"><strong>Tengetsu</strong></see> <i>PvE</i> (SAM) [36962] [Ability]
+ /// </summary>
+ static partial void ModifyTengetsuPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36962"><strong>Tengetsu</strong></see> <i>PvE</i> (SAM) [36962] [Ability]
+ /// <para>Reduces the amount of damage taken by the next attack by 10%.</para>
+ /// <para>Duration: 4s</para>
+ /// <para>Additional Effect: Grants Tengetsu's Foresight and increases Kenki Gauge by 10 when hit</para>
+ /// <para>Tengetsu's Foresight Effect: Restores HP when effect expires</para>
+ /// <para>Duration: 8s</para>
+ /// <para>Cure Potency: 500</para>
+ /// </summary>
+
+ public IBaseAction TengetsuPvE => _TengetsuPvECreator.Value;
+ private readonly Lazy<IBaseAction> _GyofuPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36963, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyGyofuPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36963"><strong>Gyofu</strong></see> <i>PvE</i> (SAM) [36963] [Weaponskill]
+ /// </summary>
+ static partial void ModifyGyofuPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36963"><strong>Gyofu</strong></see> <i>PvE</i> (SAM) [36963] [Weaponskill]
+ /// <para>Delivers an attack with a potency of 240.</para>
+ /// <para>Additional Effect: Increases Kenki Gauge by 5</para>
+ /// </summary>
+
+ public IBaseAction GyofuPvE => _GyofuPvECreator.Value;
+ private readonly Lazy<IBaseAction> _ZanshinPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36964, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyZanshinPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36964"><strong>Zanshin</strong></see> <i>PvE</i> (SAM) [36964] [Ability]
+ /// </summary>
+ static partial void ModifyZanshinPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36964"><strong>Zanshin</strong></see> <i>PvE</i> (SAM) [36964] [Ability]
+ /// <para>Delivers an attack to all enemies in a cone before you with a potency of 900 for the first enemy, and 60% less for all remaining enemies.</para>
+ /// <para>Kenki Gauge Cost: 50</para>
+ /// <para>Can only be executed while under the effect of Zanshin Ready.</para>
+ /// </summary>
+
+ public IBaseAction ZanshinPvE => _ZanshinPvECreator.Value;
+ private readonly Lazy<IBaseAction> _TendoGokenPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36965, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyTendoGokenPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36965"><strong>Tendo Goken</strong></see> <i>PvE</i> (SAM) [36965] [Weaponskill]
+ /// </summary>
+ static partial void ModifyTendoGokenPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36965"><strong>Tendo Goken</strong></see> <i>PvE</i> (SAM) [36965] [Weaponskill]
+ /// <para>Delivers an attack with a potency of 420 to all nearby enemies.</para>
+ /// <para>Additional Effect: Grants a stack of Meditation, up to a maximum of 3</para>
+ /// <para>Can only be executed while under the effect of Tendo, and after accumulating 2 Sen.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Iaijutsu changes to Tendo Goken when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction TendoGokenPvE => _TendoGokenPvECreator.Value;
+ private readonly Lazy<IBaseAction> _TendoSetsugekkaPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36966, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyTendoSetsugekkaPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36966"><strong>Tendo Setsugekka</strong></see> <i>PvE</i> (SAM) [36966] [Weaponskill]
+ /// </summary>
+ static partial void ModifyTendoSetsugekkaPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36966"><strong>Tendo Setsugekka</strong></see> <i>PvE</i> (SAM) [36966] [Weaponskill]
+ /// <para>Delivers a critical hit with a potency of 1,020.</para>
+ /// <para>Damage dealt is increased when under an effect that raises critical hit rate.</para>
+ /// <para>Additional Effect: Grants a stack of Meditation, up to a maximum of 3</para>
+ /// <para>Can only be executed while under the effect of Tendo, and after accumulating 3 Sen.</para>
+ /// <para>This weaponskill does not share a recast timer with any other actions.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Iaijutsu changes to Tendo Setsugekka when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction TendoSetsugekkaPvE => _TendoSetsugekkaPvECreator.Value;
+ private readonly Lazy<IBaseAction> _TendoKaeshiGokenPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36967, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyTendoKaeshiGokenPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36967"><strong>Tendo Kaeshi Goken</strong></see> <i>PvE</i> (SAM) [36967] [Weaponskill]
+ /// </summary>
+ static partial void ModifyTendoKaeshiGokenPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36967"><strong>Tendo Kaeshi Goken</strong></see> <i>PvE</i> (SAM) [36967] [Weaponskill]
+ /// <para>Delivers an attack with a potency of 420 to all nearby enemies.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Tsubame-gaeshi changes to Tendo Kaeshi Goken when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction TendoKaeshiGokenPvE => _TendoKaeshiGokenPvECreator.Value;
+ private readonly Lazy<IBaseAction> _TendoKaeshiSetsugekkaPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36968, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyTendoKaeshiSetsugekkaPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36968"><strong>Tendo Kaeshi Setsugekka</strong></see> <i>PvE</i> (SAM) [36968] [Weaponskill]
+ /// </summary>
+ static partial void ModifyTendoKaeshiSetsugekkaPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36968"><strong>Tendo Kaeshi Setsugekka</strong></see> <i>PvE</i> (SAM) [36968] [Weaponskill]
+ /// <para>Delivers a critical hit with a potency of 1,020.</para>
+ /// <para>Damage dealt is increased when under an effect that raises critical hit rate.</para>
+ /// <para>This weaponskill does not share a recast timer with any other actions.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Tsubame-gaeshi changes to Tendo Kaeshi Setsugekka when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction TendoKaeshiSetsugekkaPvE => _TendoKaeshiSetsugekkaPvECreator.Value;
private IBaseAction[] _AllBaseActions = null;
/// <inheritdoc/>
public override IBaseAction[] AllBaseActions => _AllBaseActions ??= [
- HakazePvE, JinpuPvE, ShifuPvE, YukikazePvE, GekkoPvE, KashaPvE, FugaPvE, MangetsuPvE, OkaPvE, EnpiPvE, MidareSetsugekkaPvE, TenkaGokenPvE, HiganbanaPvE, HissatsuShintenPvE, HissatsuKyutenPvE, HissatsuGyotenPvE, HissatsuYatenPvE, HagakurePvE, HissatsuGurenPvE, MeditatePvE, ThirdEyePvE, MeikyoShisuiPvE, IaijutsuPvE, HissatsuSeneiPvE, IkishotenPvE, TsubamegaeshiPvE, KaeshiHiganbanaPvE, KaeshiGokenPvE, KaeshiSetsugekkaPvE, ShohaPvE, ShohaIiPvE, FukoPvE, OgiNamikiriPvE, KaeshiNamikiriPvE, YukikazePvP, GekkoPvP, KashaPvP, HyosetsuPvP, MangetsuPvP, OkaPvP, MidareSetsugekkaPvP, OgiNamikiriPvP, KaeshiNamikiriPvP, HissatsuSotenPvP, HissatsuChitenPvP, MineuchiPvP, MeikyoShisuiPvP,
+ HakazePvE, JinpuPvE, ShifuPvE, YukikazePvE, GekkoPvE, KashaPvE, FugaPvE, MangetsuPvE, OkaPvE, EnpiPvE, MidareSetsugekkaPvE, TenkaGokenPvE, HiganbanaPvE, HissatsuShintenPvE, HissatsuKyutenPvE, HissatsuGyotenPvE, HissatsuYatenPvE, HagakurePvE, HissatsuGurenPvE, MeditatePvE, ThirdEyePvE, MeikyoShisuiPvE, IaijutsuPvE, HissatsuSeneiPvE, IkishotenPvE, TsubamegaeshiPvE, KaeshiGokenPvE, KaeshiSetsugekkaPvE, ShohaPvE, FukoPvE, OgiNamikiriPvE, KaeshiNamikiriPvE, YukikazePvP, GekkoPvP, KashaPvP, HyosetsuPvP, MangetsuPvP, OkaPvP, MidareSetsugekkaPvP, OgiNamikiriPvP, KaeshiNamikiriPvP, HissatsuSotenPvP, HissatsuChitenPvP, MineuchiPvP, MeikyoShisuiPvP, TengetsuPvE, GyofuPvE, ZanshinPvE, TendoGokenPvE, TendoSetsugekkaPvE, TendoKaeshiGokenPvE, TendoKaeshiSetsugekkaPvE,
..base.AllBaseActions,
];
+
+
private readonly Lazy<IBaseAction> _BraverPvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)200, false);
@@ -62604,63 +68209,7 @@ public IBaseAction BraverPvE => _BraverPvECreator.Value;
/// <see href="https://garlandtools.org/db/#action/200"><strong>Braver</strong></see> <i>PvE</i> (All Classes) [200] [Limit Break]
/// <para>Delivers an attack with a potency of 2,400.</para>
/// </summary>
-private sealed protected override IBaseAction LimitBreak1 => BraverPvE;
-private readonly Lazy<IBaseAction> _BladedancePvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)201, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyBladedancePvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/201"><strong>Bladedance</strong></see> <i>PvE</i> (All Classes) [201] [Limit Break]
-/// </summary>
-static partial void ModifyBladedancePvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/201"><strong>Bladedance</strong></see> <i>PvE</i> (All Classes) [201] [Limit Break]
-/// <para>Delivers an attack with a potency of 5,250.</para>
-/// </summary>
-
-public IBaseAction BladedancePvE => _BladedancePvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/201"><strong>Bladedance</strong></see> <i>PvE</i> (All Classes) [201] [Limit Break]
-/// <para>Delivers an attack with a potency of 5,250.</para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak2 => BladedancePvE;
-private readonly Lazy<IBaseAction> _DoomOfTheLivingPvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)7861, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyDoomOfTheLivingPvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/7861"><strong>Doom of the Living</strong></see> <i>PvE</i> (All Classes) [7861] [Limit Break]
-/// </summary>
-static partial void ModifyDoomOfTheLivingPvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7861"><strong>Doom of the Living</strong></see> <i>PvE</i> (All Classes) [7861] [Limit Break]
-/// <para></para>
-/// </summary>
-
-public IBaseAction DoomOfTheLivingPvE => _DoomOfTheLivingPvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7861"><strong>Doom of the Living</strong></see> <i>PvE</i> (All Classes) [7861] [Limit Break]
-/// <para></para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak3 => DoomOfTheLivingPvE;
+private sealed protected override IBaseAction LimitBreak3 => BraverPvE;
private readonly Lazy<IBaseAction> _ZantetsukenPvPCreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)29537, false);
@@ -62707,75 +68256,104 @@ private sealed protected override IBaseAction LimitBreakPvP => ZantetsukenPvP
#region Traits
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50208"><strong>Kenki Mastery II</strong></see> (SAM) [208]
+ /// <see href="https://garlandtools.org/db/#action/50208"><strong>Kenki Mastery II</strong></see> [208]
/// <para>Increases Kenki Gauge when landing all weaponskills excluding Iaijutsu.</para>
/// </summary>
public static IBaseTrait KenkiMasteryIiTrait { get; } = new BaseTrait(208);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50215"><strong>Kenki Mastery</strong></see> (SAM) [215]
+ /// <see href="https://garlandtools.org/db/#action/50215"><strong>Kenki Mastery</strong></see> [215]
/// <para>Increases Kenki Gauge when landing select weaponskills or when taking damage while under the effect of Third Eye.</para>
/// </summary>
public static IBaseTrait KenkiMasteryTrait { get; } = new BaseTrait(215);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50277"><strong>Enhanced Iaijutsu</strong></see> (SAM) [277]
+ /// <see href="https://garlandtools.org/db/#action/50277"><strong>Enhanced Iaijutsu</strong></see> [277]
/// <para>Reduces Iaijutsu cast time to 1.3 seconds.</para>
/// </summary>
public static IBaseTrait EnhancedIaijutsuTrait { get; } = new BaseTrait(277);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50278"><strong>Enhanced Fugetsu and Fuka</strong></see> (SAM) [278]
+ /// <see href="https://garlandtools.org/db/#action/50278"><strong>Enhanced Fugetsu and Fuka</strong></see> [278]
/// <para>Improves Fugetsu's damage increase to 13% and Fuka's reduction to weaponskill cast time and recast time, spell cast time and recast time, and auto-attack delay to 13%.</para>
/// </summary>
public static IBaseTrait EnhancedFugetsuAndFukaTrait { get; } = new BaseTrait(278);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50442"><strong>Enhanced Tsubame-gaeshi</strong></see> (SAM) [442]
- /// <para>Allows the accumulation of charges for consecutive uses of Tsubame-gaeshi.</para>
- /// <para>Maximum Charges: 2</para>
- /// </summary>
- public static IBaseTrait EnhancedTsubamegaeshiTrait { get; } = new BaseTrait(442);
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/50443"><strong>Enhanced Meikyo Shisui</strong></see> (SAM) [443]
+ /// <see href="https://garlandtools.org/db/#action/50443"><strong>Enhanced Meikyo Shisui</strong></see> [443]
/// <para>Allows the accumulation of charges for consecutive uses of Meikyo Shisui.</para>
/// <para>Maximum Charges: 2</para>
+ /// <para>Also grants the effect of Tsubame-gaeshi Ready upon executing Meikyo Shisui.</para>
+ /// <para>Duration: 30s</para>
/// </summary>
public static IBaseTrait EnhancedMeikyoShisuiTrait { get; } = new BaseTrait(443);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50514"><strong>Enhanced Ikishoten</strong></see> (SAM) [514]
+ /// <see href="https://garlandtools.org/db/#action/50514"><strong>Enhanced Ikishoten</strong></see> [514]
/// <para>Grants Ogi Namikiri Ready upon execution of Ikishoten.</para>
/// <para>Duration: 30s</para>
/// </summary>
public static IBaseTrait EnhancedIkishotenTrait { get; } = new BaseTrait(514);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50519"><strong>Fuga Mastery</strong></see> (SAM) [519]
+ /// <see href="https://garlandtools.org/db/#action/50519"><strong>Fuga Mastery</strong></see> [519]
/// <para>Upgrades Fuga to Fuko.</para>
/// </summary>
public static IBaseTrait FugaMasteryTrait { get; } = new BaseTrait(519);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50520"><strong>Way of the Samurai</strong></see> (SAM) [520]
+ /// <see href="https://garlandtools.org/db/#action/50520"><strong>Way of the Samurai</strong></see> [520]
/// <para>Increases the potency of Hakaze to 200, Jinpu to 120, and Shifu to 120.</para>
/// </summary>
public static IBaseTrait WayOfTheSamuraiTrait { get; } = new BaseTrait(520);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50521"><strong>Way of the Samurai II</strong></see> (SAM) [521]
+ /// <see href="https://garlandtools.org/db/#action/50521"><strong>Way of the Samurai II</strong></see> [521]
/// <para>Increases the potency of Gekko, Kasha, and Yukikaze to 120.</para>
/// </summary>
public static IBaseTrait WayOfTheSamuraiIiTrait { get; } = new BaseTrait(521);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50589"><strong>Third Eye Mastery</strong></see> [589]
+ /// <para>Upgrades Third Eye to Tengetsu.</para>
+ /// </summary>
+ public static IBaseTrait ThirdEyeMasteryTrait { get; } = new BaseTrait(589);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50590"><strong>Hakaze Mastery</strong></see> [590]
+ /// <para>Upgrades Hakaze to Gyofu.</para>
+ /// </summary>
+ public static IBaseTrait HakazeMasteryTrait { get; } = new BaseTrait(590);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50591"><strong>Enhanced Hissatsu</strong></see> [591]
+ /// <para>Reduces Hissatsu: Guren and Hissatsu: Senei recast time to 60 seconds.</para>
+ /// </summary>
+ public static IBaseTrait EnhancedHissatsuTrait { get; } = new BaseTrait(591);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50592"><strong>Enhanced Ikishoten II</strong></see> [592]
+ /// <para>Grants Zanshin Ready upon executing Ikishoten.</para>
+ /// <para>Duration: 30s</para>
+ /// </summary>
+ public static IBaseTrait EnhancedIkishotenIiTrait { get; } = new BaseTrait(592);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50593"><strong>Enhanced Meikyo Shisui II</strong></see> [593]
+ /// <para>Grants Tendo upon executing Meikyo Shisui.</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Tenka Goken changes to Tendo Goken and Midare Setsugekka changes to Tendo Setsugekka while under the effect of Tendo.</para>
+ /// </summary>
+ public static IBaseTrait EnhancedMeikyoShisuiIiTrait { get; } = new BaseTrait(593);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50655"><strong>Way of the Samurai III</strong></see> [655]
+ /// <para>Increases the potency of Jinpu to 160, Shifu to 160, Enhanced Enpi to 270, Gekko to 180, Higanbana damage over time to 50, Kasha to 180, Yukikaze to 180, Midare Setsugekka to 700, Kaeshi: Setsugekka to 700, Shoha to 640, Ogi Namikiri to 900, and Kaeshi: Namikiri to 900.</para>
+ /// </summary>
+ public static IBaseTrait WayOfTheSamuraiIiiTrait { get; } = new BaseTrait(655);
private IBaseTrait[] _AllTraits = null;
/// <inheritdoc/>
public override IBaseTrait[] AllTraits => _AllTraits ??= [
- KenkiMasteryIiTrait, KenkiMasteryTrait, EnhancedIaijutsuTrait, EnhancedFugetsuAndFukaTrait, EnhancedTsubamegaeshiTrait, EnhancedMeikyoShisuiTrait, EnhancedIkishotenTrait, FugaMasteryTrait, WayOfTheSamuraiTrait, WayOfTheSamuraiIiTrait,
+ KenkiMasteryIiTrait, KenkiMasteryTrait, EnhancedIaijutsuTrait, EnhancedFugetsuAndFukaTrait, EnhancedMeikyoShisuiTrait, EnhancedIkishotenTrait, FugaMasteryTrait, WayOfTheSamuraiTrait, WayOfTheSamuraiIiTrait, ThirdEyeMasteryTrait, HakazeMasteryTrait, EnhancedHissatsuTrait, EnhancedIkishotenIiTrait, EnhancedMeikyoShisuiIiTrait, WayOfTheSamuraiIiiTrait,
..base.AllTraits,
];
#endregion
}
/// <summary>
-/// <see href="https://na.finalfantasyxiv.com/jobguide/redmage"><strong>Red Mage</strong></see>
-/// <br>Number of Actions: 57</br>
-/// <br>Number of Traits: 13</br>
+/// <see href="https://na.finalfantasyxiv.com/jobguide/redmage"><strong>red mage</strong></see>
+/// <br>Number of Actions: 63</br>
+/// <br>Number of Traits: 17</br>
/// </summary>
-[Jobs(Job.RDM)]
+[Jobs(Job.RDM, Job.LTW)]
public abstract partial class RedMageRotation : CustomRotation
{
static RDMGauge JobGauge => Svc.Gauges.Get<RDMGauge>();
@@ -63127,7 +68705,7 @@ public abstract partial class RedMageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7517"><strong>Fleche</strong></see> <i>PvE</i> (RDM) [7517] [Ability]
- /// <para>Delivers an attack with a potency of 460.</para>
+ /// <para>Delivers an attack with a potency of .</para>
/// </summary>
public IBaseAction FlechePvE => _FlechePvECreator.Value;
@@ -63154,6 +68732,8 @@ public abstract partial class RedMageRotation : CustomRotation
/// <para>Duration: 20s</para>
/// <para>Additional Effect: Increases the potency of ImpactScatterScatter by 50</para>
/// <para>Additional Effect: Ensures Verthunder III and Veraero IIIVerthunder and VeraeroVerthunder and Veraero trigger Verfire Ready or Verstone Ready respectively</para>
+ /// <para>Additional Effect: Grants Grand Impact Ready</para>
+ /// <para>Duration: 30s</para>
/// <para>Maximum Charges: 2</para>
/// </summary>
@@ -63177,7 +68757,7 @@ public abstract partial class RedMageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7519"><strong>Contre Sixte</strong></see> <i>PvE</i> (RDM) [7519] [Ability]
- /// <para>Delivers an attack with a potency of 380 to target and all enemies nearby it.</para>
+ /// <para>Delivers an attack with a potency of to target and all enemies nearby it.</para>
/// </summary>
public IBaseAction ContreSixtePvE => _ContreSixtePvECreator.Value;
@@ -63202,6 +68782,8 @@ public abstract partial class RedMageRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/7520"><strong>Embolden</strong></see> <i>PvE</i> (RDM) [7520] [Ability]
/// <para>Increases own magic damage dealt by 5% and damage dealt by nearby party members by 5%.</para>
/// <para>Duration: 20s</para>
+ /// <para>Additional Effect: Grants Thorned Flourish</para>
+ /// <para>Duration: 30s</para>
/// </summary>
public IBaseAction EmboldenPvE => _EmboldenPvECreator.Value;
@@ -63224,10 +68806,13 @@ public abstract partial class RedMageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7521"><strong>Manafication</strong></see> <i>PvE</i> (RDM) [7521] [Ability]
- /// <para>Increases both Black Mana and White Mana by 50.</para>
+ /// <para>Grants 3 stacks of Magicked Swordplay, each stack allowing the use of Enchanted Riposte, Enchanted Zwerchhau, Enchanted Redoublement, Enchanted Moulinet, Enchanted Moulinet Deux, or Enchanted Moulinet Trois without cost.</para>
+ /// <para>Duration: 15s</para>
/// <para>Additional Effect: Grants stacks of Manafication</para>
/// <para>Manafication Effect: Increases magic damage dealt by 5%</para>
/// <para>Duration: 15s</para>
+ /// <para>Additional Effect: Grants Prefulgence Ready upon consuming 6 stacks of Manafication</para>
+ /// <para>Duration: 30s</para>
/// <para>All combos are canceled upon execution of Manafication.</para>
/// <para>Can only be executed while in combat.</para>
/// </summary>
@@ -63275,7 +68860,7 @@ public abstract partial class RedMageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7524"><strong>Jolt II</strong></see> <i>PvE</i> (RDM) [7524] [Spell]
- /// <para>Deals unaspected damage with a potency of .</para>
+ /// <para>Deals unaspected damage with a potency of 280.</para>
/// <para>Additional Effect: Increases both Black Mana and White Mana by 2</para>
/// </summary>
@@ -63299,7 +68884,7 @@ public abstract partial class RedMageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7525"><strong>Verflare</strong></see> <i>PvE</i> (RDM) [7525] [Spell]
- /// <para>Deals fire damage to target and all enemies nearby it with a potency of 600 for the first enemy, and 60% less for all remaining enemies.</para>
+ /// <para>Deals fire damage to target and all enemies nearby it with a potency of for the first enemy, and 60% less for all remaining enemies.</para>
/// <para>Additional Effect: Increases Black Mana by 11</para>
/// <para>Additional Effect: 20% chance of becoming Verfire Ready</para>
/// <para>Duration: 30s</para>
@@ -63307,6 +68892,7 @@ public abstract partial class RedMageRotation : CustomRotation
/// <para>Mana Stack Cost: 3</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Verthunder IIIVerthunderVerthunder and Verthunder II change to Verflare when requirements for execution are met.</para>
/// </summary>
public IBaseAction VerflarePvE => _VerflarePvECreator.Value;
@@ -63329,7 +68915,7 @@ public abstract partial class RedMageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/7526"><strong>Verholy</strong></see> <i>PvE</i> (RDM) [7526] [Spell]
- /// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 600 for the first enemy, and 60% less for all remaining enemies.</para>
+ /// <para>Deals unaspected damage to target and all enemies nearby it with a potency of for the first enemy, and 60% less for all remaining enemies.</para>
/// <para>Additional Effect: Increases White Mana by 11</para>
/// <para>Additional Effect: 20% chance of becoming Verstone Ready</para>
/// <para>Duration: 30s</para>
@@ -63337,6 +68923,7 @@ public abstract partial class RedMageRotation : CustomRotation
/// <para>Mana Stack Cost: 3</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Veraero IIIVeraeroVeraero and Veraero II change to Verholy when requirements for execution are met.</para>
/// </summary>
public IBaseAction VerholyPvE => _VerholyPvECreator.Value;
@@ -63365,6 +68952,7 @@ public abstract partial class RedMageRotation : CustomRotation
/// <para>Balance Gauge Cost: 20 White Mana</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Riposte changes to Enchanted Riposte when requirements for execution are met.</para>
/// </summary>
public IBaseAction EnchantedRipostePvE => _EnchantedRipostePvECreator.Value;
@@ -63395,6 +68983,7 @@ public abstract partial class RedMageRotation : CustomRotation
/// <para>Balance Gauge Cost: 15 White Mana</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Zwerchhau changes to Enchanted Zwerchhau when requirements for execution are met.</para>
/// </summary>
public IBaseAction EnchantedZwerchhauPvE => _EnchantedZwerchhauPvECreator.Value;
@@ -63425,6 +69014,7 @@ public abstract partial class RedMageRotation : CustomRotation
/// <para>Balance Gauge Cost: 15 White Mana</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Redoublement changes to Enchanted Redoublement when requirements for execution are met.</para>
/// </summary>
public IBaseAction EnchantedRedoublementPvE => _EnchantedRedoublementPvECreator.Value;
@@ -63453,6 +69043,7 @@ public abstract partial class RedMageRotation : CustomRotation
/// <para>Balance Gauge Cost: 20 White Mana</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Moulinet changes to Enchanted Moulinet when requirements for execution are met.</para>
/// </summary>
public IBaseAction EnchantedMoulinetPvE => _EnchantedMoulinetPvECreator.Value;
@@ -63578,6 +69169,7 @@ public abstract partial class RedMageRotation : CustomRotation
/// <para>Balance Gauge Cost: 5 White Mana</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Reprise changes to Enchanted Reprise when requirements for execution are met.</para>
/// </summary>
public IBaseAction EnchantedReprisePvE => _EnchantedReprisePvECreator.Value;
@@ -63624,12 +69216,13 @@ public abstract partial class RedMageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16530"><strong>Scorch</strong></see> <i>PvE</i> (RDM) [16530] [Spell]
- /// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 680 for the first enemy, and 60% less for all remaining enemies.</para>
+ /// <para>Deals unaspected damage to target and all enemies nearby it with a potency of for the first enemy, and 60% less for all remaining enemies.</para>
/// <para>Combo Action: Verflare or Verholy</para>
/// <para>Additional Effect: Increases both Black Mana and White Mana by 4</para>
- /// <para>Jolt II and Impact are changed to Scorch upon landing Verflare or Verholy as a combo action.</para>
+ /// <para>Can only be executed after successfully landing Verflare or Verholy as a combo action.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Jolt IIIJolt IIJolt II and Impact change to Scorch when requirements for execution are met.</para>
/// </summary>
public IBaseAction ScorchPvE => _ScorchPvECreator.Value;
@@ -63652,7 +69245,7 @@ public abstract partial class RedMageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25855"><strong>Verthunder III</strong></see> <i>PvE</i> (RDM) [25855] [Spell]
- /// <para>Deals lightning damage with a potency of 380.</para>
+ /// <para>Deals lightning damage with a potency of .</para>
/// <para>Additional Effect: Increases Black Mana by 6</para>
/// <para>Additional Effect: 50% chance of becoming Verfire Ready</para>
/// <para>Duration: 30s</para>
@@ -63678,7 +69271,7 @@ public abstract partial class RedMageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25856"><strong>Veraero III</strong></see> <i>PvE</i> (RDM) [25856] [Spell]
- /// <para>Deals wind damage with a potency of 380.</para>
+ /// <para>Deals wind damage with a potency of .</para>
/// <para>Additional Effect: Increases White Mana by 6</para>
/// <para>Additional Effect: 50% chance of becoming Verstone Ready</para>
/// <para>Duration: 30s</para>
@@ -63728,12 +69321,13 @@ public abstract partial class RedMageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25858"><strong>Resolution</strong></see> <i>PvE</i> (RDM) [25858] [Spell]
- /// <para>Deals unaspected damage to all enemies in a straight line before you with a potency of 750 for the first enemy, and 60% less for all remaining enemies.</para>
+ /// <para>Deals unaspected damage to all enemies in a straight line before you with a potency of for the first enemy, and 60% less for all remaining enemies.</para>
/// <para>Combo Action: Scorch</para>
/// <para>Additional Effect: Increases both Black Mana and White Mana by 4</para>
- /// <para>Scorch is changed to Resolution upon landing Scorch as a combo action.</para>
+ /// <para>Can only be executed after successfully landing Scorch as a combo action.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Scorch changes to Resolution when requirements for execution are met.</para>
/// </summary>
public IBaseAction ResolutionPvE => _ResolutionPvECreator.Value;
@@ -64326,15 +69920,180 @@ public abstract partial class RedMageRotation : CustomRotation
/// </summary>
public IBaseAction WhiteShiftPvP => _WhiteShiftPvPCreator.Value;
+ private readonly Lazy<IBaseAction> _EnchantedMoulinetDeuxPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37002, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyEnchantedMoulinetDeuxPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37002"><strong>Enchanted Moulinet Deux</strong></see> <i>PvE</i> (RDM) [37002] [Weaponskill]
+ /// </summary>
+ static partial void ModifyEnchantedMoulinetDeuxPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37002"><strong>Enchanted Moulinet Deux</strong></see> <i>PvE</i> (RDM) [37002] [Weaponskill]
+ /// <para>Deals unaspected damage with a potency of 140 to all enemies in a cone before you.</para>
+ /// <para>Combo Action: Enchanted Moulinet</para>
+ /// <para>Additional Effect: Grants a Mana Stack</para>
+ /// <para>Balance Gauge Cost: 15 Black Mana</para>
+ /// <para>Balance Gauge Cost: 15 White Mana</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Enchanted Moulinet changes to Enchanted Moulinet Deux when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction EnchantedMoulinetDeuxPvE => _EnchantedMoulinetDeuxPvECreator.Value;
+ private readonly Lazy<IBaseAction> _EnchantedMoulinetTroisPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37003, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyEnchantedMoulinetTroisPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37003"><strong>Enchanted Moulinet Trois</strong></see> <i>PvE</i> (RDM) [37003] [Weaponskill]
+ /// </summary>
+ static partial void ModifyEnchantedMoulinetTroisPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37003"><strong>Enchanted Moulinet Trois</strong></see> <i>PvE</i> (RDM) [37003] [Weaponskill]
+ /// <para>Deals unaspected damage with a potency of 150 to all enemies in a cone before you.</para>
+ /// <para>Combo Action: Enchanted Moulinet Deux</para>
+ /// <para>Additional Effect: Grants a Mana Stack</para>
+ /// <para>Balance Gauge Cost: 15 Black Mana</para>
+ /// <para>Balance Gauge Cost: 15 White Mana</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Enchanted Moulinet Deux changes to Enchanted Moulinet Trois when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction EnchantedMoulinetTroisPvE => _EnchantedMoulinetTroisPvECreator.Value;
+ private readonly Lazy<IBaseAction> _JoltIiiPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37004, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyJoltIiiPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37004"><strong>Jolt III</strong></see> <i>PvE</i> (RDM) [37004] [Spell]
+ /// </summary>
+ static partial void ModifyJoltIiiPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37004"><strong>Jolt III</strong></see> <i>PvE</i> (RDM) [37004] [Spell]
+ /// <para>Deals unaspected damage with a potency of 360.</para>
+ /// <para>Additional Effect: Increases both Black Mana and White Mana by 2</para>
+ /// </summary>
+
+ public IBaseAction JoltIiiPvE => _JoltIiiPvECreator.Value;
+ private readonly Lazy<IBaseAction> _ViceOfThornsPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37005, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyViceOfThornsPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37005"><strong>Vice of Thorns</strong></see> <i>PvE</i> (RDM) [37005] [Ability]
+ /// </summary>
+ static partial void ModifyViceOfThornsPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37005"><strong>Vice of Thorns</strong></see> <i>PvE</i> (RDM) [37005] [Ability]
+ /// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 700 for the first enemy, and 60% less for all remaining enemies.</para>
+ /// <para>Can only be executed while under the effect of Thorned Flourish.</para>
+ /// </summary>
+
+ public IBaseAction ViceOfThornsPvE => _ViceOfThornsPvECreator.Value;
+ private readonly Lazy<IBaseAction> _GrandImpactPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37006, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyGrandImpactPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37006"><strong>Grand Impact</strong></see> <i>PvE</i> (RDM) [37006] [Spell]
+ /// </summary>
+ static partial void ModifyGrandImpactPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37006"><strong>Grand Impact</strong></see> <i>PvE</i> (RDM) [37006] [Spell]
+ /// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 600 for the first enemy, and 60% less for all remaining enemies.</para>
+ /// <para>Additional Effect: Increases both Black Mana and White Mana by 3</para>
+ /// <para>Can only be executed while under the effect of Grand Impact Ready.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Jolt III and Impact change to Grand Impact when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction GrandImpactPvE => _GrandImpactPvECreator.Value;
+ private readonly Lazy<IBaseAction> _PrefulgencePvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37007, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyPrefulgencePvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37007"><strong>Prefulgence</strong></see> <i>PvE</i> (RDM) [37007] [Ability]
+ /// </summary>
+ static partial void ModifyPrefulgencePvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37007"><strong>Prefulgence</strong></see> <i>PvE</i> (RDM) [37007] [Ability]
+ /// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 900 for the first enemy, and 60% less for all remaining enemies.</para>
+ /// <para>Can only be executed while under the effect of Prefulgence Ready.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Manafication changes to Prefulgence when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction PrefulgencePvE => _PrefulgencePvECreator.Value;
private IBaseAction[] _AllBaseActions = null;
/// <inheritdoc/>
public override IBaseAction[] AllBaseActions => _AllBaseActions ??= [
- JoltPvE, RipostePvE, VerthunderPvE, CorpsacorpsPvE, VeraeroPvE, ScatterPvE, VerfirePvE, VerstonePvE, ZwerchhauPvE, MoulinetPvE, VercurePvE, DisplacementPvE, RedoublementPvE, FlechePvE, AccelerationPvE, ContreSixtePvE, EmboldenPvE, ManaficationPvE, VerraisePvE, JoltIiPvE, VerflarePvE, VerholyPvE, EnchantedRipostePvE, EnchantedZwerchhauPvE, EnchantedRedoublementPvE, EnchantedMoulinetPvE, VerthunderIiPvE, VeraeroIiPvE, ImpactPvE, EngagementPvE, EnchantedReprisePvE, ReprisePvE, ScorchPvE, VerthunderIiiPvE, VeraeroIiiPvE, MagickBarrierPvE, ResolutionPvE, VerstonePvP, VeraeroIiiPvP, VerholyPvP, VerfirePvP, VerthunderIiiPvP, VerflarePvP, EnchantedRipostePvP, EnchantedZwerchhauPvP, EnchantedRedoublementPvP, ResolutionPvP, MagickBarrierPvP, FrazzlePvP, CorpsacorpsPvP, DisplacementPvP, BlackShiftPvP, WhiteShiftPvP,
+ JoltPvE, RipostePvE, VerthunderPvE, CorpsacorpsPvE, VeraeroPvE, ScatterPvE, VerfirePvE, VerstonePvE, ZwerchhauPvE, MoulinetPvE, VercurePvE, DisplacementPvE, RedoublementPvE, FlechePvE, AccelerationPvE, ContreSixtePvE, EmboldenPvE, ManaficationPvE, VerraisePvE, JoltIiPvE, VerflarePvE, VerholyPvE, EnchantedRipostePvE, EnchantedZwerchhauPvE, EnchantedRedoublementPvE, EnchantedMoulinetPvE, VerthunderIiPvE, VeraeroIiPvE, ImpactPvE, EngagementPvE, EnchantedReprisePvE, ReprisePvE, ScorchPvE, VerthunderIiiPvE, VeraeroIiiPvE, MagickBarrierPvE, ResolutionPvE, VerstonePvP, VeraeroIiiPvP, VerholyPvP, VerfirePvP, VerthunderIiiPvP, VerflarePvP, EnchantedRipostePvP, EnchantedZwerchhauPvP, EnchantedRedoublementPvP, ResolutionPvP, MagickBarrierPvP, FrazzlePvP, CorpsacorpsPvP, DisplacementPvP, BlackShiftPvP, WhiteShiftPvP, EnchantedMoulinetDeuxPvE, EnchantedMoulinetTroisPvE, JoltIiiPvE, ViceOfThornsPvE, GrandImpactPvE, PrefulgencePvE,
..base.AllBaseActions,
];
+
+
private readonly Lazy<IBaseAction> _SkyshardPvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)203, false);
@@ -64362,63 +70121,7 @@ public IBaseAction SkyshardPvE => _SkyshardPvECreator.Value;
/// <see href="https://garlandtools.org/db/#action/203"><strong>Skyshard</strong></see> <i>PvE</i> (All Classes) [203] [Limit Break]
/// <para>Deals unaspected damage with a potency of 1,650 to all enemies near point of impact.</para>
/// </summary>
-private sealed protected override IBaseAction LimitBreak1 => SkyshardPvE;
-private readonly Lazy<IBaseAction> _StarstormPvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)204, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyStarstormPvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/204"><strong>Starstorm</strong></see> <i>PvE</i> (All Classes) [204] [Limit Break]
-/// </summary>
-static partial void ModifyStarstormPvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/204"><strong>Starstorm</strong></see> <i>PvE</i> (All Classes) [204] [Limit Break]
-/// <para>Deals unaspected damage with a potency of 3,600 to all enemies near point of impact.</para>
-/// </summary>
-
-public IBaseAction StarstormPvE => _StarstormPvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/204"><strong>Starstorm</strong></see> <i>PvE</i> (All Classes) [204] [Limit Break]
-/// <para>Deals unaspected damage with a potency of 3,600 to all enemies near point of impact.</para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak2 => StarstormPvE;
-private readonly Lazy<IBaseAction> _VermilionScourgePvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)7862, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyVermilionScourgePvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/7862"><strong>Vermilion Scourge</strong></see> <i>PvE</i> (All Classes) [7862] [Limit Break]
-/// </summary>
-static partial void ModifyVermilionScourgePvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7862"><strong>Vermilion Scourge</strong></see> <i>PvE</i> (All Classes) [7862] [Limit Break]
-/// <para></para>
-/// </summary>
-
-public IBaseAction VermilionScourgePvE => _VermilionScourgePvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/7862"><strong>Vermilion Scourge</strong></see> <i>PvE</i> (All Classes) [7862] [Limit Break]
-/// <para></para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak3 => VermilionScourgePvE;
+private sealed protected override IBaseAction LimitBreak3 => SkyshardPvE;
private readonly Lazy<IBaseAction> _SouthernCrossPvPCreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)29704, false);
@@ -64467,92 +70170,117 @@ private sealed protected override IBaseAction LimitBreakPvP => SouthernCrossP
#region Traits
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50195"><strong>Enhanced Jolt</strong></see> (RDM) [195]
+ /// <see href="https://garlandtools.org/db/#action/50195"><strong>Enhanced Jolt</strong></see> [195]
/// <para>Upgrades Jolt to Jolt II. Also increases the potency of Verthunder and Veraero to 360, and the potency of Verfire and Verstone to 300.</para>
/// </summary>
public static IBaseTrait EnhancedJoltTrait { get; } = new BaseTrait(195);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50200"><strong>Maim and Mend</strong></see> (RDM) [200]
+ /// <see href="https://garlandtools.org/db/#action/50200"><strong>Maim and Mend</strong></see> [200]
/// <para>Increases base action damage and HP restoration by 10%.</para>
/// </summary>
public static IBaseTrait MaimAndMendTrait { get; } = new BaseTrait(200);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50201"><strong>Maim and Mend II</strong></see> (RDM) [201]
+ /// <see href="https://garlandtools.org/db/#action/50201"><strong>Maim and Mend II</strong></see> [201]
/// <para>Increases base action damage and HP restoration by 30%.</para>
/// </summary>
public static IBaseTrait MaimAndMendIiTrait { get; } = new BaseTrait(201);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50216"><strong>Dualcast</strong></see> (RDM) [216]
+ /// <see href="https://garlandtools.org/db/#action/50216"><strong>Dualcast</strong></see> [216]
/// <para>Grants the effect of Dualcast upon casting any spell with a cast time. While under the effect of Dualcast, your next spell will require no time to cast. Effect is canceled upon execution of any action other than an ability. Auto-attacks do not cancel effect.</para>
/// <para>Duration: 15s</para>
/// </summary>
public static IBaseTrait DualcastTrait { get; } = new BaseTrait(216);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50303"><strong>Scatter Mastery</strong></see> (RDM) [303]
+ /// <see href="https://garlandtools.org/db/#action/50303"><strong>Scatter Mastery</strong></see> [303]
/// <para>Upgrades Scatter to Impact.</para>
/// </summary>
public static IBaseTrait ScatterMasteryTrait { get; } = new BaseTrait(303);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50304"><strong>Enhanced Displacement</strong></see> (RDM) [304]
+ /// <see href="https://garlandtools.org/db/#action/50304"><strong>Enhanced Displacement</strong></see> [304]
/// <para>Increases Displacement and Engagement potency to 180.</para>
/// </summary>
public static IBaseTrait EnhancedDisplacementTrait { get; } = new BaseTrait(304);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50305"><strong>Enhanced Manafication</strong></see> (RDM) [305]
+ /// <see href="https://garlandtools.org/db/#action/50305"><strong>Enhanced Manafication</strong></see> [305]
/// <para>Reduces Manafication recast timer to 110 seconds and adds an additional effect that increases magic damage dealt by 5%.</para>
/// </summary>
public static IBaseTrait EnhancedManaficationTrait { get; } = new BaseTrait(305);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50306"><strong>Red Magic Mastery</strong></see> (RDM) [306]
+ /// <see href="https://garlandtools.org/db/#action/50306"><strong>Red Magic Mastery</strong></see> [306]
/// <para>Reduces Contre Sixte recast timer to 35 seconds and increases the potency of both Verthunder II and Veraero II to 120.</para>
/// </summary>
public static IBaseTrait RedMagicMasteryTrait { get; } = new BaseTrait(306);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50482"><strong>Mana Stack</strong></see> (RDM) [482]
- /// <para>Adds a Mana Stack to your Balance Gauge upon landing Enchanted Riposte, Enchanted Zwerchhau, Enchanted Redoublement, or Enchanted Moulinet, up to a maximum of 3.</para>
+ /// <see href="https://garlandtools.org/db/#action/50482"><strong>Mana Stack</strong></see> [482]
+ /// <para>Adds a Mana Stack to your Balance Gauge upon landing Enchanted Riposte, Enchanted Zwerchhau, Enchanted Redoublement, Enchanted Moulinet, Enchanted Moulinet Deux, or Enchanted Moulinet Trois, up to a maximum of 3.</para>
/// <para>Upon gaining 3 Mana Stacks, Verthunder and Verthunder II are upgraded to Verflare.</para>
/// <para>Upon learning Verholy, gaining 3 Mana Stacks also upgrades Veraero and Veraero II to Verholy.</para>
/// </summary>
public static IBaseTrait ManaStackTrait { get; } = new BaseTrait(482);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50483"><strong>Red Magic Mastery II</strong></see> (RDM) [483]
+ /// <see href="https://garlandtools.org/db/#action/50483"><strong>Red Magic Mastery II</strong></see> [483]
/// <para>Upgrades Verthunder to Verthunder III and Veraero to Veraero III.</para>
/// <para>Upon gaining 3 Mana Stacks, Verthunder III is upgraded to Verflare and Veraero III is upgraded to Verholy.</para>
/// </summary>
public static IBaseTrait RedMagicMasteryIiTrait { get; } = new BaseTrait(483);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50484"><strong>Red Magic Mastery III</strong></see> (RDM) [484]
- /// <para>Increases the potency of Enchanted Riposte to 280, Verthunder II to 140, Veraero II to 140, Verfire to 340, Verstone to 340, Enchanted Zwerchhau to 150, Enchanted Redoublement to 130, Jolt II to 320, Impact to 210, and Enchanted Reprise to 340.</para>
+ /// <see href="https://garlandtools.org/db/#action/50484"><strong>Red Magic Mastery III</strong></see> [484]
+ /// <para>Upgrades Jolt II to Jolt III. Also increases the potency of Enchanted Riposte to 280, Verthunder II to 140, Veraero II to 140, Verfire to 340, Verstone to 340, Enchanted Zwerchhau to 150, Enchanted Redoublement to 130, Impact to 210, and Enchanted Reprise to 340.</para>
/// </summary>
public static IBaseTrait RedMagicMasteryIiiTrait { get; } = new BaseTrait(484);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50485"><strong>Enhanced Acceleration</strong></see> (RDM) [485]
+ /// <see href="https://garlandtools.org/db/#action/50485"><strong>Enhanced Acceleration</strong></see> [485]
/// <para>Allows the accumulation of charges for consecutive uses of Acceleration.</para>
/// <para>Maximum Charges: 2</para>
/// </summary>
public static IBaseTrait EnhancedAccelerationTrait { get; } = new BaseTrait(485);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50486"><strong>Enhanced Manafication II</strong></see> (RDM) [486]
+ /// <see href="https://garlandtools.org/db/#action/50486"><strong>Enhanced Manafication II</strong></see> [486]
/// <para>Increases maximum stacks of Manafication to 6.</para>
/// </summary>
public static IBaseTrait EnhancedManaficationIiTrait { get; } = new BaseTrait(486);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50620"><strong>Enhanced Embolden</strong></see> [620]
+ /// <para>Grants Thorned Flourish upon executing Embolden.</para>
+ /// <para>Duration: 30s</para>
+ /// </summary>
+ public static IBaseTrait EnhancedEmboldenTrait { get; } = new BaseTrait(620);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50621"><strong>Enhanced Acceleration II</strong></see> [621]
+ /// <para>Grants Grand Impact Ready upon executing Acceleration.</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Jolt III and Impact change to Grand Impact while under the effect of Grand Impact Ready.</para>
+ /// </summary>
+ public static IBaseTrait EnhancedAccelerationIiTrait { get; } = new BaseTrait(621);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50622"><strong>Enhanced Manafication III</strong></see> [622]
+ /// <para>Grants Prefulgence Ready upon consuming all stacks of Manafication.</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Manafication changes to Prefulgence while under the effect of Prefulgence Ready.</para>
+ /// </summary>
+ public static IBaseTrait EnhancedManaficationIiiTrait { get; } = new BaseTrait(622);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50652"><strong>Enchanted Blade Mastery</strong></see> [652]
+ /// <para>Increases the potency of Enchanted Riposte to 300, Verfire to 380, Verstone to 380, Enchanted Zwerchhau to 170, Fleche to 480, Enchanted Redoublement to 170, Contre Sixte to 400, Verflare to 620, Verholy to 620, Enchanted Reprise to 380, Scorch to 700, Veraero III to 420, Verthunder III to 420, and Resolution to 800.</para>
+ /// </summary>
+ public static IBaseTrait EnchantedBladeMasteryTrait { get; } = new BaseTrait(652);
private IBaseTrait[] _AllTraits = null;
/// <inheritdoc/>
public override IBaseTrait[] AllTraits => _AllTraits ??= [
- EnhancedJoltTrait, MaimAndMendTrait, MaimAndMendIiTrait, DualcastTrait, ScatterMasteryTrait, EnhancedDisplacementTrait, EnhancedManaficationTrait, RedMagicMasteryTrait, ManaStackTrait, RedMagicMasteryIiTrait, RedMagicMasteryIiiTrait, EnhancedAccelerationTrait, EnhancedManaficationIiTrait,
+ EnhancedJoltTrait, MaimAndMendTrait, MaimAndMendIiTrait, DualcastTrait, ScatterMasteryTrait, EnhancedDisplacementTrait, EnhancedManaficationTrait, RedMagicMasteryTrait, ManaStackTrait, RedMagicMasteryIiTrait, RedMagicMasteryIiiTrait, EnhancedAccelerationTrait, EnhancedManaficationIiTrait, EnhancedEmboldenTrait, EnhancedAccelerationIiTrait, EnhancedManaficationIiiTrait, EnchantedBladeMasteryTrait,
..base.AllTraits,
];
#endregion
}
/// <summary>
-/// <see href="https://na.finalfantasyxiv.com/jobguide/bluemage"><strong>Blue Mage</strong></see>
+/// <see href="https://na.finalfantasyxiv.com/jobguide/bluemage"><strong>blue mage</strong></see>
/// <br>Number of Actions: 131</br>
/// <br>Number of Traits: 6</br>
/// </summary>
-[Jobs(Job.BLU)]
+[Jobs(Job.BLU, Job.ADV)]
public abstract partial class BlueMageRotation : CustomRotation
{
@@ -67896,32 +73624,32 @@ public abstract partial class BlueMageRotation : CustomRotation
#region Traits
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50219"><strong>Learning</strong></see> (BLU) [219]
+ /// <see href="https://garlandtools.org/db/#action/50219"><strong>Learning</strong></see> [219]
/// <para>Infrequently grants the ability to discern the secrets of enemy actions wielded in battle and make them your own.</para>
/// </summary>
public static IBaseTrait LearningTrait { get; } = new BaseTrait(219);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50220"><strong>Maim and Mend</strong></see> (BLU) [220]
+ /// <see href="https://garlandtools.org/db/#action/50220"><strong>Maim and Mend</strong></see> [220]
/// <para>Increases base action damage and HP restoration by 10%.</para>
/// </summary>
public static IBaseTrait MaimAndMendTrait { get; } = new BaseTrait(220);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50221"><strong>Maim and Mend II</strong></see> (BLU) [221]
+ /// <see href="https://garlandtools.org/db/#action/50221"><strong>Maim and Mend II</strong></see> [221]
/// <para>Increases base action damage and HP restoration by 20%.</para>
/// </summary>
public static IBaseTrait MaimAndMendIiTrait { get; } = new BaseTrait(221);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50222"><strong>Maim and Mend III</strong></see> (BLU) [222]
+ /// <see href="https://garlandtools.org/db/#action/50222"><strong>Maim and Mend III</strong></see> [222]
/// <para>Increases base action damage and HP restoration by 30%.</para>
/// </summary>
public static IBaseTrait MaimAndMendIiiTrait { get; } = new BaseTrait(222);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50223"><strong>Maim and Mend IV</strong></see> (BLU) [223]
+ /// <see href="https://garlandtools.org/db/#action/50223"><strong>Maim and Mend IV</strong></see> [223]
/// <para>Increases base action damage and HP restoration by 40%.</para>
/// </summary>
public static IBaseTrait MaimAndMendIvTrait { get; } = new BaseTrait(223);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50224"><strong>Maim and Mend V</strong></see> (BLU) [224]
+ /// <see href="https://garlandtools.org/db/#action/50224"><strong>Maim and Mend V</strong></see> [224]
/// <para>Increases base action damage and HP restoration by 50%.</para>
/// </summary>
public static IBaseTrait MaimAndMendVTrait { get; } = new BaseTrait(224);
@@ -67937,11 +73665,11 @@ public abstract partial class BlueMageRotation : CustomRotation
}
/// <summary>
-/// <see href="https://na.finalfantasyxiv.com/jobguide/gunbreaker"><strong>Gunbreaker</strong></see>
-/// <br>Number of Actions: 64</br>
-/// <br>Number of Traits: 9</br>
+/// <see href="https://na.finalfantasyxiv.com/jobguide/gunbreaker"><strong>gunbreaker</strong></see>
+/// <br>Number of Actions: 69</br>
+/// <br>Number of Traits: 14</br>
/// </summary>
-[Jobs(Job.GNB)]
+[Jobs(Job.GNB, Job.WAR)]
public abstract partial class GunbreakerRotation : CustomRotation
{
static GNBGauge JobGauge => Svc.Gauges.Get<GNBGauge>();
@@ -67991,6 +73719,8 @@ public abstract partial class GunbreakerRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/16138"><strong>No Mercy</strong></see> <i>PvE</i> (GNB) [16138] [Ability]
/// <para>Increases damage dealt by 20%.</para>
/// <para>Duration: 20s</para>
+ /// <para>Additional Effect: Grants Ready to Break</para>
+ /// <para>Duration: 30s</para>
/// </summary>
public IBaseAction NoMercyPvE => _NoMercyPvECreator.Value;
@@ -68186,7 +73916,7 @@ public abstract partial class GunbreakerRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16146"><strong>Gnashing Fang</strong></see> <i>PvE</i> (GNB) [16146] [Weaponskill]
- /// <para>Delivers an attack with a potency of 380.</para>
+ /// <para>Delivers an attack with a potency of .</para>
/// <para>Additional Effect: Grants Ready to Rip</para>
/// <para>Duration: 10s</para>
/// <para>Effect of Ready to Rip ends upon execution of any weaponskill.</para>
@@ -68214,13 +73944,14 @@ public abstract partial class GunbreakerRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16147"><strong>Savage Claw</strong></see> <i>PvE</i> (GNB) [16147] [Weaponskill]
- /// <para>Delivers an attack with a potency of 460.</para>
+ /// <para>Delivers an attack with a potency of .</para>
/// <para>Combo Action: Gnashing Fang</para>
/// <para>Combo Bonus: Grants Ready to Tear</para>
/// <para>Duration: 10s</para>
/// <para>Effect of Ready to Tear ends upon execution of any weaponskill.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Gnashing Fang changes to Savage Claw when requirements for execution are met.</para>
/// </summary>
public IBaseAction SavageClawPvE => _SavageClawPvECreator.Value;
@@ -68293,13 +74024,14 @@ public abstract partial class GunbreakerRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16150"><strong>Wicked Talon</strong></see> <i>PvE</i> (GNB) [16150] [Weaponskill]
- /// <para>Delivers an attack with a potency of 540.</para>
+ /// <para>Delivers an attack with a potency of .</para>
/// <para>Combo Action: Savage Claw</para>
/// <para>Combo Bonus: Grants Ready to Gouge</para>
/// <para>Duration: 10s</para>
/// <para>Effect of Ready to Gouge ends upon execution of any weaponskill.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Savage Claw changes to Wicked Talon when requirements for execution are met.</para>
/// </summary>
public IBaseAction WickedTalonPvE => _WickedTalonPvECreator.Value;
@@ -68376,35 +74108,10 @@ public abstract partial class GunbreakerRotation : CustomRotation
/// <para>Additional Effect: Damage over time</para>
/// <para>Potency: 60</para>
/// <para>Duration: 30s</para>
- /// <para>This weaponskill does not share a recast timer with any other actions.</para>
+ /// <para>Can only be executed when Ready to Break.</para>
/// </summary>
public IBaseAction SonicBreakPvE => _SonicBreakPvECreator.Value;
- private readonly Lazy<IBaseAction> _RoughDividePvECreator = new(() =>
- {
- IBaseAction action = new BaseAction((ActionID)16154, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyRoughDividePvE(ref setting);
- action.Setting = setting;
-
- return action;
- });
-
- /// <summary>
- /// Modify <see href="https://garlandtools.org/db/#action/16154"><strong>Rough Divide</strong></see> <i>PvE</i> (GNB) [16154] [Ability]
- /// </summary>
- static partial void ModifyRoughDividePvE(ref ActionSetting setting);
-
- /// <summary>
- /// <see href="https://garlandtools.org/db/#action/16154"><strong>Rough Divide</strong></see> <i>PvE</i> (GNB) [16154] [Ability]
- /// <para>Delivers a jumping attack with a potency of 150.</para>
- /// <para>Maximum Charges: 2</para>
- /// <para>Cannot be executed while bound.</para>
- /// </summary>
-
- public IBaseAction RoughDividePvE => _RoughDividePvECreator.Value;
private readonly Lazy<IBaseAction> _ContinuationPvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)16155, false);
@@ -68429,6 +74136,7 @@ public abstract partial class GunbreakerRotation : CustomRotation
/// <para>Savage Claw may be followed by Abdomen Tear.</para>
/// <para>Wicked Talon may be followed by Eye Gouge.</para>
/// <para>Burst Strike may be followed by Hypervelocity.</para>
+ /// <para>Fated Circle may be followed by Fated Brand.</para>
/// </summary>
public IBaseAction ContinuationPvE => _ContinuationPvECreator.Value;
@@ -68451,10 +74159,11 @@ public abstract partial class GunbreakerRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16156"><strong>Jugular Rip</strong></see> <i>PvE</i> (GNB) [16156] [Ability]
- /// <para>Delivers an attack with a potency of 200.</para>
+ /// <para>Delivers an attack with a potency of .</para>
/// <para>Can only be executed when Ready to Rip.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Continuation changes to Jugular Rip when requirements for execution are met.</para>
/// </summary>
public IBaseAction JugularRipPvE => _JugularRipPvECreator.Value;
@@ -68477,10 +74186,11 @@ public abstract partial class GunbreakerRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16157"><strong>Abdomen Tear</strong></see> <i>PvE</i> (GNB) [16157] [Ability]
- /// <para>Delivers an attack with a potency of 240.</para>
+ /// <para>Delivers an attack with a potency of .</para>
/// <para>Can only be executed when Ready to Tear.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Continuation changes to Abdomen Tear when requirements for execution are met.</para>
/// </summary>
public IBaseAction AbdomenTearPvE => _AbdomenTearPvECreator.Value;
@@ -68503,10 +74213,11 @@ public abstract partial class GunbreakerRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16158"><strong>Eye Gouge</strong></see> <i>PvE</i> (GNB) [16158] [Ability]
- /// <para>Delivers an attack with a potency of 280.</para>
+ /// <para>Delivers an attack with a potency of .</para>
/// <para>Can only be executed when Ready to Gouge.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Continuation changes to Eye Gouge when requirements for execution are met.</para>
/// </summary>
public IBaseAction EyeGougePvE => _EyeGougePvECreator.Value;
@@ -68605,7 +74316,7 @@ public abstract partial class GunbreakerRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16162"><strong>Burst Strike</strong></see> <i>PvE</i> (GNB) [16162] [Weaponskill]
- /// <para>Delivers an attack with a potency of 380.</para>
+ /// <para>Delivers an attack with a potency of .</para>
/// <para>Additional Effect: Grants Ready to Blast</para>
/// <para>Duration: 10s</para>
/// <para>Effect of Ready to Blast ends upon execution of any weaponskill.</para>
@@ -68633,6 +74344,9 @@ public abstract partial class GunbreakerRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16163"><strong>Fated Circle</strong></see> <i>PvE</i> (GNB) [16163] [Weaponskill]
/// <para>Delivers an attack with a potency of 300 to all nearby enemies.</para>
+ /// <para>Additional Effect: Grants Ready to Raze</para>
+ /// <para>Duration: 10s</para>
+ /// <para>Effect of Ready to Raze ends upon execution of any weaponskill.</para>
/// <para>Cartridge Cost: 1</para>
/// </summary>
@@ -68657,6 +74371,8 @@ public abstract partial class GunbreakerRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16164"><strong>Bloodfest</strong></see> <i>PvE</i> (GNB) [16164] [Ability]
/// <para>Draws aetheric energy from target, adding Cartridges to your Powder Gauge.</para>
+ /// <para>Additional Effect: Grants Ready to Reign</para>
+ /// <para>Duration: 30s</para>
/// </summary>
public IBaseAction BloodfestPvE => _BloodfestPvECreator.Value;
@@ -68679,7 +74395,7 @@ public abstract partial class GunbreakerRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16165"><strong>Blasting Zone</strong></see> <i>PvE</i> (GNB) [16165] [Ability]
- /// <para>Delivers an attack with a potency of 720.</para>
+ /// <para>Delivers an attack with a potency of .</para>
/// </summary>
public IBaseAction BlastingZonePvE => _BlastingZonePvECreator.Value;
@@ -68735,10 +74451,11 @@ public abstract partial class GunbreakerRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25759"><strong>Hypervelocity</strong></see> <i>PvE</i> (GNB) [25759] [Ability]
- /// <para>Delivers an attack with a potency of 180.</para>
+ /// <para>Delivers an attack with a potency of .</para>
/// <para>Can only be executed when Ready to Blast.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Continuation changes to Hypervelocity when requirements for execution are met.</para>
/// </summary>
public IBaseAction HypervelocityPvE => _HypervelocityPvECreator.Value;
@@ -69697,15 +75414,172 @@ public abstract partial class GunbreakerRotation : CustomRotation
/// </summary>
public IBaseAction ReleaseRoyalGuardPvE => _ReleaseRoyalGuardPvECreator.Value;
+ private readonly Lazy<IBaseAction> _TrajectoryPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36934, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyTrajectoryPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36934"><strong>Trajectory</strong></see> <i>PvE</i> (GNB) [36934] [Ability]
+ /// </summary>
+ static partial void ModifyTrajectoryPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36934"><strong>Trajectory</strong></see> <i>PvE</i> (GNB) [36934] [Ability]
+ /// <para>Rush to a targeted enemy's location.</para>
+ /// <para>Maximum Charges: 2</para>
+ /// <para>Cannot be executed while bound.</para>
+ /// </summary>
+
+ public IBaseAction TrajectoryPvE => _TrajectoryPvECreator.Value;
+ private readonly Lazy<IBaseAction> _GreatNebulaPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36935, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyGreatNebulaPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36935"><strong>Great Nebula</strong></see> <i>PvE</i> (GNB) [36935] [Ability]
+ /// </summary>
+ static partial void ModifyGreatNebulaPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36935"><strong>Great Nebula</strong></see> <i>PvE</i> (GNB) [36935] [Ability]
+ /// <para>Reduces damage taken by 40%.</para>
+ /// <para>Additional Effect: Increases maximum HP by 20% and restores the amount increased.</para>
+ /// <para>Duration: 15s</para>
+ /// </summary>
+
+ public IBaseAction GreatNebulaPvE => _GreatNebulaPvECreator.Value;
+ private readonly Lazy<IBaseAction> _FatedBrandPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36936, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyFatedBrandPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36936"><strong>Fated Brand</strong></see> <i>PvE</i> (GNB) [36936] [Ability]
+ /// </summary>
+ static partial void ModifyFatedBrandPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36936"><strong>Fated Brand</strong></see> <i>PvE</i> (GNB) [36936] [Ability]
+ /// <para>Delivers an attack with a potency of 120 to all nearby enemies.</para>
+ /// <para>Can only be executed when Ready to Raze.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Continuation changes to Fated Brand when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction FatedBrandPvE => _FatedBrandPvECreator.Value;
+ private readonly Lazy<IBaseAction> _ReignOfBeastsPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36937, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyReignOfBeastsPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36937"><strong>Reign of Beasts</strong></see> <i>PvE</i> (GNB) [36937] [Weaponskill]
+ /// </summary>
+ static partial void ModifyReignOfBeastsPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36937"><strong>Reign of Beasts</strong></see> <i>PvE</i> (GNB) [36937] [Weaponskill]
+ /// <para>Delivers an attack to target and all enemies nearby it with a potency of 800 for the first enemy, and 60% less for all remaining enemies.</para>
+ /// <para>Can only be executed when Ready to Reign.</para>
+ /// </summary>
+
+ public IBaseAction ReignOfBeastsPvE => _ReignOfBeastsPvECreator.Value;
+ private readonly Lazy<IBaseAction> _NobleBloodPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36938, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyNobleBloodPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36938"><strong>Noble Blood</strong></see> <i>PvE</i> (GNB) [36938] [Weaponskill]
+ /// </summary>
+ static partial void ModifyNobleBloodPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36938"><strong>Noble Blood</strong></see> <i>PvE</i> (GNB) [36938] [Weaponskill]
+ /// <para>Delivers an attack to target and all enemies nearby it with a potency of 1,000 for the first enemy, and 60% less for all remaining enemies.</para>
+ /// <para>Combo Action: Reign of Beasts</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Reign of Beasts changes to Noble Blood when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction NobleBloodPvE => _NobleBloodPvECreator.Value;
+ private readonly Lazy<IBaseAction> _LionHeartPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36939, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyLionHeartPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36939"><strong>Lion Heart</strong></see> <i>PvE</i> (GNB) [36939] [Weaponskill]
+ /// </summary>
+ static partial void ModifyLionHeartPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36939"><strong>Lion Heart</strong></see> <i>PvE</i> (GNB) [36939] [Weaponskill]
+ /// <para>Delivers an attack to target and all enemies nearby it with a potency of 1,200 for the first enemy, and 60% less for all remaining enemies.</para>
+ /// <para>Combo Action: Noble Blood</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Noble Blood changes to Lion Heart when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction LionHeartPvE => _LionHeartPvECreator.Value;
private IBaseAction[] _AllBaseActions = null;
/// <inheritdoc/>
public override IBaseAction[] AllBaseActions => _AllBaseActions ??= [
- KeenEdgePvE, NoMercyPvE, BrutalShellPvE, CamouflagePvE, DemonSlicePvE, RoyalGuardPvE, LightningShotPvE, DangerZonePvE, SolidBarrelPvE, GnashingFangPvE, SavageClawPvE, NebulaPvE, DemonSlaughterPvE, WickedTalonPvE, AuroraPvE, SuperbolidePvE, SonicBreakPvE, RoughDividePvE, ContinuationPvE, JugularRipPvE, AbdomenTearPvE, EyeGougePvE, BowShockPvE, HeartOfLightPvE, HeartOfStonePvE, BurstStrikePvE, FatedCirclePvE, BloodfestPvE, BlastingZonePvE, HeartOfCorundumPvE, HypervelocityPvE, DoubleDownPvE, KeenEdgePvP, BrutalShellPvP, SolidBarrelPvP, BurstStrikePvP, GnashingFangPvP, SavageClawPvP, WickedTalonPvP, DoubleDownPvP, ContinuationPvP, HypervelocityPvP, JugularRipPvP, AbdomenTearPvP, EyeGougePvP, RoughDividePvP, DrawAndJunctionPvP, JunctionedCastPvP, NebulaPvP, BlastingZonePvP, AuroraPvP, ReleaseRoyalGuardPvE,
+ KeenEdgePvE, NoMercyPvE, BrutalShellPvE, CamouflagePvE, DemonSlicePvE, RoyalGuardPvE, LightningShotPvE, DangerZonePvE, SolidBarrelPvE, GnashingFangPvE, SavageClawPvE, NebulaPvE, DemonSlaughterPvE, WickedTalonPvE, AuroraPvE, SuperbolidePvE, SonicBreakPvE, ContinuationPvE, JugularRipPvE, AbdomenTearPvE, EyeGougePvE, BowShockPvE, HeartOfLightPvE, HeartOfStonePvE, BurstStrikePvE, FatedCirclePvE, BloodfestPvE, BlastingZonePvE, HeartOfCorundumPvE, HypervelocityPvE, DoubleDownPvE, KeenEdgePvP, BrutalShellPvP, SolidBarrelPvP, BurstStrikePvP, GnashingFangPvP, SavageClawPvP, WickedTalonPvP, DoubleDownPvP, ContinuationPvP, HypervelocityPvP, JugularRipPvP, AbdomenTearPvP, EyeGougePvP, RoughDividePvP, DrawAndJunctionPvP, JunctionedCastPvP, NebulaPvP, BlastingZonePvP, AuroraPvP, ReleaseRoyalGuardPvE, TrajectoryPvE, GreatNebulaPvE, FatedBrandPvE, ReignOfBeastsPvE, NobleBloodPvE, LionHeartPvE,
..base.AllBaseActions,
];
+
+
private readonly Lazy<IBaseAction> _ShieldWallPvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)197, false);
@@ -69735,65 +75609,7 @@ public IBaseAction ShieldWallPvE => _ShieldWallPvECreator.Value;
/// <para>Reduces damage taken by all party members by 20%.</para>
/// <para>Duration: 10s</para>
/// </summary>
-private sealed protected override IBaseAction LimitBreak1 => ShieldWallPvE;
-private readonly Lazy<IBaseAction> _StrongholdPvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)198, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyStrongholdPvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/198"><strong>Stronghold</strong></see> <i>PvE</i> (All Classes) [198] [Limit Break]
-/// </summary>
-static partial void ModifyStrongholdPvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/198"><strong>Stronghold</strong></see> <i>PvE</i> (All Classes) [198] [Limit Break]
-/// <para>Reduces damage taken by all party members by 40%.</para>
-/// <para>Duration: 15s</para>
-/// </summary>
-
-public IBaseAction StrongholdPvE => _StrongholdPvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/198"><strong>Stronghold</strong></see> <i>PvE</i> (All Classes) [198] [Limit Break]
-/// <para>Reduces damage taken by all party members by 40%.</para>
-/// <para>Duration: 15s</para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak2 => StrongholdPvE;
-private readonly Lazy<IBaseAction> _GunmetalSoulPvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)17105, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyGunmetalSoulPvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/17105"><strong>Gunmetal Soul</strong></see> <i>PvE</i> (All Classes) [17105] [Limit Break]
-/// </summary>
-static partial void ModifyGunmetalSoulPvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/17105"><strong>Gunmetal Soul</strong></see> <i>PvE</i> (All Classes) [17105] [Limit Break]
-/// <para></para>
-/// </summary>
-
-public IBaseAction GunmetalSoulPvE => _GunmetalSoulPvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/17105"><strong>Gunmetal Soul</strong></see> <i>PvE</i> (All Classes) [17105] [Limit Break]
-/// <para></para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak3 => GunmetalSoulPvE;
+private sealed protected override IBaseAction LimitBreak3 => ShieldWallPvE;
private readonly Lazy<IBaseAction> _RelentlessRushPvPCreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)29130, false);
@@ -69848,72 +75664,102 @@ private sealed protected override IBaseAction LimitBreakPvP => RelentlessRush
#region Traits
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50257"><strong>Cartridge Charge</strong></see> (GNB) [257]
+ /// <see href="https://garlandtools.org/db/#action/50257"><strong>Cartridge Charge</strong></see> [257]
/// <para>Stores a Cartridge in your Powder Gauge after successfully completing a combo with Solid Barrel.</para>
/// <para>Maximum Cartridges: 2</para>
/// </summary>
public static IBaseTrait CartridgeChargeTrait { get; } = new BaseTrait(257);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50258"><strong>Enhanced Brutal Shell</strong></see> (GNB) [258]
+ /// <see href="https://garlandtools.org/db/#action/50258"><strong>Enhanced Brutal Shell</strong></see> [258]
/// <para>Grants the effect of Brutal Shell after successfully completing a combo with Brutal Shell.</para>
/// <para>Duration: 30s</para>
/// </summary>
public static IBaseTrait EnhancedBrutalShellTrait { get; } = new BaseTrait(258);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50259"><strong>Danger Zone Mastery</strong></see> (GNB) [259]
+ /// <see href="https://garlandtools.org/db/#action/50259"><strong>Danger Zone Mastery</strong></see> [259]
/// <para>Upgrades Danger Zone to Blasting Zone.</para>
/// </summary>
public static IBaseTrait DangerZoneMasteryTrait { get; } = new BaseTrait(259);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50320"><strong>Tank Mastery</strong></see> (GNB) [320]
+ /// <see href="https://garlandtools.org/db/#action/50320"><strong>Tank Mastery</strong></see> [320]
/// <para>Reduces damage taken by 20%. Furthermore, grants a bonus to maximum HP based on your vitality attribute, and a bonus to damage dealt based on your strength attribute.</para>
/// </summary>
public static IBaseTrait TankMasteryTrait { get; } = new BaseTrait(320);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50424"><strong>Heart of Stone Mastery</strong></see> (GNB) [424]
+ /// <see href="https://garlandtools.org/db/#action/50424"><strong>Heart of Stone Mastery</strong></see> [424]
/// <para>Upgrades Heart of Stone to Heart of Corundum.</para>
/// </summary>
public static IBaseTrait HeartOfStoneMasteryTrait { get; } = new BaseTrait(424);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50425"><strong>Enhanced Aurora</strong></see> (GNB) [425]
+ /// <see href="https://garlandtools.org/db/#action/50425"><strong>Enhanced Aurora</strong></see> [425]
/// <para>Allows the accumulation of charges for consecutive uses of Aurora.</para>
/// <para>Maximum Charges: 2</para>
/// </summary>
public static IBaseTrait EnhancedAuroraTrait { get; } = new BaseTrait(425);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50426"><strong>Enhanced Continuation</strong></see> (GNB) [426]
+ /// <see href="https://garlandtools.org/db/#action/50426"><strong>Enhanced Continuation</strong></see> [426]
/// <para>Become Ready to Blast after executing Burst Strike.</para>
/// <para>Duration: 10s</para>
+ /// <para>Continuation changes to Hypervelocity while under the effect of Ready to Blast.</para>
/// </summary>
public static IBaseTrait EnhancedContinuationTrait { get; } = new BaseTrait(426);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50427"><strong>Cartridge Charge II</strong></see> (GNB) [427]
+ /// <see href="https://garlandtools.org/db/#action/50427"><strong>Cartridge Charge II</strong></see> [427]
/// <para>Increases Powder Gauge capacity to 3 Cartridges.</para>
/// <para>Executing Bloodfest stores 3 Cartridges.</para>
/// </summary>
public static IBaseTrait CartridgeChargeIiTrait { get; } = new BaseTrait(427);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50507"><strong>Melee Mastery</strong></see> (GNB) [507]
+ /// <see href="https://garlandtools.org/db/#action/50507"><strong>Melee Mastery</strong></see> [507]
/// <para>Increases the potency of Keen Edge to 200, Brutal Shell to 160, and Solid Barrel to 140.</para>
/// </summary>
public static IBaseTrait MeleeMasteryTrait { get; } = new BaseTrait(507);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50574"><strong>Nebula Mastery</strong></see> [574]
+ /// <para>Upgrades Nebula to Great Nebula.</para>
+ /// </summary>
+ public static IBaseTrait NebulaMasteryTrait { get; } = new BaseTrait(574);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50575"><strong>Enhanced Continuation II</strong></see> [575]
+ /// <para>Become Ready to Raze after executing Fated Circle.</para>
+ /// <para>Duration: 10s</para>
+ /// <para>Continuation changes to Fated Brand when Ready to Raze.</para>
+ /// </summary>
+ public static IBaseTrait EnhancedContinuationIiTrait { get; } = new BaseTrait(575);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50576"><strong>Enhanced Bloodfest</strong></see> [576]
+ /// <para>Grants the effect of Ready to Reign after executing Bloodfest.</para>
+ /// <para>Duration: 30s</para>
+ /// </summary>
+ public static IBaseTrait EnhancedBloodfestTrait { get; } = new BaseTrait(576);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50666"><strong>Enhanced No Mercy</strong></see> [666]
+ /// <para>Become Ready to Break after executing No Mercy.</para>
+ /// <para>Duration: 30s</para>
+ /// </summary>
+ public static IBaseTrait EnhancedNoMercyTrait { get; } = new BaseTrait(666);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50667"><strong>Melee Mastery II</strong></see> [667]
+ /// <para>Increases the potency of Keen Edge to 300, Brutal Shell to 240, Solid Barrel to 240, Burst Strike to 460, Gnashing Fang to 500, Savage Claw to 560, Wicked Talon to 620, Jugular Rip to 240, Abdomen Tear to 280, Eye Gouge to 320, Blasting Zone to 800, and Hypervelocity to 220.</para>
+ /// </summary>
+ public static IBaseTrait MeleeMasteryIiTrait { get; } = new BaseTrait(667);
private IBaseTrait[] _AllTraits = null;
/// <inheritdoc/>
public override IBaseTrait[] AllTraits => _AllTraits ??= [
- CartridgeChargeTrait, EnhancedBrutalShellTrait, DangerZoneMasteryTrait, TankMasteryTrait, HeartOfStoneMasteryTrait, EnhancedAuroraTrait, EnhancedContinuationTrait, CartridgeChargeIiTrait, MeleeMasteryTrait,
+ CartridgeChargeTrait, EnhancedBrutalShellTrait, DangerZoneMasteryTrait, TankMasteryTrait, HeartOfStoneMasteryTrait, EnhancedAuroraTrait, EnhancedContinuationTrait, CartridgeChargeIiTrait, MeleeMasteryTrait, NebulaMasteryTrait, EnhancedContinuationIiTrait, EnhancedBloodfestTrait, EnhancedNoMercyTrait, MeleeMasteryIiTrait,
..base.AllTraits,
];
#endregion
}
/// <summary>
-/// <see href="https://na.finalfantasyxiv.com/jobguide/dancer"><strong>Dancer</strong></see>
-/// <br>Number of Actions: 55</br>
-/// <br>Number of Traits: 11</br>
+/// <see href="https://na.finalfantasyxiv.com/jobguide/dancer"><strong>dancer</strong></see>
+/// <br>Number of Actions: 58</br>
+/// <br>Number of Traits: 16</br>
/// </summary>
-[Jobs(Job.DNC)]
+[Jobs(Job.DNC, Job.DRG)]
public abstract partial class DancerRotation : CustomRotation
{
static DNCGauge JobGauge => Svc.Gauges.Get<DNCGauge>();
@@ -69938,11 +75784,9 @@ public abstract partial class DancerRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/15989"><strong>Cascade</strong></see> <i>PvE</i> (DNC) [15989] [Weaponskill]
- /// <para>Delivers an attack with a potency of 220.</para>
+ /// <para>Delivers an attack with a potency of .</para>
/// <para>Additional Effect: 50% chance of granting Silken Symmetry</para>
/// <para>Duration: 30s</para>
- /// <para></para>
- /// <para>※Action changes to Emboite while dancing.</para>
/// </summary>
public IBaseAction CascadePvE => _CascadePvECreator.Value;
@@ -69965,13 +75809,11 @@ public abstract partial class DancerRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/15990"><strong>Fountain</strong></see> <i>PvE</i> (DNC) [15990] [Weaponskill]
- /// <para>Delivers an attack with a potency of 100.</para>
+ /// <para>Delivers an attack with a potency of .</para>
/// <para>Combo Action: Cascade</para>
- /// <para>Combo Potency: 280</para>
+ /// <para>Combo Potency: </para>
/// <para>Combo Bonus: 50% chance of granting Silken Flow</para>
/// <para>Duration: 30s</para>
- /// <para></para>
- /// <para>※Action changes to Entrechat while dancing.</para>
/// </summary>
public IBaseAction FountainPvE => _FountainPvECreator.Value;
@@ -69994,11 +75836,9 @@ public abstract partial class DancerRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/15991"><strong>Reverse Cascade</strong></see> <i>PvE</i> (DNC) [15991] [Weaponskill]
- /// <para>Delivers an attack with a potency of 280.</para>
+ /// <para>Delivers an attack with a potency of .</para>
/// <para>Additional Effect: 50% chance of granting a Fourfold Feather</para>
/// <para>Can only be executed while under the effect of Silken Symmetry or Flourishing Symmetry.</para>
- /// <para></para>
- /// <para>※Action changes to Jete while dancing.</para>
/// </summary>
public IBaseAction ReverseCascadePvE => _ReverseCascadePvECreator.Value;
@@ -70021,11 +75861,9 @@ public abstract partial class DancerRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/15992"><strong>Fountainfall</strong></see> <i>PvE</i> (DNC) [15992] [Weaponskill]
- /// <para>Delivers an attack with a potency of 340.</para>
+ /// <para>Delivers an attack with a potency of .</para>
/// <para>Additional Effect: 50% chance of granting a Fourfold Feather</para>
/// <para>Can only be executed while under the effect of Silken Flow or Flourishing Flow.</para>
- /// <para></para>
- /// <para>※Action changes to Pirouette while dancing.</para>
/// </summary>
public IBaseAction FountainfallPvE => _FountainfallPvECreator.Value;
@@ -70051,8 +75889,6 @@ public abstract partial class DancerRotation : CustomRotation
/// <para>Delivers an attack with a potency of 100 to all nearby enemies.</para>
/// <para>Additional Effect: 50% chance of granting Silken Symmetry</para>
/// <para>Duration: 30s</para>
- /// <para></para>
- /// <para>※Action changes to Emboite while dancing.</para>
/// </summary>
public IBaseAction WindmillPvE => _WindmillPvECreator.Value;
@@ -70080,8 +75916,6 @@ public abstract partial class DancerRotation : CustomRotation
/// <para>Combo Potency: 140</para>
/// <para>Combo Bonus: 50% chance of granting Silken Flow</para>
/// <para>Duration: 30s</para>
- /// <para></para>
- /// <para>※Action changes to Entrechat while dancing.</para>
/// </summary>
public IBaseAction BladeshowerPvE => _BladeshowerPvECreator.Value;
@@ -70107,8 +75941,6 @@ public abstract partial class DancerRotation : CustomRotation
/// <para>Delivers an attack with a potency of 140 to all nearby enemies.</para>
/// <para>Additional Effect: 50% chance of granting a Fourfold Feather</para>
/// <para>Can only be executed while under the effect of Silken Symmetry or Flourishing Symmetry.</para>
- /// <para></para>
- /// <para>※Action changes to Jete while dancing.</para>
/// </summary>
public IBaseAction RisingWindmillPvE => _RisingWindmillPvECreator.Value;
@@ -70134,8 +75966,6 @@ public abstract partial class DancerRotation : CustomRotation
/// <para>Delivers an attack with a potency of 180 to all nearby enemies.</para>
/// <para>Additional Effect: 50% chance of granting a Fourfold Feather</para>
/// <para>Can only be executed while under the effect of Silken Flow or Flourishing Flow.</para>
- /// <para></para>
- /// <para>※Action changes to Pirouette while dancing.</para>
/// </summary>
public IBaseAction BloodshowerPvE => _BloodshowerPvECreator.Value;
@@ -70214,9 +76044,11 @@ public abstract partial class DancerRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/15999"><strong>Emboite</strong></see> <i>PvE</i> (DNC) [15999] [Weaponskill]
/// <para>Perform an emboite.</para>
/// <para>When performed together with other step actions, in sequence, the potency of Standard Finish and Technical Finish is increased.</para>
+ /// <para>Can only be executed while Dancing.</para>
/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Cascade and Windmill change to Emboite when requirements for execution are met.</para>
/// </summary>
public IBaseAction EmboitePvE => _EmboitePvECreator.Value;
@@ -70241,9 +76073,11 @@ public abstract partial class DancerRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/16000"><strong>Entrechat</strong></see> <i>PvE</i> (DNC) [16000] [Weaponskill]
/// <para>Perform an entrechat.</para>
/// <para>When performed together with other step actions, in sequence, the potency of Standard Finish and Technical Finish is increased.</para>
+ /// <para>Can only be executed while Dancing.</para>
/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Fountain and Bladeshower change to Entrechat when requirements for execution are met.</para>
/// </summary>
public IBaseAction EntrechatPvE => _EntrechatPvECreator.Value;
@@ -70268,9 +76102,11 @@ public abstract partial class DancerRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/16001"><strong>Jete</strong></see> <i>PvE</i> (DNC) [16001] [Weaponskill]
/// <para>Perform a jete.</para>
/// <para>When performed together with other step actions, in sequence, the potency of Standard Finish and Technical Finish is increased.</para>
+ /// <para>Can only be executed while Dancing.</para>
/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Reverse Cascade and Rising Windmill change to Jete when requirements for execution are met.</para>
/// </summary>
public IBaseAction JetePvE => _JetePvECreator.Value;
@@ -70295,9 +76131,11 @@ public abstract partial class DancerRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/16002"><strong>Pirouette</strong></see> <i>PvE</i> (DNC) [16002] [Weaponskill]
/// <para>Perform a pirouette.</para>
/// <para>When performed together with other step actions, in sequence, the potency of Standard Finish and Technical Finish is increased.</para>
+ /// <para>Can only be executed while Dancing.</para>
/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Fountainfall and Bloodshower change to Pirouette when requirements for execution are met.</para>
/// </summary>
public IBaseAction PirouettePvE => _PirouettePvECreator.Value;
@@ -70323,15 +76161,19 @@ public abstract partial class DancerRotation : CustomRotation
/// <para>Delivers an attack to all nearby enemies. Potency varies with number of successful steps, dealing full potency for the first enemy, and 75% less for all remaining enemies.</para>
/// <para>0 Steps: 360</para>
/// <para>1 Step: 540</para>
- /// <para>2 Steps: 720</para>
+ /// <para>2 Steps: </para>
/// <para>Step Bonus: Grants Standard Finish and Esprit to self and party member designated as your Dance PartnerStep Bonus: Grants Standard Finish to self and party member designated as your Dance PartnerStep Bonus: Grants Standard Finish to self and party member designated as your Dance Partner</para>
/// <para>Damage bonus of Standard Finish varies with number of successful steps.</para>
/// <para>1 Step: 2%</para>
/// <para>2 Steps: 5%</para>
/// <para>Duration: 60s</para>
+ /// <para>Additional Effect: Grants Last Dance Ready</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Can only be executed while Dancing.</para>
/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Standard Step changes to Standard Finish when requirements for execution are met.</para>
/// </summary>
public IBaseAction StandardFinishPvE => _StandardFinishPvECreator.Value;
@@ -70359,7 +76201,7 @@ public abstract partial class DancerRotation : CustomRotation
/// <para>1 Step: 540</para>
/// <para>2 Steps: 720</para>
/// <para>3 Steps: 900</para>
- /// <para>4 Steps: 1,200</para>
+ /// <para>4 Steps: 1,300</para>
/// <para>Step Bonus: Grants Technical Finish and Esprit to self and party members within 30 yalmsStep Bonus: Grants Technical Finish to self and party members within 30 yalmsStep Bonus: Grants Technical Finish to self and party members within 30 yalms</para>
/// <para>Damage bonus of Technical Finish varies with number of successful steps.</para>
/// <para>1 Step: 1%</para>
@@ -70369,10 +76211,13 @@ public abstract partial class DancerRotation : CustomRotation
/// <para>Duration: 20s</para>
/// <para>Additional Effect: Grants Flourishing Finish</para>
/// <para>Duration: 30s</para>
+ /// <para>Additional Effect: Grants Dance of the Dawn Ready</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Can only be executed while Dancing.</para>
/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
- /// <para>※Action changes to Tillana upon execution.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Technical Step changes to Technical Finish when requirements for execution are met.</para>
/// </summary>
public IBaseAction TechnicalFinishPvE => _TechnicalFinishPvECreator.Value;
@@ -70395,7 +76240,7 @@ public abstract partial class DancerRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16005"><strong>Saber Dance</strong></see> <i>PvE</i> (DNC) [16005] [Weaponskill]
- /// <para>Delivers an attack to target and all enemies nearby it with a potency of 480 for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Delivers an attack to target and all enemies nearby it with a potency of for the first enemy, and 50% less for all remaining enemies.</para>
/// <para>Esprit Gauge Cost: 50</para>
/// </summary>
@@ -70571,7 +76416,7 @@ public abstract partial class DancerRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16012"><strong>Shield Samba</strong></see> <i>PvE</i> (DNC) [16012] [Ability]
- /// <para>Reduces damage taken by self and nearby party members by 10%.</para>
+ /// <para>Reduces damage taken by self and nearby party members by %.</para>
/// <para>Duration: 15s</para>
/// <para>Effect cannot be stacked with bard's Troubadour or machinist's Tactician.</para>
/// </summary>
@@ -70596,7 +76441,7 @@ public abstract partial class DancerRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/16013"><strong>Flourish</strong></see> <i>PvE</i> (DNC) [16013] [Ability]
- /// <para>Grants you the effects of Flourishing Symmetry, Flourishing Flow, Threefold Fan Dance, and Fourfold Fan Danceand Threefold Fan Danceand Threefold Fan Dance.</para>
+ /// <para>Grants you the effects of Flourishing Symmetry, Flourishing Flow, Threefold Fan Dance, Fourfold Fan Dance, and Finishing Move Readyand Fourfold Fan Danceand Fourfold Fan Danceand Threefold Fan Danceand Threefold Fan Dance.</para>
/// <para>Duration: 30s</para>
/// <para>Can only be executed while in combat.</para>
/// </summary>
@@ -70628,8 +76473,6 @@ public abstract partial class DancerRotation : CustomRotation
/// <para>Duration: 15s</para>
/// <para>Effect ends upon using another action or moving (including facing a different direction).</para>
/// <para>Cancels auto-attack upon execution.</para>
- /// <para></para>
- /// <para>※Action changes to Improvised Finish upon execution.</para>
/// </summary>
public IBaseAction ImprovisationPvE => _ImprovisationPvECreator.Value;
@@ -70680,15 +76523,19 @@ public abstract partial class DancerRotation : CustomRotation
/// <para>Delivers an attack to all nearby enemies. Potency varies with number of successful steps, dealing full potency for the first enemy, and 75% less for all remaining enemies.</para>
/// <para>0 Steps: 360</para>
/// <para>1 Step: 540</para>
- /// <para>2 Steps: 720</para>
+ /// <para>2 Steps: </para>
/// <para>Step Bonus: Grants Standard Finish and Esprit to self and party member designated as your Dance PartnerStep Bonus: Grants Standard Finish to self and party member designated as your Dance PartnerStep Bonus: Grants Standard Finish to self and party member designated as your Dance Partner</para>
/// <para>Damage bonus of Standard Finish varies with number of successful steps.</para>
/// <para>1 Step: 2%</para>
/// <para>2 Steps: 5%</para>
/// <para>Duration: 60s</para>
+ /// <para>Additional Effect: Grants Last Dance Ready</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Can only be executed while dancing.</para>
/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Standard Step changes to Single Standard Finish when requirements for execution are met.</para>
/// </summary>
public IBaseAction SingleStandardFinishPvE => _SingleStandardFinishPvECreator.Value;
@@ -70714,15 +76561,19 @@ public abstract partial class DancerRotation : CustomRotation
/// <para>Delivers an attack to all nearby enemies. Potency varies with number of successful steps, dealing full potency for the first enemy, and 75% less for all remaining enemies.</para>
/// <para>0 Steps: 360</para>
/// <para>1 Step: 540</para>
- /// <para>2 Steps: 720</para>
+ /// <para>2 Steps: </para>
/// <para>Step Bonus: Grants Standard Finish and Esprit to self and party member designated as your Dance PartnerStep Bonus: Grants Standard Finish to self and party member designated as your Dance PartnerStep Bonus: Grants Standard Finish to self and party member designated as your Dance Partner</para>
/// <para>Damage bonus of Standard Finish varies with number of successful steps.</para>
/// <para>1 Step: 2%</para>
/// <para>2 Steps: 5%</para>
/// <para>Duration: 60s</para>
+ /// <para>Additional Effect: Grants Last Dance Ready</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Can only be executed while dancing.</para>
/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Standard Step changes to Double Standard Finish when requirements for execution are met.</para>
/// </summary>
public IBaseAction DoubleStandardFinishPvE => _DoubleStandardFinishPvECreator.Value;
@@ -70750,7 +76601,7 @@ public abstract partial class DancerRotation : CustomRotation
/// <para>1 Step: 540</para>
/// <para>2 Steps: 720</para>
/// <para>3 Steps: 900</para>
- /// <para>4 Steps: 1,200</para>
+ /// <para>4 Steps: 1,3001,2001,200</para>
/// <para>Step Bonus: Grants Technical Finish and Esprit to self and party members within 30 yalmsStep Bonus: Grants Technical Finish to self and party members within 30 yalmsStep Bonus: Grants Technical Finish to self and party members within 30 yalms</para>
/// <para>Damage bonus of Technical Finish varies with number of successful steps.</para>
/// <para>1 Step: 1%</para>
@@ -70760,10 +76611,13 @@ public abstract partial class DancerRotation : CustomRotation
/// <para>Duration: 20s</para>
/// <para>Additional Effect: Grants Flourishing Finish</para>
/// <para>Duration: 30s</para>
+ /// <para>Additional Effect: Grants Dance of the Dawn Ready</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Can only be executed while dancing.</para>
/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
- /// <para>※Action changes to Tillana upon execution.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Technical Step changes to Single Technical Finish when requirements for execution are met.</para>
/// </summary>
public IBaseAction SingleTechnicalFinishPvE => _SingleTechnicalFinishPvECreator.Value;
@@ -70791,7 +76645,7 @@ public abstract partial class DancerRotation : CustomRotation
/// <para>1 Step: 540</para>
/// <para>2 Steps: 720</para>
/// <para>3 Steps: 900</para>
- /// <para>4 Steps: 1,200</para>
+ /// <para>4 Steps: 1,3001,2001,200</para>
/// <para>Step Bonus: Grants Technical Finish and Esprit to self and party members within 30 yalmsStep Bonus: Grants Technical Finish to self and party members within 30 yalmsStep Bonus: Grants Technical Finish to self and party members within 30 yalms</para>
/// <para>Damage bonus of Technical Finish varies with number of successful steps.</para>
/// <para>1 Step: 1%</para>
@@ -70801,10 +76655,13 @@ public abstract partial class DancerRotation : CustomRotation
/// <para>Duration: 20s</para>
/// <para>Additional Effect: Grants Flourishing Finish</para>
/// <para>Duration: 30s</para>
+ /// <para>Additional Effect: Grants Dance of the Dawn Ready</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Can only be executed while dancing.</para>
/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
- /// <para>※Action changes to Tillana upon execution.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Technical Step changes to Double Technical Finish when requirements for execution are met.</para>
/// </summary>
public IBaseAction DoubleTechnicalFinishPvE => _DoubleTechnicalFinishPvECreator.Value;
@@ -70832,7 +76689,7 @@ public abstract partial class DancerRotation : CustomRotation
/// <para>1 Step: 540</para>
/// <para>2 Steps: 720</para>
/// <para>3 Steps: 900</para>
- /// <para>4 Steps: 1,200</para>
+ /// <para>4 Steps: 1,3001,2001,200</para>
/// <para>Step Bonus: Grants Technical Finish and Esprit to self and party members within 30 yalmsStep Bonus: Grants Technical Finish to self and party members within 30 yalmsStep Bonus: Grants Technical Finish to self and party members within 30 yalms</para>
/// <para>Damage bonus of Technical Finish varies with number of successful steps.</para>
/// <para>1 Step: 1%</para>
@@ -70842,10 +76699,13 @@ public abstract partial class DancerRotation : CustomRotation
/// <para>Duration: 20s</para>
/// <para>Additional Effect: Grants Flourishing Finish</para>
/// <para>Duration: 30s</para>
+ /// <para>Additional Effect: Grants Dance of the Dawn Ready</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Can only be executed while dancing.</para>
/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
- /// <para>※Action changes to Tillana upon execution.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Technical Step changes to Triple Technical Finish when requirements for execution are met.</para>
/// </summary>
public IBaseAction TripleTechnicalFinishPvE => _TripleTechnicalFinishPvECreator.Value;
@@ -70873,7 +76733,7 @@ public abstract partial class DancerRotation : CustomRotation
/// <para>1 Step: 540</para>
/// <para>2 Steps: 720</para>
/// <para>3 Steps: 900</para>
- /// <para>4 Steps: 1,200</para>
+ /// <para>4 Steps: 1,3001,2001,200</para>
/// <para>Step Bonus: Grants Technical Finish and Esprit to self and party members within 30 yalmsStep Bonus: Grants Technical Finish to self and party members within 30 yalmsStep Bonus: Grants Technical Finish to self and party members within 30 yalms</para>
/// <para>Damage bonus of Technical Finish varies with number of successful steps.</para>
/// <para>1 Step: 1%</para>
@@ -70883,10 +76743,13 @@ public abstract partial class DancerRotation : CustomRotation
/// <para>Duration: 20s</para>
/// <para>Additional Effect: Grants Flourishing Finish</para>
/// <para>Duration: 30s</para>
+ /// <para>Additional Effect: Grants Dance of the Dawn Ready</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Can only be executed while dancing.</para>
/// <para>This weaponskill does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
- /// <para>※Action changes to Tillana upon execution.</para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Technical Step changes to Quadruple Technical Finish when requirements for execution are met.</para>
/// </summary>
public IBaseAction QuadrupleTechnicalFinishPvE => _QuadrupleTechnicalFinishPvECreator.Value;
@@ -70942,6 +76805,7 @@ public abstract partial class DancerRotation : CustomRotation
/// <para>Can only be executed while Improvisation is active.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Improvisation changes to Improvised Finish when requirements for execution are met.</para>
/// </summary>
public IBaseAction ImprovisedFinishPvE => _ImprovisedFinishPvECreator.Value;
@@ -70964,14 +76828,12 @@ public abstract partial class DancerRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/25790"><strong>Tillana</strong></see> <i>PvE</i> (DNC) [25790] [Weaponskill]
- /// <para>Delivers an attack to all nearby enemies with a potency of 360 for the first enemy, and 50% less for all remaining enemies.</para>
- /// <para>Additional Effect: Grants Standard Finish and Esprit to self and party member designated as your Dance Partner</para>
- /// <para>Standard Finish Effect: Increases damage dealt by 5%</para>
- /// <para>Duration: 60s</para>
+ /// <para>Delivers an attack to all nearby enemies with a potency of 600 for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Additional Effect: Increases Esprit Gauge by 50</para>
/// <para>Can only be executed while under the effect of Flourishing Finish.</para>
- /// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Technical Finish changes to Tillana when requirements for execution are met.</para>
/// </summary>
public IBaseAction TillanaPvE => _TillanaPvECreator.Value;
@@ -71530,15 +77392,102 @@ public abstract partial class DancerRotation : CustomRotation
/// </summary>
public IBaseAction HoningOvationPvP_29470 => _HoningOvationPvP_29470Creator.Value;
+ private readonly Lazy<IBaseAction> _LastDancePvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36983, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyLastDancePvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36983"><strong>Last Dance</strong></see> <i>PvE</i> (DNC) [36983] [Weaponskill]
+ /// </summary>
+ static partial void ModifyLastDancePvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36983"><strong>Last Dance</strong></see> <i>PvE</i> (DNC) [36983] [Weaponskill]
+ /// <para>Delivers an attack to target and all enemies nearby it with a potency of 520 for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Can only be executed while under the effect of Last Dance Ready.</para>
+ /// </summary>
+
+ public IBaseAction LastDancePvE => _LastDancePvECreator.Value;
+ private readonly Lazy<IBaseAction> _FinishingMovePvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36984, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyFinishingMovePvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36984"><strong>Finishing Move</strong></see> <i>PvE</i> (DNC) [36984] [Weaponskill]
+ /// </summary>
+ static partial void ModifyFinishingMovePvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36984"><strong>Finishing Move</strong></see> <i>PvE</i> (DNC) [36984] [Weaponskill]
+ /// <para>Delivers an attack to all nearby enemies with a potency of 850 for the first enemy, and 75% less for all remaining enemies.</para>
+ /// <para>Additional Effect: Grants Standard Finish and Esprit to self and party member designated as your Dance Partner</para>
+ /// <para>Standard Finish Effect: Increases damage dealt by 5%</para>
+ /// <para>Duration: 60s</para>
+ /// <para>Additional Effect: Grants Last Dance Ready</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Can only be executed while under the effect of Finishing Move Ready.</para>
+ /// <para>Shares a recast timer with Standard Step. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Standard Step changes to Finishing Move when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction FinishingMovePvE => _FinishingMovePvECreator.Value;
+ private readonly Lazy<IBaseAction> _DanceOfTheDawnPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36985, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyDanceOfTheDawnPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36985"><strong>Dance of the Dawn</strong></see> <i>PvE</i> (DNC) [36985] [Weaponskill]
+ /// </summary>
+ static partial void ModifyDanceOfTheDawnPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36985"><strong>Dance of the Dawn</strong></see> <i>PvE</i> (DNC) [36985] [Weaponskill]
+ /// <para>Delivers an attack to target and all enemies nearby it with a potency of 1,000 for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Esprit Gauge Cost: 50</para>
+ /// <para>Can only be executed while under the effect of Dance of the Dawn Ready.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Saber Dance changes to Dance of the Dawn when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction DanceOfTheDawnPvE => _DanceOfTheDawnPvECreator.Value;
private IBaseAction[] _AllBaseActions = null;
/// <inheritdoc/>
public override IBaseAction[] AllBaseActions => _AllBaseActions ??= [
- CascadePvE, FountainPvE, ReverseCascadePvE, FountainfallPvE, WindmillPvE, BladeshowerPvE, RisingWindmillPvE, BloodshowerPvE, StandardStepPvE, TechnicalStepPvE, EmboitePvE, EntrechatPvE, JetePvE, PirouettePvE, StandardFinishPvE, TechnicalFinishPvE, SaberDancePvE, ClosedPositionPvE, FanDancePvE, FanDanceIiPvE, FanDanceIiiPvE, EnAvantPvE, DevilmentPvE, ShieldSambaPvE, FlourishPvE, ImprovisationPvE, CuringWaltzPvE, SingleStandardFinishPvE, DoubleStandardFinishPvE, SingleTechnicalFinishPvE, DoubleTechnicalFinishPvE, TripleTechnicalFinishPvE, QuadrupleTechnicalFinishPvE, EndingPvE, ImprovisedFinishPvE, TillanaPvE, FanDanceIvPvE, StarfallDancePvE, CascadePvP, FountainPvP, ReverseCascadePvP, FountainfallPvP, SaberDancePvP, StarfallDancePvP, HoningDancePvP, HoningOvationPvP, FanDancePvP, CuringWaltzPvP, EnAvantPvP, ClosedPositionPvP,
+ CascadePvE, FountainPvE, ReverseCascadePvE, FountainfallPvE, WindmillPvE, BladeshowerPvE, RisingWindmillPvE, BloodshowerPvE, StandardStepPvE, TechnicalStepPvE, EmboitePvE, EntrechatPvE, JetePvE, PirouettePvE, StandardFinishPvE, TechnicalFinishPvE, SaberDancePvE, ClosedPositionPvE, FanDancePvE, FanDanceIiPvE, FanDanceIiiPvE, EnAvantPvE, DevilmentPvE, ShieldSambaPvE, FlourishPvE, ImprovisationPvE, CuringWaltzPvE, SingleStandardFinishPvE, DoubleStandardFinishPvE, SingleTechnicalFinishPvE, DoubleTechnicalFinishPvE, TripleTechnicalFinishPvE, QuadrupleTechnicalFinishPvE, EndingPvE, ImprovisedFinishPvE, TillanaPvE, FanDanceIvPvE, StarfallDancePvE, CascadePvP, FountainPvP, ReverseCascadePvP, FountainfallPvP, SaberDancePvP, StarfallDancePvP, HoningDancePvP, HoningOvationPvP, FanDancePvP, CuringWaltzPvP, EnAvantPvP, ClosedPositionPvP, LastDancePvE, FinishingMovePvE, DanceOfTheDawnPvE,
..base.AllBaseActions,
];
+
+
private readonly Lazy<IBaseAction> _BigShotPvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)4238, false);
@@ -71566,63 +77515,7 @@ public IBaseAction BigShotPvE => _BigShotPvECreator.Value;
/// <see href="https://garlandtools.org/db/#action/4238"><strong>Big Shot</strong></see> <i>PvE</i> (All Classes) [4238] [Limit Break]
/// <para></para>
/// </summary>
-private sealed protected override IBaseAction LimitBreak1 => BigShotPvE;
-private readonly Lazy<IBaseAction> _DesperadoPvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)4239, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyDesperadoPvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/4239"><strong>Desperado</strong></see> <i>PvE</i> (All Classes) [4239] [Limit Break]
-/// </summary>
-static partial void ModifyDesperadoPvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/4239"><strong>Desperado</strong></see> <i>PvE</i> (All Classes) [4239] [Limit Break]
-/// <para></para>
-/// </summary>
-
-public IBaseAction DesperadoPvE => _DesperadoPvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/4239"><strong>Desperado</strong></see> <i>PvE</i> (All Classes) [4239] [Limit Break]
-/// <para></para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak2 => DesperadoPvE;
-private readonly Lazy<IBaseAction> _CrimsonLotusPvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)17106, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyCrimsonLotusPvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/17106"><strong>Crimson Lotus</strong></see> <i>PvE</i> (All Classes) [17106] [Limit Break]
-/// </summary>
-static partial void ModifyCrimsonLotusPvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/17106"><strong>Crimson Lotus</strong></see> <i>PvE</i> (All Classes) [17106] [Limit Break]
-/// <para></para>
-/// </summary>
-
-public IBaseAction CrimsonLotusPvE => _CrimsonLotusPvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/17106"><strong>Crimson Lotus</strong></see> <i>PvE</i> (All Classes) [17106] [Limit Break]
-/// <para></para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak3 => CrimsonLotusPvE;
+private sealed protected override IBaseAction LimitBreak3 => BigShotPvE;
private readonly Lazy<IBaseAction> _ContradancePvPCreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)29432, false);
@@ -71665,85 +77558,115 @@ private sealed protected override IBaseAction LimitBreakPvP => ContradancePvP
#region Traits
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50251"><strong>Increased Action Damage</strong></see> (DNC) [251]
+ /// <see href="https://garlandtools.org/db/#action/50251"><strong>Increased Action Damage</strong></see> [251]
/// <para>Increases base action damage by 10%.</para>
/// </summary>
public static IBaseTrait IncreasedActionDamageTrait { get; } = new BaseTrait(251);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50252"><strong>Fourfold Fantasy</strong></see> (DNC) [252]
+ /// <see href="https://garlandtools.org/db/#action/50252"><strong>Fourfold Fantasy</strong></see> [252]
/// <para>Grants a Fourfold Feather upon landing certain actions.</para>
/// <para>Maximum Stacks: 4</para>
/// </summary>
public static IBaseTrait FourfoldFantasyTrait { get; } = new BaseTrait(252);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50253"><strong>Increased Action Damage II</strong></see> (DNC) [253]
+ /// <see href="https://garlandtools.org/db/#action/50253"><strong>Increased Action Damage II</strong></see> [253]
/// <para>Increases base action damage by 20%.</para>
/// </summary>
public static IBaseTrait IncreasedActionDamageIiTrait { get; } = new BaseTrait(253);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50254"><strong>Enhanced En Avant</strong></see> (DNC) [254]
+ /// <see href="https://garlandtools.org/db/#action/50254"><strong>Enhanced En Avant</strong></see> [254]
/// <para>Allows the accumulation of charges for consecutive uses of En Avant.</para>
/// <para>Maximum Charges: 2</para>
/// </summary>
public static IBaseTrait EnhancedEnAvantTrait { get; } = new BaseTrait(254);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50255"><strong>Esprit</strong></see> (DNC) [255]
+ /// <see href="https://garlandtools.org/db/#action/50255"><strong>Esprit</strong></see> [255]
/// <para>Grants Esprit to self and nearby party members upon successfully executing Standard Finish or Technical Finish.</para>
/// <para>Esprit Effect: Increases Esprit Gauge by 5 upon successfully landing Cascade, Reverse Cascade, Fountain, Fountainfall, Windmill, Rising Windmill, Bladeshower, or Bloodshower. When party members successfully land a weaponskill or cast a spell, has a chance of increasing Esprit Gauge by 10.</para>
/// <para>Chance of triggering party member effect differs according to job.</para>
/// </summary>
public static IBaseTrait EspritTrait { get; } = new BaseTrait(255);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50256"><strong>Enhanced En Avant II</strong></see> (DNC) [256]
+ /// <see href="https://garlandtools.org/db/#action/50256"><strong>Enhanced En Avant II</strong></see> [256]
/// <para>Allows a third charge of En Avant.</para>
/// </summary>
public static IBaseTrait EnhancedEnAvantIiTrait { get; } = new BaseTrait(256);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50453"><strong>Enhanced Technical Finish</strong></see> (DNC) [453]
+ /// <see href="https://garlandtools.org/db/#action/50453"><strong>Enhanced Technical Finish</strong></see> [453]
/// <para>Grants Flourishing Finish after executing Technical Finish.</para>
/// <para>Duration: 30s</para>
/// <para>Technical Finish becomes Tillana while under this effect.</para>
/// </summary>
public static IBaseTrait EnhancedTechnicalFinishTrait { get; } = new BaseTrait(453);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50454"><strong>Enhanced Esprit</strong></see> (DNC) [454]
+ /// <see href="https://garlandtools.org/db/#action/50454"><strong>Enhanced Esprit</strong></see> [454]
/// <para>Increases Esprit Gauge by 10 upon successfully landing Reverse Cascade, Fountainfall, Rising Windmill, or Bloodshower.</para>
/// </summary>
public static IBaseTrait EnhancedEspritTrait { get; } = new BaseTrait(454);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50455"><strong>Enhanced Flourish</strong></see> (DNC) [455]
+ /// <see href="https://garlandtools.org/db/#action/50455"><strong>Enhanced Flourish</strong></see> [455]
/// <para>Grants Fourfold Fan Dance upon executing Flourish.</para>
/// <para>Duration: 30s</para>
/// </summary>
public static IBaseTrait EnhancedFlourishTrait { get; } = new BaseTrait(455);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50456"><strong>Enhanced Shield Samba</strong></see> (DNC) [456]
+ /// <see href="https://garlandtools.org/db/#action/50456"><strong>Enhanced Shield Samba</strong></see> [456]
/// <para>Reduces Shield Samba recast time to 90 seconds.</para>
/// </summary>
public static IBaseTrait EnhancedShieldSambaTrait { get; } = new BaseTrait(456);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50457"><strong>Enhanced Devilment</strong></see> (DNC) [457]
+ /// <see href="https://garlandtools.org/db/#action/50457"><strong>Enhanced Devilment</strong></see> [457]
/// <para>Grants Flourishing Starfall upon executing Devilment.</para>
/// <para>Duration: 20s</para>
/// </summary>
public static IBaseTrait EnhancedDevilmentTrait { get; } = new BaseTrait(457);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50609"><strong>Enhanced Standard Finish</strong></see> [609]
+ /// <para>Grants Last Dance Ready upon executing Standard Finish.</para>
+ /// <para>Duration: 30s</para>
+ /// </summary>
+ public static IBaseTrait EnhancedStandardFinishTrait { get; } = new BaseTrait(609);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50610"><strong>Enhanced Flourish II</strong></see> [610]
+ /// <para>Grants Finishing Move Ready upon executing Flourish.</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Standard Step changes to Finishing Move while under the effect of Finishing Move Ready.</para>
+ /// </summary>
+ public static IBaseTrait EnhancedFlourishIiTrait { get; } = new BaseTrait(610);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50611"><strong>Enhanced Shield Samba II</strong></see> [611]
+ /// <para>Improves Shield Samba's damage reduction effect to 15%.</para>
+ /// </summary>
+ public static IBaseTrait EnhancedShieldSambaIiTrait { get; } = new BaseTrait(611);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50612"><strong>Enhanced Technical Finish II</strong></see> [612]
+ /// <para>Grants Dance of the Dawn Ready upon executing Technical Finish.</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Saber Dance changes to Dance of the Dawn while under the effect of Dance of the Dawn Ready and the Esprit Gauge is 50 or higher.</para>
+ /// </summary>
+ public static IBaseTrait EnhancedTechnicalFinishIiTrait { get; } = new BaseTrait(612);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50662"><strong>Dynamic Dancer</strong></see> [662]
+ /// <para>Increases the potency of Cascade to 220, Fountain to 120, Reverse Cascade to 280, Fountainfall to 340, Double Standard Finish to 850, Quadruple Technical Finish to 1,300, and Saber Dance to 520.</para>
+ /// </summary>
+ public static IBaseTrait DynamicDancerTrait { get; } = new BaseTrait(662);
private IBaseTrait[] _AllTraits = null;
/// <inheritdoc/>
public override IBaseTrait[] AllTraits => _AllTraits ??= [
- IncreasedActionDamageTrait, FourfoldFantasyTrait, IncreasedActionDamageIiTrait, EnhancedEnAvantTrait, EspritTrait, EnhancedEnAvantIiTrait, EnhancedTechnicalFinishTrait, EnhancedEspritTrait, EnhancedFlourishTrait, EnhancedShieldSambaTrait, EnhancedDevilmentTrait,
+ IncreasedActionDamageTrait, FourfoldFantasyTrait, IncreasedActionDamageIiTrait, EnhancedEnAvantTrait, EspritTrait, EnhancedEnAvantIiTrait, EnhancedTechnicalFinishTrait, EnhancedEspritTrait, EnhancedFlourishTrait, EnhancedShieldSambaTrait, EnhancedDevilmentTrait, EnhancedStandardFinishTrait, EnhancedFlourishIiTrait, EnhancedShieldSambaIiTrait, EnhancedTechnicalFinishIiTrait, DynamicDancerTrait,
..base.AllTraits,
];
#endregion
}
/// <summary>
-/// <see href="https://na.finalfantasyxiv.com/jobguide/reaper"><strong>Reaper</strong></see>
-/// <br>Number of Actions: 49</br>
-/// <br>Number of Traits: 10</br>
+/// <see href="https://na.finalfantasyxiv.com/jobguide/reaper"><strong>reaper</strong></see>
+/// <br>Number of Actions: 54</br>
+/// <br>Number of Traits: 14</br>
/// </summary>
-[Jobs(Job.RPR)]
+[Jobs(Job.RPR, Job.BRD)]
public abstract partial class ReaperRotation : CustomRotation
{
static RPRGauge JobGauge => Svc.Gauges.Get<RPRGauge>();
@@ -72002,17 +77925,15 @@ public abstract partial class ReaperRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/24382"><strong>Gibbet</strong></see> <i>PvE</i> (RPR) [24382] [Weaponskill]
- /// <para>Delivers an attack with a potency of 400.</para>
- /// <para>460 when executed from a target's flank.</para>
- /// <para>Enhanced Gibbet Potency: 460</para>
- /// <para>Flank Enhanced Potency: 520</para>
+ /// <para>Delivers an attack with a potency of .</para>
+ /// <para> when executed from a target's flank.</para>
+ /// <para>Enhanced Gibbet Potency: </para>
+ /// <para>Flank Enhanced Potency: </para>
/// <para>Additional Effect: Grants Enhanced Gallows</para>
/// <para>Duration: 60s</para>
/// <para>The action Blood Stalk changes to Unveiled Gallows while under the effect of Enhanced Gallows.</para>
/// <para>Additional Effect: Increases Shroud Gauge by 10</para>
/// <para>Can only be executed while under the effect of Soul Reaver.</para>
- /// <para></para>
- /// <para>※Action changes to Void Reaping while under the effect of Enshrouded.</para>
/// </summary>
public IBaseAction GibbetPvE => _GibbetPvECreator.Value;
@@ -72035,17 +77956,15 @@ public abstract partial class ReaperRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/24383"><strong>Gallows</strong></see> <i>PvE</i> (RPR) [24383] [Weaponskill]
- /// <para>Delivers an attack with a potency of 400.</para>
- /// <para>460 when executed from a target's rear.</para>
- /// <para>Enhanced Gallows Potency: 460</para>
- /// <para>Rear Enhanced Potency: 520</para>
+ /// <para>Delivers an attack with a potency of .</para>
+ /// <para> when executed from a target's rear.</para>
+ /// <para>Enhanced Gallows Potency: </para>
+ /// <para>Rear Enhanced Potency: </para>
/// <para>Additional Effect: Grants Enhanced Gibbet</para>
/// <para>Duration: 60s</para>
/// <para>The action Blood Stalk changes to Unveiled Gibbet while under the effect of Enhanced Gibbet.</para>
/// <para>Additional Effect: Increases Shroud Gauge by 10</para>
/// <para>Can only be executed while under the effect of Soul Reaver.</para>
- /// <para></para>
- /// <para>※Action changes to Cross Reaping while under the effect of Enshrouded.</para>
/// </summary>
public IBaseAction GallowsPvE => _GallowsPvECreator.Value;
@@ -72071,8 +77990,6 @@ public abstract partial class ReaperRotation : CustomRotation
/// <para>Delivers an attack with a potency of 200 to all enemies in a cone before you.</para>
/// <para>Additional Effect: Increases Shroud Gauge by 10</para>
/// <para>Can only be executed while under the effect of Soul Reaver.</para>
- /// <para></para>
- /// <para>※Action changes to Grim Reaping while under the effect of Enshrouded.</para>
/// </summary>
public IBaseAction GuillotinePvE => _GuillotinePvECreator.Value;
@@ -72098,7 +78015,11 @@ public abstract partial class ReaperRotation : CustomRotation
/// <para>Delivers an attack to all enemies in a straight line before you with a potency of 720 for the first enemy, and 60% less for all remaining enemies.</para>
/// <para>Immortal Sacrifice Cost: 1 stack</para>
/// <para>Potency increases up to 1,000 as stacks of Immortal Sacrifice exceed minimum cost.</para>
- /// <para>Additional Effect: Increases Shroud Gauge by 50</para>
+ /// <para>Additional Effect: Grants Ideal Host</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Additional Effect: Grants Perfectio Occulta</para>
+ /// <para>Perfectio Occulta Effect: Grants Perfectio Parata upon executing Communio</para>
+ /// <para>Duration: 30s</para>
/// <para>Cannot be executed while under the effect of Bloodsown Circle.</para>
/// <para>Consumes all stacks of Immortal Sacrifice upon execution.</para>
/// </summary>
@@ -72124,6 +78045,7 @@ public abstract partial class ReaperRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/24386"><strong>Harpe</strong></see> <i>PvE</i> (RPR) [24386] [Spell]
/// <para>Deals unaspected damage with a potency of .</para>
+ /// <para>Additional Effect: Increases Soul Gauge by 10</para>
/// </summary>
public IBaseAction HarpePvE => _HarpePvECreator.Value;
@@ -72170,10 +78092,12 @@ public abstract partial class ReaperRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/24388"><strong>Harvest Moon</strong></see> <i>PvE</i> (RPR) [24388] [Spell]
- /// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 600 for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Deals unaspected damage to target and all enemies nearby it with a potency of for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Additional Effect: Increases Soul Gauge by 10</para>
/// <para>Can only be executed while under the effect of Soulsow.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Soulsow changes to Harvest Moon when requirements for execution are met.</para>
/// </summary>
public IBaseAction HarvestMoonPvE => _HarvestMoonPvECreator.Value;
@@ -72200,10 +78124,9 @@ public abstract partial class ReaperRotation : CustomRotation
/// <para>Additional Effect: Grants Soul Reaver</para>
/// <para>Duration: 30s</para>
/// <para>Stack count will be reduced to 1 when already under the effect of Soul Reaver.</para>
+ /// <para>Effect cannot be stacked with Executioner.</para>
/// <para>Soul Gauge Cost: 50</para>
/// <para>Shares a recast timer with all avatar attacks except Gluttony.</para>
- /// <para></para>
- /// <para>※Action changes to Lemure's Slice while under the effect of Enshrouded.</para>
/// </summary>
public IBaseAction BloodStalkPvE => _BloodStalkPvECreator.Value;
@@ -72226,15 +78149,17 @@ public abstract partial class ReaperRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/24390"><strong>Unveiled Gibbet</strong></see> <i>PvE</i> (RPR) [24390] [Ability]
- /// <para>Summons your avatar to deliver an attack with a potency of 400.</para>
+ /// <para>Summons your avatar to deliver an attack with a potency of .</para>
/// <para>Additional Effect: Grants Soul Reaver</para>
/// <para>Duration: 30s</para>
/// <para>Stack count will be reduced to 1 when already under the effect of Soul Reaver.</para>
+ /// <para>Effect cannot be stacked with Executioner.</para>
/// <para>Soul Gauge Cost: 50</para>
/// <para>Can only be executed while under the effect of Enhanced Gibbet.</para>
/// <para>Shares a recast timer with all avatar attacks except Gluttony.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Blood Stalk changes to Unveiled Gibbet when under the effect of Enhanced Gibbet.</para>
/// </summary>
public IBaseAction UnveiledGibbetPvE => _UnveiledGibbetPvECreator.Value;
@@ -72257,15 +78182,17 @@ public abstract partial class ReaperRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/24391"><strong>Unveiled Gallows</strong></see> <i>PvE</i> (RPR) [24391] [Ability]
- /// <para>Summons your avatar to deliver an attack with a potency of 400.</para>
+ /// <para>Summons your avatar to deliver an attack with a potency of .</para>
/// <para>Additional Effect: Grants Soul Reaver</para>
/// <para>Duration: 30s</para>
/// <para>Stack count will be reduced to 1 when already under the effect of Soul Reaver.</para>
+ /// <para>Effect cannot be stacked with Executioner.</para>
/// <para>Soul Gauge Cost: 50</para>
/// <para>Can only be executed while under the effect of Enhanced Gallows.</para>
/// <para>Shares a recast timer with all avatar attacks except Gluttony.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Blood Stalk changes to Unveiled Gallows while under the effect of Enhanced Gallows.</para>
/// </summary>
public IBaseAction UnveiledGallowsPvE => _UnveiledGallowsPvECreator.Value;
@@ -72292,10 +78219,9 @@ public abstract partial class ReaperRotation : CustomRotation
/// <para>Additional Effect: Grants Soul Reaver</para>
/// <para>Duration: 30s</para>
/// <para>Stack count will be reduced to 1 when already under the effect of Soul Reaver.</para>
+ /// <para>Effect cannot be stacked with Executioner.</para>
/// <para>Soul Gauge Cost: 50</para>
/// <para>Shares a recast timer with all avatar attacks except Gluttony.</para>
- /// <para></para>
- /// <para>※Action changes to Lemure's Scythe while under the effect of Enshrouded.</para>
/// </summary>
public IBaseAction GrimSwathePvE => _GrimSwathePvECreator.Value;
@@ -72319,8 +78245,9 @@ public abstract partial class ReaperRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/24393"><strong>Gluttony</strong></see> <i>PvE</i> (RPR) [24393] [Ability]
/// <para>Summons your avatar to deal unaspected damage to target and all enemies nearby it with a potency of 520 for the first enemy, and 25% less for all remaining enemies.</para>
- /// <para>Additional Effect: Grants 2 stacks of Soul Reaver</para>
+ /// <para>Additional Effect: Grants 2 stacks of ExecutionerSoul ReaverSoul Reaver</para>
/// <para>Duration: 30s</para>
+ /// <para>Effect cannot be stacked with Soul Reaver.</para>
/// <para>Soul Gauge Cost: 50</para>
/// </summary>
@@ -72347,6 +78274,8 @@ public abstract partial class ReaperRotation : CustomRotation
/// <para>Offers your flesh as a vessel to your avatar, gaining maximum stacks of Lemure Shroud.</para>
/// <para>Duration: 30s</para>
/// <para>Certain actions cannot be executed while playing host to your avatar.</para>
+ /// <para>Additional Effect: Grants Oblatio</para>
+ /// <para>Duration: 30s</para>
/// <para>Shroud Gauge Cost: 50</para>
/// </summary>
@@ -72370,8 +78299,8 @@ public abstract partial class ReaperRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/24395"><strong>Void Reaping</strong></see> <i>PvE</i> (RPR) [24395] [Weaponskill]
- /// <para>Delivers an attack with a potency of 460.</para>
- /// <para>Enhanced Void Reaping Potency: 520</para>
+ /// <para>Delivers an attack with a potency of .</para>
+ /// <para>Enhanced Void Reaping Potency: </para>
/// <para>Additional Effect: Grants Enhanced Cross Reaping</para>
/// <para>Duration: 30s</para>
/// <para>Additional Effect: Grants Void Shroud</para>
@@ -72381,6 +78310,7 @@ public abstract partial class ReaperRotation : CustomRotation
/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Gibbet changes to Void Reaping when requirements for execution are met.</para>
/// </summary>
public IBaseAction VoidReapingPvE => _VoidReapingPvECreator.Value;
@@ -72403,8 +78333,8 @@ public abstract partial class ReaperRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/24396"><strong>Cross Reaping</strong></see> <i>PvE</i> (RPR) [24396] [Weaponskill]
- /// <para>Delivers an attack with a potency of 460.</para>
- /// <para>Enhanced Cross Reaping Potency: 520</para>
+ /// <para>Delivers an attack with a potency of .</para>
+ /// <para>Enhanced Cross Reaping Potency: </para>
/// <para>Additional Effect: Grants Enhanced Void Reaping</para>
/// <para>Duration: 30s</para>
/// <para>Additional Effect: Grants Void Shroud</para>
@@ -72413,6 +78343,7 @@ public abstract partial class ReaperRotation : CustomRotation
/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Gallows changes to Cross Reaping when requirements for execution are met.</para>
/// </summary>
public IBaseAction CrossReapingPvE => _CrossReapingPvECreator.Value;
@@ -72442,6 +78373,7 @@ public abstract partial class ReaperRotation : CustomRotation
/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Guillotine changes to Grim Reaping when requirements for execution are met.</para>
/// </summary>
public IBaseAction GrimReapingPvE => _GrimReapingPvECreator.Value;
@@ -72465,6 +78397,8 @@ public abstract partial class ReaperRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/24398"><strong>Communio</strong></see> <i>PvE</i> (RPR) [24398] [Spell]
/// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 1,100 for the first enemy, and 60% less for all remaining enemies.</para>
+ /// <para>Additional Effect: Grants Perfectio Parata when executed while Perfectio Occulta is active</para>
+ /// <para>Duration: 30s</para>
/// <para>Enshrouded effect expires upon execution.</para>
/// <para>Requires at least one stack of Lemure Shroud to execute.</para>
/// </summary>
@@ -72489,11 +78423,12 @@ public abstract partial class ReaperRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/24399"><strong>Lemure's Slice</strong></see> <i>PvE</i> (RPR) [24399] [Ability]
- /// <para>Delivers an attack with a potency of 240.</para>
+ /// <para>Delivers an attack with a potency of .</para>
/// <para>Void Shroud Cost: 2</para>
/// <para>Shares a recast timer with Lemure's Scythe.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Blood Stalk changes to Lemure's Slice while under the effect of Enshrouded.</para>
/// </summary>
public IBaseAction LemuresSlicePvE => _LemuresSlicePvECreator.Value;
@@ -72521,6 +78456,7 @@ public abstract partial class ReaperRotation : CustomRotation
/// <para>Shares a recast timer with Lemure's Slice.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Grim Swathe changes to Lemure's Scythe while under the effect of Enshrouded.</para>
/// </summary>
public IBaseAction LemuresScythePvE => _LemuresScythePvECreator.Value;
@@ -72544,8 +78480,9 @@ public abstract partial class ReaperRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/24401"><strong>Hell's Ingress</strong></see> <i>PvE</i> (RPR) [24401] [Ability]
/// <para>Quickly dash 15 yalms forward.</para>
- /// <para>Additional Effect: Allows next Harpe to be cast immediately</para>
- /// <para>Duration: 20s</para>
+ /// <para>Additional Effect: Grants Enhanced Harpe</para>
+ /// <para>Enhanced Harpe Effect: Next Harpe can be cast immediately and will reduce recast timer of Hell's Ingress by 5s upon execution</para>
+ /// <para>Duration: 10s</para>
/// <para>Additional Effect: Leaves behind a Hellsgate at point of origin, and grants Threshold to self</para>
/// <para>Duration: 10s</para>
/// <para>Cannot be executed while bound.</para>
@@ -72573,8 +78510,9 @@ public abstract partial class ReaperRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/24402"><strong>Hell's Egress</strong></see> <i>PvE</i> (RPR) [24402] [Ability]
/// <para>Quickly dash 15 yalms backwards.</para>
- /// <para>Additional Effect: Allows next Harpe to be cast immediately</para>
- /// <para>Duration: 20s</para>
+ /// <para>Additional Effect: Grants Enhanced Harpe</para>
+ /// <para>Enhanced Harpe Effect: Next Harpe can be cast immediately and will reduce recast timer of Hell's Egress by 5s upon execution</para>
+ /// <para>Duration: 10s</para>
/// <para>Additional Effect: Leaves behind a Hellsgate at point of origin, and grants Threshold to self</para>
/// <para>Duration: 10s</para>
/// <para>Cannot be executed while bound.</para>
@@ -72606,6 +78544,7 @@ public abstract partial class ReaperRotation : CustomRotation
/// <para>Cannot be executed while bound.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Hell's Ingress or Hell's Egress will change to Regress when requirements for execution are met.</para>
/// </summary>
public IBaseAction RegressPvE => _RegressPvECreator.Value;
@@ -73111,15 +79050,167 @@ public abstract partial class ReaperRotation : CustomRotation
/// </summary>
public IBaseAction GuillotinePvP => _GuillotinePvPCreator.Value;
+ private readonly Lazy<IBaseAction> _SacrificiumPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36969, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifySacrificiumPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36969"><strong>Sacrificium</strong></see> <i>PvE</i> (RPR) [36969] [Ability]
+ /// </summary>
+ static partial void ModifySacrificiumPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36969"><strong>Sacrificium</strong></see> <i>PvE</i> (RPR) [36969] [Ability]
+ /// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 530 for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Can only be executed while under the effect of Enshrouded and Oblatio.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Gluttony changes to Sacrificium when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction SacrificiumPvE => _SacrificiumPvECreator.Value;
+ private readonly Lazy<IBaseAction> _ExecutionersGibbetPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36970, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyExecutionersGibbetPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36970"><strong>Executioner's Gibbet</strong></see> <i>PvE</i> (RPR) [36970] [Weaponskill]
+ /// </summary>
+ static partial void ModifyExecutionersGibbetPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36970"><strong>Executioner's Gibbet</strong></see> <i>PvE</i> (RPR) [36970] [Weaponskill]
+ /// <para>Delivers an attack with a potency of 700.</para>
+ /// <para>760 when executed from a target's flank.</para>
+ /// <para>Enhanced Gibbet Potency: 760</para>
+ /// <para>Flank Enhanced Potency: 820</para>
+ /// <para>Additional Effect: Grants Enhanced Gallows</para>
+ /// <para>Duration: 60s</para>
+ /// <para>The action Blood Stalk changes to Unveiled Gallows while under the effect of Enhanced Gallows.</para>
+ /// <para>Additional Effect: Increases Shroud Gauge by 10</para>
+ /// <para>Can only be executed while under the effect of Executioner.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Gibbet changes to Executioner's Gibbet when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction ExecutionersGibbetPvE => _ExecutionersGibbetPvECreator.Value;
+ private readonly Lazy<IBaseAction> _ExecutionersGallowsPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36971, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyExecutionersGallowsPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36971"><strong>Executioner's Gallows</strong></see> <i>PvE</i> (RPR) [36971] [Weaponskill]
+ /// </summary>
+ static partial void ModifyExecutionersGallowsPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36971"><strong>Executioner's Gallows</strong></see> <i>PvE</i> (RPR) [36971] [Weaponskill]
+ /// <para>Delivers an attack with a potency of 700.</para>
+ /// <para>760 when executed from a target's rear.</para>
+ /// <para>Enhanced Gallows Potency: 760</para>
+ /// <para>Rear Enhanced Potency: 820</para>
+ /// <para>Additional Effect: Grants Enhanced Gibbet</para>
+ /// <para>Duration: 60s</para>
+ /// <para>The action Blood Stalk changes to Unveiled Gibbet while under the effect of Enhanced Gibbet.</para>
+ /// <para>Additional Effect: Increases Shroud Gauge by 10</para>
+ /// <para>Can only be executed while under the effect of Executioner.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Gallows changes to Executioner's Gallows when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction ExecutionersGallowsPvE => _ExecutionersGallowsPvECreator.Value;
+ private readonly Lazy<IBaseAction> _ExecutionersGuillotinePvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36972, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyExecutionersGuillotinePvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36972"><strong>Executioner's Guillotine</strong></see> <i>PvE</i> (RPR) [36972] [Weaponskill]
+ /// </summary>
+ static partial void ModifyExecutionersGuillotinePvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36972"><strong>Executioner's Guillotine</strong></see> <i>PvE</i> (RPR) [36972] [Weaponskill]
+ /// <para>Delivers an attack with a potency of 300 to all enemies in a cone before you.</para>
+ /// <para>Additional Effect: Increases Shroud Gauge by 10</para>
+ /// <para>Can only be executed while under the effect of Executioner.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Guillotine changes to Executioner's Guillotine when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction ExecutionersGuillotinePvE => _ExecutionersGuillotinePvECreator.Value;
+ private readonly Lazy<IBaseAction> _PerfectioPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)36973, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyPerfectioPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/36973"><strong>Perfectio</strong></see> <i>PvE</i> (RPR) [36973] [Weaponskill]
+ /// </summary>
+ static partial void ModifyPerfectioPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/36973"><strong>Perfectio</strong></see> <i>PvE</i> (RPR) [36973] [Weaponskill]
+ /// <para>Delivers an attack to target and all enemies nearby it with a potency of 1,200 for the first enemy, and 60% less for all remaining enemies.</para>
+ /// <para>Can only be executed while under the effect of Perfectio Parata.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Communio changes to Perfectio when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction PerfectioPvE => _PerfectioPvECreator.Value;
private IBaseAction[] _AllBaseActions = null;
/// <inheritdoc/>
public override IBaseAction[] AllBaseActions => _AllBaseActions ??= [
- SlicePvE, WaxingSlicePvE, InfernalSlicePvE, SpinningScythePvE, NightmareScythePvE, ShadowOfDeathPvE, WhorlOfDeathPvE, SoulSlicePvE, SoulScythePvE, GibbetPvE, GallowsPvE, GuillotinePvE, PlentifulHarvestPvE, HarpePvE, SoulsowPvE, HarvestMoonPvE, BloodStalkPvE, UnveiledGibbetPvE, UnveiledGallowsPvE, GrimSwathePvE, GluttonyPvE, EnshroudPvE, VoidReapingPvE, CrossReapingPvE, GrimReapingPvE, CommunioPvE, LemuresSlicePvE, LemuresScythePvE, HellsIngressPvE, HellsEgressPvE, RegressPvE, ArcaneCrestPvE, ArcaneCirclePvE, SlicePvP, WaxingSlicePvP, InfernalSlicePvP, VoidReapingPvP, CrossReapingPvP, HarvestMoonPvP, PlentifulHarvestPvP, GrimSwathePvP, LemuresSlicePvP, DeathWarrantPvP, HellsIngressPvP, RegressPvP, ArcaneCrestPvP, CommunioPvP, SoulSlicePvP, GuillotinePvP,
+ SlicePvE, WaxingSlicePvE, InfernalSlicePvE, SpinningScythePvE, NightmareScythePvE, ShadowOfDeathPvE, WhorlOfDeathPvE, SoulSlicePvE, SoulScythePvE, GibbetPvE, GallowsPvE, GuillotinePvE, PlentifulHarvestPvE, HarpePvE, SoulsowPvE, HarvestMoonPvE, BloodStalkPvE, UnveiledGibbetPvE, UnveiledGallowsPvE, GrimSwathePvE, GluttonyPvE, EnshroudPvE, VoidReapingPvE, CrossReapingPvE, GrimReapingPvE, CommunioPvE, LemuresSlicePvE, LemuresScythePvE, HellsIngressPvE, HellsEgressPvE, RegressPvE, ArcaneCrestPvE, ArcaneCirclePvE, SlicePvP, WaxingSlicePvP, InfernalSlicePvP, VoidReapingPvP, CrossReapingPvP, HarvestMoonPvP, PlentifulHarvestPvP, GrimSwathePvP, LemuresSlicePvP, DeathWarrantPvP, HellsIngressPvP, RegressPvP, ArcaneCrestPvP, CommunioPvP, SoulSlicePvP, GuillotinePvP, SacrificiumPvE, ExecutionersGibbetPvE, ExecutionersGallowsPvE, ExecutionersGuillotinePvE, PerfectioPvE,
..base.AllBaseActions,
];
+
+
private readonly Lazy<IBaseAction> _BraverPvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)200, false);
@@ -73147,63 +79238,7 @@ public IBaseAction BraverPvE => _BraverPvECreator.Value;
/// <see href="https://garlandtools.org/db/#action/200"><strong>Braver</strong></see> <i>PvE</i> (All Classes) [200] [Limit Break]
/// <para>Delivers an attack with a potency of 2,400.</para>
/// </summary>
-private sealed protected override IBaseAction LimitBreak1 => BraverPvE;
-private readonly Lazy<IBaseAction> _BladedancePvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)201, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyBladedancePvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/201"><strong>Bladedance</strong></see> <i>PvE</i> (All Classes) [201] [Limit Break]
-/// </summary>
-static partial void ModifyBladedancePvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/201"><strong>Bladedance</strong></see> <i>PvE</i> (All Classes) [201] [Limit Break]
-/// <para>Delivers an attack with a potency of 5,250.</para>
-/// </summary>
-
-public IBaseAction BladedancePvE => _BladedancePvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/201"><strong>Bladedance</strong></see> <i>PvE</i> (All Classes) [201] [Limit Break]
-/// <para>Delivers an attack with a potency of 5,250.</para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak2 => BladedancePvE;
-private readonly Lazy<IBaseAction> _TheEndPvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)24858, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyTheEndPvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/24858"><strong>the End</strong></see> <i>PvE</i> (All Classes) [24858] [Limit Break]
-/// </summary>
-static partial void ModifyTheEndPvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24858"><strong>the End</strong></see> <i>PvE</i> (All Classes) [24858] [Limit Break]
-/// <para></para>
-/// </summary>
-
-public IBaseAction TheEndPvE => _TheEndPvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24858"><strong>the End</strong></see> <i>PvE</i> (All Classes) [24858] [Limit Break]
-/// <para></para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak3 => TheEndPvE;
+private sealed protected override IBaseAction LimitBreak3 => BraverPvE;
private readonly Lazy<IBaseAction> _TenebraeLemurumPvPCreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)29553, false);
@@ -73260,54 +79295,54 @@ private sealed protected override IBaseAction LimitBreakPvP => TenebraeLemuru
#region Traits
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50379"><strong>Soul Gauge</strong></see> (RPR) [379]
- /// <para>Allows for Soul Gauge accumulation upon the landing of certain actions, or defeating enemies under the effect of Death's Design.</para>
+ /// <see href="https://garlandtools.org/db/#action/50379"><strong>Soul Gauge</strong></see> [379]
+ /// <para>Allows for Soul Gauge accumulation upon the landing of certain weaponskills and magic actions, or defeating enemies under the effect of Death's Design.</para>
/// </summary>
public static IBaseTrait SoulGaugeTrait { get; } = new BaseTrait(379);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50380"><strong>Death Scythe Mastery</strong></see> (RPR) [380]
+ /// <see href="https://garlandtools.org/db/#action/50380"><strong>Melee Mastery</strong></see> [380]
/// <para>Increases the potency of Slice to 300, Waxing Slice to 140, Shadow of Death to 300, Harpe to 300, Spinning Scythe to 140, Infernal Slice to 140, Whorl of Death to 100, and Nightmare Scythe to 120.</para>
/// </summary>
- public static IBaseTrait DeathScytheMasteryTrait { get; } = new BaseTrait(380);
+ public static IBaseTrait MeleeMasteryTrait { get; } = new BaseTrait(380);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50381"><strong>Enhanced Avatar</strong></see> (RPR) [381]
+ /// <see href="https://garlandtools.org/db/#action/50381"><strong>Enhanced Avatar</strong></see> [381]
/// <para>Grants the effect of Soul Reaver upon successfully landing Blood Stalk or Grim Swathe.</para>
/// <para>Duration: 30s</para>
/// <para>Effect ends upon execution of any weaponskill or magic attack.</para>
/// </summary>
public static IBaseTrait EnhancedAvatarTrait { get; } = new BaseTrait(381);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50382"><strong>Hellsgate</strong></see> (RPR) [382]
+ /// <see href="https://garlandtools.org/db/#action/50382"><strong>Hellsgate</strong></see> [382]
/// <para>Upon executing Hell's Ingress or Hell's Egress, leave behind a Hellsgate and grant Threshold to self.</para>
/// <para>Duration: 10s</para>
/// <para>Hell's Ingress changes to Regress after executing Hell's Egress, and vice versa.</para>
/// </summary>
public static IBaseTrait HellsgateTrait { get; } = new BaseTrait(382);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50383"><strong>Tempered Soul</strong></see> (RPR) [383]
+ /// <see href="https://garlandtools.org/db/#action/50383"><strong>Tempered Soul</strong></see> [383]
/// <para>Allows the accumulation of charges for consecutive uses of Soul Slice and Soul Scythe.</para>
/// <para>Maximum Charges: 2</para>
/// </summary>
public static IBaseTrait TemperedSoulTrait { get; } = new BaseTrait(383);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50384"><strong>Shroud Gauge</strong></see> (RPR) [384]
+ /// <see href="https://garlandtools.org/db/#action/50384"><strong>Shroud Gauge</strong></see> [384]
/// <para>Allows for Shroud Gauge accumulation upon the landing of Gibbet, Gallows, or Guillotine.</para>
/// </summary>
public static IBaseTrait ShroudGaugeTrait { get; } = new BaseTrait(384);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50385"><strong>Enhanced Arcane Crest</strong></see> (RPR) [385]
+ /// <see href="https://garlandtools.org/db/#action/50385"><strong>Enhanced Arcane Crest</strong></see> [385]
/// <para>Grants Crest of Time Returned to self and nearby party members, gradually restoring HP over time. This effect is only granted when the Crest of Time Borrowed barrier is completely absorbed.</para>
/// <para>Cure Potency: 50</para>
/// <para>Duration: 15s</para>
/// </summary>
public static IBaseTrait EnhancedArcaneCrestTrait { get; } = new BaseTrait(385);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50386"><strong>Enhanced Shroud</strong></see> (RPR) [386]
+ /// <see href="https://garlandtools.org/db/#action/50386"><strong>Void Soul</strong></see> [386]
/// <para>Grants Void Shroud upon landing Void Reaping, Cross Reaping, or Grim Reaping.</para>
/// </summary>
- public static IBaseTrait EnhancedShroudTrait { get; } = new BaseTrait(386);
+ public static IBaseTrait VoidSoulTrait { get; } = new BaseTrait(386);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50387"><strong>Enhanced Arcane Circle</strong></see> (RPR) [387]
+ /// <see href="https://garlandtools.org/db/#action/50387"><strong>Enhanced Arcane Circle</strong></see> [387]
/// <para>Grants Circle of Sacrifice to you and nearby party members upon executing Arcane Circle.</para>
/// <para>Duration: 5s</para>
/// <para>When you or party members under this effect successfully land a weaponskill or cast a spell, you may gain a stack of Immortal Sacrifice, up to a maximum of 8.</para>
@@ -73317,27 +79352,55 @@ private sealed protected override IBaseAction LimitBreakPvP => TenebraeLemuru
/// </summary>
public static IBaseTrait EnhancedArcaneCircleTrait { get; } = new BaseTrait(387);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50523"><strong>Death Scythe Mastery II</strong></see> (RPR) [523]
+ /// <see href="https://garlandtools.org/db/#action/50523"><strong>Melee Mastery II</strong></see> [523]
/// <para>Increases the potency of Slice to 320, Waxing Slice to 160, and Infernal Slice to 180.</para>
/// </summary>
- public static IBaseTrait DeathScytheMasteryIiTrait { get; } = new BaseTrait(523);
+ public static IBaseTrait MeleeMasteryIiTrait { get; } = new BaseTrait(523);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50594"><strong>Enhanced Enshroud</strong></see> [594]
+ /// <para>Grants Oblatio upon executing Enshroud.</para>
+ /// <para>Duration: 30s</para>
+ /// </summary>
+ public static IBaseTrait EnhancedEnshroudTrait { get; } = new BaseTrait(594);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50596"><strong>Enhanced Gluttony</strong></see> [596]
+ /// <para>Grants 2 stacks of Executioner upon executing Gluttony.</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Effect cannot be stacked with Soul Reaver.</para>
+ /// <para>Effect ends upon execution of any weaponskill or magic attack.</para>
+ /// <para>Gibbet changes to Executioner's Gibbet, Gallows changes to Executioner's Gallows, and Guillotine changes to Executioner's Guillotine while under the effect of Executioner.</para>
+ /// </summary>
+ public static IBaseTrait EnhancedGluttonyTrait { get; } = new BaseTrait(596);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50597"><strong>Enhanced Plentiful Harvest</strong></see> [597]
+ /// <para>Grants Perfectio Occulta upon executing Plentiful Harvest.</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Perfectio Occulta changes to Perfectio Parata upon executing Communio.</para>
+ /// <para>Effect of Perfectio Parata ends upon gaining the effect of Lemure Shroud.</para>
+ /// </summary>
+ public static IBaseTrait EnhancedPlentifulHarvestTrait { get; } = new BaseTrait(597);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50657"><strong>Melee Mastery III</strong></see> [657]
+ /// <para>Increases the potency of Slice to 420, Waxing Slice to 260, Spinning Scythe to 160, Infernal Slice to 280, Nightmare Scythe to 140, Gibbet to 500, Gallows to 500, Unveiled Gibbet to 440, Unveiled Gallows to 440, Void Reaping to 500, Cross Reaping to 500, Harvest Moon to 800, and Lemure's Slice to 280.</para>
+ /// </summary>
+ public static IBaseTrait MeleeMasteryIiiTrait { get; } = new BaseTrait(657);
private IBaseTrait[] _AllTraits = null;
/// <inheritdoc/>
public override IBaseTrait[] AllTraits => _AllTraits ??= [
- SoulGaugeTrait, DeathScytheMasteryTrait, EnhancedAvatarTrait, HellsgateTrait, TemperedSoulTrait, ShroudGaugeTrait, EnhancedArcaneCrestTrait, EnhancedShroudTrait, EnhancedArcaneCircleTrait, DeathScytheMasteryIiTrait,
+ SoulGaugeTrait, MeleeMasteryTrait, EnhancedAvatarTrait, HellsgateTrait, TemperedSoulTrait, ShroudGaugeTrait, EnhancedArcaneCrestTrait, VoidSoulTrait, EnhancedArcaneCircleTrait, MeleeMasteryIiTrait, EnhancedEnshroudTrait, EnhancedGluttonyTrait, EnhancedPlentifulHarvestTrait, MeleeMasteryIiiTrait,
..base.AllTraits,
];
#endregion
}
/// <summary>
-/// <see href="https://na.finalfantasyxiv.com/jobguide/sage"><strong>Sage</strong></see>
-/// <br>Number of Actions: 45</br>
-/// <br>Number of Traits: 12</br>
+/// <see href="https://na.finalfantasyxiv.com/jobguide/sage"><strong>sage</strong></see>
+/// <br>Number of Actions: 49</br>
+/// <br>Number of Traits: 16</br>
/// </summary>
-[Jobs(Job.SGE)]
+[Jobs(Job.SGE, Job.WHM)]
public abstract partial class SageRotation : CustomRotation
{
static SGEGauge JobGauge => Svc.Gauges.Get<SGEGauge>();
@@ -73411,7 +79474,8 @@ public abstract partial class SageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/24285"><strong>Kardia</strong></see> <i>PvE</i> (SGE) [24285] [Ability]
- /// <para>Grants self the effect of Kardia and a selected party member or self the effect of Kardion, restoring HP after casting certain magic attacks.</para>
+ /// <para>Grants self the effect of Kardia and a selected party member or self the effect of Kardion, restoring HP after landing certain magic attacks.</para>
+ /// <para>Cure Potency: </para>
/// </summary>
public IBaseAction KardiaPvE => _KardiaPvECreator.Value;
@@ -73535,8 +79599,9 @@ public abstract partial class SageRotation : CustomRotation
/// <see href="https://garlandtools.org/db/#action/24290"><strong>Eukrasia</strong></see> <i>PvE</i> (SGE) [24290] [Spell]
/// <para>Augments certain offensive and healing magic actions.</para>
/// <para>Dosis III is upgraded to Eukrasian Dosis IIIDosis II is upgraded to Eukrasian Dosis IIDosis is upgraded to Eukrasian DosisDosis is upgraded to Eukrasian DosisDosis II is upgraded to Eukrasian Dosis IIDosis is upgraded to Eukrasian DosisDosis is upgraded to Eukrasian Dosis.</para>
+ /// <para>Dyskrasia II is upgraded to Eukrasian Dyskrasia.</para>
/// <para>Diagnosis is upgraded to Eukrasian Diagnosis.</para>
- /// <para>Prognosis is upgraded to Eukrasian Prognosis.</para>
+ /// <para>Prognosis is upgraded to Eukrasian Prognosis II.</para>
/// <para>This action does not share a recast timer with any other actions. Upon execution, the recast timer for this action will be applied to all other weaponskills and magic actions.</para>
/// </summary>
@@ -73565,8 +79630,10 @@ public abstract partial class SageRotation : CustomRotation
/// <para>Additional Effect: Erects a magicked barrier which nullifies damage equaling % of the amount of HP restored. When critical HP is restored, also grants Differential Diagnosis, nullifying damage equaling % the amount of HP restored.</para>
/// <para>Duration: 30s</para>
/// <para>Effect cannot be stacked with Eukrasian Prognosis or scholar's Galvanize.</para>
+ /// <para>Can only be executed while under the effect of Eukrasia.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Diagnosis changes to Eukrasian Diagnosis when requirements for execution are met.</para>
/// </summary>
public IBaseAction EukrasianDiagnosisPvE => _EukrasianDiagnosisPvECreator.Value;
@@ -73594,8 +79661,10 @@ public abstract partial class SageRotation : CustomRotation
/// <para>Additional Effect: Erects a magicked barrier which nullifies damage equaling % of the amount of HP restored</para>
/// <para>Duration: 30s</para>
/// <para>Effect cannot be stacked with those of Eukrasian Diagnosis or scholar's Galvanize.</para>
+ /// <para>Can only be executed while under the effect of Eukrasia.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Prognosis changes to Eukrasian Prognosis when requirements for execution are met.</para>
/// </summary>
public IBaseAction EukrasianPrognosisPvE => _EukrasianPrognosisPvECreator.Value;
@@ -73623,8 +79692,10 @@ public abstract partial class SageRotation : CustomRotation
/// <para>Duration: 30s</para>
/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
/// <para>Cure Potency: </para>
+ /// <para>Can only be executed while under the effect of Eukrasia.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Dosis changes to Eukrasian Dosis when requirements for execution are met.</para>
/// </summary>
public IBaseAction EukrasianDosisPvE => _EukrasianDosisPvECreator.Value;
@@ -73856,7 +79927,7 @@ public abstract partial class SageRotation : CustomRotation
/// <para>Cure Potency: 130</para>
/// <para>Duration: 15s</para>
/// <para>Additional Effect: Increases HP recovered by healing actions by 10%</para>
- /// <para>Duration: 10s</para>
+ /// <para>Duration: s</para>
/// </summary>
public IBaseAction PhysisIiPvE => _PhysisIiPvECreator.Value;
@@ -74019,8 +80090,10 @@ public abstract partial class SageRotation : CustomRotation
/// <para>Duration: 30s</para>
/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
/// <para>Cure Potency: </para>
+ /// <para>Can only be executed while under the effect of Eukrasia.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Dosis II changes to Eukrasian Dosis II when requirements for execution are met.</para>
/// </summary>
public IBaseAction EukrasianDosisIiPvE => _EukrasianDosisIiPvECreator.Value;
@@ -74122,7 +80195,7 @@ public abstract partial class SageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/24312"><strong>Dosis III</strong></see> <i>PvE</i> (SGE) [24312] [Spell]
- /// <para>Deals unaspected damage with a potency of 330.</para>
+ /// <para>Deals unaspected damage with a potency of .</para>
/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
/// <para>Cure Potency: </para>
/// </summary>
@@ -74177,10 +80250,13 @@ public abstract partial class SageRotation : CustomRotation
/// <para>Deals unaspected damage over time.</para>
/// <para>Potency: 75</para>
/// <para>Duration: 30s</para>
+ /// <para>Effect cannot be stacked with Eukrasian Dyskrasia.</para>
/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
/// <para>Cure Potency: </para>
+ /// <para>Can only be executed while under the effect of Eukrasia.</para>
/// <para></para>
/// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Dosis III changes to Eukrasian Dosis III when requirements for execution are met.</para>
/// </summary>
public IBaseAction EukrasianDosisIiiPvE => _EukrasianDosisIiiPvECreator.Value;
@@ -74228,7 +80304,7 @@ public abstract partial class SageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/24316"><strong>Toxikon II</strong></see> <i>PvE</i> (SGE) [24316] [Spell]
- /// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 330 for the first enemy, and 50% less for all remaining enemies.</para>
+ /// <para>Deals unaspected damage to target and all enemies nearby it with a potency of for the first enemy, and 50% less for all remaining enemies.</para>
/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
/// <para>Cure Potency: </para>
/// <para>Addersting Cost: 1</para>
@@ -74278,7 +80354,7 @@ public abstract partial class SageRotation : CustomRotation
/// <summary>
/// <see href="https://garlandtools.org/db/#action/24318"><strong>Pneuma</strong></see> <i>PvE</i> (SGE) [24318] [Spell]
- /// <para>Deals unaspected damage to all enemies in a straight line before you with a potency of 330 for the first enemy, and 40% less for all remaining enemies.</para>
+ /// <para>Deals unaspected damage to all enemies in a straight line before you with a potency of for the first enemy, and 40% less for all remaining enemies.</para>
/// <para>Additional Effect: Restores own HP and the HP of all party members within a radius of 20 yalms</para>
/// <para>Cure Potency: 600</para>
/// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
@@ -74531,15 +80607,130 @@ public abstract partial class SageRotation : CustomRotation
/// </summary>
public IBaseAction KardiaPvP => _KardiaPvPCreator.Value;
+ private readonly Lazy<IBaseAction> _EukrasianDyskrasiaPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37032, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyEukrasianDyskrasiaPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37032"><strong>Eukrasian Dyskrasia</strong></see> <i>PvE</i> (SGE) [37032] [Spell]
+ /// </summary>
+ static partial void ModifyEukrasianDyskrasiaPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37032"><strong>Eukrasian Dyskrasia</strong></see> <i>PvE</i> (SGE) [37032] [Spell]
+ /// <para>Deals unaspected damage over time to all nearby enemies.</para>
+ /// <para>Potency: 40</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Effect cannot be stacked with Eukrasian Dosis III.</para>
+ /// <para>Additional Effect: Restores HP to targets under the effect of Kardion granted by you</para>
+ /// <para>Cure Potency: 170</para>
+ /// <para>Can only be executed while under the effect of Eukrasia.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Dyskrasia II changes to Eukrasian Dyskrasia when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction EukrasianDyskrasiaPvE => _EukrasianDyskrasiaPvECreator.Value;
+ private readonly Lazy<IBaseAction> _PsychePvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37033, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyPsychePvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37033"><strong>Psyche</strong></see> <i>PvE</i> (SGE) [37033] [Ability]
+ /// </summary>
+ static partial void ModifyPsychePvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37033"><strong>Psyche</strong></see> <i>PvE</i> (SGE) [37033] [Ability]
+ /// <para>Deals unaspected damage to target and all enemies nearby it with a potency of 600 for the first enemy, and 50% less for all remaining enemies.</para>
+ /// </summary>
+
+ public IBaseAction PsychePvE => _PsychePvECreator.Value;
+ private readonly Lazy<IBaseAction> _EukrasianPrognosisIiPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37034, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyEukrasianPrognosisIiPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37034"><strong>Eukrasian Prognosis II</strong></see> <i>PvE</i> (SGE) [37034] [Spell]
+ /// </summary>
+ static partial void ModifyEukrasianPrognosisIiPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37034"><strong>Eukrasian Prognosis II</strong></see> <i>PvE</i> (SGE) [37034] [Spell]
+ /// <para>Restores own HP and the HP of all nearby party members.</para>
+ /// <para>Cure Potency: 100</para>
+ /// <para>Additional Effect: Erects a magicked barrier which nullifies damage equaling 360% of the amount of HP restored</para>
+ /// <para>Duration: 30s</para>
+ /// <para>Effect cannot be stacked with those of Eukrasian Diagnosis or scholar's Galvanize.</para>
+ /// <para>Can only be executed while under the effect of Eukrasia.</para>
+ /// <para></para>
+ /// <para>※This action cannot be assigned to a hotbar.</para>
+ /// <para>※Prognosis changes to Eukrasian Prognosis II when requirements for execution are met.</para>
+ /// </summary>
+
+ public IBaseAction EukrasianPrognosisIiPvE => _EukrasianPrognosisIiPvECreator.Value;
+ private readonly Lazy<IBaseAction> _PhilosophiaPvECreator = new(() =>
+ {
+ IBaseAction action = new BaseAction((ActionID)37035, false);
+ CustomRotation.LoadActionSetting(ref action);
+
+ var setting = action.Setting;
+ ModifyPhilosophiaPvE(ref setting);
+ action.Setting = setting;
+
+ return action;
+ });
+
+ /// <summary>
+ /// Modify <see href="https://garlandtools.org/db/#action/37035"><strong>Philosophia</strong></see> <i>PvE</i> (SGE) [37035] [Ability]
+ /// </summary>
+ static partial void ModifyPhilosophiaPvE(ref ActionSetting setting);
+
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/37035"><strong>Philosophia</strong></see> <i>PvE</i> (SGE) [37035] [Ability]
+ /// <para>Increases healing magic potency by 20%.</para>
+ /// <para>Duration: 20s</para>
+ /// <para>Additional Effect: Grants self and nearby party members the effect of Eudaimonia, restoring HP after landing spells</para>
+ /// <para>Cure Potency: 150</para>
+ /// <para>Duration: 20s</para>
+ /// </summary>
+
+ public IBaseAction PhilosophiaPvE => _PhilosophiaPvECreator.Value;
private IBaseAction[] _AllBaseActions = null;
/// <inheritdoc/>
public override IBaseAction[] AllBaseActions => _AllBaseActions ??= [
- DosisPvE, DiagnosisPvE, KardiaPvE, PrognosisPvE, EgeiroPvE, PhysisPvE, PhlegmaPvE, EukrasiaPvE, EukrasianDiagnosisPvE, EukrasianPrognosisPvE, EukrasianDosisPvE, SoteriaPvE, IcarusPvE, DruocholePvE, DyskrasiaPvE, KeracholePvE, IxocholePvE, ZoePvE, PepsisPvE, PhysisIiPvE, TaurocholePvE, ToxikonPvE, HaimaPvE, DosisIiPvE, PhlegmaIiPvE, EukrasianDosisIiPvE, RhizomataPvE, HolosPvE, PanhaimaPvE, DosisIiiPvE, PhlegmaIiiPvE, EukrasianDosisIiiPvE, DyskrasiaIiPvE, ToxikonIiPvE, KrasisPvE, PneumaPvE, DosisIiiPvP, EukrasianDosisIiiPvP, EukrasiaPvP, PhlegmaIiiPvP, PneumaPvP, IcarusPvP, ToxikonPvP, ToxikonIiPvP, KardiaPvP,
+ DosisPvE, DiagnosisPvE, KardiaPvE, PrognosisPvE, EgeiroPvE, PhysisPvE, PhlegmaPvE, EukrasiaPvE, EukrasianDiagnosisPvE, EukrasianPrognosisPvE, EukrasianDosisPvE, SoteriaPvE, IcarusPvE, DruocholePvE, DyskrasiaPvE, KeracholePvE, IxocholePvE, ZoePvE, PepsisPvE, PhysisIiPvE, TaurocholePvE, ToxikonPvE, HaimaPvE, DosisIiPvE, PhlegmaIiPvE, EukrasianDosisIiPvE, RhizomataPvE, HolosPvE, PanhaimaPvE, DosisIiiPvE, PhlegmaIiiPvE, EukrasianDosisIiiPvE, DyskrasiaIiPvE, ToxikonIiPvE, KrasisPvE, PneumaPvE, DosisIiiPvP, EukrasianDosisIiiPvP, EukrasiaPvP, PhlegmaIiiPvP, PneumaPvP, IcarusPvP, ToxikonPvP, ToxikonIiPvP, KardiaPvP, EukrasianDyskrasiaPvE, PsychePvE, EukrasianPrognosisIiPvE, PhilosophiaPvE,
..base.AllBaseActions,
];
+
+
private readonly Lazy<IBaseAction> _HealingWindPvECreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)206, false);
@@ -74567,63 +80758,7 @@ public IBaseAction HealingWindPvE => _HealingWindPvECreator.Value;
/// <see href="https://garlandtools.org/db/#action/206"><strong>Healing Wind</strong></see> <i>PvE</i> (All Classes) [206] [Limit Break]
/// <para>Restores 25% of own HP and the HP of all nearby party members.</para>
/// </summary>
-private sealed protected override IBaseAction LimitBreak1 => HealingWindPvE;
-private readonly Lazy<IBaseAction> _BreathOfTheEarthPvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)207, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyBreathOfTheEarthPvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/207"><strong>Breath of the Earth</strong></see> <i>PvE</i> (All Classes) [207] [Limit Break]
-/// </summary>
-static partial void ModifyBreathOfTheEarthPvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/207"><strong>Breath of the Earth</strong></see> <i>PvE</i> (All Classes) [207] [Limit Break]
-/// <para>Restores 60% of own HP and the HP of all nearby party members.</para>
-/// </summary>
-
-public IBaseAction BreathOfTheEarthPvE => _BreathOfTheEarthPvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/207"><strong>Breath of the Earth</strong></see> <i>PvE</i> (All Classes) [207] [Limit Break]
-/// <para>Restores 60% of own HP and the HP of all nearby party members.</para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak2 => BreathOfTheEarthPvE;
-private readonly Lazy<IBaseAction> _TechneMakrePvECreator = new(() =>
-{
- IBaseAction action = new BaseAction((ActionID)24859, false);
- CustomRotation.LoadActionSetting(ref action);
-
- var setting = action.Setting;
- ModifyTechneMakrePvE(ref setting);
- action.Setting = setting;
-
- return action;
-});
-
-/// <summary>
-/// Modify <see href="https://garlandtools.org/db/#action/24859"><strong>Techne Makre</strong></see> <i>PvE</i> (All Classes) [24859] [Limit Break]
-/// </summary>
-static partial void ModifyTechneMakrePvE(ref ActionSetting setting);
-
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24859"><strong>Techne Makre</strong></see> <i>PvE</i> (All Classes) [24859] [Limit Break]
-/// <para></para>
-/// </summary>
-
-public IBaseAction TechneMakrePvE => _TechneMakrePvECreator.Value;
-/// <summary>
-/// <see href="https://garlandtools.org/db/#action/24859"><strong>Techne Makre</strong></see> <i>PvE</i> (All Classes) [24859] [Limit Break]
-/// <para></para>
-/// </summary>
-private sealed protected override IBaseAction LimitBreak3 => TechneMakrePvE;
+private sealed protected override IBaseAction LimitBreak3 => HealingWindPvE;
private readonly Lazy<IBaseAction> _MesotesPvPCreator = new(() =>
{
IBaseAction action = new BaseAction((ActionID)29266, false);
@@ -74676,74 +80811,94 @@ private sealed protected override IBaseAction LimitBreakPvP => MesotesPvP;
#region Traits
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50368"><strong>Maim and Mend</strong></see> (SGE) [368]
+ /// <see href="https://garlandtools.org/db/#action/50368"><strong>Maim and Mend</strong></see> [368]
/// <para>Increases base action damage and HP restoration by 10%.</para>
/// </summary>
public static IBaseTrait MaimAndMendTrait { get; } = new BaseTrait(368);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50369"><strong>Maim and Mend II</strong></see> (SGE) [369]
+ /// <see href="https://garlandtools.org/db/#action/50369"><strong>Maim and Mend II</strong></see> [369]
/// <para>Increases base action damage and HP restoration by 30%.</para>
/// </summary>
public static IBaseTrait MaimAndMendIiTrait { get; } = new BaseTrait(369);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50370"><strong>Addersgall</strong></see> (SGE) [370]
+ /// <see href="https://garlandtools.org/db/#action/50370"><strong>Addersgall</strong></see> [370]
/// <para>Grants 1 stack of Addersgall automatically every twenty seconds.</para>
/// <para>Maximum Stacks: 3</para>
/// <para>Can be charged outside of combat.</para>
/// </summary>
public static IBaseTrait AddersgallTrait { get; } = new BaseTrait(370);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50371"><strong>Somanoutic Oath</strong></see> (SGE) [371]
+ /// <see href="https://garlandtools.org/db/#action/50371"><strong>Somanoutic Oath</strong></see> [371]
/// <para>Increases the potency of Dosis to 250, Phlegma to 330, and Eukrasian Dosis to 35.</para>
/// </summary>
public static IBaseTrait SomanouticOathTrait { get; } = new BaseTrait(371);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50372"><strong>Somanoutic Oath II</strong></see> (SGE) [372]
+ /// <see href="https://garlandtools.org/db/#action/50372"><strong>Somanoutic Oath II</strong></see> [372]
/// <para>Increases the potency of Dosis to 300, Phlegma to 400, and Eukrasian Dosis to 40.</para>
/// </summary>
public static IBaseTrait SomanouticOathIiTrait { get; } = new BaseTrait(372);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50373"><strong>Addersting</strong></see> (SGE) [373]
+ /// <see href="https://garlandtools.org/db/#action/50373"><strong>Addersting</strong></see> [373]
/// <para>Grants 1 stack of Addersting when the barrier granted by Eukrasian Diagnosis to any party member or the barrier granted by Eukrasian Prognosis to self is completely absorbed.</para>
/// <para>Maximum Stacks: 3</para>
/// </summary>
public static IBaseTrait AdderstingTrait { get; } = new BaseTrait(373);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50374"><strong>Offensive Magic Mastery</strong></see> (SGE) [374]
+ /// <see href="https://garlandtools.org/db/#action/50374"><strong>Offensive Magic Mastery</strong></see> [374]
/// <para>Upgrades Dosis to Dosis II, Phlegma to Phlegma II, and Eukrasian Dosis to Eukrasian Dosis II. Also increases the potency of Toxikon to 300.</para>
/// </summary>
public static IBaseTrait OffensiveMagicMasteryTrait { get; } = new BaseTrait(374);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50375"><strong>Enhanced Kerachole</strong></see> (SGE) [375]
+ /// <see href="https://garlandtools.org/db/#action/50375"><strong>Enhanced Kerachole</strong></see> [375]
/// <para>Adds an additional effect to Kerachole that grants healing over time.</para>
/// </summary>
public static IBaseTrait EnhancedKeracholeTrait { get; } = new BaseTrait(375);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50376"><strong>Offensive Magic Mastery II</strong></see> (SGE) [376]
+ /// <see href="https://garlandtools.org/db/#action/50376"><strong>Offensive Magic Mastery II</strong></see> [376]
/// <para>Upgrades Dosis II to Dosis III, Phlegma II to Phlegma III, Eukrasian Dosis II to Eukrasian Dosis III, Dyskrasia to Dyskrasia II, and Toxikon to Toxikon II.</para>
/// </summary>
public static IBaseTrait OffensiveMagicMasteryIiTrait { get; } = new BaseTrait(376);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50377"><strong>Enhanced Healing Magic</strong></see> (SGE) [377]
+ /// <see href="https://garlandtools.org/db/#action/50377"><strong>Enhanced Healing Magic</strong></see> [377]
/// <para>Increases the healing potency of Diagnosis to 450 and Kardia to 170. Also increases the strength of barriers granted by Eukrasian Diagnosis to 180% the amount of HP restored, and Eukrasian Prognosis to 320% the amount of HP restored.</para>
/// </summary>
public static IBaseTrait EnhancedHealingMagicTrait { get; } = new BaseTrait(377);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50378"><strong>Enhanced Zoe</strong></see> (SGE) [378]
+ /// <see href="https://garlandtools.org/db/#action/50378"><strong>Enhanced Zoe</strong></see> [378]
/// <para>Reduces Zoe recast time to 90 seconds.</para>
/// </summary>
public static IBaseTrait EnhancedZoeTrait { get; } = new BaseTrait(378);
/// <summary>
- /// <see href="https://garlandtools.org/db/#action/50510"><strong>Physis Mastery</strong></see> (SGE) [510]
+ /// <see href="https://garlandtools.org/db/#action/50510"><strong>Physis Mastery</strong></see> [510]
/// <para>Upgrades Physis to Physis II.</para>
/// </summary>
public static IBaseTrait PhysisMasteryTrait { get; } = new BaseTrait(510);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50636"><strong>Enhanced Soteria</strong></see> [636]
+ /// <para>Reduces Soteria recast time to 60 seconds.</para>
+ /// </summary>
+ public static IBaseTrait EnhancedSoteriaTrait { get; } = new BaseTrait(636);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50637"><strong>Eukrasian Prognosis Mastery</strong></see> [637]
+ /// <para>Upgrades Eukrasian Prognosis to Eukrasian Prognosis II.</para>
+ /// </summary>
+ public static IBaseTrait EukrasianPrognosisMasteryTrait { get; } = new BaseTrait(637);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50638"><strong>Enhanced Physis II</strong></see> [638]
+ /// <para>Extends the duration of the effect increasing HP recovered by healing actions to 15 seconds.</para>
+ /// </summary>
+ public static IBaseTrait EnhancedPhysisIiTrait { get; } = new BaseTrait(638);
+ /// <summary>
+ /// <see href="https://garlandtools.org/db/#action/50669"><strong>Magick Mastery</strong></see> [669]
+ /// <para>Increases the potency of Dosis III to 360, Toxikon II to 360, and Pneuma to 360. </para>
+ /// </summary>
+ public static IBaseTrait MagickMasteryTrait { get; } = new BaseTrait(669);
private IBaseTrait[] _AllTraits = null;
/// <inheritdoc/>
public override IBaseTrait[] AllTraits => _AllTraits ??= [
- MaimAndMendTrait, MaimAndMendIiTrait, AddersgallTrait, SomanouticOathTrait, SomanouticOathIiTrait, AdderstingTrait, OffensiveMagicMasteryTrait, EnhancedKeracholeTrait, OffensiveMagicMasteryIiTrait, EnhancedHealingMagicTrait, EnhancedZoeTrait, PhysisMasteryTrait,
+ MaimAndMendTrait, MaimAndMendIiTrait, AddersgallTrait, SomanouticOathTrait, SomanouticOathIiTrait, AdderstingTrait, OffensiveMagicMasteryTrait, EnhancedKeracholeTrait, OffensiveMagicMasteryIiTrait, EnhancedHealingMagicTrait, EnhancedZoeTrait, PhysisMasteryTrait, EnhancedSoteriaTrait, EukrasianPrognosisMasteryTrait, EnhancedPhysisIiTrait, MagickMasteryTrait,
..base.AllTraits,
];
#endregion
@@ -74751,385 +80906,385 @@ private sealed protected override IBaseAction LimitBreakPvP => MesotesPvP;
/// <summary>
-///Actor Control Target
-/// </summary>
-[Description("Actor Control Target")]
-ActorControlTarget = 110,
-/// <summary>
-///Airship Status
-/// </summary>
-[Description("Airship Status")]
-AirshipStatus = 960,
-/// <summary>
-///Airship Exploration Result
-/// </summary>
-[Description("Airship Exploration Result")]
-AirshipExplorationResult = 432,
-/// <summary>
///Actor Set Pos
/// </summary>
[Description("Actor Set Pos")]
-ActorSetPos = 401,
+ActorSetPos = 811,
/// <summary>
///Actor Control
/// </summary>
[Description("Actor Control")]
-ActorControl = 819,
+ActorControl = 391,
/// <summary>
///Actor Control Self
/// </summary>
[Description("Actor Control Self")]
-ActorControlSelf = 273,
+ActorControlSelf = 321,
/// <summary>
-///Actor Gauge
+///Airship Exploration Result
/// </summary>
-[Description("Actor Gauge")]
-ActorGauge = 851,
+[Description("Airship Exploration Result")]
+AirshipExplorationResult = 306,
+/// <summary>
+///Airship Timers
+/// </summary>
+[Description("Airship Timers")]
+AirshipTimers = 543,
/// <summary>
///Airship Status List
/// </summary>
[Description("Airship Status List")]
-AirshipStatusList = 852,
+AirshipStatusList = 174,
/// <summary>
-///Actor Cast
+///Actor Gauge
/// </summary>
-[Description("Actor Cast")]
-ActorCast = 913,
+[Description("Actor Gauge")]
+ActorGauge = 859,
/// <summary>
-///Airship Timers
+///Actor Control Target
/// </summary>
-[Description("Airship Timers")]
-AirshipTimers = 634,
+[Description("Actor Control Target")]
+ActorControlTarget = 259,
/// <summary>
///Actor Move
/// </summary>
[Description("Actor Move")]
-ActorMove = 949,
+ActorMove = 838,
+/// <summary>
+///Airship Status
+/// </summary>
+[Description("Airship Status")]
+AirshipStatus = 915,
+/// <summary>
+///Actor Cast
+/// </summary>
+[Description("Actor Cast")]
+ActorCast = 241,
/// <summary>
///CFNotify
/// </summary>
[Description("CFNotify")]
-CFNotify = 549,
+CFNotify = 385,
/// <summary>
///Currency Crystal Info
/// </summary>
[Description("Currency Crystal Info")]
-CurrencyCrystalInfo = 117,
+CurrencyCrystalInfo = 142,
/// <summary>
///Container Info
/// </summary>
[Description("Container Info")]
-ContainerInfo = 501,
+ContainerInfo = 331,
/// <summary>
///Desynth Result
/// </summary>
[Description("Desynth Result")]
-DesynthResult = 583,
+DesynthResult = 885,
/// <summary>
-///Examine Search Info
+///Event Play 64
/// </summary>
-[Description("Examine Search Info")]
-ExamineSearchInfo = 869,
+[Description("Event Play 64")]
+EventPlay64 = 864,
/// <summary>
-///Event Finish
+///Effect Result
/// </summary>
-[Description("Event Finish")]
-EventFinish = 561,
+[Description("Effect Result")]
+EffectResult = 505,
/// <summary>
-///Event Play 128
+///Event Play
/// </summary>
-[Description("Event Play 128")]
-EventPlay128 = 694,
+[Description("Event Play")]
+EventPlay = 526,
/// <summary>
-///Examine
+///Event Play 16
/// </summary>
-[Description("Examine")]
-Examine = 703,
+[Description("Event Play 16")]
+EventPlay16 = 394,
/// <summary>
-///Event Play 255
+///Event Start
/// </summary>
-[Description("Event Play 255")]
-EventPlay255 = 731,
+[Description("Event Start")]
+EventStart = 875,
/// <summary>
///Effect
/// </summary>
[Description("Effect")]
-Effect = 458,
-/// <summary>
-///Event Play 16
-/// </summary>
-[Description("Event Play 16")]
-EventPlay16 = 128,
+Effect = 873,
/// <summary>
-///Effect Result
+///Effect Result Basic
/// </summary>
-[Description("Effect Result")]
-EffectResult = 397,
+[Description("Effect Result Basic")]
+EffectResultBasic = 569,
/// <summary>
-///Event Play 4
+///Event Play 8
/// </summary>
-[Description("Event Play 4")]
-EventPlay4 = 791,
+[Description("Event Play 8")]
+EventPlay8 = 328,
/// <summary>
-///Event Start
+///Examine
/// </summary>
-[Description("Event Start")]
-EventStart = 146,
+[Description("Examine")]
+Examine = 650,
/// <summary>
-///Event Play 32
+///Environment Control
/// </summary>
-[Description("Event Play 32")]
-EventPlay32 = 312,
+[Description("Environment Control")]
+EnvironmentControl = 255,
/// <summary>
-///Event Play 64
+///Event Finish
/// </summary>
-[Description("Event Play 64")]
-EventPlay64 = 170,
+[Description("Event Finish")]
+EventFinish = 253,
/// <summary>
-///Event Play
+///Event Play 4
/// </summary>
-[Description("Event Play")]
-EventPlay = 298,
+[Description("Event Play 4")]
+EventPlay4 = 128,
/// <summary>
-///Environment Control
+///Event Play 255
/// </summary>
-[Description("Environment Control")]
-EnvironmentControl = 280,
+[Description("Event Play 255")]
+EventPlay255 = 130,
/// <summary>
-///Effect Result Basic
+///Examine Search Info
/// </summary>
-[Description("Effect Result Basic")]
-EffectResultBasic = 378,
+[Description("Examine Search Info")]
+ExamineSearchInfo = 858,
/// <summary>
-///Event Play 8
+///Event Play 128
/// </summary>
-[Description("Event Play 8")]
-EventPlay8 = 826,
+[Description("Event Play 128")]
+EventPlay128 = 896,
/// <summary>
-///Free Company Dialog
+///Event Play 32
/// </summary>
-[Description("Free Company Dialog")]
-FreeCompanyDialog = 686,
+[Description("Event Play 32")]
+EventPlay32 = 181,
/// <summary>
///Free Company Info
/// </summary>
[Description("Free Company Info")]
-FreeCompanyInfo = 154,
+FreeCompanyInfo = 214,
/// <summary>
-///Item Market Board Info
+///Free Company Dialog
/// </summary>
-[Description("Item Market Board Info")]
-ItemMarketBoardInfo = 359,
+[Description("Free Company Dialog")]
+FreeCompanyDialog = 792,
/// <summary>
///Inventory Action Ack
/// </summary>
[Description("Inventory Action Ack")]
-InventoryActionAck = 173,
-/// <summary>
-///Item Info
-/// </summary>
-[Description("Item Info")]
-ItemInfo = 836,
+InventoryActionAck = 713,
/// <summary>
///Inventory Transaction
/// </summary>
[Description("Inventory Transaction")]
-InventoryTransaction = 513,
+InventoryTransaction = 143,
/// <summary>
-///Island Workshop Supply Demand
+///Init Zone
/// </summary>
-[Description("Island Workshop Supply Demand")]
-IslandWorkshopSupplyDemand = 790,
+[Description("Init Zone")]
+InitZone = 989,
+/// <summary>
+///Item Info
+/// </summary>
+[Description("Item Info")]
+ItemInfo = 773,
/// <summary>
///Inventory Transaction Finish
/// </summary>
[Description("Inventory Transaction Finish")]
-InventoryTransactionFinish = 180,
+InventoryTransactionFinish = 451,
/// <summary>
-///Init Zone
+///Island Workshop Supply Demand
/// </summary>
-[Description("Init Zone")]
-InitZone = 795,
+[Description("Island Workshop Supply Demand")]
+IslandWorkshopSupplyDemand = 262,
+/// <summary>
+///Item Market Board Info
+/// </summary>
+[Description("Item Market Board Info")]
+ItemMarketBoardInfo = 832,
/// <summary>
///Logout
/// </summary>
[Description("Logout")]
-Logout = 668,
+Logout = 617,
/// <summary>
-///Market Board Search Result
+///Market Board Purchase
/// </summary>
-[Description("Market Board Search Result")]
-MarketBoardSearchResult = 762,
+[Description("Market Board Purchase")]
+MarketBoardPurchase = 854,
/// <summary>
-///Market Board Item Listing Count
+///Market Board Item Listing History
/// </summary>
-[Description("Market Board Item Listing Count")]
-MarketBoardItemListingCount = 749,
+[Description("Market Board Item Listing History")]
+MarketBoardItemListingHistory = 555,
/// <summary>
-///Market Board Item Listing
+///Market Board Item Listing Count
/// </summary>
-[Description("Market Board Item Listing")]
-MarketBoardItemListing = 997,
+[Description("Market Board Item Listing Count")]
+MarketBoardItemListingCount = 471,
/// <summary>
-///Market Board Purchase
+///Market Board Search Result
/// </summary>
-[Description("Market Board Purchase")]
-MarketBoardPurchase = 529,
+[Description("Market Board Search Result")]
+MarketBoardSearchResult = 432,
/// <summary>
-///Market Board Item Listing History
+///Market Board Item Listing
/// </summary>
-[Description("Market Board Item Listing History")]
-MarketBoardItemListingHistory = 265,
+[Description("Market Board Item Listing")]
+MarketBoardItemListing = 252,
/// <summary>
///Npc Spawn
/// </summary>
[Description("Npc Spawn")]
-NpcSpawn = 701,
+NpcSpawn = 768,
/// <summary>
///Object Spawn
/// </summary>
[Description("Object Spawn")]
-ObjectSpawn = 788,
-/// <summary>
-///Place Field Marker
-/// </summary>
-[Description("Place Field Marker")]
-PlaceFieldMarker = 671,
+ObjectSpawn = 754,
/// <summary>
///Prepare Zoning
/// </summary>
[Description("Prepare Zoning")]
-PrepareZoning = 935,
+PrepareZoning = 775,
/// <summary>
-///Player Spawn
+///Place Field Marker Preset
/// </summary>
-[Description("Player Spawn")]
-PlayerSpawn = 246,
+[Description("Place Field Marker Preset")]
+PlaceFieldMarkerPreset = 789,
/// <summary>
-///Playtime
+///Player Setup
/// </summary>
-[Description("Playtime")]
-Playtime = 797,
+[Description("Player Setup")]
+PlayerSetup = 289,
/// <summary>
-///Player Stats
+///Player Spawn
/// </summary>
-[Description("Player Stats")]
-PlayerStats = 370,
+[Description("Player Spawn")]
+PlayerSpawn = 824,
/// <summary>
-///Player Setup
+///Player Stats
/// </summary>
-[Description("Player Setup")]
-PlayerSetup = 534,
+[Description("Player Stats")]
+PlayerStats = 966,
/// <summary>
-///Place Field Marker Preset
+///Playtime
/// </summary>
-[Description("Place Field Marker Preset")]
-PlaceFieldMarkerPreset = 503,
+[Description("Playtime")]
+Playtime = 606,
/// <summary>
-///Retainer Information
+///Place Field Marker
/// </summary>
-[Description("Retainer Information")]
-RetainerInformation = 219,
+[Description("Place Field Marker")]
+PlaceFieldMarker = 435,
/// <summary>
///Result Dialog
/// </summary>
[Description("Result Dialog")]
-ResultDialog = 480,
+ResultDialog = 475,
+/// <summary>
+///Retainer Information
+/// </summary>
+[Description("Retainer Information")]
+RetainerInformation = 251,
/// <summary>
///Submarine Exploration Result
/// </summary>
[Description("Submarine Exploration Result")]
-SubmarineExplorationResult = 793,
+SubmarineExplorationResult = 535,
/// <summary>
///System Log Message
/// </summary>
[Description("System Log Message")]
-SystemLogMessage = 487,
+SystemLogMessage = 759,
/// <summary>
///Status Effect List
/// </summary>
[Description("Status Effect List")]
-StatusEffectList = 241,
-/// <summary>
-///Submarine Progression Status
-/// </summary>
-[Description("Submarine Progression Status")]
-SubmarineProgressionStatus = 441,
-/// <summary>
-///Status Effect List 2
-/// </summary>
-[Description("Status Effect List 2")]
-StatusEffectList2 = 559,
+StatusEffectList = 747,
/// <summary>
///Status Effect List 3
/// </summary>
[Description("Status Effect List 3")]
-StatusEffectList3 = 137,
+StatusEffectList3 = 986,
/// <summary>
///Submarine Status List
/// </summary>
[Description("Submarine Status List")]
-SubmarineStatusList = 580,
+SubmarineStatusList = 402,
/// <summary>
///Submarine Timers
/// </summary>
[Description("Submarine Timers")]
-SubmarineTimers = 524,
+SubmarineTimers = 381,
/// <summary>
-///Update Hp Mp Tp
+///Submarine Progression Status
/// </summary>
-[Description("Update Hp Mp Tp")]
-UpdateHpMpTp = 337,
+[Description("Submarine Progression Status")]
+SubmarineProgressionStatus = 188,
+/// <summary>
+///Status Effect List 2
+/// </summary>
+[Description("Status Effect List 2")]
+StatusEffectList2 = 848,
/// <summary>
///Update Search Info
/// </summary>
[Description("Update Search Info")]
-UpdateSearchInfo = 276,
+UpdateSearchInfo = 797,
+/// <summary>
+///Update Class Info
+/// </summary>
+[Description("Update Class Info")]
+UpdateClassInfo = 795,
/// <summary>
///Update Inventory Slot
/// </summary>
[Description("Update Inventory Slot")]
-UpdateInventorySlot = 862,
+UpdateInventorySlot = 217,
/// <summary>
-///Update Class Info
+///Update Hp Mp Tp
/// </summary>
-[Description("Update Class Info")]
-UpdateClassInfo = 210,
+[Description("Update Hp Mp Tp")]
+UpdateHpMpTp = 126,
/// <summary>
///Weather Change
/// </summary>
[Description("Weather Change")]
-WeatherChange = 509,
+WeatherChange = 920,
/// <summary>
///Client Trigger
/// </summary>
[Description("Client Trigger")]
-ClientTrigger = 129,
+ClientTrigger = 792,
/// <summary>
///Inventory Modify Handler
/// </summary>
[Description("Inventory Modify Handler")]
-InventoryModifyHandler = 301,
+InventoryModifyHandler = 782,
/// <summary>
///Market Board Purchase Handler
/// </summary>
[Description("Market Board Purchase Handler")]
-MarketBoardPurchaseHandler = 460,
+MarketBoardPurchaseHandler = 954,
/// <summary>
///Set Search Info Handler
/// </summary>
[Description("Set Search Info Handler")]
-SetSearchInfoHandler = 181,
+SetSearchInfoHandler = 323,
/// <summary>
///Update Position Instance
/// </summary>
[Description("Update Position Instance")]
-UpdatePositionInstance = 217,
+UpdatePositionInstance = 768,
/// <summary>
///Update Position Handler
/// </summary>
[Description("Update Position Handler")]
-UpdatePositionHandler = 538,
+UpdatePositionHandler = 996,
/// <summary>
///Lobby Error
/// </summary>