
ActionNew this version
Request Noble Envoys
Ask the Nobility to dispatch additional envoys and provide their contacts across foreign courts. Grants Diplomats at the cost of noble Estate Satisfaction.
NobilityEstatepotential, select triggerDefinitionin_game/common/generic_actions/estate_emergency_actions.txt:358
359type = owncountry
361ai_tick = daily
362ai_tick_frequency = 90
363automation_tick = never
365cooldown = {
366type = ask_nobility_for_diplomats_cooldown
367years = 5
}
370potential = {
}
379allow = {
}
382select_trigger = {
383looking_for_a = estate
384source = actor
385target_flag = target
386name = "mission_select_estate" Select an Estate
387column = {
388data = name
}
}
395effect = {
396scope:actor = {
397add_diplomats = 5
398add_estate_satisfaction = {
399type = scope:target.estate_type
400value = -0.15
}
}
}
405ai_prerequisite = {
406num_of_diplomats <= 1
407estate_satisfaction:nobles_estate > 0.55
}
410ai_will_do = {
411if = {
412limit = {
413scope:actor = {
414num_of_diplomats <= 1
415estate_satisfaction:nobles_estate > 0.55
}
}
419add = {
420desc = "Diplomat shortage"
421value = 3
422subtract = scope:actor.num_of_diplomats
423multiply = 5
}
426if = {
427limit = {
427scope:actor = {
427estate_satisfaction:nobles_estate < 0.55
}
}
428multiply = 0
}
}
}