#
# List of options showing in the Game Rules screen
#
# format is:
# rule_token = {
#	name = "TEXT_KEY_FOR_NAME"
#	required_dlc = "Name of the Required DLC"
#	desc = "TEXT_KEY_FOR_LONG_DESC"
#	group = "TEXT_KEY_FOR_GROUP"					# Used for filtering. A single rule can be in multiple groups 
#	icon = gfx_option_token							# Optional icon
#	option = {										# Unless other specified, the first option is the default option
#		name = option_token
#		text = "TEXT_KEY_FOR_OPTION_NAME"
#		allow_achievements = no						# Achievements cannot be earned if one or more game rules are set to an option that has this property set to no.
#													# If not specified, this is set to yes for default options and no for all other options.
#	}
#	default = {										# Specify an option with the "default" token to override the behavior of treating the first option as the default.
#		name = option_token
#		text = "TEXT_KEY_FOR_OPTION_NAME"
#		...
#	}
# }

SAU_ai_behavior = {
	name = "SAU_AI_BEHAVIOR"
	group = "RULE_GROUP_AI_BEHAVIOR"
	required_dlc = "Poland: United and Ready"
	default = {
		name = DEFAULT
		text = "RULE_OPTION_DEFAULT"
		desc = "RULE_OPTION_DEFAULT_AI_DESC"
	}
	option = {
		name = COMMUNIST_SOV
		text = "RULE_OPTION_COMMUNIST_SOV"
		desc = "RULE_OPTION_COMMUNIST_SOV_SAU_AI_DESC"
	}
	option = {
		name = COMMUNIST_SAU
		text = "RULE_OPTION_COMMUNIST_SAU"
		desc = "RULE_OPTION_COMMUNIST_SAU_AI_DESC"
	}
	option = {
		name = HISTORICAL
		text = "RULE_OPTION_HISTORICAL"
		desc = "RULE_OPTION_HISTORICAL_SAU_AI_DESC"
	}
	option = {
		name = DEMOCRATIC_WUZUANG
		text = "RULE_OPTION_DEMOCRATIC_WUZUANG"
		desc = "RULE_OPTION_DEMOCRATIC_WUZUANG_SAU_AI_DESC"
	}
	option = {
		name = DEMOCRATIC_WUZUANG_PLUS
		text = "RULE_OPTION_DEMOCRATIC_WUZUANG_PLUS"
		desc = "RULE_OPTION_DEMOCRATIC_WUZUANG_PLUS_SAU_AI_PLUS_DESC"
	}
	option = {
		name = FASCIST_SAU
		text = "RULE_OPTION_FASCIST_SAU"
		desc = "RULE_FASCIST_SAU_AI_DESC"
	}
	option = {
		name = HISTORICAL_COMMUNIST
		text = "RULE_OPTION_HISTORICAL_COMMUNIST"
		desc = "RULE_OPTION_HISTORICAL_COMMUNIST_AI_DESC"
	}
	option = {
		name = HISTORICAL_DEMOCRATIC
		text = "RULE_OPTION_HISTORICAL_DEMOCRATIC"
		desc = "RULE_OPTION_HISTORICAL_DEMOCRATIC_AI_DESC"
	}
	option = {
		name = HISTORICAL_FASCIST
		text = "RULE_OPTION_HISTORICAL_FASCIST"
		desc = "RULE_OPTION_HISTORICAL_FASCIST_AI_DESC"
	}
	option = {
		name = LAXIDE_AOSIMAN
		text = "RULE_OPTION_LAXIDE_AOSIMAN"
		desc = "RULE_LAXIDE_AOSIMAN_SAU_AI_DESC"
	}
	option = {
		name = HAXIMU_LIANBANG
		text = "RULE_OPTION_HAXIMU_LIANBANG"
		desc = "RULE_HAXIMU_LIANBANG_SAU_AI_DESC"
	}
	option = {
		name = FASCIST_YIHEWAN
		text = "RULE_OPTION_FASCIST_YIHEWAN"
		desc = "RULE_FASCIST_YIHEWAN_SAU_AI_DESC"
	}
	option = {
		name = ALABO_DUOSHENJIAO
		text = "RULE_OPTION_ALABO_DUOSHENJIAO"
		desc = "RULE_ALABO_DUOSHENJIAO_SAU_AI_DESC"
	}
}