﻿secrets_task_gather_whispers = {
	court_position_types = { 
		keeper_of_secrets_court_position
	}
	cost = {
		round = no
		gold = {
			add = {
				value = monthly_court_position_task_cost
				desc = COURT_POSITION_TASK_COST_BREAKDOWN_BASE
				format = "BASE_VALUE_FORMAT_DECIMALS_PLUS_NEGATIVE"
			}
		}
	}
	employee_modifier = {
		monthly_prestige = minor_court_position_task_prestige_salary
	}

	scaling_employer_modifiers = {
		terrible = { hostile_scheme_phase_duration_add = -1 }
		poor = { hostile_scheme_phase_duration_add = -2 }
		average = { hostile_scheme_phase_duration_add = -4 }
		good = { hostile_scheme_phase_duration_add = -6 }
		excellent = { hostile_scheme_phase_duration_add = -8 }
	}

	ai_will_do = {
		value = 30
	}
}

secrets_task_disrupt_plots = {
	court_position_types = { 
		keeper_of_secrets_court_position
	}
	cost = {
		round = no
		gold = {
			add = {
				value = monthly_court_position_task_cost
				desc = COURT_POSITION_TASK_COST_BREAKDOWN_BASE
				format = "BASE_VALUE_FORMAT_DECIMALS_PLUS_NEGATIVE"
			}
		}
	}
	employee_modifier = {
		monthly_prestige = minor_court_position_task_prestige_salary
	}
	
		scaling_employer_modifiers = {
		terrible = {	enemy_hostile_scheme_success_chance_add = -1	}
		poor = {		enemy_hostile_scheme_success_chance_add = -2	}
		average = {		enemy_hostile_scheme_success_chance_add = -3	}
		good = {		enemy_hostile_scheme_success_chance_add = -4	}
		excellent = {	enemy_hostile_scheme_success_chance_add = -5	}
	}

	ai_will_do = {
		value = 30
	}
}

secrets_task_weave_intrigues = {
	court_position_types = { 
		keeper_of_secrets_court_position
	}
	cost = {
		round = no
		gold = {
			add = {
				value = monthly_court_position_task_cost
				desc = COURT_POSITION_TASK_COST_BREAKDOWN_BASE
				format = "BASE_VALUE_FORMAT_DECIMALS_PLUS_NEGATIVE"
			}
		}
	}
	employee_modifier = {
		monthly_prestige = minor_court_position_task_prestige_salary
	}


	scaling_employer_modifiers = {
		terrible = { intrigue = 1 }
		poor = { intrigue = 2 }
		average = { intrigue = 3 }
		good = { intrigue = 4 }
		excellent = { intrigue = 5 }
	}

	ai_will_do = {
		value = 30
	}
}