Event
Mercenaries in the Hundred Years' War

The mercenary company Target Merc has gathered in Target Location, drawn by the bloodshed between France and England. Sensing an opportunity to profit from the chaos, they offer their services to the highest bidder. With skilled warriors at their command, their allegiance could tip the scales in this prolonged conflict.
EnglandCountrytrigger
FranceCountrytriggerCatalanCultureimmediateLigurianCultureimmediaterecently_had_merc_event_variableVariabletriggerDefinitionin_game/events/situations/hundred_years_war.txt:1630
1631type = country_event
1632category = situation_event
1633title = hundred_years_war.211.title Mercenaries in the Hundred Years' War
1634desc = hundred_years_war.211.desc The mercenary company Target Merc has gathered in Target Location, drawn by the bloodshed between France and England. Sensing an opportunity to profit from the chaos, they offer their services to the highest bidder. With skilled warriors at their command, their allegiance could tip the scales in this prolonged conflict.
1635outcome = neutral
1637image = "gfx/interface/illustrations/situation/hundred_years_war.dds"
1639trigger = {
}
1651immediate = {
1652ruler_or_regent ?= {
1652save_scope_as = target_character2
}
1657capital = {
1657save_scope_as = target_location
}
1658random_list = {
165920 = {
1660create_character = {}
1669create_mercenary = {
1670name = root_mercenaries_name Small Mercenary Company
1671home = root.capital
1672categories = {
1672army_heavy_infantry = 2
}
1673save_scope_as = target_merc
}
}
167620 = {
1677create_character = {}
1686create_mercenary = {
1687name = larger_root_mercenaries_name Large Mercenary Company
1688home = root.capital
1689categories = {
1689army_heavy_infantry = 4
}
1690save_scope_as = target_merc
}
}
169310 = {
1694create_character = {}
1703create_mercenary = {
1704name = root_mercenaries_cav_name Mixed Mercenary Company
1705home = root.capital
1706categories = {
1706army_heavy_infantry = 4
1706army_heavy_cavalry = 2
}
1707save_scope_as = target_merc
}
}
171010 = {
1711create_character = {}
1721create_mercenary = {
1722name = genoese_mercs_name Ligurian Mercenary Company
1723home = location:genoa
1724categories = {
1724army_heavy_infantry = 6
}
1725save_scope_as = target_merc
}
}
172810 = {
1729create_character = {}
1739create_mercenary = {
1740name = catalan_mercs_name Catalan Mercenary Company
1741home = location:barcelona
1742categories = {
1742army_heavy_infantry = 6
}
1743save_scope_as = target_merc
}
}
}
}