﻿on_game_start = {
    on_actions = {
		ce_anglish_867_effect_setup
        ce_anglish_1066_effect_setup
    }
}

ce_anglish_867_effect_setup = {
    trigger = {
        game_start_date = 867.1.1
    }
    effect = {
        ce_anglish_867_effect = yes
    }
}

ce_anglish_1066_effect_setup = {
    trigger = {
        game_start_date = 1066.9.15
    }
    effect = {
        ce_anglish_1066_effect = yes
    }
}

