country_decisions = {


	kingdom_of_jerusalem = {
		potential = {
			NOT = { exists = KOJ }
			religion = catholic
			government = monarchy
			owns = 379
			NOT = { is_religion_enabled = protestant }
		}
		allow = {
			war = no
			papal_influence = 0.1
			379 = { religion = catholic }
		}
		effect = {
			prestige = 0.25
			KOJ = { add_core = 379 }
			release = KOJ

		}
		ai_will_do = {
			factor = 0
		}
	}
}