Table of Contents

Enum AbilityType

Namespace
FishMMO.Shared
Assembly
FishMMO.Shared.dll

Represents the type of ability, such as physical or magical, and whether it is grounded or aerial. Also drives animation triggers via CharacterAnimationController.

public enum AbilityType

Fields

AerialMagic = 6

Aerial magical ability type.

AerialPhysical = 5

Aerial physical ability type.

Block = 7

Block ability — raises shield/guard. Triggers SetBlocking(true) on start, SetBlocking(false) on cancel.

GroundedMagic = 4

Grounded magical ability type.

GroundedPhysical = 3

Grounded physical ability type.

Magic = 2

Magical ability type (spell, heal, AoE blast, etc.). Triggers Cast animation.

None = 0

No ability type.

Physical = 1

Physical ability type (melee strike, weapon swing, etc.). Triggers Attack animation.

Roll = 8

Roll/dodge ability — evasive movement. Triggers Roll animation.