#"Good"
sp_air_scientist_xp_generic_reward = {
	fire_only_once = no
	
	threshold = { 
		min = 0
		max = 100
	}
	
	weight = {
		base = 1
	}
	
	option = {
		token = sp_air_scientist_xp_generic_reward_option
				
		iteration_output = {
			scientist_effects = {
				add_scientist_xp = {
					experience = constant:sp_scientist_xp_gain.very_high
					specialization = specialization_air
				}
			}
		}
	}
}

sp_air_generic_major_breakthrough_reward = {
	fire_only_once = no
	
	threshold = { 
		min = 0
		max = 100
	}
	
	weight = {
		base = 1
	}
	
	option = {
		token = sp_air_generic_major_breakthrough_reward_option
				
		iteration_output = {
			country_effects = {
				FROM = { add_project_progress_ratio = constant:sp_progress.gain.medium }
			}
		}
	}
}

sp_air_generic_aerodynamics_advancements_reward = {
	fire_only_once = no
	
	threshold = { 
		min = 0
		max = 100
	}
	
	weight = {
		base = 1
	}
	
	option = {
		token =sp_air_generic_avionics_advancements_reward_option
				
		iteration_output = {
			country_effects = {
				air_experience = 25
			}
		}
	}
}

sp_air_generic_discoveries_reward = {
	fire_only_once = no
	
	threshold = { 
		min = 0
		max = 100
	}
	
	weight = {
		base = 1
	}
	
	option = {
		token =sp_air_generic_avionics_advancements_reward_option
				
		iteration_output = {
			country_effects = {
				add_tech_bonus = {
					name = sp_air_generic_discoveries_reward
					bonus = 0.25
					uses = 1
					category = air_equipment
				} 
			}
		}
	}
}

# "Bad"
sp_air_political_interference_generic_reward = {
	fire_only_once = no
	
	threshold = { 
		min = 0
		max = 70
	}
	
	weight = {
		base = 0.5
		modifier = {
			factor = 2
			FROM = { has_government = var:fascism }
		}
	}
	
	option = {
		token = sp_air_minor_progress_generic_reward_option
				
		iteration_output = {
			country_effects = {
				FROM = { add_project_progress_ratio = constant:sp_progress.loss.low }
			}
		}
	}
}
