yugo_bloc = { yugo_promote_nostalgia = { icon = GFX_decision_eng_propaganda_campaigns target_array = global.yugo_members target_root_trigger = { NOT = { has_idea = formed_yugoslavia } } target_trigger = { country_exists = FROM NOT = { FROM = { tag = ROOT } } FROM = { check_variable = { yugo_nostalgia < 75 } } } available = { FROM = { influence_higher_15 = yes } } days_remove = 5 cost = 10 remove_effect = { log = "[GetDateText]: [Root.GetName]: Decision yugo_promote_nostalgia" FROM = { set_temp_variable = { temp_yugo_nost_gain = 4 } add_yugo_nostalgia_effect = yes } } ai_will_do = { base = 1 modifier = { add = 10 original_tag = BOS has_global_flag = BOS_SRPSKA_UNION_FOCUS_PATH BOS_ai_can_fund_faction_recovery_trigger = yes } modifier = { add = 4 is_yugo_dominant_trigger = yes } modifier = { factor = 0 FROM = { check_variable = { yugo_nostalgia > 74 } } } } } yugo_promote_own_nostalgia = { icon = GFX_decision_eng_propaganda_campaigns visible = { NOT = { has_idea = formed_yugoslavia } check_variable = { yugo_nostalgia < 75 } } days_remove = 5 cost = 20 remove_effect = { log = "[GetDateText]: [Root.GetName]: Decision yugo_promote_own_nostalgia" set_temp_variable = { temp_yugo_nost_gain = 4 } add_yugo_nostalgia_effect = yes } ai_will_do = { base = 1 modifier = { add = 4 is_yugo_dominant_trigger = yes } modifier = { factor = 0 check_variable = { yugo_nostalgia > 74 } } } } yugo_form_federation = { icon = GFX_decision_generic_form_nation available = { is_subject = no is_yugo_dominant_trigger = yes yugoslav_consensus_trigger = yes NOT = { has_idea = formed_yugoslavia } } cost = 110 complete_effect = { log = "[GetDateText]: [Root.GetName]: Decision yugo_form_federation" form_yugoslavia_effect = yes } ai_will_do = { base = 2 modifier = { add = 50 has_global_flag = BOS_SRPSKA_UNION_FOCUS_PATH } modifier = { add = 20 yugoslav_consensus_trigger = yes is_yugo_dominant_trigger = yes } modifier = { factor = 0 has_active_mission = bankruptcy_incoming_collapse } } } }