﻿#EK NOTE: applied tasks to some of our positions

### Royal Architect Tasks ###

executioner_terrify_court = {
	court_position_types = { executioner_court_position bodyguard_court_position garuda_court_position akolouthos_court_position cherbi_court_position court_housecarl_court_position enforcer_court_position } #EK EDIT: added housecarl and enforcer

	# Monthly cost for the task
	cost = {
		round = no
		prestige = {
			add = {
				value = monthly_court_position_task_cost
				desc = COURT_POSITION_TASK_COST_BREAKDOWN_BASE
				format = "BASE_VALUE_FORMAT_DECIMALS_PLUS_NEGATIVE"
			}
		}
	}

	is_shown = {
		is_landed_or_landless_administrative = yes
	}

	scaling_employer_modifiers = {
		terrible = {
			courtier_and_guest_opinion = -1
			dread_baseline_add = 1
		}
		poor = {
			courtier_and_guest_opinion = -2
			dread_baseline_add = 2
		}
		average = {
			courtier_and_guest_opinion = -4
			dread_baseline_add = 4
		}
		good = {
			courtier_and_guest_opinion = -7
			dread_baseline_add = 7
		}
		excellent = {
			courtier_and_guest_opinion = -10
			dread_baseline_add = 10
		}
	}

	ai_will_do = {
		value = {
			add = ai_honor
			multiply = -1
			if = {
				limit = {
					government_has_flag = government_is_nomadic
				}
				add = 100
			}
		}
	}
}
