﻿on_game_start = {
	on_actions = {
		hfc_frisian
		hfc_frisian_1066
		hfc_frisian_1178
	}
}

hfc_frisian = {
	trigger = {
        game_start_date = 867.1.1
    }
	effect = {
		hfc_frisians_exist = yes
	}
}

hfc_frisian_1066 = {
	trigger = {
        game_start_date = 1066.9.15
    }
	effect = {
		hfc_frisians_exist_1066 = yes
	}
}

hfc_frisian_1178 = {
	trigger = {
        game_start_date = 1178.10.1
    }
	effect = {
		hfc_frisians_exist_1178 = yes
	}
}