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

    Interface _VFXSingleAttackData

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

    Properties

    projectile: VFXSingleAttackStep & { speed?: number }