﻿on_game_start = {
    on_actions = {
		ce_byzantine_867_setup_effect_setup
		ce_byzantine_1066_setup_effect_setup
    }
}

# on_game_start_after_lobby = {
#     on_actions = {
#         ce_byzantine_emperor_867_effect
#         ce_byzantine_emperor_1066_effect
#     }
# }

# on_title_gain = {
#     on_actions = {
#         ce_byzantine_emperor_effect
#     }
# }

ce_byzantine_867_setup_effect_setup = {
    trigger = {
        game_start_date = 867.1.1
    }
    effect = {
        ce_byzantine_867_setup_effect = yes
    }
}

ce_byzantine_1066_setup_effect_setup = {
    trigger = {
        game_start_date = 1066.9.15
    }
    effect = {
        ce_byzantine_1066_setup_effect = yes
    }
}

# ce_byzantine_emperor_867_effect = {
#     trigger = {
#         game_start_date = 867.1.1
#     }
#     effect = {
#         ce_byzantine_emperor_scripted_effect = yes
#     }
# }

# ce_byzantine_emperor_1066_effect = {
#     trigger = {
#         game_start_date = 1066.9.15
#     }
#     effect = {
#         ce_byzantine_emperor_scripted_effect = yes
#     }
# }

# ce_byzantine_emperor_effect = {
#     effect = {
#         ce_byzantine_emperor_scripted_effect = yes
#     }
# }
