Out: {
    delay: SizeBounds;
    duration: SizeBounds;
}

Type declaration

  • delay: SizeBounds

    The minimum and maximum delay before the wind eases off.

    { min: 1000, max: 10000 }
    
  • duration: SizeBounds

    The minimum and maximum duration of the wind gusts.

    { min: 5000, max: 10000 }