﻿# Quartermaster Tasks

# Organize Marches
quartermaster_task_organize_marches = {
	court_position_types = { 
		quartermaster_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 = { movement_speed = 0.01 }	
		poor = { movement_speed = 0.05 }		
		average = { movement_speed = 0.08 }	
		good = { movement_speed = 0.10 }		
		excellent = { movement_speed = 0.15 }	
	}
	

	ai_will_do = {
		value = 30
	}
}

# Survey Routes
quartermaster_task_survey_routes = {
	court_position_types = { 
		quartermaster_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 = {character_travel_speed_mult = 0.01}		
		poor = { character_travel_speed_mult = 0.05 }		
		average = { character_travel_speed_mult = 0.08 }	
		good = { character_travel_speed_mult = 0.10	}		
		excellent = { character_travel_speed_mult = 0.15 }	
	}


	ai_will_do = {
		value = 30
	}
}

# Streamline Supply
quartermaster_task_streamline_supply = {
	court_position_types = { 
		quartermaster_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 = { 	army_maintenance_mult = -0.010 }	
		poor = { 	army_maintenance_mult = -0.015 }		
		average = { 	army_maintenance_mult = -0.030 }	
		good = { 	army_maintenance_mult = -0.050 }		
		excellent = { 	army_maintenance_mult = -0.070 }	
	}


	ai_will_do = {
		value = 30
	}
}