Event
Target Character's Army Reforms

The noted Target Character has proposed a series of military reforms which, if implemented, would make our armies stronger and our men fight more effectively. Unfortunately, a thorough overhaul of the military is quite an undertaking. It will take quite a bit of money and effort, and even then the armed forces may not appreciate the changes, leading to instability and desertions.
ChinaCountrydynamic historical event.tag
Enable HarmonyModifier Typeoption 1, option 2Definitionin_game/events/DHE/flavor_chi.txt:269
270type = country_event
271title = flavor_chi.4.title Target Character's Army Reforms
272desc = flavor_chi.4.desc The noted Target Character has proposed a series of military reforms which, if implemented, would make our armies stronger and our men fight more effectively. Unfortunately, a thorough overhaul of the military is quite an undertaking. It will take quite a bit of money and effort, and even then the armed forces may not appreciate the changes, leading to instability and desertions.
273outcome = neutral
275fire_only_once = yes
283trigger = {
284any_character = {
285mil >= 75
286OR = {
287in_cabinet = yes
288is_general = yes
}
}
}
293illustration_tags = {
29410 = exterior
29510 = regular
}
298immediate = {
}
300random_character = {
301limit = {
302mil >= 75
303OR = {
304in_cabinet = yes
305is_general = yes
}
}
308save_scope_as = target_character
}
}