
Aktion
Shugo-Amt entziehen
Die Position als Shugo einer Provinz gestattet es einer Familie, dort ziemlichen Einfluss zu sammeln, doch man kann ihr das Amt auch wieder entziehen, um zu verhindern, dass sie in ihrer Position zu überheblich wird.
KokufuGebäudeeffect, select trigger 2
Japanisches ShogunatZusammenschlussallow, potential, select trigger 1
Ernannte ÄmterPolitlinieallowDefinitionin_game/common/generic_actions/japanese_shogunate.txt:136
137icon = become_shogun_from_imperial_court
138type = internationalorganization
140ai_tick = monthly
141ai_tick_frequency = 6
143automation_tick = never
144automation_tick_frequency = 12
145show_message_to_target = yes
147potential = {
149scope:actor = {
}
}
152allow = {
155leader_country ?= scope:actor
}
}
159price = price:revoke_shugo_office
161cooldown = {
162type = revoke_shugo_office
163years = 5
}
166select_trigger = {
167looking_for_a = international_organization
168source = actor
169target_flag = recipient
170name = "choose_international_organization" Den Concept wählen:
171column = {
172data = name
}
174visible = {
}
}
179select_trigger = {
180looking_for_a = location
181source = recipient
182target_flag = target_location
183name = "choose_province" Provinz wählen
184none_available_msg_key = "no_provinces_available"
185column = {
186data = shugo_province_name
}
188source_global_list = shugo_capital_locations
189enabled = {
190any_buildings_in_location = {
192owner ?= {
193NOT = {
193is_at_war_with = scope:actor
}
}
}
}
}
200effect = {
201if = {
202limit = {
203exists = scope:target_location
}
205scope:target_location = {
206random_buildings_in_location = {
208owner = {
208save_scope_as = target
}
}
210scope:target = {
211add_opinion = {
211target = scope:actor
211modifier = opinion_revoked_shugo_office
}
212add_casus_belli = {
212target = scope:actor
}
213if = {
221international_organization_remove_special_status = {
223country = scope:target
}
}
}
227else = {
228custom_tooltip = still_shugo_daimyo_tt Sie bleiben Shugo-Daimio anderer Provinzen
}
}
231destroy_building = "building(building_type:kokufu|scope:target)"
}
}
234else = {
235custom_tooltip = revoke_shugo_office_effect_tt Wir entziehen die Statthalterschaft über die Provinz, indem wir das Kokufu der Familie dort schließen; sie erhält dadurch Opinion Revoked Shugo Office Meinung von uns sowie den Kriegsgrund „Aufstand gegen Shogun-Autorität“. Außerdem verliert die Familie den Titel Shugo-Daimio, falls dies ihr einziges Shugo-Amt ist
}
}
239ai_will_do = {
240if = {
241limit = {
241exists = scope:target
}
242add = {
243desc = "game_concept_opinion"
244value = "scope:actor.opinion(scope:target)"
245multiply = -1
}
}
}