on_actions = { on_startup = { effect = { if = { limit = { NOT = { has_global_flag = GLOBAL_yugo_bloc_initialized } } set_global_flag = GLOBAL_yugo_bloc_initialized clear_array = global.yugo_members add_to_array = { global.yugo_members = SER } add_to_array = { global.yugo_members = CRO } add_to_array = { global.yugo_members = SLV } add_to_array = { global.yugo_members = BOS } add_to_array = { global.yugo_members = FYR } add_to_array = { global.yugo_members = MNT } add_to_array = { global.yugo_members = KOS } } # yugo_nostalgia only ever rises, so < 1 means the member was never initialized SER = { if = { limit = { check_variable = { yugo_nostalgia < 1 } } set_variable = { yugo_nostalgia = 18 } } } KOS = { if = { limit = { check_variable = { yugo_nostalgia < 1 } } set_variable = { yugo_nostalgia = 14 } } } MNT = { if = { limit = { check_variable = { yugo_nostalgia < 1 } } set_variable = { yugo_nostalgia = 16 } } } CRO = { if = { limit = { check_variable = { yugo_nostalgia < 1 } } set_variable = { yugo_nostalgia = 12 } } } BOS = { if = { limit = { check_variable = { yugo_nostalgia < 1 } } set_variable = { yugo_nostalgia = 10 } } } SLV = { if = { limit = { check_variable = { yugo_nostalgia < 1 } } set_variable = { yugo_nostalgia = 8 } } } FYR = { if = { limit = { check_variable = { yugo_nostalgia < 1 } } set_variable = { yugo_nostalgia = 4 } } } } } on_monthly_SER = { effect = { if = { limit = { NOT = { has_global_flag = GLOBAL_yugoslavia_restored } } recalc_yugo_dominant_effect = yes } } } on_monthly_CRO = { effect = { if = { limit = { NOT = { has_global_flag = GLOBAL_yugoslavia_restored } NOT = { country_exists = SER } } recalc_yugo_dominant_effect = yes } } } on_monthly_SLV = { effect = { if = { limit = { NOT = { has_global_flag = GLOBAL_yugoslavia_restored } NOT = { country_exists = SER } NOT = { country_exists = CRO } } recalc_yugo_dominant_effect = yes } } } on_monthly_BOS = { effect = { if = { limit = { NOT = { has_global_flag = GLOBAL_yugoslavia_restored } NOT = { country_exists = SER } NOT = { country_exists = CRO } NOT = { country_exists = SLV } } recalc_yugo_dominant_effect = yes } } } on_monthly_FYR = { effect = { if = { limit = { NOT = { has_global_flag = GLOBAL_yugoslavia_restored } NOT = { country_exists = SER } NOT = { country_exists = CRO } NOT = { country_exists = SLV } NOT = { country_exists = BOS } } recalc_yugo_dominant_effect = yes } } } on_monthly_MNT = { effect = { if = { limit = { NOT = { has_global_flag = GLOBAL_yugoslavia_restored } NOT = { country_exists = SER } NOT = { country_exists = CRO } NOT = { country_exists = SLV } NOT = { country_exists = BOS } NOT = { country_exists = FYR } } recalc_yugo_dominant_effect = yes } } } on_monthly_KOS = { effect = { if = { limit = { NOT = { has_global_flag = GLOBAL_yugoslavia_restored } NOT = { country_exists = SER } NOT = { country_exists = CRO } NOT = { country_exists = SLV } NOT = { country_exists = BOS } NOT = { country_exists = FYR } NOT = { country_exists = MNT } } recalc_yugo_dominant_effect = yes } } } }