EventChanged this version
Raiders in Target Country
The Target Country, ally of the Turkish corsairs in the Bay of Algiers, is a powerful figure in the Western Mediterranean.
These hardened seadogs often receive foreign and local support, as they operate in a disruptive manner against foreign merchants, seizing their cargo and sailors. Pawns of politics and diplomacy, their privateering abilities are a powerful asset against any adversary.
TétouanCountrytriggerDefinitionin_game/events/situations/golden_age_of_piracy.txt:698
699type = country_event
700category = situation_event
701fire_only_once = yes
702title = great_pirate_era.4.title Raiders in Target Country
703desc = great_pirate_era.4.desc The Target Country, ally of the Turkish corsairs in the Bay of Algiers, is a powerful figure in the Western Mediterranean.
These hardened seadogs often receive foreign and local support, as they operate in a disruptive manner against foreign merchants, seizing their cargo and sailors. Pawns of politics and diplomacy, their privateering abilities are a powerful asset against any adversary.
These hardened seadogs often receive foreign and local support, as they operate in a disruptive manner against foreign merchants, seizing their cargo and sailors. Pawns of politics and diplomacy, their privateering abilities are a powerful asset against any adversary.
704outcome = neutral
705historical_info = great_pirate_era.4.historical_info The Tetouan pirates were active in the 16th and 17th centuries, based in the Moroccan city of Tetouan. Founded by Andalusian refugees, or Moriscos, expelled from Spain, they mainly targeted Spanish and Portuguese ships in the Mediterranean.
These pirates were part of the larger Barbary piracy along North Africa, raiding vessels and capturing slaves for local markets. They were sometimes supported by local rulers and the Ottoman Empire, making them a significant threat to European trade. Eventually, European naval forces, especially the Spanish, took action to suppress their activities.
These pirates were part of the larger Barbary piracy along North Africa, raiding vessels and capturing slaves for local markets. They were sometimes supported by local rulers and the Ottoman Empire, making them a significant threat to European trade. Eventually, European naval forces, especially the Spanish, took action to suppress their activities.
706trigger = {
707current_year > 1689
708NOT = {
708has_reform = government_reform:pirate_brethren_reform
}
710location:tizgane = {
711has_owner = yes
712integration_level = core
713trigger_if = {
714limit = {
715owner ?= {
715is_human = yes
}
}
717owner = root
}
719trigger_else = {
720top_owner = ROOT
}
722owner ?= {
723num_of_non_rural >= 2
}
725is_capital = no
726OR = {
727local_control < 0.5
728average_satisfaction < 0.5
}
}
}
734immediate = {
735location:tizgane = {
736save_scope_as = target_location
737construct_building = {
739instant = yes
740cost_multiplier = 0
741cost_multiplier_reason = "game_concept_event"
}
743create_country_from_location = {
745if = {
746limit = {
746navy_size_percentage < 1
}
747custom_tooltip = {
748text = build_galleys_to_navy_size_percentage_tt A fleet of galley Ships will be constructed in Target Location
749scope:target_location = {}
}
}
769name = {
770name = TET Tétouan
}
772add_reform = government_reform:pirate_brethren_reform
782save_scope_as = target_country
786add_gold = 1000
787change_country_type = navy
788define_unique_country_tag = TET Tétouan
789change_country_flag = TET Tétouan
}
}
}