
International OrganizationChanged this version
Japanese Shogunate
The lands of Japan have long been immersed in a complex political structure. Despite the Emperor being the titular leader of the nation, actual rule has been for centuries in the hands of the Shōgun, and even that role was replaced by a regent during some periods. The different clans live in a constant struggle for supremacy and authority over the Land of the Rising Sun.
Nanbokuchō JidaiSituationmonthly effectModifiers
Modifier
Leader modifier
Monthly Prestige+0.1
Definitionin_game/common/international_organizations/japanese_shogunate.txt:1
3has_target = no
4unique = yes
5has_leader_country = yes
6disband_if_no_leader = no
7expel_members_who_are_targets_of_other_members = no
9antagonism_modifier_for_taking_land_from_fellow_member = 0.5
10leader_title_key = "JAPANESE_SHOGUNATE_LEADER"
11leader_type = character
12leader = {
13leader_country ?= {
14if = {
15limit = {
15has_regent = yes
}
16heir = {
17add_to_list = leaders
}
}
20else = {
21ruler = {
22add_to_list = leaders
}
}
}
}
27leader_change_trigger_type = none
28leader_change_method = none
29gives_food_access_to_members = yes
31create_visible_trigger = {
32always = no
}
35invite_visible_trigger = {
36always = yes
}
39invite_enabled_trigger = {
}
43can_lead_trigger = {
44NOT = {
45has_special_status_in_international_organization = {
}
}
}
53join_defensive_wars_auto_call = {
54scope:target ?= {
55NOT = {
56is_member_of_international_organization = root
}
}
}
61can_declare_war = {
63trigger_if = {
64limit = {
65NOT = {
65is_situation_active = situation:sengoku
}
66situation:sengoku = {
66situation_has_ended = no
}
}
70custom_tooltip = {
71text = same_side_in_nanbokucho_tt
72NAND = {
73scope:attacker = {
73has_variable = supports_northern_court
}
74scope:defender = {
74has_variable = supports_northern_court
}
}
76NAND = {
77scope:attacker = {
77has_variable = supports_southern_court
}
78scope:defender = {
78has_variable = supports_southern_court
}
}
80NAND = {
81scope:attacker = {
81has_variable = supports_new_imperial_line
}
82scope:defender = {
82has_variable = supports_new_imperial_line
}
}
}
87trigger_if = {
88limit = {
90AND = {
91scope:attacker = {
91is_ai = yes
}
92scope:defender = {
92is_ai = yes
}
}
}
95NOR = {
96scope:attacker = {
97AND = {
98has_special_status_in_international_organization = {
}
102country_type = building
}
}
105scope:defender = {
106AND = {
107has_special_status_in_international_organization = {
}
111country_type = building
}
}
}
}
}
117trigger_else = {
118always = yes
}
}
122gives_military_access_to_all_when_at_war = yes
126has_military_access = {
128scope:war = yes
132scope:recipient ?= {
133is_member_of_international_organization = root
}
135scope:actor ?= {
136country_type = building
}
}
149can_join_trigger = {
153capital.region = region:japan_region
}
156can_leave_trigger = {
157always = no
}
160auto_leave_trigger = {
161always = no
}
164auto_disband_trigger = {
165always = no
}
168on_joined = {
}
171on_left = {
}
174monthly_effect = {
176every_international_organization_owned_location = {
177limit = {
178is_capital = yes
179owner = {
180NOT = {
180is_member_of_international_organization = root
}
181country_can_join_international_organization = root
}
}
184root = {
185add_country_to_international_organization = prev.owner
}
}
}
195variables = {
}
203ai_desire_to_join = {
}
206ai_desire_to_allow_new_member = {
207add = {
208desc = "WE_WANT_THE_ORGANIZATION_TO_GROW" We want the International Organization to grow
209value = 20
}
}

