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

Commit

Permalink
fix: add Physis2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Apr 29, 2023
1 parent b6fabe7 commit 0eeba6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RotationSolver.Basic/Rotations/Basic/SGE_Base.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ protected static bool AddersgallEndAfterGCD(uint gctCount = 0, float offset = 0)

public static IBaseAction Physis { get; } = new BaseAction(ActionID.Physis, ActionOption.Heal);

public static IBaseAction Physis2 { get; } = new BaseAction(ActionID.Physis2, ActionOption.Heal);

public static IBaseAction Eukrasia { get; } = new BaseAction(ActionID.Eukrasia, ActionOption.Heal)
{
ActionCheck = b => !JobGauge.Eukrasia,
Expand Down

0 comments on commit 0eeba6c

Please sign in to comment.