
Action
Attempt Imperial Restoration
We must take advantage of the weakness of the Japanese Shogunate and attempt to restore the power to the imperial line.
Sengoku JidaiSituationselect triggerDefinitionin_game/common/generic_actions/sengoku.txt:4
5type = situation
6potential = {
7scope:actor ?= {
8has_reform = government_reform:japanese_imperial_family
9country_type = building
}
}
12allow = {
13scope:actor ?= {
14at_war = no
16any_owned_foreign_building_location = {
17count >= 5
}
}
}
22automation_tick = never
23automation_tick_frequency = 12
25ai_tick = monthly
26ai_tick_frequency = 12
28price = price:sengoku_attempt_imperial_restoration
30select_trigger = {
31looking_for_a = situation
32target_flag = recipient
33name = "choose_situation" Choose the Situation:
34column = {
35data = name
}
}
43effect = {
44scope:actor ?= {
45custom_tooltip = {
46text = sengoku_attempt_imperial_restoration.tt We will declare the independence of our lands from the authority of the Japanese Shogunate
}
49reverse_add_opinion = {
49modifier = opinion_refused_shogunate_authority
}
}
}
}
56ai_will_do = {
58add = {
59value = -5
60desc = BASE_VALUE
}
63if = {
65add = {
66value = "scope:actor.opinion(international_organization:japanese_shogunate.leader_country)"
67multiply = -0.1
68desc = "Our opinion of the Shogunate leader"
}
}
}