
Subject TypeChanged this version
Tributary
A tributary is a country that is forced to pay a periodic tribute to their Overlord in the form of Ducats, Manpower, and Sailors, and it is exclusive to certain forms of government. Compared to a regular Vassal, tributaries are able to declare their own wars, even among themselves, but they will not automatically join their overlord's wars.
Steppe HordeGovernment Typecreation visible, visible
TribeGovernment Typecreation visible, visible
High KingshipInternational Organizationvisible
Japanese ShogunateInternational Organizationvisible
TennōSpecial Statusvisible
Allow Tributary SubjectsModifier Typecreation visible, visible
Nanbokuchō JidaiSituationvisibleModifiers
Monthly Prestige+0.01
Definitionin_game/common/subject_types/tributary.txt:2
3subject_pays = subject_pays_tributary
4color = subject_tributary
5level = 0
6annullment_favours_required = 5
7counts_as_external = yes
8visible = {
10OR = {
11country_rank_level >= scope:target.country_rank_level
12any_international_organizations_member_of = {
14any_international_organization_member = {
15this = scope:target
}
}
}
20OR = {
}
26trigger_if = {
27limit = {
29scope:target = {
}
}
32scope:target = {
}
}
36trigger_if = {
37limit = {
}
41NOT = {
42scope:target = {
43has_special_status_in_international_organization = {
}
}
}
}
}
52creation_visible = {
53OR = {
}
}
60join_defensive_wars_always = {
61custom_tooltip = {
62text = tributary_join_defensive_wars_always_tt Subject is attacked by another country that is not another tributary of the overlord.
63scope:actor = {
64is_subject_of = scope:recipient
}
66scope:target ?= {
67OR = {
68NOT = {
68is_subject_of = scope:recipient
}
}
}
}
}
77has_overlords_ruler = no
78will_join_independence_wars = yes
79can_be_annexed = no
80overlord_protects_external = no
82maritime_path_tolerance = 0.25
84strength_vs_overlord = -0.25
86subject_can_cancel = yes
87overlord_can_cancel = yes
88allow_declaring_wars = {
88always = yes
}
89can_change_rank = yes
90can_change_heir_selection = yes
91diplomatic_capacity_cost_scale = 0.2
92use_overlord_map_color = no
93use_overlord_map_name = no
98minimum_opinion_for_offer = 150
100has_limited_diplomacy = no
102great_power_score_transfer = 0.25
108subject_modifier = {
}
111diplo_chance_accept_subject = {
112base = -72
115current_strength = 0.1
116border_distance = -0.3
117negative_opinion = -5
118positive_opinion = 0.25
119rank_difference = -5
120giving_defensive_support = 2
121receiving_defensive_support = 5
122royal_ties = 1
124num_of_unlimited_subjects = -5
125culture_war = 3
126diplomatic_reputation = 1
127different_religion = -20
128same_common_language = 5
129same_court_language = 10
130different_culture = -10
131different_government_type = -20
132actor_at_war = -20
133competing_power = -200
134tax_base = -0.25
135trust_in_actor = 0.2
137reject_subjugation_reasons = -1
138accept_subjugation_reasons = 1
}
141diplo_chance_accept_overlord = {
142base = 9
143border_distance = -0.3
144negative_opinion = -5
145positive_opinion = 0.25
146same_common_language = 5
147same_court_language = 10
148different_culture = -10
149different_government_type = -25
150actor_at_war = -20
151competing_power = -200
152trust_in_actor = 0.2
}
155ai_wants_to_be_overlord = {
156scope:subject = {
157add = {
158desc = "COALITION_GRADE_ANTAGONISM_TOWARDS_THEM_SUBJECT" Subject is a likely target of a coalition
159value = {
160every_country_with_coalition_grade_antagonism_against_us = {
161add = {
162value = -10
}
}
}
}
}
}