
Situation
Sengoku Jidai
It is a time of upheaval. The central authority of the Japanese Shogunate Leader Title has waned, and his/her power to control the different clans diminished. Fueled by their own conflicts, the clans have increased their autonomy and independence, and have become masters of their own territory. Japan will be engulfed in war unless someone is powerful enough to grab the reins of government once again...
Japanese ShogunateInternational Organizationcan start, on ended, on monthly, on start, visible
Appointed PostsPolicyon starthostage_character_countryVariableon monthlyDefinitionin_game/common/situations/sengoku.txt:1
3hint_tag = hint_sengoku
5can_start = {
6current_year >= 1400
8OR = {
9international_organization_has_leader = no
10leader_country ?= {
11OR = {
12government_power <= 50
13stability <= 20
14in_civil_war = yes
15any_rebel = {
16rebel_progress > 0.9
}
}
}
20any_international_organization_member = {
21any_current_war = {
22OR = {
23any_attacker = {
}
24any_defender = {
}
}
}
27count >= 6
}
}
}
}
37visible = {
}
41on_start = {
44if = {
}
50ordered_international_organization_member = {
53check_range_bounds = no
54order_by = total_foreign_buildings_levels
}
58ordered_international_organization_member = {
59order_by = {
60add = {
61value = country_total_army_levy_size
}
63multiply = country_rank_level
64add = {
65value = army_size
66multiply = 10
}
68add = {
69value = country_total_navy_levy_size
70divide = 2
}
72add = {
73value = monthly_income_trade_and_tax
74divide = 10
}
76if = {
77limit = {
77is_great_power = yes
}
78add = 100
}
}
84max = 1
85check_range_bounds = no
92add_to_global_variable_list = {
93name = sengoku_strong_daimyo_list
94target = this
}
}
97ordered_international_organization_member = {
98order_by = {
99add = {
100value = country_total_army_levy_size
}
102multiply = country_rank_level
103add = {
104value = army_size
105multiply = 10
}
107add = {
108value = country_total_navy_levy_size
109divide = 2
}
111add = {
112value = monthly_income_trade_and_tax
113divide = 10
}
115if = {
116limit = {
116is_great_power = yes
}
117add = 100
}
}
123position = 1
124check_range_bounds = no
}
131add_to_global_variable_list = {
132name = sengoku_strong_daimyo_list
133target = this
}
}
136ordered_international_organization_member = {
137order_by = {
138add = {
139value = country_total_army_levy_size
}
141multiply = country_rank_level
142add = {
143value = army_size
144multiply = 10
}
146add = {
147value = country_total_navy_levy_size
148divide = 2
}
150add = {
151value = monthly_income_trade_and_tax
152divide = 10
}
154if = {
155limit = {
155is_great_power = yes
}
156add = 100
}
}
162position = 2
163check_range_bounds = no
}
170add_to_global_variable_list = {
171name = sengoku_strong_daimyo_list
172target = this
}
}
175ordered_international_organization_member = {
176order_by = {
177add = {
178value = country_total_army_levy_size
}
180multiply = country_rank_level
181add = {
182value = army_size
183multiply = 10
}
185add = {
186value = country_total_navy_levy_size
187divide = 2
}
189add = {
190value = monthly_income_trade_and_tax
191divide = 10
}
193if = {
194limit = {
194is_great_power = yes
}
195add = 100
}
}
201position = 3
202check_range_bounds = no
}
209add_to_global_variable_list = {
210name = sengoku_strong_daimyo_list
211target = this
}
}
214ordered_international_organization_member = {
215order_by = {
216add = {
217value = country_total_army_levy_size
}
219multiply = country_rank_level
220add = {
221value = army_size
222multiply = 10
}
224add = {
225value = country_total_navy_levy_size
226divide = 2
}
228add = {
229value = monthly_income_trade_and_tax
230divide = 10
}
232if = {
233limit = {
233is_great_power = yes
}
234add = 100
}
}
240position = 4
241check_range_bounds = no
}
248add_to_global_variable_list = {
249name = sengoku_strong_daimyo_list
250target = this
}
}
}
}
260on_monthly = {
266every_international_organization_member = {
267save_scope_as = sengoku_cache_country
268if = {
269limit = {
270ruler ?= {
271any_close_relative = {
272owner ?= scope:sengoku_cache_country
274is_ruler = no
275OR = {
276is_adult = no
277AND = {
278is_female = yes
279is_married = no
}
}
}
}
}
}
}
}
293random_list = {
29420 = {
295trigger = {
}
}
301random_international_organization_member = {
}
}
}
30820 = {
}
}
31620 = {
317trigger = {
319any_international_organization_member = {
320at_war = no
}
}
}
}
}
331200 = {
}
}
}
335map_color = {
336if = {
337limit = {
338OR = {
341situation:sengoku.var:sengoku_second_threatening_daimyo = prev.owner
342situation:sengoku.var:sengoku_third_threatening_daimyo = prev.owner
343situation:sengoku.var:sengoku_fourth_threatening_daimyo = prev.owner
344situation:sengoku.var:sengoku_fifth_threatening_daimyo = prev.owner
}
}
347value = owner.country_color
}
349else = {
350value = define:NMapColors|DEFAULT_COLOR
}
}
354legend_key = {
355limit = {
356OR = {
359situation:sengoku.var:sengoku_second_threatening_daimyo = prev.owner
360situation:sengoku.var:sengoku_third_threatening_daimyo = prev.owner
361situation:sengoku.var:sengoku_fourth_threatening_daimyo = prev.owner
362situation:sengoku.var:sengoku_fifth_threatening_daimyo = prev.owner
}
}
366desc = "LOCATION_OWNER_NAME"
367color = owner.country_color
}
370on_ended = {
371if = {
372limit = {
}
377if = {
}
382form_country = formable_country:JAP_f
}
}
385else = {
387if = {
}
392form_country = formable_country:JAP_f
}
}
}
}