#
# List of options showing in the Game Rules screen
#
# format is:
# rule_token = {
#	name = "TEXT_KEY_FOR_NAME"
#	desc = "TEXT_KEY_FOR_LONG_DESC"
#	option = {										# please note that the first option is always the default option
#		name = option_token
#		text = "TEXT_KEY_FOR_OPTION_NAME"
#		achievements = no							# by default achievements = yes, allows or disallows achievements
#	}
# }

new_world_order = {
	name = "NWO_TITLE"
	option = {
		name = no
		text = "NO"
		desc = "NWO_NO_DESC"
	}
	option = {
		name = yes
		text = "YES"
		desc = "NWO_YES_DESC"
	}
}

crusade_rules = {
	name = "CRUSADE_RULES_TITLE"
	option =  {
		name = default
		text = "RULE_OPTION_DEFAULT"
		desc = "CRUSADE_RULES_DEFAULT_DESC"
	}
	option = {
		name = activate_immediately
		text = "CRUSADE_RULES_IMMEDIATE"
		desc = "CRUSADE_RULES_IMMEDIATE_DESC"
	}
}

crusade_delay_rules = {
	name = "CRUSADE_DELAY_RULES_TITLE"
	option =  {
		name = default
		text = "RULE_OPTION_DEFAULT"
		desc = "CRUSADE_DELAY_RULES_DEFAULT_DESC"
	}
	option =  {
		name = one_year
		text = "ONE_YEAR"
		desc = "CRUSADE_DELAY_RULES_ONE_DESC"
	}
	option =  {
		name = three_years
		text = "THREE_YEARS"
		desc = "CRUSADE_DELAY_RULES_THREE_DESC"
	}
	option =  {
		name = five_years
		text = "FIVE_YEARS"
		desc = "CRUSADE_DELAY_RULES_FIVE_DESC"
	}
	option =  {
		name = ten_years
		text = "TEN_YEARS"
		desc = "CRUSADE_DELAY_RULES_TEN_DESC"
	}
}

vanilla_empires = {
	name = "SETUP_VANILLA_EMPIRES"
	option = {
		name = no
		text = "NO"
		desc = "VANILLA_EMPIRES_NO_DESC"
	}
	option = {
		name = yes
		text = "YES"
		desc = "VANILLA_EMPIRES_YES_DESC"
	}
}

ancient_religions = {
	name = "ANCIENT_RELIGIONS"
	option = {
		name = no
		text = "NO"
		desc = "ANCIENT_RELIGIONS_NO_DESC"
	}
	option = {
		name = yes
		text = "YES"
		desc = "ANCIENT_RELIGIONS_YES_DESC"
	}
}

vanilla_germans = {
	name = "VANILLA_GERMANS"
	option = {
		name = no
		text = "NO"
		desc = "VANILLA_GERMANS_NO_DESC"
	}
	option = {
		name = yes
		text = "YES"
		desc = "VANILLA_GERMANS_YES_DESC"
	}
}

trigger_schism_rule = {
	name = "TRIGGER_SCHISM_NAME"
	option = {
		name = default
		text = "RULE_OPTION_DEFAULT"
		desc = "TRIGGER_SCHISM_DEFAULT_DESC"
	}
	#TODO: switch catholics and orthodox to chalcedonian
	#option = {
	#	name = no
	#	text = "NO"
	#	desc = "TRIGGER_SCHISM_NO_DESC"
	#}
	option = {
		name = yes
		text = "YES"
		desc = "TRIGGER_SCHISM_YES_DESC"
	}
	#TODO: switch catholics and orthodox to chalcedonian and disable schism mechanics.
	#option = {
	#	name = disable
	#	text = "DISABLE"
	#	desc = "TRIGGER_SCHISM_DISABLED_DESC"
	#}
}

empire_creation_kingdom_rule = {
	name = "EMPIRE_CREATION_KINGDOM_RULE_NAME"
	option = {
		name = has_two
		text = "HAS_TWO"
		desc = "HAS_TWO_DESC"
	}
	option = {
		name = has_three
		text = "HAS_THREE"
		desc = "HAS_THREE_DESC"
	}
}