Event
Mercenaries bring new Tactics

The renowned tactic of the Pike and Shot is making its rounds within our military circles. Our officers and Court Title alike are intrigued by the tales men bring from the battlefield. The Rented Mercs, our own men who decided to make a living as soldiers of fortune, have witnessed the efficiency of this new strategy as the reckless cavalry was lacerated by the pikes while their infantry support found a gruesome death by the hand cannon.
Naturally, these anecdotes are a good reason for our military to further investigate these tactics. Plans have already been made to make practice rounds in Target Location.
Pike and ShotInstitutionimmediate, triggerDefinitionin_game/events/institution_events.txt:1267
1268hide_portraits = yes
1269type = country_event
1270title = institution_events.81.title Mercenaries bring new Tactics
1271desc = {
1272first_valid = {
1273triggered_desc = {
1274trigger = {
1275exists = scope:rented_mercs
1276NOT = {
1276exists = scope:hired_mercs
}
}
1278desc = institution_events.81.desc.our_mercs The renowned tactic of the Pike and Shot is making its rounds within our military circles. Our officers and Court Title alike are intrigued by the tales men bring from the battlefield. The Rented Mercs, our own men who decided to make a living as soldiers of fortune, have witnessed the efficiency of this new strategy as the reckless cavalry was lacerated by the pikes while their infantry support found a gruesome death by the hand cannon.
Naturally, these anecdotes are a good reason for our military to further investigate these tactics. Plans have already been made to make practice rounds in Target Location.
Naturally, these anecdotes are a good reason for our military to further investigate these tactics. Plans have already been made to make practice rounds in Target Location.
}
1280triggered_desc = {
1281trigger = {
1282exists = scope:hired_mercs
1283NOT = {
1283exists = scope:rented_mercs
}
}
1285desc = institution_events.81.desc.their_mercs The renowned tactic of the Pike and Shot is making its rounds within our military circles. Our officers and Court Title alike are intrigued by the tales men bring from the battlefield. The Hired Mercs, troops from the lands of Foreign Merc Country, account stories from disciplined troops in the battlefield who remained in their formation even under heavy assault. Neither horsemen nor the disorganized assaults of infantry could break through.
Naturally, these anecdotes are a good reason for our military to further investigate these tactics. Plans have already been made to make practice rounds in Target Location.
Naturally, these anecdotes are a good reason for our military to further investigate these tactics. Plans have already been made to make practice rounds in Target Location.
}
1287triggered_desc = {
1288trigger = {
1289exists = scope:rented_mercs
1290exists = scope:hired_mercs
}
1292desc = institution_events.81.desc.combined_mercs The renowned tactic of the Pike and Shot is making its rounds within our military circles. Our officers and Court Title alike are intrigued by the tales men bring from the battlefield. The Rented Mercs, our own men who decided to make a living as soldiers of fortune, have witnessed the efficiency of this new strategy as the reckless cavalry was lacerated by the pikes while their infantry support found a gruesome death by the hand cannon. These reports are further supported by additional sightings. The Hired Mercs, troops from the lands of Foreign Merc Country, account stories from disciplined troops in the battlefield who remained in their formation even under heavy assault. Neither horsemen nor the disorganized assaults of infantry could break through.
Naturally, these anecdotes are a good reason for our military to further investigate these tactics. Plans have already been made to make practice rounds in Target Location.
Naturally, these anecdotes are a good reason for our military to further investigate these tactics. Plans have already been made to make practice rounds in Target Location.
}
1294triggered_desc = {
1295trigger = {
1295always = yes
}
1296desc = institution_events.81.desc The renowned tactic of the Pike and Shot is making its rounds within our military circles. Our officers and Court Title alike are intrigued by the tales men bring from the battlefield.
}
}
}
1300outcome = neutral
1301trigger = {
1304OR = {
1305any_rented_out_mercenary = {
1306has_customer = yes
}
1309any_hired_mercenary = {
}
}
}
1315image = "gfx/interface/illustrations/institutions/pike_and_shot.dds"
1316immediate = {
1318random_rented_out_mercenary = {
1319limit = {
1320has_customer = yes
}
1323save_scope_as = rented_mercs
1324customer = {
1324save_scope_as = own_merc_customer
}
}
1326random_hired_mercenary = {
1327limit = {
}
1330save_scope_as = hired_mercs
1331mercenary_home = {
1331save_scope_as = foreign_merc_country
}
}
1333random_owned_location = {
1335save_scope_as = target_location
}
}