Diplomatic Relation
Officers Sent
A Country will send officers to one of their Subjects, increasing their Subject Loyalty and the efficiency of both countries' Armies.
2type = subject
3category = {
4offer = CATEGORY_SUBJECT_ACTIONS
5request = CATEGORY_SUBJECT_ACTIONS
6cancellation = CATEGORY_SUBJECT_ACTIONS
7break = CATEGORY_SUBJECT_ACTIONS
}
9relation_type = oneway
10break_on_war = yes
14visible = {
15scope:recipient = {
15country_type = location
}
}
18offer_visible = {
19scope:recipient = {
20overlord ?= scope:actor
}
}
24request_visible = {
25scope:actor = {
26overlord ?= scope:recipient
}
}