Skip to content

Commit

Permalink
Update FlyTextKind.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Aireil authored Sep 18, 2023
1 parent b978979 commit c099589
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dalamud/Game/Gui/FlyText/FlyTextKind.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ public enum FlyTextKind : int
/// Val1 in serif font, Text2 in sans-serif as subtitle.
/// Does a bounce effect on appearance.
/// </summary>
AutoAttackOrDotCrit = 1,
AutoAttackOrDotDh = 1,

/// <summary>
/// Val1 in larger serif font with exclamation, with Text2 in sans-serif as subtitle.
/// Does a bigger bounce effect on appearance.
/// </summary>
AutoAttackOrDotCritDh = 2,
AutoAttackOrDotCrit = 2,

/// <summary>
/// Val1 in even larger serif font with 2 exclamations, Text2 in
/// sans-serif as subtitle. Does a large bounce effect on appearance.
/// Does not scroll up or down the screen.
/// </summary>
AutoAttackOrDotDh = 3,
AutoAttackOrDotCritDh = 3,

/// <summary>
/// AutoAttack with sans-serif Text1 to the left of the Val1.
Expand Down

0 comments on commit c099589

Please sign in to comment.