
Action
Become Japanese Shogunate Leader Title
We can persuade the Imperial Court to give us authorization to become Japanese Shogunate Leader Title.
Japanese ShogunateInternational Organizationeffect, potentialImperial Shōgun RecognitionStatic ModifierallowDefinitionin_game/common/generic_actions/religious_factions.txt:284
285type = religiousfaction
287sound = UI_action_religion_generic
289potential = {
290scope:actor ?= {
291any_international_organizations_member_of = {
}
}
295scope:actor.religion = {
296has_religious_factions = yes
}
}
300automation_tick = never
301automation_tick_frequency = 12
303allow = {
304scope:actor ?= {
305has_regent = no
306has_ruler = yes
}
}
314cooldown = {
315type = become_shogun_from_imperial_court
316years = 5
}
319price = price:become_shogun_from_imperial_court
321ai_tick = monthly
322ai_tick_frequency = 12
324select_trigger = {
325looking_for_a = religion
326source = actor
327target_flag = recipient
328name = "choose_religion" Choose the Religion:
329column = {
330data = name
}
}
334effect = {
335if = {
336limit = {
}
337scope:actor ?= {
338ruler = {
}
341add_casus_belli = {
}
}
}
344else = {
}
}
349ai_will_do = {
350if = {
351limit = {
}
352add = {
353desc = "game_concept_opinion"
354value = "scope:actor.opinion(international_organization:japanese_shogunate.leader_country)"
355multiply = -1
}
}
}