on_actions = { #### MIO on actions # ROOT is MIO on_mio_size_increased = { } # NB : all the following also exist at MIO level # use on-action here if the purpose is to execute for any MIO # use on-action at MIO level to execute just for one precise MIO # i.e. don't use this here : if = { limit = { is_military_industrial_organisation = ... } } } on_mio_design_team_assigned_to_tech = { } on_mio_design_team_assigned_to_variant = { } on_mio_industrial_manufacturer_assigned = { } on_mio_tech_research_cancelled = { } on_mio_tech_research_completed = { } on_mio_industrial_manufacturer_unassigned = { } }