song = {
    name = "tourofvenice.ogg"
    song_name = "Tour of Venice"
    
    chance = {
        factor = 2
        modifier = {
            factor = 0
            is_patrician = no
        }       
    }
    volume = 0.48
}
song = {
    name = "sanctuary.ogg"
    song_name = "Sanctuary"
    
    chance = {
        factor = 2
        modifier = {
            factor = 0
            is_patrician = no
        }       
    }
    volume = 0.48
}
song = {
    name = "themadman.ogg"
    song_name = "The Mad Men"
    
    chance = {
        factor = 2
        modifier = {
            factor = 0
            is_patrician = no
        }       
    }
    volume = 0.48
}
song = {
    name = "dreamsofvenice.ogg"
    song_name = "Dreams of Venice"
    
    chance = {
        factor = 2
        modifier = {
            factor = 0
            is_patrician = no
			NOT = { culture = italian }
			NOT = { culture = roman }
			NOT = { culture = greek }
        }       
    }
    volume = 0.48
}
song = {
	name = "florentinetarantella.ogg"
	song_name = "Florentine Tarantella"
	
	chance = {
		factor = 2
		modifier = {
			factor = 0 
	   		NOT = { culture = italian }
			NOT = { culture = roman }
		}		
	}
	volume = 0.48
}
song = {
	name = "cityofrome.ogg"
	song_name = "City of Rome"
	
	chance = {
		factor = 2
		modifier = {
			factor = 0 
	   		NOT = { religion_group = christian }
		}		
	}
	volume = 0.48
}
song = {
	name = "echoesoftheromanruins.ogg"
	song_name = "Echoes of the Roman Ruins"
	
	chance = {
		factor = 2
		modifier = {
			factor = 0 
	   		NOT = { religion_group = christian }
		}		
	}
	volume = 0.48
}
song = {
	name = "welcometoconstantinople.ogg"
	song_name = "Welcome to Constantinople"
	
	chance = {
		factor = 2
		modifier = {
			factor = 0 
	   		NOT = { culture_group = byzantine }
			NOT = { culture = roman }
			NOT = { culture = turkish }
		}		
	}
	volume = 0.48
}
song = {
	name = "thecrossroadsoftheworld.ogg"
	song_name = "The Crossroads of the World"
	
	chance = {
		factor = 2
		modifier = {
			factor = 0 
	   		NOT = { culture_group = byzantine }
			NOT = { culture_group = arabic }
			NOT = { culture = turkish }
		}		
	}
	volume = 0.48
}
song = {
	name = "byzantium.ogg"
	song_name = "Byzantium"
	
	chance = {
		factor = 2
		modifier = {
			factor = 0 
	   		NOT = { culture_group = byzantine }
			NOT = { culture = roman }
		}		
	}
	volume = 0.48
}
song = {
	name = "istanbul.ogg"
	song_name = "Istanbul"
	
	chance = {
		factor = 2
		modifier = {
			factor = 0 
	   		NOT = { culture_group = byzantine }
			NOT = { culture = turkish }
		}		
	}
	volume = 0.48
}