
Country Interaction
Request Legatus Natus Status
Request Legatus Natus Status from Recipient.
TheocracyGovernment Typeaccept, potential
Holy Roman EmpireInternational Organizationallow, potential
Legatus NatusSpecial Statusallow, potential
Is the PopeModifier Typepotential
Seal the Golden BullPolicyallowDefinitionin_game/common/country_interactions/hre.txt:3157
3158type = diplomacy
3159category = CATEGORY_HRE_ACTIONS
3161ai_limit_per_check = 1
3162potential = {
3163scope:actor = {
}
3169num_countries_with_special_status = {
3171value < "max_countries_with_special_status(special_status:legatus_natus)"
}
}
3175not = {
}
}
}
3183allow = {
}
3187scope:actor = {
3188is_rebel_country = no
}
3191special_status_can_be_bestowed = {
3193country = scope:actor
}
}
}
3197select_trigger = {
3198looking_for_a = country
3199target_flag = recipient
3200name = "choose_country" Choose the Country:
3201column = {
3202data = name
}
3207enabled = {
}
}
3210effect = {
3212international_organization_add_special_status = {
3214country = scope:actor
}
}
3217scope:actor = {
3218add_reform = government_reform:legatus_natus
3219add_opinion = {
3219target = scope:recipient
3219modifier = opinion_granted_legatus_natus
}
}
}
3222ai_will_do = {
3223add = {
3224desc = "BIAS_FROM_RULER_TRAITS"
3225value = {
3226subtract = {
3227value = "scope:actor.modifier:bias_for_militarist_policies"
3228multiply = 3
}
3230add = "scope:actor.modifier:bias_for_capitalist_policies"
3231add = {
3232value = "scope:actor.modifier:bias_for_administrative_policies"
3233divide = 2
}
}
}
3237add = {
3238desc = "TARGET_ACCEPTANCE"
3239value = "scope:actor.country_interaction_acceptance(country_interaction:request_legatus_natus_status|scope:recipient)"
}
3241if = {
3242limit = {
3243exists = scope:actor
3244scope:actor = {
3244has_cooldown = ai_spam_protection_request_legatus_natus_status
}
}
3246subtract = {
3247desc = "DIPLOREASON_ALREADY_DID_ACTION"
3248value = 10000
}
}
}
3253accept = {
3254add = {
3255desc = "OUR_OPINION_TOOLTIP" Our opinion of them
3256value = "scope:actor.opinion(scope:recipient)"
}
3258add = {
3259desc = "THEIR_OPINION_TOOLTIP" Their opinion of us
3260value = "scope:recipient.opinion(scope:actor)"
}
3262if = {
3263limit = {
3263scope:actor.culture.language = scope:recipient.culture.language
}
3264add = {
3265desc = "UPKEEP_SAME_LANGUAGE" Same Language
3266value = 25
}
}
3269if = {
3277divide = {
3278desc = "HRE_NON_REPUBLIC" Not a Republic
3279value = 2
}
}
}
3283reject_effect = {
3284hidden_effect = {
3285scope:actor = {
3286add_cooldown = {
3287type = ai_spam_protection_request_legatus_natus_status
3288years = 5
}
}
}
}