New bot names (#435)

## Description:
Adds several new names for bots to use.

Fixes #465 

## Please complete the following:

- [x] I have added screenshots for all UI updates
- [x] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced
- [x] I understand that submitting code with bugs that could have been
caught through manual testing blocks releases and new features for all
contributors

## Please put your Discord username so you can be contacted if a bug or
regression is found:
N/A
This commit is contained in:
Loymdayddaud
2025-05-22 14:48:53 -04:00
committed by GitHub
parent ac47889938
commit 373de1a752
+24 -2
View File
@@ -171,6 +171,13 @@ export const BOT_NAME_PREFIXES = [
"Baloch", "Baloch",
"Afghan", "Afghan",
"Persian", "Persian",
"Kenyan",
"Ugandan",
"Bhutanese",
"Latin",
"Moldovan",
"Militant",
"Spartan",
]; ];
export const BOT_NAME_SUFFIXES = [ export const BOT_NAME_SUFFIXES = [
"Empire", "Empire",
@@ -224,9 +231,24 @@ export const BOT_NAME_SUFFIXES = [
"Ascendancy", "Ascendancy",
"Supremacy", "Supremacy",
"Province", "Province",
"Kingdoms", "Tribe",
"Tribes",
"Dominion", "Dominion",
"Assembly", "Assembly",
"Republics", "Republics",
"Army",
"Dictatorship",
"Country",
"Oligarchy",
"Monkdom",
"Throng",
"Host",
"Area",
"District",
"Fief",
"Wilderness",
"Settlement",
"Parliament",
"Anarchy",
"Democracy",
"Autocracy",
]; ];