<Definitions>

    <EffectBundle Name="TropicalStorm">
        <Effect Name="WTHR_TropicalStorm_Rain_CamAttached">
            <Conditions>
               <Seasons Allow="Autumn" />
               <Tracks Allow="800,806" />
            </Conditions>
        </Effect>
    </EffectBundle>
    
    <EffectBundle Name="DustStorm">    
        <Effect Name="WTHR_DustStorm_CamAttached">
            <Conditions>
               <Seasons Allow="Spring" />
               <Tracks Allow="800,806" />
            </Conditions>
        </Effect>
    </EffectBundle>
    
    <EffectBundle Name="TropicalStorm_Falcon">
        <Effect Name="WTHR_TropicalStorm_Falcon_CamAttached">
            <Conditions>
               <Seasons Allow="Autumn" />
               <Tracks Allow="808" />
            </Conditions>
        </Effect>
    </EffectBundle>
     
    <EffectBundle Name="DustStorm_Falcon">    
        <Effect Name="WTHR_DustStorm_Falcon_CamAttached">
            <Conditions>
               <Seasons Allow="Spring" />
               <Tracks Allow="808" />
            </Conditions>
        </Effect>
    </EffectBundle>
    
</Definitions>