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 17, 2023
1 parent 3a0eaaa commit b978979
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions Dalamud/Game/Gui/FlyText/FlyTextKind.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,46 +10,46 @@ public enum FlyTextKind : int
/// Val1 in serif font, Text2 in sans-serif as subtitle.
/// Used for autos and incoming DoTs.
/// </summary>
AutoAttack = 0,
AutoAttackOrDot = 0,

/// <summary>
/// Val1 in serif font, Text2 in sans-serif as subtitle.
/// Does a bounce effect on appearance.
/// </summary>
DirectHit = 1,
AutoAttackOrDotCrit = 1,

/// <summary>
/// Val1 in larger serif font with exclamation, with Text2 in sans-serif as subtitle.
/// Does a bigger bounce effect on appearance.
/// </summary>
CriticalHit = 2,
AutoAttackOrDotCritDh = 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>
CriticalDirectHit = 3,
AutoAttackOrDotDh = 3,

/// <summary>
/// AutoAttack with sans-serif Text1 to the left of the Val1.
/// </summary>
NamedAttack = 4,
Damage = 4,

/// <summary>
/// DirectHit with sans-serif Text1 to the left of the Val1.
/// </summary>
NamedDirectHit = 5,
DamageDh = 5,

/// <summary>
/// CriticalHit with sans-serif Text1 to the left of the Val1.
/// </summary>
NamedCriticalHit = 6,
DamageCrit = 6,

/// <summary>
/// CriticalDirectHit with sans-serif Text1 to the left of the Val1.
/// </summary>
NamedCriticalDirectHit = 7,
DamageCritDh = 7,

/// <summary>
/// All caps, serif MISS.
Expand All @@ -74,12 +74,12 @@ public enum FlyTextKind : int
/// <summary>
/// Icon next to sans-serif Text1.
/// </summary>
NamedIcon = 12,
Buff = 12,

/// <summary>
/// Icon next to sans-serif Text1 (2).
/// </summary>
NamedIcon2 = 13,
Debuff = 13,

/// <summary>
/// Serif Val1 with all caps condensed font EXP with Text2 in sans-serif as subtitle.
Expand All @@ -94,7 +94,7 @@ public enum FlyTextKind : int
/// <summary>
/// Sans-serif Text1 next to serif Val1 with all caps condensed font MP with Text2 in sans-serif as subtitle.
/// </summary>
NamedMp = 16,
MpDrain = 16,

/// <summary>
/// Sans-serif Text1 next to serif Val1 with all caps condensed font TP with Text2 in sans-serif as subtitle.
Expand All @@ -104,12 +104,12 @@ public enum FlyTextKind : int
/// <summary>
/// AutoAttack with sans-serif Text1 to the left of the Val1 (2).
/// </summary>
NamedAttack2 = 18,
Healing = 18,

/// <summary>
/// Sans-serif Text1 next to serif Val1 with all caps condensed font MP with Text2 in sans-serif as subtitle (2).
/// </summary>
NamedMp2 = 19,
MpRegen = 19,

/// <summary>
/// Sans-serif Text1 next to serif Val1 with all caps condensed font TP with Text2 in sans-serif as subtitle (2).
Expand All @@ -119,17 +119,17 @@ public enum FlyTextKind : int
/// <summary>
/// Sans-serif Text1 next to serif Val1 with all caps condensed font EP with Text2 in sans-serif as subtitle.
/// </summary>
NamedEp = 21,
EpRegen = 21,

/// <summary>
/// Sans-serif Text1 next to serif Val1 with all caps condensed font CP with Text2 in sans-serif as subtitle.
/// </summary>
NamedCp = 22,
CpRegen = 22,

/// <summary>
/// Sans-serif Text1 next to serif Val1 with all caps condensed font GP with Text2 in sans-serif as subtitle.
/// </summary>
NamedGp = 23,
GpRegen = 23,

/// <summary>
/// Displays nothing.
Expand All @@ -151,17 +151,17 @@ public enum FlyTextKind : int
/// <summary>
/// AutoAttack with no Text2.
/// </summary>
AutoAttackNoText = 27,
CraftingProgress = 27,

/// <summary>
/// AutoAttack with no Text2 (2).
/// </summary>
AutoAttackNoText2 = 28,
CraftingQuality = 28,

/// <summary>
/// Val1 in larger serif font with exclamation, with Text2 in sans-serif as subtitle. Does a bigger bounce effect on appearance (2).
/// </summary>
CriticalHit2 = 29,
CraftingQualityCrit = 29,

/// <summary>
/// AutoAttack with no Text2 (3).
Expand All @@ -171,7 +171,7 @@ public enum FlyTextKind : int
/// <summary>
/// CriticalHit with sans-serif Text1 to the left of the Val1 (2).
/// </summary>
NamedCriticalHit2 = 31,
HealingCrit = 31,

/// <summary>
/// Same as NamedCriticalHit with a green (cannot change) MP in condensed font to the right of Val1.
Expand All @@ -188,18 +188,18 @@ public enum FlyTextKind : int
/// <summary>
/// Same as NamedIcon with sans-serif "has no effect!" to the right.
/// </summary>
NamedIconHasNoEffect = 34,
DebuffNoEffect = 34,

/// <summary>
/// Same as NamedIcon but Text1 is slightly faded. Used for buff expiration.
/// </summary>
NamedIconFaded = 35,
BuffFading = 35,

/// <summary>
/// Same as NamedIcon but Text1 is slightly faded (2).
/// Used for buff expiration.
/// </summary>
NamedIconFaded2 = 36,
DebuffFading = 36,

/// <summary>
/// Text1 in sans-serif font.
Expand All @@ -209,7 +209,7 @@ public enum FlyTextKind : int
/// <summary>
/// Same as NamedIcon with sans-serif "(fully resisted)" to the right.
/// </summary>
NamedIconFullyResisted = 38,
DebuffResisted = 38,

/// <summary>
/// All caps serif 'INCAPACITATED!'.
Expand All @@ -229,7 +229,7 @@ public enum FlyTextKind : int
/// <summary>
/// AutoAttack with sans-serif Text1 to the left of the Val1 (3).
/// </summary>
NamedAttack3 = 42,
HpDrain = 42,

/// <summary>
/// Sans-serif Text1 next to serif Val1 with all caps condensed font MP with Text2 in sans-serif as subtitle (3).
Expand All @@ -244,7 +244,7 @@ public enum FlyTextKind : int
/// <summary>
/// Same as NamedIcon with serif "INVULNERABLE!" beneath the Text1.
/// </summary>
NamedIconInvulnerable = 45,
DebuffInvulnerable = 45,

/// <summary>
/// All caps serif RESIST.
Expand All @@ -254,18 +254,18 @@ public enum FlyTextKind : int
/// <summary>
/// Same as NamedIcon but places the given icon in the item icon outline.
/// </summary>
NamedIconWithItemOutline = 47,
LootedItem = 47,

/// <summary>
/// AutoAttack with no Text2 (4).
/// </summary>
AutoAttackNoText4 = 48,
Collectability = 48,

/// <summary>
/// Val1 in larger serif font with exclamation, with Text2 in sans-serif as subtitle (3).
/// Does a bigger bounce effect on appearance.
/// </summary>
CriticalHit3 = 49,
CollectabilityCrit = 49,

/// <summary>
/// All caps serif REFLECT.
Expand All @@ -281,7 +281,7 @@ public enum FlyTextKind : int
/// Val1 in serif font, Text2 in sans-serif as subtitle (2).
/// Does a bounce effect on appearance.
/// </summary>
DirectHit2 = 52,
CraftingQualityDh = 52,

/// <summary>
/// Val1 in larger serif font with exclamation, with Text2 in sans-serif as subtitle (4).
Expand All @@ -293,5 +293,5 @@ public enum FlyTextKind : int
/// Val1 in even larger serif font with 2 exclamations, Text2 in sans-serif as subtitle (2).
/// Does a large bounce effect on appearance. Does not scroll up or down the screen.
/// </summary>
CriticalDirectHit2 = 54,
CraftingQualityCritDh = 54,
}

0 comments on commit b978979

Please sign in to comment.