Skip to content

Commit

Permalink
Add AI names from latest expansions
Browse files Browse the repository at this point in the history
  • Loading branch information
HSZemi committed May 1, 2023
1 parent 842cb86 commit b8c08fb
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/__tests__/models/__snapshots__/NameGenerator.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
exports[`NameGenerator yields deterministic results 1`] = `
Array [
"King Alfonso",
"Pachacuti",
"Phung Hung",
"Wenceslaus I",
"Louis VI",
"King Alfonso",
"Raden Wijaya",
"Alp Tarkhan",
"Shield Jaguar II",
"Axayactl",
"Gunderic",
"Rurik I",
"Ly Nhan Tong",
"Boleslaw III Wrymouth",
"Smoking Squirrel",
"Cuitlauac",
"Maravarman I",
"Bartolomeu Dias",
]
`;
75 changes: 75 additions & 0 deletions src/util/NameGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,81 @@ class NameGenerator {
"Roger II of Sicily",
"William II of Apulia",
"Frederick Roger II",
// Polish
"Mieszko I",
"Boleslaw the Brave",
"Kazimierz the Restorer",
"Sieciech",
"Boleslaw III Wrymouth",
"Duke Henryk the Pious",
"Kazimierz III the Great",
"Wladyslaw II Jagiello",
"Jadwiga",
"Zawisza the Black",
"Zbigniew Olesnicki",
"Kazimierz IV Jagiellon",
"Jan I Olbracht",
"Zygmunt I Stary",
// Bohemians
"Svatopluk I",
"Wenceslaus the Good",
"Boleslaus the Cruel",
"Bretislaus I",
"Vratislaus II",
"Ottokar I",
"Wenceslaus the One-Eyed",
"Premysl Ottokar II",
"John the Blind",
"Emperor Karel IV",
"Jan Zizka",
"Jan Hus",
"Emperor Sigismund",
"Ladislaus Postumus",
// Dravidians
"Jayasimha",
"Vikramaditya I",
"Kadungon",
"Govinda III",
"Amoghavarsha",
"Srimara Srivallabha",
"Vijayalaya",
"Rajaraja Chola",
"Rajendra Chola",
"Kulothunga",
"Vijayabahu",
"Maravarman I",
"Harihara I",
"Krishna Devaraya",
//Bengalis
"Shashanka",
"Gopala",
"Dharmapala",
"Devapala",
"Harjjaravarman",
"Rajyapala",
"Mahipala",
"Ramapala",
"Samanta Sena",
"Lakshmana Sena",
"Ilyas Shah",
"Ghiyasuddin Azam Shah",
"Nasiruddin Mahmud Shah",
"Alauddin Husain Shah",
// Gurjaras
"Nagabhata",
"Vatsaraja",
"Mihira Bhoja",
"Mahenderpal",
"Sindhuraja",
"Madanavarman",
"Siddhraj Jaisingh",
"Prithviraj Chauhan",
"Nagarjuna",
"Jayachandra",
"Govind Tai",
"Maharana Pratap",
"Rana Sanga",
"Raja Shiladitya",
];

private seed: number;
Expand Down

0 comments on commit b8c08fb

Please sign in to comment.