Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface VFXSingleAttackData

    interface VFXSingleAttackData {
        charge: VFXSingleAttackStep;
        impact: VFXSingleAttackStep;
        path: VFXBasePathPoint[];
        projectile: VFXSingleAttackStep & { speed?: number };
    }
    Index

    Properties

    projectile: VFXSingleAttackStep & { speed?: number }