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

Remove AST_Archive and update GeneralGCD logic #213

Merged
merged 1 commit into from
Sep 9, 2024
Merged

Remove AST_Archive and update GeneralGCD logic #213

merged 1 commit into from
Sep 9, 2024

Conversation

LTS-FFXIV
Copy link
Member

Significant refactoring and cleanup in the AST_Archive namespace:

  • Removed DefaultRotations.Healer namespace and AST_Beta class.
  • Added new logic for EmergencyAbility, DefenseSingleAbility, HealSingleAbility, HealAreaAbility, and GeneralGCD methods.
  • Introduced new rotation descriptions for several abilities.
  • Added new conditions and checks based on player status and combat state.

Removed zAST_BETA class from DefaultRotations.Healer namespace:

  • Deleted the class and all associated methods and properties.

Updated property defaults for testing rotation:

  • MotifSwiftCastSwift default changed to true.
  • MotifSwiftCast default changed to CanvasFlags.Weapon.

Updated GeneralGCD method:

  • Removed skipCastingCheck: true parameter from various method calls to ensure casting checks are performed.

Significant refactoring and cleanup in the `AST_Archive` namespace:
- Removed `DefaultRotations.Healer` namespace and `AST_Beta` class.
- Added new logic for `EmergencyAbility`, `DefenseSingleAbility`, `HealSingleAbility`, `HealAreaAbility`, and `GeneralGCD` methods.
- Introduced new rotation descriptions for several abilities.
- Added new conditions and checks based on player status and combat state.

Removed `zAST_BETA` class from `DefaultRotations.Healer` namespace:
- Deleted the class and all associated methods and properties.

Updated property defaults:
- `MotifSwiftCastSwift` default changed to `true`.
- `MotifSwiftCast` default changed to `CanvasFlags.Weapon`.

Updated `GeneralGCD` method:
- Removed `skipCastingCheck: true` parameter from various method calls to ensure casting checks are performed.
@LTS-FFXIV LTS-FFXIV merged commit eaa9b5e into main Sep 9, 2024
@LTS-FFXIV LTS-FFXIV deleted the Stuff branch September 10, 2024 21:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant