﻿drought = {
    effect_index = 1
}

flood = {
    effect_index = 2
}
summer = {
    effect_index = 3
}
snow = {
    effect_index = 4
    is_winter_effect = yes
}
autumn = {
	effect_index = 5
	
}
dry_autumn = {
	effect_index = 6

}
wet_autumn = {
	effect_index = 7

}
snownew = {
	effect_index = 8
	is_winter_effect = yes
}