In: {
    additionalStrength: SizeBounds;
    delay: SizeBounds;
    duration: SizeBounds;
}

Type declaration

  • additionalStrength: SizeBounds

    The minimum and maximum strength to add to the wind gusts.

    { min: 1, max: 3 }
    
  • delay: SizeBounds

    The minimum and maximum delay before the wind eases off.

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

    The minimum and maximum duration of the wind gusts.

    { min: 1000, max: 3000 }