Meritocratic Approach
Mission Task

Meritocratic Approach

meritocratic_approachin_game/common/missions/generic_capable_cabinet_mission_pack.txt:203

Given that our cabinet yields tremendous power in determining our approach on various daily and important issues, we must ensure the men and women within it are capable and excellent in their field.

RequiresCreate a CabinetMission Taskrequires

  1. 234ordered_cabinet_character = {
    235limit = {
    236OR = {
    237adm >= {
    238value = root.ruler_or_regent.adm
    239multiply = 0.8
    240min = 50
    }
    242dip >= {
    243value = root.ruler_or_regent.dip
    244multiply = 0.8
    245min = 50
    }
    247mil >= {
    248value = root.ruler_or_regent.mil
    249multiply = 0.8
    250min = 50
    }
    }
    253total_abilities < 300
    }
    255order_by = total_abilities
    256max = 2
    257check_range_bounds = no
    258if = {
    259limit = {
    259adm < 95
    }
    260add_adm = 5
    }
    262else_if = {
    263limit = {
    263dip < 95
    }
    264add_dip = 5
    }
    266else = {
    266add_mil = 5
    }
    }
    268change_societal_value = {
    }

204icon = sme_proactive_diplomacy
205requires = {
}
207enabled = {
208any_cabinet_character ?= {
209percent >= 0.5
210OR = {
211adm >= {
212value = root.ruler_or_regent.adm
213multiply = 0.8
214min = 50
}
216dip >= {
217value = root.ruler_or_regent.dip
218multiply = 0.8
219min = 50
}
221mil >= {
222value = root.ruler_or_regent.mil
223multiply = 0.8
224min = 50
}
}
}
}
231duration = 0
© 2026 Soft Santa Cruz, S.L.U.. All rights reserved. Unofficial fan project, not affiliated with Paradox Interactive. Game content © Paradox Interactive. About · Privacy · Legal notice