English Missions.txt

(19 KB) Pobierz
conquer_ireland = {
	
	type = country

	category = MIL
	ai_mission = yes
	
	allow = {
		normal_or_historical_nations = yes
		OR = {
			tag = ENG
			tag = GBR
		}
		is_subject = no
		is_year = 1536
		owns = 373
		eastern_ireland_area = {
			NOT = { owned_by = ROOT }
		}
		western_ireland_area = {
			NOT = { owned_by = ROOT }
		}
		NOT = { has_country_modifier = british_ambition }
	}
	abort = {
		is_subject = yes
	}
	success = {
		eastern_ireland_area = {
			type = all
			owned_by = ROOT
		}
		western_ireland_area = {
			type = all
			owned_by = ROOT
		}
	}
	chance = {
		factor = 3000
		modifier = {
			factor = 2
			mil = 4
		}
		modifier = {
			factor = 2
			mil = 5
		}
	}
	immediate = {
		eastern_ireland_area = {
			add_claim = ROOT
		}
		western_ireland_area = {
			add_claim = ROOT
		}
	}
	abort_effect = {
		eastern_ireland_area = {
			if = {
				limit = {
					NOT = {
						is_permanent_claim = ROOT
					}
				}
				remove_claim = ROOT
			}
		}
		western_ireland_area = {
			if = {
				limit = {
					NOT = {
						is_permanent_claim = ROOT
					}
				}
				remove_claim = ROOT
			}
		}
	}
	effect = {
		add_country_modifier = {
			name = "british_ambition"
			duration = 3650
		}
	}
}


conquer_scotland = {
	
	type = country

	category = MIL
	ai_mission = yes
	
	target_provinces = {
		OR = {
			area = highlands_area
			area = lowlands_area
		}
		owned_by = SCO
	}
	allow = {
		normal_or_historical_nations = yes
		OR = {
			tag = ENG
			tag = GBR
		}
		is_subject = no
		is_year = 1603
		SCO = {
			is_subject = no
			NOT = { alliance_with = ROOT }
			OR = {
				highlands_area = { owned_by = SCO }
				lowlands_area = { owned_by = SCO }
			}
		}
		NOT = { has_opinion = { who = SCO value = 50 } }
		NOT = { has_country_modifier = british_ambition }
	}
	abort = {
		OR = {
			is_subject = yes
			SCO = { is_subject_of = ROOT }
			any_target_province = {
				NOT = { owned_by = ROOT }
				NOT = { owned_by = SCO }
			}
		}
	}
	success = {
		NOT = { exists = SCO }
		all_target_province = {
			owned_by = ROOT
		}
	}
	chance = {
		factor = 3000
		modifier = {
			factor = 2
			mil = 4
		}
		modifier = {
			factor = 2
			mil = 5
		}
	}
	immediate = {
		every_target_province = {
			add_claim = ROOT
		}
	}
	abort_effect = {
		every_target_province = {
			if = {
				limit = {
					NOT = {
						is_permanent_claim = ROOT
					}
				}
				remove_claim = ROOT
			}
		}
	}
	effect = {
		add_country_modifier = {
			name = "british_ambition"
			duration = 3650
		}
	}
}


vassalize_scotland = {
	
	type = country

	category = MIL
	ai_mission = yes
	
	allow = {
		normal_or_historical_nations = yes
		OR = {
			tag = ENG
			tag = GBR
		}
		is_subject = no
		exists = SCO
		SCO = {
			is_subject = no
			NOT = { num_of_cities = ROOT }
			NOT = { total_development = 71 }
			NOT = { government = imperial_city }
		}
	}
	abort = {
		OR = {
			is_subject = yes
			NOT = { exists = SCO }
			SCO = { is_subject = yes }
			NOT = {
				has_casus_belli = {
					type = cb_vassalize_mission
					target = SCO
				}
			}
		}
	}
	success = {
		SCO = { vassal_of = ROOT }
	}
	chance = {
		factor = 3000
		modifier = {
			factor = 2
			MIL = 4
		}
		modifier = {
			factor = 2
			MIL = 5
		}
	}
	immediate = {
		add_casus_belli = {
			type = cb_vassalize_mission
			months = 300
			target = SCO
		}
	}
	abort_effect = {
		remove_casus_belli = {
			type = cb_vassalize_mission
			target = SCO
		}
	}
	effect = {
		add_prestige = 10
		hidden_effect = {
			remove_casus_belli = {
				type = cb_vassalize_mission
				target = SCO
			}
		}
	}
}


england_discovers_north_america = {
	
	type = country

	category = DIP
	
	allow = {
		normal_or_historical_nations = yes
		OR = {
			tag = ENG
			tag = GBR
		}
		has_idea = quest_for_the_new_world
		num_of_ports = 3
		num_of_heavy_ship = 1
		northeast_america_region = { range = ROOT }
		NOT = { northeast_america_region = { has_discovered = ROOT } }
	}
	abort = {
		OR = {
			NOT = { has_idea = quest_for_the_new_world }
			NOT = { num_of_ports = 1 }
		}
	}
	success = {
		northeast_america_region = { has_discovered = ROOT }
	}
	chance = {
		factor = 2000
		modifier = {
			factor = 2
			has_idea = land_of_opportunity
		}
		modifier = {
			factor = 2
			has_idea = colonial_ventures
		}
		modifier = {
			factor = 2
			num_of_ports = 10
		}
		modifier = {
			factor = 2
			num_of_ports = 20
		}
	}
	effect = {
		add_dip_power = 25
		add_country_modifier = {
			name = "colonial_enthusiasm"
			duration = 1875
		}
	}
}


english_colony_in_north_america = {
	
	type = country

	category = DIP
	
	allow = {
		normal_or_historical_nations = yes
		OR = {
			tag = ENG
			tag = GBR
		}
		NOT = { has_country_modifier = colonial_enthusiasm }
		num_of_colonists = 1
		num_of_ports = 3
		northeast_america_region = {
			has_discovered = ROOT
			is_empty = yes
			range = ROOT
			OR = {
				NOT = { religion = catholic }
				is_religion_grant_colonial_claim = no
				is_religion_grant_colonial_claim = ROOT
			}
		}
		NOT = { northeast_america_region = { owned_by = ROOT } }
		NOT = {
			northeast_america_region = {
				owner = {
					is_subject_of = ROOT
				}
			}
		}
	}
	abort = {
		OR = {
			NOT = { num_of_ports = 1 }
			AND = {
				NOT = { northeast_america_region = { is_empty = yes } }
				NOT = { northeast_america_region = { owned_by = ROOT } }
			}
		}
	}
	success = {
		northeast_america_region = {
			owned_by = ROOT
			colonysize = 400
		}
	}
	chance = {
		factor = 2000
		modifier = {
			factor = 2
			has_idea = land_of_opportunity
		}
		modifier = {
			factor = 2
			has_idea = colonial_ventures
		}
		modifier = {
			factor = 2
			num_of_colonists = 2
		}
		modifier = {
			factor = 2
			num_of_colonists = 3
		}
	}
	effect = {
		add_country_modifier = {
			name = "colonial_enthusiasm"
			duration = 1875
		}
	}
}


england_discovers_the_carribean = {
	
	type = country

	category = DIP
	
	allow = {
		normal_or_historical_nations = yes
		OR = {
			tag = ENG
			tag = GBR
		}
		num_of_ports = 3
		has_idea = quest_for_the_new_world
		NOT = { has_country_modifier = colonial_enthusiasm }
		northeast_america_region = { has_discovered = ROOT }
		carribeans_region = { range = ROOT }
		NOT = { carribeans_region = { has_discovered = ROOT } }
	}
	abort = {
		OR = {
			NOT = { has_idea = quest_for_the_new_world }
			NOT = { num_of_ports = 1 }
		}
	}
	success = {
		carribeans_region = { has_discovered = ROOT }
	}
	chance = {
		factor = 2000
		modifier = {
			factor = 2
			has_idea = land_of_opportunity
		}
		modifier = {
			factor = 2
			has_idea = colonial_ventures
		}	
	}
	effect = {
		add_country_modifier = {
			name = "colonial_enthusiasm"
			duration = 3650
		}
	}
}


english_colony_in_the_carribean = {
	
	type = country

	category = DIP
	
	allow = {
		normal_or_historical_nations = yes
		OR = {
			tag = ENG
			tag = GBR
		}
		num_of_colonists = 1
		num_of_ports = 3
		NOT = { has_country_modifier = colonial_enthusiasm }
		colonial_the_carribean = {
			has_discovered = ROOT
			is_empty = yes
			range = ROOT
			OR = {
				ROOT = { NOT = { religion = catholic } }
				is_religion_grant_colonial_claim = no
				is_religion_grant_colonial_claim = ROOT
			}
		}
		NOT = { colonial_the_carribean = { owned_by = ROOT } }
		NOT = {
			colonial_the_carribean = {
				owner = {
					is_subject_of = ROOT
				}
			}
		}
	}
	abort = {
		OR = {
			NOT = { num_of_ports = 1 }
			AND = {
				NOT = { colonial_the_carribean = { is_empty = yes } }
				NOT = { colonial_the_carribean = { owned_by = ROOT } }
			}
		}
	}
	success = {
		colonial_the_carribean = {
			owned_by = ROOT
			colonysize = 400
		}
	}
	chance = {
		factor = 2000
		modifier = {
			factor = 2
			has_idea = land_of_opportunity
		}
		modifier = {
			factor = 2
			has_idea = colonial_ventures
		}
		modifier = {
			factor = 2
			num_of_colonists = 2
		}
		modifier = {
			factor = 2
			num_of_colonists = 3
		}
		modifier = {
			factor = 0.5
			any_subject_country = {
				colonial_the_carribean = { owned_by = PREV }
			}
		}
	}
	effect = {
		add_country_modifier = {
			name = "colonial_enthusiasm"
			duration = 3650
		}
	}
}


england_discovers_india = {
	
	type = country

	category = DIP
	
	allow = {
		normal_or_historical_nations = yes
		OR = {
			tag = ENG
			tag = GBR
		}
		num_of_ports = 3
		has_idea = quest_for_the_new_world
		northeast_america_region = { has_discovered = ROOT }
		carribeans_region = { has_discovered = ROOT }
		NOT = { west_india_region = { has_discovered = ROOT } }
		NOT = { coromandel_region = { has_discovered = ROOT } }
		NOT = { deccan_region = { has_discovered = ROOT } }
		NOT = { bengal_region = { has_discovered = ROOT } }
		OR = {
			west_india_region = { range = ROOT }
			bengal_region = { range = ROOT }
			coromandel_region = { range = ROOT }
			deccan_region = { range = ROOT }
		}
	}
	abort = {
		OR = {
			NOT = { num_of_ports = 1 }
			NOT = {	has_idea = quest_for_the_new_world }
		}
	}
	success = {
		OR = {
			west_india_region = { has_discovered = ROOT }
			bengal_region = { has_discovered = ROOT }
			coromandel_region = { has_discovered = ROOT }
			deccan_region = { has_discovered = ROOT }
		}
	}
	chance = {
		factor = 2000
		modifier = {
			factor = 2
			has_idea = land_of_opportunity
		}
		modifier = {
			factor = 2
			has_idea = colonial_ventures
		}	
	}
	effect = {
		add_dip_power = 25
		add_...
Zgłoś jeśli naruszono regulamin