欧陆风云吧 关注:63,100贴子:1,916,627
  • 1回复贴,共1

欧陆风云4瑞典附庸挪威任务怎么触发

只看楼主收藏回复

欧陆风云4附庸挪威任务怎么触发


来自手机贴吧1楼2015-07-25 17:15回复
    vassalize_norway_swe = {
    type = country
    category = MIL
    ai_mission = yes
    allow = {
    normal_or_historical_nations = yes
    tag = SWE
    is_subject = no
    exists = NOR
    NOR = {
    is_neighbor_of = ROOT
    NOT = { vassal_of = ROOT }
    NOT = { num_of_cities = ROOT }
    is_subject = no
    owns = 17# Oslo, Akershus
    NOT = { total_development = 50 }
    }
    }
    abort = {
    OR = {
    NOT = { exists = NOR }
    NOR = { is_subject = yes }
    is_subject = yes
    NOT = {
    has_casus_belli = {
    type = cb_vassalize_mission
    target = NOR
    }
    }
    }
    }
    success = {
    NOR = { vassal_of = SWE }
    }
    chance = {
    factor = 2000
    modifier = {
    factor = 2
    NOT = { has_opinion = { who = NOR value = 0 } }
    }
    }
    immediate = {
    add_casus_belli = {
    type = cb_vassalize_mission
    months = 300
    target = NOR
    }
    }
    abort_effect = {
    remove_casus_belli = {
    type = cb_vassalize_mission
    target = NOR
    }
    }
    effect = {
    add_army_tradition = 20
    hidden_effect = {
    remove_casus_belli = {
    type = cb_vassalize_mission
    target = NOR
    }
    }
    }
    }


    2楼2015-07-25 18:59
    回复