Skip to main content

Enum FlyTextKind

Enum of FlyTextKind values.

Assembly: Dalamud.dll
View Source
Declaration
public enum FlyTextKind

Fields

AutoAttackOrDot

Val1 in serif font, Text2 in sans-serif as subtitle.

View Source
Declaration
AutoAttackOrDot = 0

AutoAttackOrDotDh

Val1 in serif font, Text2 in sans-serif as subtitle. Does a bounce effect on appearance.

View Source
Declaration
AutoAttackOrDotDh = 1

AutoAttackOrDotCrit

Val1 in larger serif font with exclamation, with Text2 in sans-serif as subtitle. Does a bigger bounce effect on appearance.

View Source
Declaration
AutoAttackOrDotCrit = 2

AutoAttackOrDotCritDh

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.

View Source
Declaration
AutoAttackOrDotCritDh = 3

Damage

Val1 in serif font, Text2 in sans-serif as subtitle with sans-serif Text1 to the left of the Val1.

View Source
Declaration
Damage = 4

DamageDh

Val1 in serif font, Text2 in sans-serif as subtitle with sans-serif Text1 to the left of the Val1. Does a bounce effect on appearance.

View Source
Declaration
DamageDh = 5

DamageCrit

Val1 in larger serif font with exclamation, with Text2 in sans-serif as subtitle with sans-serif Text1 to the left of the Val1. Does a bigger bounce effect on appearance.

View Source
Declaration
DamageCrit = 6

DamageCritDh

Val1 in even larger serif font with 2 exclamations, Text2 in sans-serif as subtitle with sans-serif Text1 to the left of the Val1. Does a large bounce effect on appearance. Does not scroll up or down the screen.

View Source
Declaration
DamageCritDh = 7

Miss

The text changes to DODGE under certain circumstances. All caps, serif MISS.

View Source
Declaration
Miss = 8

NamedMiss

Sans-serif Text1 next to all caps serif MISS.

View Source
Declaration
NamedMiss = 9

Dodge

All caps serif DODGE.

View Source
Declaration
Dodge = 10

NamedDodge

Sans-serif Text1 next to all caps serif DODGE.

View Source
Declaration
NamedDodge = 11

Buff

Icon next to sans-serif Text1.

View Source
Declaration
Buff = 12

Debuff

Icon next to sans-serif Text1.

View Source
Declaration
Debuff = 13

Exp

Serif Val1 with all caps condensed font EXP with Text2 in sans-serif as subtitle.

View Source
Declaration
Exp = 14

IslandExp

Serif Val1 with all caps condensed font ISLAND EXP with Text2 in sans-serif as subtitle.

View Source
Declaration
IslandExp = 15

Unknown16

Val1 in serif font next to all caps condensed font Text1 with Text2 in sans-serif as subtitle. Added in 7.2, usage currently unknown.

View Source
Declaration
Unknown16 = 16

Unknown17

Val1 in serif font, Text2 in sans-serif as subtitle. Added in 7.2, usage currently unknown.

View Source
Declaration
Unknown17 = 17

Unknown18

Val1 in serif font, Text2 in sans-serif as subtitle. Added in 7.2, usage currently unknown.

View Source
Declaration
Unknown18 = 18

MpDrain

Sans-serif Text1 next to serif Val1 with all caps condensed font MP with Text2 in sans-serif as subtitle.

View Source
Declaration
MpDrain = 19

NamedTp

Currently not used by the game. Sans-serif Text1 next to serif Val1 with all caps condensed font TP with Text2 in sans-serif as subtitle.

View Source
Declaration
NamedTp = 20

Healing

Val1 in serif font, Text2 in sans-serif as subtitle with sans-serif Text1 to the left of the Val1.

View Source
Declaration
Healing = 21

MpRegen

Sans-serif Text1 next to serif Val1 with all caps condensed font MP with Text2 in sans-serif as subtitle.

View Source
Declaration
MpRegen = 22

NamedTp2

Currently not used by the game. Sans-serif Text1 next to serif Val1 with all caps condensed font TP with Text2 in sans-serif as subtitle.

View Source
Declaration
NamedTp2 = 23

EpRegen

Sans-serif Text1 next to serif Val1 with all caps condensed font EP with Text2 in sans-serif as subtitle.

View Source
Declaration
EpRegen = 24

CpRegen

Sans-serif Text1 next to serif Val1 with all caps condensed font CP with Text2 in sans-serif as subtitle.

View Source
Declaration
CpRegen = 25

GpRegen

Sans-serif Text1 next to serif Val1 with all caps condensed font GP with Text2 in sans-serif as subtitle.

View Source
Declaration
GpRegen = 26

None

Displays nothing.

View Source
Declaration
None = 27

Invulnerable

All caps serif INVULNERABLE.

View Source
Declaration
Invulnerable = 28

Interrupted

All caps sans-serif condensed font INTERRUPTED! Does a large bounce effect on appearance. Does not scroll up or down the screen.

View Source
Declaration
Interrupted = 29

CraftingProgress

Val1 in serif font.

View Source
Declaration
CraftingProgress = 30

CraftingQuality

Val1 in serif font.

View Source
Declaration
CraftingQuality = 31

CraftingQualityCrit

Val1 in larger serif font with exclamation, with Text2 in sans-serif as subtitle. Does a bigger bounce effect on appearance.

View Source
Declaration
CraftingQualityCrit = 32

AutoAttackNoText3

Currently not used by the game. Val1 in serif font.

View Source
Declaration
AutoAttackNoText3 = 33

HealingCrit

CriticalHit with sans-serif Text1 to the left of the Val1 (2).

View Source
Declaration
HealingCrit = 34

NamedCriticalHitWithMp

Currently not used by the game. Same as DamageCrit with a MP in condensed font to the right of Val1. Does a jiggle effect to the right on appearance.

View Source
Declaration
NamedCriticalHitWithMp = 35

NamedCriticalHitWithTp

Currently not used by the game. Same as DamageCrit with a TP in condensed font to the right of Val1. Does a jiggle effect to the right on appearance.

View Source
Declaration
NamedCriticalHitWithTp = 36

DebuffNoEffect

Icon next to sans-serif Text1 with sans-serif "has no effect!" to the right.

View Source
Declaration
DebuffNoEffect = 37

BuffFading

Icon next to sans-serif slightly faded Text1.

View Source
Declaration
BuffFading = 38

DebuffFading

Icon next to sans-serif slightly faded Text1.

View Source
Declaration
DebuffFading = 39

Named

Text1 in sans-serif font.

View Source
Declaration
Named = 40

DebuffResisted

Icon next to sans-serif Text1 with sans-serif "(fully resisted)" to the right.

View Source
Declaration
DebuffResisted = 41

Incapacitated

All caps serif 'INCAPACITATED!'.

View Source
Declaration
Incapacitated = 42

FullyResisted

Text1 with sans-serif "(fully resisted)" to the right.

View Source
Declaration
FullyResisted = 43

HasNoEffect

Text1 with sans-serif "has no effect!" to the right.

View Source
Declaration
HasNoEffect = 44

HpDrain

Val1 in serif font, Text2 in sans-serif as subtitle with sans-serif Text1 to the left of the Val1.

View Source
Declaration
HpDrain = 45

NamedMp3

Currently not used by the game. Sans-serif Text1 next to serif Val1 with all caps condensed font MP with Text2 in sans-serif as subtitle.

View Source
Declaration
NamedMp3 = 46

NamedTp3

Currently not used by the game. Sans-serif Text1 next to serif Val1 with all caps condensed font TP with Text2 in sans-serif as subtitle.

View Source
Declaration
NamedTp3 = 47

DebuffInvulnerable

Icon next to sans-serif Text1 with serif "INVULNERABLE!" beneath the Text1.

View Source
Declaration
DebuffInvulnerable = 48

Resist

All caps serif RESIST.

View Source
Declaration
Resist = 49

LootedItem

Icon with an item icon outline next to sans-serif Text1.

View Source
Declaration
LootedItem = 50

Collectability

Val1 in serif font.

View Source
Declaration
Collectability = 51

CollectabilityCrit

Val1 in larger serif font with exclamation, with Text2 in sans-serif as subtitle. Does a bigger bounce effect on appearance.

View Source
Declaration
CollectabilityCrit = 52

Reflect

All caps serif REFLECT.

View Source
Declaration
Reflect = 53

Reflected

All caps serif REFLECTED.

View Source
Declaration
Reflected = 54

CraftingQualityDh

Val1 in serif font, Text2 in sans-serif as subtitle. Does a bounce effect on appearance.

View Source
Declaration
CraftingQualityDh = 55

CriticalHit4

Currently not used by the game. Val1 in larger serif font with exclamation, with Text2 in sans-serif as subtitle. Does a bigger bounce effect on appearance.

View Source
Declaration
CriticalHit4 = 56

CraftingQualityCritDh

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.

View Source
Declaration
CraftingQualityCritDh = 57

Extension Methods