# This file holds the diseases from before The Reaper's due, with all the old values
# note the "rip = no" -- this will exclude a disease from The Reaper's Due disease database, so that we can have both versions of the disease
# if "rip" is not specified, the disease will be available in both version (with the same values in both) and doesn't need to be set twice

tuberculosis = {
	rip = no
	contagiousness = 0.3
	outbreak_chance = 0.02
	effect = {
		city_tax_modifier = -0.5
		supply_limit = -4
		max_attrition = 0.05
	}
	icon = 1
	tooltip = TUBERCULOSIS_INFO
	months = 30
	trait = has_tuberculosis
	always_get_message = no
	color = { 84 171 176 }

	timeperiod = {
		start_date = 769.1.1
		end_date = 1452.1.1		

		one_only = no
	}
}

typhoid_fever = {
	rip = no
	contagiousness = 0.3
	outbreak_chance = 0.02
	effect = {
		city_tax_modifier = -0.5
		supply_limit = -4
		max_attrition = 0.075
	}
	icon = 2
	tooltip = TYPHOID_FEVER_INFO
	months = 30
	trait = has_typhoid_fever
	always_get_message = no
	color = { 77 140 107 }
	
	timeperiod = {
		start_date = 769.1.1
		end_date = 1452.1.1

		one_only = no
	}
}

typhus = {
	rip = no
	contagiousness = 0.5
	outbreak_chance = 0.08
	effect = {
		city_tax_modifier = -0.5
		supply_limit = -4
		max_attrition = 0.075
	}
	icon = 3
	tooltip = TYPHUS_INFO
	months = 10
	trait = has_typhus
	always_get_message = no
	color = { 161 191 42 }
	
	timeperiod = {
		start_date = 769.1.1
		end_date = 1452.1.1

		one_only = no
	}
}

bubonic_plague = {
	rip = no
	contagiousness = 0.95
	outbreak_chance = 0.16
	effect = {
		city_tax_modifier = -0.9
		supply_limit = -16
		max_attrition = 0.2
	}
	icon = 4
	tooltip = BUBONIC_PLAGUE_INFO
	months = 36
	trait = has_bubonic_plague
	always_get_message = yes
	color = { 0 0 0 }

	timeperiod = {
		start_date = 1300.1.1
		end_date = 1400.1.1

		one_only = no
	}
}

measles = {
	rip = no
	contagiousness = 0.6
	outbreak_chance = 0.08
	effect = {
		city_tax_modifier = -0.5
		supply_limit = -4
		max_attrition = 0.05
	}
	icon = 5
	tooltip = MEASLES_INFO
	months = 18
	trait = has_measles
	always_get_message = no
	color = { 201 111 112 }
	
	timeperiod = {
		start_date = 769.1.1
		end_date = 1452.1.1

		one_only = no
	}
}

small_pox = {
	rip = no
	contagiousness = 0.5
	outbreak_chance = 0.16
	effect = {
		city_tax_modifier = -0.25
		supply_limit = -4
		max_attrition = 0.05
	}
	icon = 6
	tooltip = SMALL_POX_INFO
	months = 8
	trait = has_small_pox
	always_get_message = no
	color = { 179 102 132 }
	
	timeperiod = {
		start_date = 769.1.1
		end_date = 1452.1.1

		one_only = no
	}
}

syphilis = {
	rip = no
	contagiousness = 0.5
	outbreak_chance = 0.16
	effect = {
		city_tax_modifier = -0.5
		supply_limit = -4
		max_attrition = 0.05
	}
	icon = 6
	tooltip = AZTEC_DISEASE_INFO
	months = 8
	trait = has_aztec_disease
	always_get_message = no
	color = { 207 144 89 }
	
	active = no
	
	timeperiod = {
		start_date = 769.1.1
		end_date = 1452.1.1

		one_only = no
	}
}
