
Ação
Conceder Gabinete Shugo
As províncias do Japão às vezes são difíceis de se governar, por isso governadores de províncias são indicados para estender o governo de Xogum a todo o território.
KokufuEdificaçãoselect trigger 2
Xogunato JaponêsOrganização Internacionalallow, potential, select trigger 1, select trigger 3
Shugo DaimiôCondição Especialeffect
Postos IndicadosPolíticaallowDefiniçãoin_game/common/generic_actions/japanese_shogunate.txt:1
2type = internationalorganization
4ai_tick = monthly
5ai_tick_frequency = 6
7automation_tick = never
8automation_tick_frequency = 12
9show_message_to_target = yes
11potential = {
13scope:actor = {
}
}
16allow = {
19leader_country ?= scope:actor
}
}
23price = price:grant_shugo_office
25cooldown = {
26type = grant_shugo_office
27years = 5
}
30select_trigger = {
31looking_for_a = international_organization
32source = actor
33target_flag = recipient
34name = "choose_international_organization" Escolha a Organização Internacional:
35column = {
36data = name
}
38visible = {
}
}
43select_trigger = {
44looking_for_a = location
45source = recipient
46target_flag = target_location
47name = "choose_province" Escolha uma Província
48none_available_msg_key = "no_provinces_available"
49source_global_list = shugo_capital_locations
50column = {
51data = shugo_province_name
}
}
60select_trigger = {
61looking_for_a = country
62source = recipient
63target_flag = target
64name = "choose_country" Escolha o País:
65none_available_msg_key = "no_countries_available"
66column = {
67data = name
}
69visible = {
}
73enabled = {
74NOT = {
74is_at_war_with = scope:actor
}
75NOT = {
75is_rival_of = scope:actor
}
76NOT = {
76is_enemy_of = scope:actor
}
}
}
80effect = {
84if = {
85limit = {
86exists = scope:target_location
87exists = scope:target
}
89scope:target_location = {
90change_building_level_in_location = {
}
}
97if = {
98limit = {
99NOT = {
}
}
106international_organization_add_special_status = {
108country = scope:target
}
}
111else = {
112custom_tooltip = already_shugo_daimyo_tt Eles já são Shugo Daimiô
}
}
}
116else = {
117custom_tooltip = grant_shugo_office_effect_tt Concederemos governadoria da província ao garantir Kokufu no Local, tornando Shugo Daimiô se já não for
}
}
121ai_will_do = {
122if = {
123limit = {
123exists = scope:target
}
124add = {
125desc = "game_concept_opinion"
126value = "scope:actor.opinion(scope:target)"
}
}
129add = {
130desc = "game_concept_stability"
131value = "scope:actor.currency_utility(stability|stability_mild_bonus)"
}
}