FlavorFRA.txt

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

namespace = flavor_fra
normal_or_historical_nations = yes

# The Birth of a Permanent Taxation System
country_event = {
	id = flavor_fra.9100
	title = "flavor_fra.EVTNAME9100"
	desc = "flavor_fra.EVTDESC9100"
	picture = ECONOMY_eventPicture

	fire_only_once = yes


	trigger = {
		tag = FRA
		NOT = { is_year = 1500 }
		owns = 183
	}

	mean_time_to_happen = {
		months = 300
	}
	
	
	option = {		# Issue it
		name = "flavor_fra.EVTOPTA9100"
		183 = {
			add_base_tax = 1
			add_province_modifier = {
				name = permanent_tax_system
				duration = 3650
			}
		}
		random_owned_province = {
			limit = {
				region = france_region
				is_capital = no
			}
			add_base_tax = 1
			add_province_modifier = {
				name = permanent_tax_system
				duration = 3650
			}
		}
	}
	option = {		# Let it be
		name = "flavor_fra.EVTOPTB9100"
		add_stability_or_adm_power = yes
	}
}

# The End of the Hundred Years War
country_event = {
	id = flavor_fra.9104
	title = "flavor_fra.EVTNAME9104"
	desc = "flavor_fra.EVTDESC9104"
	picture = DIPLOMACY_eventPicture

	fire_only_once = yes
	
	trigger = {
		tag = FRA
		NOT = { is_year = 1500 }
		NOT = { has_country_flag = had_end_of_HYW_france }
		NOT = {
			france_region = { owned_by = ENG }
		}
		NOT = {
			france_region = { owned_by = GBR }
		}
		ENG = {
			NOT = { war_with = FRA }
		}
		NOT = { is_subject_of = ENG }
		GBR = {
			NOT = { war_with = FRA }
		}
		NOT = { is_subject_of = GBR }
	}
	
	mean_time_to_happen = {
		months = 12
	}
	
	immediate = {
		hidden_effect = {
			set_country_flag = had_end_of_HYW_france
			if = {
				limit = {
					exists = ENG
					NOT = { exists = GBR }
					NOT = { has_global_flag = eng_had_end_of_hundred_years_war }
				}
				ENG = { country_event = { id = flavor_eng.9104 days = 1 } }
			}
			if = {
				limit = {
					exists = GBR
					NOT = { has_global_flag = eng_had_end_of_hundred_years_war }
				}
				GBR = { country_event = { id = flavor_eng.9104 days = 1 } }
			}
		}
	}

	option = {			# Time to build a stronger nation
		name = "flavor_fra.EVTOPTA3104"
		add_stability_or_adm_power = yes
		add_adm_power = 50
	}
}

# The Inheritance of Anjou
country_event = {
	id = flavor_fra.3105
	title = "flavor_fra.EVTNAME3105"
	desc = "flavor_fra.EVTDESC3105"
	picture = COURT_eventPicture
	
	
	fire_only_once = yes
	trigger = {
		tag = FRA
		NOT = { is_year = 1550 }
		NOT = { senior_union_with = NAP }
		NOT = { exists = PRO }
		OR = {
			dynasty = "de Valois"
			dynasty = "de Anjou"
		}
		any_country = {
			OR = {
				tag = NAP
				tag = ARA
				tag = CAS
				tag = SPA
			}
			any_owned_province = {
				OR = {
					area = sicily_area
					area = naples_area
					area = apulia_area
					area = calabria_area
				}
			}
		}
	}
	
	mean_time_to_happen = {
		months = 300
	}
	
	
	option = {		# Let us claim what is rightfully Ours!
		name = "flavor_fra.EVTOPTA3105"
		every_province = {
			limit = {
				OR = {
					area = sicily_area
					area = naples_area
					area = calabria_area
					area = apulia_area
				}
				OR = {
					owned_by = NAP 
					owned_by = ARA
					owned_by = CAS
					owned_by = SPA
				}
			}
			add_claim = FRA
		}
		every_known_country = {
			limit = {
				OR = {
					tag = NAP
					tag = ARA
					tag = CAS
					tag = SPA
				}
				any_owned_province = {
					OR = {
						area = sicily_area
						area = naples_area
						area = calabria_area
						area = apulia_area
					}
				}
			}
			add_opinion = {
				who = ROOT
				modifier = fra_claimed_naples
			}
		}
		set_country_flag = claimed_naples
	}
	option = {		# Let us drop our claims for good!
		name = "flavor_fra.EVTOPTB3105"
		every_known_country = {
			limit = {
				OR = {
					tag = NAP
					tag = ARA
					tag = CAS
					tag = SPA
				}
				any_owned_province = {
					OR = {
						area = sicily_area
						area = naples_area
						area = calabria_area
						area = apulia_area
					}
				}
			}
			add_opinion = {
				who = ROOT
				modifier = fra_did_not_claim_naples
			}
		}
	}
}

# The State take control of the Guilds
country_event = {
	id = flavor_fra.3106
	title = "flavor_fra.EVTNAME3106"
	desc = "flavor_fra.EVTDESC3106"
	picture = ECONOMY_eventPicture
	
	fire_only_once = yes
	trigger = {
		tag = FRA
		NOT = { is_year = 1550 }
	}
	
	mean_time_to_happen = {
		months = 300
	}
	

	option = {		# Take Control of the Guilds
		name = "flavor_fra.EVTOPTA3106"
		add_years_of_income = 0.33
	}
	option = {		# Do not mess with the Guilds
		name = "flavor_fra.EVTOPTB3106"
		add_stability_or_adm_power = yes
	}
	option = {		# Give more control to the Guilds
		name = "flavor_fra.EVTOPTC3106"
		add_adm_power = 25
		add_dip_power = 25
		add_mil_power = 25
	}
}

# French claims in Italy weakened
country_event = {
	id = flavor_fra.3108
	title = "flavor_fra.EVTNAME3108"
	desc = "flavor_fra.EVTDESC3108"
	picture = DIPLOMACY_eventPicture
	
	fire_only_once = yes

	trigger = {
		tag = FRA
		is_at_war = no
		NOT = {
			italy_region = {
				owned_by = FRA
			}
		}
		italy_region = {
			is_claim = FRA
		}
	}
	
	mean_time_to_happen = {
		months = 1000
		modifier = {
			factor = 0.75
			had_country_flag = { flag = claimed_naples days = 3650 }
		}
		modifier = {
			factor = 0.5
			had_country_flag = { flag = claimed_naples days = 7300 }
		}
	}
	


	option = {		# No one seem to acknowledge our claims
		name = "flavor_fra.EVTOPTA3108"
		every_known_country = {
			limit = {
				italy_region = {
					owned_by = PREV
					is_claim = FRA
				}
			}
			add_opinion = {
				who = FRA
				modifier = renounced_italian_claims
			}
		}
		italy_region = {
			limit = {
				is_claim = FRA
			}
			remove_claim = FRA
		}
	}

}

# Le Tellier and Louvois
country_event = {
	id = 3114
	title = "flavor_fra.EVTNAME3114"
	desc = "flavor_fra.EVTDESC3114"
	picture = ADVISOR_eventPicture
	
	
	fire_only_once = yes
	
	trigger = {
		tag = FRA
		is_year = 1650
		NOT = { is_year = 1693 }		
	}

	mean_time_to_happen = {
		months = 200
	}
	
	option = {		# An Excellent Military Specialist!
		name = "flavor_fra.EVTOPTA3114"
		trigger = { NOT = { is_year = 1666 } }
		add_mil_power = 50
		define_advisor = {
			type = army_reformer
			name = "Le Tellier"
			discount = yes
			skill = 2
		}
	}
	option = {		# An Excellent Military Specialist!
		name = "flavor_fra.EVTOPTA3114"
		trigger = { is_year = 1666 }
		add_mil_power = 50
		define_advisor = {
			type = army_reformer
			name = "Louvois"
			discount = yes
			skill = 2
		}
	}
}

# Samuel de Champlain and the Hurons
country_event = {
	id = flavor_fra.3115
	title = "flavor_fra.EVTNAME3115"
	desc = "flavor_fra.EVTDESC3115"
	picture = MERCHANTS_TALKING_eventPicture
	
	
	
	fire_only_once = yes
	trigger = {
		tag = FRA

		north_america = {
			country_or_vassal_holds = FRA
		}
		exists = HUR
		exists = IRO
		
		HUR = {
			capital_scope = {
				has_discovered = FRA
			}
		}
		IRO = {
			capital_scope = {
				has_discovered = FRA
			}
		}
	
	}

	mean_time_to_happen = {
		months = 100
	}
	

	option = {		# Let us befriend the Hurons
		name = "flavor_fra.EVTOPTA3115"
		HUR = {
			add_opinion = {
				who = FRA
				modifier = samuel_de_champlain
			}
		}
	}
	option = {		# Let us befriend the Iroquois
		name = "flavor_fra.EVTOPTB3115"
		IRO = {
			add_opinion = {
				who = FRA
				modifier = samuel_de_champlain
			}
		}
	}
}

# Revolt in France
country_event = {
	id = flavor_fra.3118
	title = "flavor_fra.EVTNAME3118"
	desc = "flavor_fra.EVTDESC3118"
	picture = ANGRY_MOB_eventPicture
	
	
	fire_only_once = yes
	
	trigger = {
		tag = FRA
		is_year = 1600
		NOT = { is_year = 1650 }
		OR = {
			has_regency = yes
			NOT = { legitimacy = 50 }
		}
	}

	mean_time_to_happen = {
		months = 50
		modifier = {
			factor = 0.95
			NOT = { stability = 0 }
		}
		modifier = {
			factor = 0.95
			NOT = { stability = -1 }
		}
		modifier = {
			factor = 0.95
			NOT = { stability = -2 }
		}
	}


	option = {		# Treat the Noble Rebels with Dignity
		name = "flavor_fra.EVTOPTA3118"
		random_owned_province = {
			limit = {
				is_core = FRA
				development = 10
				is_in_capital_area = yes
			}
			spawn_rebels = {
				type = noble_rebels
				size = 2
			}
		}
	}
	option = {		# Kill them and expropriate their land
		name = "flavor_fra.EVTOPTB3118"
		add_years_of_income = 0.5
		random_owned_province = {
			limit = {
				is_core = FRA
				development = 10
				is_in_capital_area = yes
			}
			spawn_rebels = {
				type = noble_rebels
				size = 4
			}
		}
	}
}

# Protestant Revolt in B?arn
country_event = {
	id = flavor_fra.3119
	title = "flavor_fra.EVTNAME3119"
	desc = "flavor_fra.EVTDESC3119"
	picture = ANGRY_MOB_eventPicture
	
	
	fire_only_once = yes
	trigger = {
		tag = FRA
		owns = 176		# B?arn
		176 = {
			has_owner_religion = no
			religion = protestant
		}
	}
	
	mean_time_to_happen = {
		months = 200
	}
	
	
	option = {		# Crush them!
		name = "flavor_fra.EVTOPTA3119"
		176 = {
			spawn_rebels = {
				type = protestant_rebels
				size = 3
			}
		}
	}
}

# Richelieu
country_event = {
	id = flavor_fra.3120
	title = "flavor_fra.EVTNAME3120"
	desc = "flavor_fra.EVTDESC3120"
	picture = ADVISOR_eventPicture
	
	fire_only_once = yes
	
	trigger = {
		tag = FRA
		is_year = 1621
		NOT = { is_year = 1642 }
		NOT = { advisor_exists = 429 }
	}
	
	mean_time_to_happen = {
		months...
Zgłoś jeśli naruszono regulamin