domain_decision = {
	picture = "gfx/interface/illustrations/decisions/decision_major_religion.dds"
	title = "Infinite domain"
    desc = "9000 domain"
    selection_tooltip = "This will give you near infinte domain"
    confirm_text = "Okay"

	effect = {
		add_trait = infinite_domain
	}

	ai_check_interval = 0
}

control_decision = {
	picture = "gfx/interface/illustrations/decisions/decision_major_religion.dds"
	title = "Instant control"
    desc = "1000% control multilpier"
    selection_tooltip = "This will give you max control in 1 month"
    confirm_text = "Okay"

	effect = {
		add_trait = instant_control
	}

	ai_check_interval = 0
}

domain_removal_decision = {
	picture = "gfx/interface/illustrations/decisions/decision_major_religion.dds"
	title = "Remove Infinite domain"
    desc = "remove 9000 domain"
    selection_tooltip = "Strip yourself of your dictatorship"
    confirm_text = "Okay"
	
	effect = {
		remove_trait = infinite_domain
	}

	ai_check_interval = 0
}

control_removal_decision = {
	picture = "gfx/interface/illustrations/decisions/decision_major_religion.dds"
	title = "Remove Max Control"
    desc = "remove instant control"
    selection_tooltip = "Strip yourself of your absolute control"
    confirm_text = "Okay"	
	
	effect = {
		remove_trait = instant_control
	}

	ai_check_interval = 0
}