#
# 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"
#		...
#	}
# }

 ##   ##  #   # ###      ## ### ### #  # ###  
#    #  # ## ## #       #   #    #  #  # #  # 
# ## #### # # # ##       #  ##   #  #  # ###  
#  # #  # #   # #         # #    #  #  # #    
 ##  #  # #   # ###     ##  ###  #   ##  #    

bul_territorial_status = {#Choose Territories
	name = "BUL_TERRITORIAL_STATUS"
	required_dlc = "Battle for the Bosporus"
	group = "RULE_GROUP_GAME_SETUP"
	default = {#1936
		name = DEFAULT
		text = "RULE_OPTION_BULGARIA_DEFAULT_TERRITORIES"
		desc = "RULE_OPTION_BULGARIA_DEFAULT_TERRITORIES_DESC"
	}
	option = { #1913
		name = BUL_1913_TERRITORIES
		text = "RULE_OPTION_BUL_1913_TERRITORIES"
		desc = "RULE_OPTION_BUL_1913_TERRITORIES_DESC"
	}
	option = { #WW1
		name = BUL_WW1_TERRITORIES
		text = "RULE_OPTION_BUL_WW1_TERRITORIES"
		desc = "RULE_OPTION_BUL_WW1_TERRITORIES_DESC"
	}
	option = { #1945
		name = BUL_1945_TERRITORIES
		text = "RULE_OPTION_BUL_1945_TERRITORIES"
		desc = "RULE_OPTION_BUL_1945_TERRITORIES_DESC"
	}
	option = { #Greater Bulgaria
		name = BUL_GREATER_BULGARIA_TERRITORIES
		text = "RULE_OPTION_GREATER_BULGARIA_TERRITORIES"
		desc = "RULE_OPTION_GREATER_BULGARIA_TERRITORIES_DESC"
	}
}

bul_leadership = {#Choose Country Leader
	name = "BUL_LEADERSHIP_STATUS"
	required_dlc = "Battle for the Bosporus"
	group = "RULE_GROUP_GAME_SETUP"
	default = {#Boris III - Monarchy
		name = DEFAULT
		text = "RULE_OPTION_BULGARIA_DEFAULT_LEADER"
		desc = "RULE_OPTION_BULGARIA_DEFAULT_LEADER_DESC"
	}
	option = { #Ferdinand I - Monarchy
		name = BUL_LEADER_FERDINAND_I
		text = "RULE_OPTION_BULGARIA_FERDINAND_I"
		desc = "RULE_OPTION_BULGARIA_FERDINAND_I_DESC"
	}
	option = { #Union of Bulgarian National Legions - Nationalism
		name = BUL_LEADER_HRISTO_LUKOV
		text = "RULE_OPTION_BULGARIA_HRISTO_LUKOV"
		desc = "RULE_OPTION_BULGARIA_HRISTO_LUKOV_DESC"
	}
	option = { #National Social Movement - National-Socialism
		name = BUL_LEADER_ALEXANDER_TSANKOV
		text = "RULE_OPTION_BULGARIA_ALEXANDER_TSANKOV"
		desc = "RULE_OPTION_BULGARIA_ALEXANDER_TSANKOV_DESC"
	}
	option = { #Nikola Petkov - Agrarian Socialism
		name = BUL_LEADER_NIKOLA_PETKOV
		text = "RULE_OPTION_BULGARIA_NIKOLA_PETKOV"
		desc = "RULE_OPTION_BULGARIA_NIKOLA_PETKOV_DESC"
	}
	option = { #Stoycho Mushanov - Constitutional Monarchy
		name = BUL_LEADER_STOYCHO_MUSHANOV
		text = "RULE_OPTION_BULGARIA_STOYCHO_MUSHANOV"
		desc = "RULE_OPTION_BULGARIA_STOYCHO_MUSHANOV_DESC"
	}
	option = { #Georgy Dimitrov - Stalinism
		name = BUL_LEADER_GEORGY_DIMITROV
		text = "RULE_OPTION_BULGARIA_GEORGY_DIMITROV"
		desc = "RULE_OPTION_BULGARIA_GEORGY_DIMITROV_DESC"
	}
	option = { #Kimon Georgiev - Syndicalism
		name = BUL_LEADER_KIMON_GEORGIEV
		text = "RULE_OPTION_BULGARIA_KIMON_GEORGIEV"
		desc = "RULE_OPTION_BULGARIA_KIMON_GEORGIEV_DESC"
	}
}

bul_extras = {#Extras
	name = "BUL_EXTRAS"
	required_dlc = "Battle for the Bosporus"
	group = "RULE_GROUP_GAME_SETUP"
	default = {#No Developer Additions
		name = DEFAULT
		text = "RULE_OPTION_EXTRAS_DEFAULT"
		desc = "RULE_OPTION_EXTRAS_DEFAULT_DESC"
	}
	option = { #Include Developer Additions
		name = ON
		text = "RULE_OPTION_EXTRAS_ON"
		desc = "RULE_OPTION_EXTRAS_ON_DESC"
	}
}