FlavorENG.txt

(44 KB) Pobierz
########################################
# Major Flavor Events                  #
########################################

namespace = flavor_eng
normal_or_historical_nations = yes

# The Lollard Heresy
country_event = {
	id = flavor_eng.9100
	title = "flavor_eng.EVTNAME9100"
	desc = "flavor_eng.EVTDESC9100"
	picture = RELIGION_eventPicture


	fire_only_once = yes
	

	trigger = {
		tag = ENG
		NOT = { is_year = 1500 }
		num_of_cities = 5
		religion = catholic
	}
	
	mean_time_to_happen = {
		months = 60
	}

	immediate = {
		hidden_effect = {
			set_global_flag = lollard_heresy
			random_owned_province = {
				limit = {
					region = british_isles_region
				}
				set_province_flag = lollards
			}
			random_owned_province = {
				limit = {
					region = british_isles_region
					NOT = { has_province_flag = lollards }
				}
				set_province_flag = lollards
			}
			random_owned_province = {
				limit = {
					region = british_isles_region
					NOT = { has_province_flag = lollards }
				}
				set_province_flag = lollards
			}
			random_owned_province = {
				limit = {
					region = british_isles_region
					NOT = { has_province_flag = lollards }
				}
				set_province_flag = lollards
			}
			random_owned_province = {
				limit = {
					region = british_isles_region
					NOT = { has_province_flag = lollards }
				}
				set_province_flag = lollards
			}
			random_owned_province = {
				limit = {
					region = british_isles_region
					NOT = { has_province_flag = lollards }
				}
				set_province_flag = lollards
			}									
		}
	}

	option = {		# Stop the Heretics
		name = "flavor_eng.EVTOPTA9100"
		ai_chance = { factor = 75 }
		every_owned_province = {
			limit = { has_province_flag = lollards }
			add_province_modifier = {
				name = lollards
				duration = 7300
			}
			clr_province_flag = lollards
		}
		
		add_country_modifier = {
			name = eng_opposes_lollards
			duration = -1
		}		
		PAP = {
			add_opinion = {
				who = ROOT
				modifier = eng_opposes_lollards
			}
		}		
	}
	option = {		# Let them be
		name = "flavor_eng.EVTOPTB9100"
		ai_chance = { factor = 25 }
		add_reform_desire = 0.05
		add_country_modifier = {
			name = eng_tolerates_lollards
			duration = -1
		}
		PAP = {
			add_opinion = {
				who = ROOT
				modifier = eng_tolerates_lollards
			}
		}
		if = {
			limit = {
				FRA = {
					exists = yes
					religion = catholic
				}
			}
			FRA ={
				add_opinion = {
					who = ROOT
					modifier = eng_tolerates_lollards
				}
			}
		}
		if = {
			limit = {
				BUR = {
					exists = yes
					religion = catholic
				}
			}
			BUR = {
				add_opinion = {
					who = ROOT
					modifier = eng_tolerates_lollards
				}
			}
		}
		if = {
			limit = {
				BRI = {
					exists = yes
					religion = catholic
				}
			}
			BRI = {
				add_opinion = {
					who = ROOT
					modifier = eng_tolerates_lollards
				}
			}
		}
		hidden_effect = {
			every_owned_province = {
				limit = { has_province_flag = lollards }
				clr_province_flag = lollards
			}
		}
	}
}

# The End of the Hundred Years War
country_event = {
	id = flavor_eng.9104
	title = "flavor_eng.EVTNAME9104"
	desc = "flavor_eng.EVTDESC9104"
	picture = DIPLOMACY_eventPicture
	
	trigger = {
		NOT = { is_year = 1500 }
		NOT = { has_global_flag = eng_had_end_of_hundred_years_war }
		OR = {
			AND = {
				tag = ENG
				NOT = { exists = GBR }
			}
			tag = GBR
		}
		primary_culture = english
		NOT = {
			france_region = {
				owned_by = ROOT
			}
		}
		FRA = {
			exists = yes
			NOT = { is_subject_of = ENG }
			NOT = { is_subject_of = GBR }
			NOT = { war_with = ENG }
			NOT = { war_with = GBR }
		}
	}
	
	immediate = {
		hidden_effect = {
			set_global_flag = eng_had_end_of_hundred_years_war
			if = {
				limit = {
					FRA = { NOT = { has_country_flag = had_end_of_HYW_france } }
				}
				FRA = { country_event = { id = flavor_fra.9104 days = 1 } }
			}
		}
	}
	
	mean_time_to_happen = {
		months = 12
	}
	
	option = {			# We have lost our foothold in France
		name = "flavor_eng.EVTOPTA9104"
		ai_chance = { factor = 80 }
		add_stability_or_adm_power = yes
		every_core_province = {
			limit = {
				region = france_region
				NOT = { owned_by = ROOT }
			}
			remove_core = ROOT
		}
		FRA = {
			add_opinion = {
				who = ROOT
				modifier = eng_no_english_in_france
			}
		}
	}
	option = {		# We will never give this up!
		name = "flavor_eng.EVTOPTB9104"
		ai_chance = { factor = 20 }
		add_stability = -1
		FRA = {
			add_opinion = {
				who = ROOT
				modifier = eng_refuse_to_give_up_france
			}
		}
	}
}

# The Justices of Peace
country_event = {
	id = flavor_eng.9105
	title = "flavor_eng.EVTNAME9105"
	desc = "flavor_eng.EVTDESC9105"
	picture = REFORM_eventPicture

	fire_only_once = yes
	
	trigger = {
		is_year = 1485
		NOT = { is_year = 1509 }
		OR = {
			AND = {
				tag = ENG
				NOT = { exists = GBR }
			}
			tag = GBR
		}
		any_owned_province = {
			num_free_building_slots = 1
		}
	}
	
	mean_time_to_happen = {
		months = 180
	}

	option = {			# Yes we need them
		name = "flavor_eng.EVTOPTA9105"
		ai_chance = { factor = 75 }
		add_stability = -2
		add_years_of_income = -0.5
		add_country_modifier = {
			name = justices_of_peace
			duration = -1
		}
		random_owned_province = {
			limit = {
				NOT = { has_building = courthouse }
				num_free_building_slots = 1
			}
			add_building = courthouse
		}
	}
	option = {			# No that is the Noblemens job
		name = "flavor_eng.EVTOPTB9105"
		ai_chance = { factor = 25 }
		add_stability_or_adm_power = yes
	}
}

# Support Middle-class Bureaucrats
country_event = {
	id = flavor_eng.9106
	title = "flavor_eng.EVTNAME9106"
	desc = "flavor_eng.EVTDESC9106"
	picture = COURT_eventPicture

	fire_only_once = yes
	
	trigger = {
		is_year = 1485
		NOT = { is_year = 1550 }
		OR = {
			AND = {
				tag = ENG
				NOT = { exists = GBR }
			}
			tag = GBR
		}
		is_at_war = no
	}
	
	mean_time_to_happen = {
		months = 600
	}
	
	option = { # Give them our support
		name = "flavor_eng.EVTOPTA9106"
		ai_chance = { factor = 75 }
		add_adm_power = 50
		random_owned_province = {
			spawn_rebels = {
				type = noble_rebels
				size = 1
			}
		}
	}
	option = { # Prohibit them from working in the Government
		name = "flavor_eng.EVTOPTB9106"
		ai_chance = { factor = 25 }
		add_adm_power = -25
	}
}

# Court of the Star Chamber
country_event = {
	id = flavor_eng.9107
	title = "flavor_eng.EVTNAME9107"
	desc = "flavor_eng.EVTDESC9107"
	picture = LIBERUM_VETO_eventPicture

	fire_only_once = yes
	
	trigger = {
		is_year = 1470
		NOT = { is_year = 1600 }
		OR = {
			AND = {
				tag = ENG
				NOT = { exists = GBR }
			}
			tag = GBR
		}
		is_at_war = no
	}
	
	mean_time_to_happen = {
		months = 390
	}
	
	option = {				# Yes we need one
		name = "flavor_eng.EVTOPTA9107"
		ai_chance = { factor = 90 }
		add_country_modifier = {
			name = "eng_court_star_chamber"
			duration = -1
		}
	}
	option = {				# No we don't
		name = "flavor_eng.EVTOPTB9107"
		ai_chance = { factor = 10 }
		add_stability_or_adm_power = yes
	}
}

# The Enclosure Movement
country_event = {
	id = flavor_eng.9108
	title = "flavor_eng.EVTNAME9108"
	desc = "flavor_eng.EVTDESC9108"
	picture = REFORM_eventPicture

	fire_only_once = yes
	
	trigger = {
		is_year = 1509
		NOT = { is_year = 1521 }
		OR = {
			AND = {
				tag = ENG
				NOT = { exists = GBR }
			}
			tag = GBR
		}
		is_at_war = no
	}
	
	mean_time_to_happen = {
		months = 120
	}
	
	immediate = {
		hidden_effect = {
			random_owned_province = {
				limit = { is_capital = no }
				set_province_flag = enclosure_movement
			}
		}
	}

	option = {			# Reform
		name = "flavor_eng.EVTOPTA9108"
		ai_chance = { factor = 75 }
		capital_scope = {
			add_base_tax = 2
		}
		add_stability = -1
		every_owned_province = {
			limit = {
				has_province_flag = enclosure_movement
			}
			spawn_rebels = {
				type = anti_tax_rebels
				size = 1
			}			
			clr_province_flag = enclosure_movement
		}
	}
	option = {			# Do not Reform
		name = "flavor_eng.EVTOPTB9108"
		ai_chance = { factor = 25 }
		add_stability_or_adm_power = yes
	}
}

# The Act of Supremacy
country_event = {
	id = flavor_eng.9109
	title = "flavor_eng.EVTNAME9109"
	desc = "flavor_eng.EVTDESC9109"
	picture = POPE_PREACHING_eventPicture

	fire_only_once = yes
	
	trigger = {
		is_year = 1530
		NOT = { is_year = 1560 }
		OR = {
			AND = {
				tag = ENG
				NOT = { exists = GBR }
			}
			tag = GBR
		}
		religion = catholic
		is_female = no
		has_regency = no
		num_of_religion = {
			religion = protestant
			value = 0.15
		}
		PAP = {
			exists = yes
			religion = catholic
		}
	}

	mean_time_to_happen = {
		months = 72
	}

	option = {		# Take Command of the Church of England
		name = "flavor_eng.EVTOPTA9109"
		ai_chance = { factor = 75 }
		change_religion = protestant
		add_years_of_income = 2
		add_stability = -2
	}
	option = {		# Accept Rome's Supremacy, but ignore it on a personal level
		name = "flavor_eng.EVTOPTB9109"
		ai_chance = { factor = 25 }
		PAP = {
			add_opinion = {
				who = ROOT
				modifier = accepted_supremacy_of_rome
			}
		}
		add_stability_or_adm_power = yes
	}
}

# The Admirality
country_event = {
	id = flavor_eng.9111
	title = "flavor_eng.EVTNAME9111"
	desc = "flavor_eng.EVTDESC9111"
	picture = NAVAL_MILITARY_eventPicture

	trigger = {
		NOT = { has_country_modifier = the_admirality }
		NOT = { has_country_modifier = the_royal_army }
		is_year...
Zgłoś jeśli naruszono regulamin