Kaiserreich / Kaiserreich-4-Bug-Reports

Issue tracker for Kaiserreich for Hearts of Iron 4
110 stars 40 forks source link

EST - Allow auth-dem EST to join Moscow Accord if RUS has taken Expansionism #15419

Closed Pelmen323 closed 3 years ago

Pelmen323 commented 3 years ago

Quick questions Kaiserreich version: master pulled 14.05.2021

Describe the specific change you would like: Event KREST.83 - allow EST to join Moscow Accord if RUS has taken RUS_expansionism Add a guaranteed chance for auth-dem EST to join Moscow-Accord

Explain the reasoning behind this actionable change: RUS-aligned EST is not allowed to join RUS if RUS has taken Expansionism

Additional context or comments: has_idea = EST_russian_trade cab be used for modifier (authdem EST) Here is the event:

country_event = { #EST asks to join faction
    id = KREST.83
    immediate = {log = "[GetDateText]: [Root.GetName]: event KREST.83"}
    title = KREST.83.t
    desc = KREST.83.d
    picture = DEN_ep_constitution_day

    fire_only_once = yes
    is_triggered_only = yes

    option = { #Yes
        name = KREST.83.a
        ai_chance = {
            base = 100
            modifier = {
                factor = 0
                has_completed_focus = RUS_Expansionism
            }
            modifier = {
                factor = 0
                tag = GER
                has_government = paternal_autocrat
            }
        }
        add_to_faction = FROM
    }
    option = { #No
        name = KREST.83.b
        ai_chance = {
            base = 0
            modifier = {
                add = 100
                has_completed_focus = RUS_Expansionism
            }
            modifier = {
                add = 100
                tag = GER
                has_government = paternal_autocrat
            }
        }
        FROM = { country_event = KREST.84 }
    }
}
Alpinia commented 3 years ago

No - expansionist Russia has a clear desire to annex the Baltics, and as such will always refuse any alliances.