Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #22 from LTS-FFXIV/LTS-FFXIV-Beautys-Wicked-Wiles2…
Browse files Browse the repository at this point in the history
…-Electric-Boogaloo

Lakshmi, default config, and configwindow fix
  • Loading branch information
Jaksuhn committed Jan 25, 2024
2 parents de10a21 + 870d5e2 commit 885e9ec
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 3 deletions.
6 changes: 5 additions & 1 deletion Resources/HostileCastingArea.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,13 @@
8028,
8039,
8367,
8521,
8581,
9349,
9414,
9416,
9523,
9568,
9660,
9665,
9670,
Expand All @@ -79,6 +82,7 @@
9828,
9841,
9869,
9990,
10086,
10097,
10284,
Expand Down Expand Up @@ -481,4 +485,4 @@
30288,
28907,
24189
]
]
3 changes: 2 additions & 1 deletion Resources/PriorityStatus.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[
944
]
1290
]
9 changes: 9 additions & 0 deletions RotationSolver.Basic/Data/ActionID.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5278,5 +5278,14 @@ public enum ActionID : uint
/// </summary>
LostSeraphStrike = 22354,

#endregion #endregion

#region Duty Actions

/// <summary>
///
/// </summary>
Vril = 8517, /// ReAction also listing 9345, but that might be for normal mode, found 8517 doing Extreme through RS debug

#endregion
}
9 changes: 9 additions & 0 deletions RotationSolver.Basic/Data/StatusID.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2179,5 +2179,14 @@ public enum StatusID : ushort

#endregion WHM_PvP

#region Duty_Action

/// <summary>
///
/// </summary>
Vril = 1290,

#endregion Duty_Action

#endregion
}
2 changes: 1 addition & 1 deletion RotationSolver/UI/RotationConfigWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1774,7 +1774,7 @@ private static void DrawList()
private static readonly CollapsingHeaderGroup _idsHeader = new(new()
{
{ () => LocalizationManager.RightLang.ConfigWindow_List_Statuses, DrawListStatuses},
{ () => Service.Config.GetValue(PluginConfigBool.UseDefenseAbility) ? LocalizationManager.RightLang.ConfigWindow_List_Actions : string.Empty, DrawListActions},
{ () => LocalizationManager.RightLang.ConfigWindow_List_Actions, DrawListActions},
{ () => LocalizationManager.RightLang.ConfigWindow_List_Territories, DrawListTerritories},
});
private static void DrawListStatuses()
Expand Down

0 comments on commit 885e9ec

Please sign in to comment.