Event
Joint Army Drills

During their extended stay, Character Expedition Leader Target, the leader of the Chinese Expedition, has offered for their forces and ours to partake in joint military exercises. Such drills could benefit both sides and would signify deep trust between the two parties. That being said, there might be some inherent risk in exercising with foreign soldiers and we must still tread carefully. The closest stationed army to the Chinese Treasure Fleet Location Location is Target Unit would be the forces to jointly train with the Chinese.
Definitionin_game/events/DHE/flavor_chi_treasure_expedition.txt:2513
2514type = country_event
2515title = flavor_chi.2206.title Joint Army Drills
2516desc = flavor_chi.2206.desc During their extended stay, Character Expedition Leader Target, the leader of the Chinese Expedition, has offered for their forces and ours to partake in joint military exercises. Such drills could benefit both sides and would signify deep trust between the two parties. That being said, there might be some inherent risk in exercising with foreign soldiers and we must still tread carefully. The closest stationed army to the Chinese Treasure Fleet Location Location is Target Unit would be the forces to jointly train with the Chinese.
2517outcome = neutral
2519trigger = {
2520any_army = {
2521count >= 1
}
}
2525illustration_tags = {
252610 = regular
252710 = exterior
}
2530immediate = {
2532if = {
2533limit = {
2534is_ai = no
}
2537scope:expedition_initiator = {
}
}
2542if = {
2543limit = {
2544exists = scope:expedition_initiator
}
2549ordered_army = {
2550order_by = "unit_location.distance_to(scope:expedition_initiator.var:chinese_treasure_fleet_location)"
2551max = 1
2552save_scope_as = target_unit
}
}
2555else = {
2556random_army = {
2557save_scope_as = target_unit
}
}
}