﻿kCAFG_task_conversion_monthly_on_action = {
	trigger = {
		NOT = { has_variable = had_court_chaplain_task_side_effect }
		exists = cp:councillor_court_chaplain
	}

	random_events = {
		chance_to_happen = 2
		500 = 0
		#Bad side effects
		100 = kCAFG_court_chaplain_task_conversion.2001 #Resistance to conversion
		100 = kCAFG_court_chaplain_task_conversion.2002 #Resistance to conversion
		#Good side effects
		100 = kCAFG_court_chaplain_task_conversion.2101 #Improve County Opinion
		100 = kCAFG_court_chaplain_task_conversion.2102 #Increased Development
		100 = kCAFG_court_chaplain_task_conversion.2103 #Increased County Levies
	}
}

kCAFG_task_promote_culture_monthly_on_action = {
	trigger = {
		NOT = { has_variable = had_steward_task_side_effect }
		exists = cp:councillor_steward
	}

	random_events = {
		chance_to_happen = 2
		500 = 0
		#Bad side effects
		100 = kCAFG_steward_task_promote.3001 #Resistance to settlers
		100 = kCAFG_steward_task_promote.3002 #Resistance to administration
		#Good side effects
		100 = kCAFG_steward_task_promote.3101 #Improve County Opinion
		100 = kCAFG_steward_task_promote.3102 #Increased County Taxes
		100 = kCAFG_steward_task_promote.3103 #Increased County Levies
	}
}

kCAFG_task_accept_culture_monthly_on_action = {
	trigger = {
		NOT = { has_variable = had_steward_task_side_effect }
		exists = cp:councillor_steward
	}

	random_events = {
		chance_to_happen = 2
		300 = 0
		# Bad side effects
		100 = kCAFG_steward_task_accept.3201
		100 = kCAFG_steward_task_accept.3202
		100 = kCAFG_steward_task_accept.3203

		# Good side effects
		100 = kCAFG_steward_task_accept.3301
		100 = kCAFG_steward_task_accept.3302
		100 = kCAFG_steward_task_accept.3303
	}
}