fair_custom_dejure = {
	name = "FAIR_CUSTOM_DEJURE"
	dlc = "Charlemagne"
	group = "RULE_GROUP_DEJURE_DRIFT"
	option = {
		name = off
		text = "RULE_OPTION_OFF"
		desc = "RULE_FAIR_CUSTOM_DEJURE_OFF"
	}
	option = {
		name = on
		text = "RULE_OPTION_ON"
		desc = "RULE_FAIR_CUSTOM_DEJURE_ON"
	}
	option = {
		name = kingdom
		text = "RULE_FAIR_OPTION_KINGDOM"
		desc = "RULE_FAIR_CUSTOM_KINGDOM"
	}
	option = {
		name = empire
		text = "RULE_FAIR_OPTION_EMPIRE"
		desc = "RULE_FAIR_CUSTOM_DEJURE_EMPIRE"
	}
}

fair_custom_ai_handicap = {
	name = "FAIR_CUSTOM_AI_HANDICAP"
	dlc = "Charlemagne"
	group = "RULE_GROUP_VARIOUS"

	option = {
		name = off
		text = "RULE_OPTION_OFF"
		desc = "RULE_FAIR_CUSTOM_AI_HANDICAP_OFF"
	}
	option = {
		name = on
		text = "RULE_OPTION_ON"
		desc = "RULE_FAIR_CUSTOM_AI_HANDICAP_ON"
	}
}