Module veloren_common::comp::aura
source · Structs§
- Aura Applies a buff to entities in the radius if meeting conditions set forth in the aura system.
- Component holding all auras emitted by an entity.
- Auras affecting an entity
Enums§
- Information about whether aura addition or removal was requested. This to implement “on_add” and “on_remove” hooks for auras
- AuraKind is what kind of effect an aura applies Currently only buffs are implemented
- Variants of
AuraKind
without data - Used by the aura system to filter entities when applying an effect.