########################
# DISEASES/ILLNESSES
########################

ill = {
	is_health = yes
	is_illness = yes
	customizer = no

	opposites = {
		pneumonic
	}

	martial = -1

	fertility = -0.1
	health = -3

	combat_rating = -10 # old value: -1

	male_insult = INSULT_INVALID
	female_insult = INSULT_INVALID
	child_insult = INSULT_INVALID
	male_insult_adj = INSULT_SICKLY
	female_insult_adj = INSULT_SICKLY
	child_insult_adj = INSULT_SICKLY
}

infection = {
	is_health = yes
	is_illness = yes
	succession_gfx = yes
	customizer = no

	combat_rating = -10 # old value: -1

	martial_penalty = -3
	intrigue_penalty = -3
	diplomacy_penalty = -3
	stewardship_penalty = -3
	learning_penalty = -3

	health_penalty = -2

	sex_appeal_opinion = -10

	male_insult = INSULT_INVALID
	female_insult = INSULT_INVALID
	child_insult = INSULT_INVALID
	male_insult_adj = INSULT_SICKLY
	female_insult_adj = INSULT_SICKLY
	child_insult_adj = INSULT_SICKLY
}

leper = {
	is_health = yes
	is_illness = yes
	customizer = no

	general_opinion = -20

	combat_rating = -25 # old value: -2

	fertility_penalty = -0.95
	health_penalty = -1.5

	sex_appeal_opinion = -15

	male_insult = INSULT_LEPER
	female_insult = INSULT_LEPER
	male_insult_adj = INSULT_UNCLEAN
	female_insult_adj = INSULT_UNCLEAN
	child_insult_adj = INSULT_UGLY
}

pneumonic = {
	is_health = yes
	is_illness = yes
	customizer = no

	opposites = {
		ill
	}

	combat_rating = -35 # old value: -3

	martial_penalty = -2
	intrigue_penalty = -2
	diplomacy_penalty = -2
	stewardship_penalty = -2
	learning_penalty = -2

	fertility_penalty = -0.5
	health_penalty = -5

	male_insult = INSULT_INVALID
	female_insult = INSULT_INVALID
	child_insult = INSULT_INVALID
	male_insult_adj = INSULT_SICKLY
	female_insult_adj = INSULT_SICKLY
	child_insult_adj = INSULT_SICKLY
}

great_pox = {
	is_health = yes
	is_illness = yes
	customizer = no

	inherit_chance = 10

	general_opinion = -5

	martial_penalty = -1
	intrigue_penalty = -1
	diplomacy_penalty = -1
	stewardship_penalty = -1
	learning_penalty = -1

	fertility_penalty = -0.2
	health_penalty = -2

	sex_appeal_opinion = -10

	male_insult_adj = INSULT_SYPHILITIC
	female_insult_adj = INSULT_SYPHILITIC
	child_insult_adj = INSULT_UGLY
}

# Reaper diseases
cancer = {
	is_health = yes
	is_illness = yes
	customizer = no

	fertility_penalty = -0.20
	health_penalty = -3

	male_insult = INSULT_INVALID
	female_insult = INSULT_INVALID
	child_insult = INSULT_INVALID
	male_insult_adj = INSULT_WITHERING
	female_insult_adj = INSULT_WITHERING
	child_insult_adj = INSULT_WITHERING
}

dysentery = {
	is_health = yes
	is_illness = yes
	customizer = no

	combat_rating = -20 # old value: -2

	martial_penalty = -3
	intrigue_penalty = -3

	fertility_penalty = -0.25
	health_penalty = -4

	sex_appeal_opinion = -15

	male_insult_adj = INSULT_PUTRID
	female_insult_adj = INSULT_PUTRID
	child_insult_adj = INSULT_PUTRID
}

flu = { # CleanSlate: Shouldn't this be an epidemic?
	is_health = yes
	is_illness = yes
	customizer = no

	combat_rating = -10 # old value: -1

	martial_penalty = -1
	intrigue_penalty = -1
	diplomacy_penalty = -1
	stewardship_penalty = -1
	learning_penalty = -1

	health_penalty = -2

	sex_appeal_opinion = -10

	male_insult_adj = INSULT_SICKLY
	female_insult_adj = INSULT_SICKLY
	child_insult_adj = INSULT_SICKLY
}

food_poisoning = {
	is_health = yes
	is_illness = yes
	customizer = no

	combat_rating = -10 # old value: -1

	martial_penalty = -2
	intrigue_penalty = -2
	diplomacy_penalty = -2
	stewardship_penalty = -2
	learning_penalty = -2

	fertility_penalty = -0.5
	health_penalty = -3

	sex_appeal_opinion = -15

	male_insult_adj = INSULT_PUTRID
	female_insult_adj = INSULT_PUTRID
	child_insult_adj = INSULT_PUTRID
}

gout = {
	is_health = yes
	is_illness = yes
	customizer = no

	combat_rating = -20 # old value: -2

	martial_penalty = -1
	stewardship_penalty = -2

	health_penalty = -2

	male_insult = INSULT_INVALID
	female_insult = INSULT_INVALID
	child_insult = INSULT_INVALID
	male_insult_adj = INSULT_LIMPING
	female_insult_adj = INSULT_LIMPING
	child_insult_adj = INSULT_LIMPING
}

rabies = {
	is_health = yes
	is_illness = yes
	customizer = no

	combat_rating = 30 # old value: 3

	intrigue_penalty = -3
	diplomacy_penalty = -3
	stewardship_penalty = -2
	learning_penalty = -2

	health_penalty = -7

	sex_appeal_opinion = -20
	vassal_opinion = -5

	ai_rationality = -50

	male_insult = INSULT_MANIAC
	female_insult = INSULT_MANIAC
	child_insult = INSULT_MANIAC
	male_insult_adj = INSULT_RABID
	female_insult_adj = INSULT_RABID
	child_insult_adj = INSULT_RABID
}

scurvy = {
	is_health = yes
	is_illness = yes
	customizer = no

	combat_rating = -20 # old value: -2

	martial_penalty = -1
	intrigue_penalty = -1
	diplomacy_penalty = -1
	stewardship_penalty = -1
	learning_penalty = -1

	health_penalty = -3

	male_insult_adj = INSULT_SICKLY
	female_insult_adj = INSULT_SICKLY
	child_insult_adj = INSULT_SICKLY
}
