# If you add religions, and use those tags, do not change them without changing everywhere they are used.

# Uses all 'modifiers' possible thats exported as a Modifier.

christian = {

	catholic = {
		color = { 0.8 0.8 0 }
	
		allowed_conversion = {
			reformed
			protestant
		}
		province = {
			stability_cost = 20
		}
		country = {
			colonists = 1
			colonist_placement_chance = 0.2
			diplomats = 2
			missionaries = 0.25
			missionary_placement_chance = 0.1
			tolerance_heretic = -1
		}
		
		heretic = { BOGOMILIST WALDENSIAN FRATICELLI HUSSITE LOLLARD SOCINIAN }
		
		papacy = yes	#can play with papacy stuff..
		
	}

	protestant = {
		color = { 0 0 0.7 }
		allowed_conversion = {
			reformed
			catholic
			}
		province = {
			stability_cost = 30
		}
		country = {
			production_efficiency = 0.1
			global_tax_modifier = 0.1
			colonists =  0.5
			diplomats = 1
			missionaries = 0.2
			missionary_placement_chance = 0.1
			tolerance_heretic = 1
		}
		
		heretic = { PENTECOSTAL PURITAN CONGREGATIONALIST }
		
		date = 1517.10.31
		

	}

	reformed = {
		color = { 0.3 0.3 0.9 }
		allowed_conversion = {
			protestant
			catholic
		}
		province = {
			stability_cost = 30
		}
		country = {
			trade_efficiency = 0.1
			global_tax_modifier = -0.1
			colonists = 1
			global_colonial_growth = 0.1	# +10 people per year in colonies.
			diplomats = 1
			missionaries = 0.2
			missionary_placement_chance = 0.09
			tolerance_heretic = 1
		}
		
		heretic = { METHODIST BAPTIST QUAKER }
		
		date = 1536.5.1
	}

	orthodox = {
		color = { 0.7 0.5 0 }

		province = {
			stability_cost = 15
		}
		country = {
			colonists = 0.5
			missionaries = 0.25
			missionary_placement_chance = 0.1
		}
		
		heretic = { OLD_BELIEVER MOLOKAN DUKHOBOR KHLYST SKOPTSY ICONOCLAST }
	}
	
	crusade_name = CRUSADE
}

muslim = {
	sunni = {
		color = { 0 0.6 0 }
		province = {
			stability_cost = 20
			local_missionary_placement_chance = -0.04
		}
		country = {
			missionaries = 0.25
			missionary_placement_chance = 0.1
		}
		
		heretic = { BEKTASHI AHMADI ZIKRI YAZIDI SIKH }
		
	}

	shiite = {
		color = { 0 0.8 0 }
		province = {
			stability_cost = 20
			local_missionary_placement_chance = -0.04
		}
		country = {
			global_tax_modifier = -0.2
			land_morale = 0.5
			missionaries = 0.25
			missionary_placement_chance = 0.09
			tolerance_heathen = -1
		}
		
		heretic = { DRUZE HURUFI ZAIDI }
	}
	
	crusade_name = JIHAD
}

eastern = {
	buddhism = {
	
		color = { 0.8 0.3 0 }
		province = {
			stability_cost = 20
		}
		country = {
			global_tax_modifier = -0.2
			missionaries = 0.2
			missionary_placement_chance = 0.1
			tolerance_heretic = 2
		}
		
		heretic = { ZEN }
	}

	hinduism = {
		color = { 0 0.8 0.8 }
		province = {
			stability_cost = 25
		}
		country = {
			global_tax_modifier = 0.05
			missionaries = 0.2
			missionary_placement_chance = 0.117
			tolerance_heretic = 2
		}
		
		heretic = { BHAKTI SIKH }
	}

	confucianism = {
		color = { 0.8 0 0.8 }
		province = {
			stability_cost = 20
		}
		country = {
			global_tax_modifier = -0.5
			missionaries = 0.2
			missionary_placement_chance = 0.067
			tolerance_heretic = 2
		}
		heretic = { TAOIST }
	}

	shinto = {
		color = { 0.8 0 0 }
		province = {
			stability_cost = 15
			local_missionary_placement_chance = -0.03
			}
		country = {
			land_morale = 0.5
			global_tax_modifier = -0.2
			missionaries = 0.2
			missionary_placement_chance = 0.067
			tolerance_heathen = -1
		}
		heretic = { SHUGENDO }
	}
	
	crusade_name = CRUSADE
}

pagan = {
	animism = {
		color = { 0.5 0.0 0.0 }
		province = {
			stability_cost = 10
			local_missionary_cost = -0.5
		}
		country = {
			missionary_placement_chance = 0.167
			tolerance_heretic = 2
		}
		heretic = { BEAR_SPIRIT SNAKE_CLAN }
		
		annex = yes
	}
	shamanism = {
		color = { 0.5 0.3 0.3 }
		province = {
			stability_cost = 10
			local_missionary_cost = -0.5
		}
		country = {
			missionary_placement_chance = 0.167
			tolerance_heretic = 2
		}
		
		heretic = { GOAT_SKULL }
		
		annex = yes		
	}
	
	crusade_name = CRUSADE
}



