increased_tariffs_triggered_modifier = {
	potential = {
		always = yes
	}

	trigger = {
		OR = {
			num_of_colonists = 1
			can_be_overlord = pirate_brotherhood_vassal
			can_be_overlord = persian_satrapy
		}
	}

	global_tariffs = 0.5
}

persian_satrapies_increased_tariffs_triggered_modifier = {
	potential = {
		can_be_overlord = persian_satrapy
		NOT = { colony = 1 }
	}

	trigger = {
		NOT = { num_of_colonists = 1 }
		NOT = { colony = 1 }
		has_subject_of_type = persian_satrapy
	}

	global_tariffs = 0.5
}

has_5_pirate_brotherhood_vassals_triggered_modifier = {
	potential = {
		can_be_overlord = pirate_brotherhood_vassal
	}

	trigger = {
		calc_true_if = {
			all_subject_country = {
				is_subject_of_type = pirate_brotherhood_vassal
			}
			amount = 5
		}
	}

	navy_tradition = 0.25
	global_ship_cost = -0.1
	ship_durability = 0.1
}

has_3_dominions_in_trade_company_region_triggered_modifier = {
	potential = {
		has_dlc = "Mandate of Heaven"
		current_age = age_of_absolutism
		OR = {
			ai = no
			AND = {
				NOT = { has_dlc = "Wealth of Nations" }
				NOT = { has_dlc = "Dharma" }
			}
		}
	}

	trigger = {
		NOT = { num_of_trade_companies = 3 }
		custom_trigger_tooltip = {
			tooltip = HAS_AT_LEAST_3_DOMINIONS_OR_AUTONOMOUS_DOMINIONS_IN_TRADE_COMPANY_REGIONS
			calc_true_if = {
				all_subject_country = {
					is_any_dominion_subject = yes
					is_dominion_tag = yes
				}
				amount = 3
			}
		}
	}

	monthly_splendor = 2
}

dutch_provinces_reform_1_overlord = {
	potential = {
		OR = {
			has_country_flag = united_the_dutch_provinces
			has_subject_of_type = dutch_province_subject
		}
	}

	trigger = {
		custom_trigger_tooltip = {
			tooltip = HAS_DUTCH_PROVINCES_REFORM_1
			has_global_flag = dutch_province_subject_no_internal_war
		}
	}

	legitimacy = 0.5
	devotion = 0.5
	horde_unity = 0.5
	meritocracy = 0.5
	republican_tradition = 0.25
}

dutch_provinces_reform_1_subject = {
	potential = {
		is_subject_of_type = dutch_province_subject
	}

	trigger = {
		custom_trigger_tooltip = {
			tooltip = HAS_DUTCH_PROVINCES_REFORM_1
			has_global_flag = dutch_province_subject_no_internal_war
		}
	}

	diplomatic_reputation = 1
}

dutch_provinces_reform_2_overlord = {
	potential = {
		OR = {
			has_country_flag = united_the_dutch_provinces
			has_subject_of_type = dutch_province_subject
		}
	}

	trigger = {
		custom_trigger_tooltip = {
			tooltip = HAS_DUTCH_PROVINCES_REFORM_2
			has_global_flag = dutch_province_subject_no_external_war
		}
	}

	ae_impact = -0.1
	land_maintenance_modifier = -0.1
}

dutch_provinces_reform_2_subject = {
	potential = {
		is_subject_of_type = dutch_province_subject
	}

	trigger = {
		custom_trigger_tooltip = {
			tooltip = HAS_DUTCH_PROVINCES_REFORM_2
			has_global_flag = dutch_province_subject_no_external_war
		}
	}

	development_cost = -0.1
	build_cost = -0.1
}

dutch_provinces_reform_3_overlord = {
	potential = {
		OR = {
			has_country_flag = united_the_dutch_provinces
			has_subject_of_type = dutch_province_subject
		}
	}

	trigger = {
		custom_trigger_tooltip = {
			tooltip = HAS_DUTCH_PROVINCES_REFORM_3
			has_global_flag = dutch_province_subject_no_leader_election
		}
	}

	diplomatic_upkeep = 1
	culture_conversion_cost = -0.1
}

dutch_provinces_reform_3_subject = {
	potential = {
		is_subject_of_type = dutch_province_subject
	}

	trigger = {
		custom_trigger_tooltip = {
			tooltip = HAS_DUTCH_PROVINCES_REFORM_3
			has_global_flag = dutch_province_subject_no_leader_election
		}
	}

	global_trade_power = 0.1
}

is_tributary_state_triggered_modifier = {
	potential = {
		is_subject_of_type = tributary_state
	}

	trigger = {
		is_subject_of_type = tributary_state
	}

	trade_efficiency = 0.15
}

overlord_has_administrative_region_triggered_modifier = {
	potential = {
		is_subject = yes
		NOT = { is_subject_of_type = administrative_region }
		is_subject_type_that_pays_vassal_tax = yes
		overlord = {
			has_subject_of_type = administrative_region
		}
	}

	trigger = {
		NOT = { liberty_desire = 50 }
	}

	global_tax_modifier = 0.15
}