#
# List of options showing in the Game Rules screen
#
# format is:
# rule_token = {
#	name = "TEXT_KEY_FOR_NAME"
#	desc = "TEXT_KEY_FOR_LONG_DESC"
#	group = "TEXT_KEY_FOR_GROUP"					# Used for filtering. A single rule can be in multiple groups 
#	alt_start_default = option_name					# Default value in alt start. If not set, defaults 
#	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
#		alt_start_achievements = no					# by default alt_start_achievements = yes, allows or disallows achievements in alt start. Note that it defaults to yes even when achievements = no
#	}
# }

vassal_culture_spread = {
	name = kcultvassals_rule
	group = "RULE_GROUP_DIPLOMACY"
	group = "RULE_GROUP_VARIOUS"
	group = "RULE_GROUP_KCULT"
	option = {
		name = vcultyes
		text = vcultyes.text
		desc = vcultyes.desc
	}
	option = {
		name = vcultno
		text = vcultno.text
		desc = vcultno.desc
	}
}

kcult_import_elephants = {
	name = kimp_elephants_rule
	group = "RULE_GROUP_DIPLOMACY"
	group = "RULE_GROUP_VARIOUS"
	group = "RULE_GROUP_KCULT"
	option = {
		name = kimp_elephants_no
		text = kimp_elephants_no.text
		desc = kimp_elephants_no.desc
	}
	option = {
		name = kimp_elephants_yes
		text = kimp_elephants_yes.text
		desc = kimp_elephants_yes.desc
	}
}

kcult_fantasy_elephants = {
	name = kfan_elephants_rule
	group = "RULE_GROUP_WARFARE"
	group = "RULE_GROUP_VARIOUS"
	group = "RULE_GROUP_KCULT"
	option = {
		name = k_no_fanstasy_elephants
		text = k_no_fanstasy_elephants.text
		desc = k_no_fanstasy_elephants.desc
	}
	option = {
		name = k_atlas_elephants
		text = k_atlas_elephants.text
		desc = k_atlas_elephants.desc
	}
	option = {
		name = k_dwarf_elephants
		text = k_dwarf_elephants.text
		desc = k_dwarf_elephants.desc
	}
	option = {
		name = k_mammoths
		text = k_mammoths.text
		desc = k_mammoths.desc
	}
	option = {
		name = k_all_fanstasy_elephants
		text = k_all_fanstasy_elephants.text
		desc = k_all_fanstasy_elephants.desc
	}
}

kcult_tarim_camels = {
	name = ktar_camels_rule
	group = "RULE_GROUP_DIPLOMACY"
	group = "RULE_GROUP_VARIOUS"
	group = "RULE_GROUP_KCULT"
	option = {
		name = yes
		text = ktar_camels.yes.text
		desc = ktar_camels.yes.desc
	}
	option = {
		name = no
		text = ktar_camels.no.text
		desc = ktar_camels.no.desc
	}
}