﻿on_game_start = {
    on_actions = {
		ce_balkans_867_setup_effect_setup
		ce_balkans_1066_setup_effect_setup
		ce_balkans_1178_setup_effect_setup
        #make_belocroat_culture_effect_setup 
    }
}

ce_balkans_867_setup_effect_setup = {
    trigger = {
        game_start_date = 867.1.1
    }
    effect = {
        ce_balkans_867_setup_effect = yes
    }
}

ce_balkans_1066_setup_effect_setup = {
    trigger = {
        game_start_date = 1066.9.15
    }
    effect = {
        ce_balkans_1066_setup_effect = yes
    }
}

ce_balkans_1178_setup_effect_setup = {
	trigger = {
        game_start_date = 1178.10.1
    }
	effect = {
		ce_balkans_1178_setup_effect = yes
	}
}

# make_belocroat_culture_effect_setup = {
#     trigger = {
#         game_start_date = 867.1.1
#     }
#     effect = {
#         make_belocroat_culture_effect = yes
#     }
# }
