
Subject TypeChanged this version
Fiefdom
A Fiefdom is a junior title that is the property of its Overlord's Ruler. Exclusive for a Monarchy of the same Religion Group as the overlord, it suffers reduced Efficiency of Our Cabinet and becomes ruled directly by the overlord's Monarch.
MonarchyGovernment Typecreation visible, visible
High KingshipInternational Organizationvisible
Japanese ShogunateInternational Organizationvisible
TennōSpecial Statusvisible
Nanbokuchō JidaiSituationvisibleModifiers
Overlord modifier
Subject modifier
Definitionin_game/common/subject_types/fiefdom.txt:2
3subject_pays = subject_pays_vassal
4color = subject_fiefdom
5level = 3
6annullment_favours_required = 30
7join_offensive_wars_always = {
8NOT = {
8scope:actor ?= {
8is_subject_of = scope:recipient
}
}
}
10join_offensive_wars_can_call = {
11scope:actor ?= {
11is_subject_of = scope:recipient
}
}
13join_defensive_wars_always = {
14always = yes
}
16has_overlords_ruler = yes
17has_overlords_religion = yes
18annexation_speed = 1
19annexation_min_years_before = 10
20annexation_min_opinion = 150
21annexation_stall_opinion = 125
22subject_can_cancel = no
23overlord_can_cancel = yes
24overlord_protects_other_subjects = yes
26war_score_cost = 0.5
28can_overlord_build_roads = yes
29can_overlord_build_buildings = yes
30can_overlord_build_rgos = yes
33strength_vs_overlord = -0.5
35diplomatic_capacity_cost_scale = 1.0
36maritime_path_tolerance = -0.2
38can_change_rank = no
39can_change_heir_selection = no
41minimum_opinion_for_offer = 150
43has_limited_diplomacy = yes
44fleet_basing_rights = yes
45food_access = yes
47great_power_score_transfer = 0.25
52overlord_modifier = {
}
56subject_modifier = {
59pure_tooltip_entry = pte_not_blocked_from_conversion
}
66subject_creation_enabled = {
67has_ruler = yes
}
70release_country_enabled = {
71has_ruler = yes
}
74visible = {
75has_ruler = yes
76religion.group = scope:target.religion.group
79OR = {
80country_rank_level >= scope:target.country_rank_level
81any_international_organizations_member_of = {
83any_international_organization_member = {
84this = scope:target
}
}
}
90trigger_if = {
91limit = {
}
95NOT = {
96scope:target = {
97has_special_status_in_international_organization = {
}
}
}
}
}
112enabled_through_diplomacy = {
113scope:target = {
115OR = {
116ruler ?= root.ruler
117regent ?= root.ruler
118and = {
119has_regent = yes
120has_heir = no
}
}
}
}
126diplo_chance_accept_subject = {
127base = -92
130current_strength = 0.2
131border_distance = -0.3
132negative_opinion = -5
133positive_opinion = 0.25
134rank_difference = -5
135giving_defensive_support = 2
136receiving_defensive_support = 5
137royal_ties = 1
139num_of_limited_subjects = -5
140culture_war = 3
141diplomatic_reputation = 1
142different_religion = -20
143same_common_language = 5
144same_court_language = 10
145different_culture = -10
146different_government_type = -25
147actor_at_war = -20
148competing_power = -200
149tax_base = -0.25
150trust_in_actor = 0.2
152reject_subjugation_reasons = -1
153accept_subjugation_reasons = 1
}
156diplo_chance_accept_overlord = {
157base = 8
158border_distance = -0.3
159negative_opinion = -5
160positive_opinion = 0.25
161same_common_language = 5
162same_court_language = 10
163different_culture = -10
164different_government_type = -25
165actor_at_war = -20
166competing_power = -200
}
169ai_wants_to_be_overlord = {
170scope:subject = {
171add = {
172desc = "COALITION_GRADE_ANTAGONISM_TOWARDS_THEM_SUBJECT" Subject is a likely target of a coalition
173value = {
174every_country_with_coalition_grade_antagonism_against_us = {
175add = {
176value = -10
}
}
}
}
}
}


