
ActionChanged this version
Revoke Land
Revoke some of the land allotted and restore it to the direct control of the Japanese Shogunate. Chances that a clan will accept our demands depend on their Opinion of us and our Diplomatic Reputation.
Rebel Against the Shōgun AuthorityCasus Belliselect trigger 2
Reassert Shōgun AuthorityCasus Belliselect trigger 2
Japanese ShogunateInternational Organizationpotential, select trigger 2
Sengoku JidaiSituationselect trigger 1Definitionin_game/common/generic_actions/sengoku.txt:177
178icon = sengoku_attempt_imperial_restoration
179type = situation
180potential = {
181scope:actor ?= {
}
}
185allow = {
186scope:actor ?= {
187at_war = no
}
}
191cooldown = {
192type = sengoku_revoke_clans_land
193months = 6
}
196automation_tick = never
197automation_tick_frequency = 12
199ai_tick = monthly
200ai_tick_frequency = 6
202price = price:sengoku_revoke_clans_land
204select_trigger = {
205looking_for_a = situation
206target_flag = recipient
207name = "choose_situation" Choose the Situation:
208column = {
209data = name
}
}
217select_trigger = {
218looking_for_a = country
219target_flag = target_country
220name = "choose_country" Choose the Country:
221none_available_msg_key = "no_valid_countries"
222default_sort = select_target_acceptance_total
223column = {
224data = name
}
226column = {
227data = select_target_acceptance_total
}
229visible = {
231this != scope:actor
232NOT = {
233has_casus_belli_of_type_on = {
233target = scope:actor
}
}
235NOT = {
236scope:actor = {
237has_casus_belli_of_type_on = {
237target = prev
}
}
}
240OR = {
241AND = {
242country_type = building
243any_owned_foreign_building_location = {
244count > 1
}
}
247AND = {
248country_type = location
249num_locations > 1
}
}
}
}
255select_trigger = {
256looking_for_a = location
257target_flag = target_location
258source = target_country
259name = "choose_location" Choose a Location
260none_available_msg_key = "no_locations_available"
261column = {
262data = name
}
264visible = {
265trigger_if = {
266limit = {
266scope:target_country ?= {
266country_type = building
}
}
267owner ?= scope:actor
268any_foreign_building_countries_in_location = {
268this = scope:target_country
}
}
270trigger_if = {
271limit = {
271scope:target_country ?= {
271country_type = location
}
}
272owner ?= scope:target_country
273is_capital = no
}
}
}
283ai_will_do = {
286add = {
287value = 20
288desc = BASE_VALUE
}
291if = {
292limit = {
292exists = scope:target_country
}
293add = {
294value = "scope:actor.opinion(scope:target_country)"
295multiply = -0.1
}
}
}
300ai_acceptance = {
302add = {
303value = 0.5
304desc = SENGOKU_BASE_ACCEPTANCE_CHANCE Base Chance
}
306add = {
307value = "scope:target_country.opinion(scope:actor)"
308multiply = 0.0015
309desc = OPINION_OF_ACTOR Opinion of Actor
}
311add = {
312value = scope:actor.modifier:diplomatic_reputation
313multiply = 0.005
314min = -0.15
315max = 0.15
316desc = DIPLOMATIC_REPUTATION Diplomatic Reputation
}
318min = 0
319max = 1
}