Skip to content

Instantly share code, notes, and snippets.

@Hoijof
Created June 25, 2014 15:40
Show Gist options
  • Save Hoijof/1c61d8d162de610cd57a to your computer and use it in GitHub Desktop.
Save Hoijof/1c61d8d162de610cd57a to your computer and use it in GitHub Desktop.
Generic names, surnames and town names in js Array format
var femaleNames = ["Aekkein", "Erna", "Gica", "Iris", "Laen", "Oanei", "Urusla", "Unt", "Zy", "Giny", "Teni", "Tania",
"Tenisa", "Falish", "Tirs", "Bera", "Boria", "Terkia", "Tronash", "Si", "Gi", "Ti", "Fi", "Di", "Mi", "Peli", "Irnia", "Beth",
"Riven", "Vi", "Lio", "Nayeli"];
var maleNames = ["Anttirnet", "Carnil", "Estiv", "Halt", "Hoijof", "Laen", "Lisiern", "Berin", "Ton", "Shome", "Regit",
"Lurin", "Maers", "Musten", "Oanei", "Raesh", "Terio", "Unt", "Ust", "Redik", "James", "Loki", "Tem", "Regot",
"Josh", "Tom" ,"Jei", "Lioth"];
var surnames = ["Golpeo", "Anorda", "Severnin", "Part", "Kek-vek-loah", "Vaen", "Nerivin", "Haeshi", "Vin-ti-selh",
"Ver-to", "Vintoret", "Da Teri", "Von Bien", "Maer", "Serisn", "Vintaren", "Bertis", "Tetirit", "Tornet", "Bellabi",
"Geron", "Tornes", "Gorez", "Lorez", "Gareth"];
var townNames = ["Laptius", "Birnicie", "Gerina", "Olvinast", "Maktius", "New Berinet", "Berinet", "Old Berinet",
"Not So Old Berinet", "Dantias", "Maktius", "Bluelake", "Pryland", "Crystalsage"];
var townFirstNames = ["Great", "Big", "Blue", "Black", "Greay", "Nordic", "Rapid", "Shadow", "Violet", "White", "Gold", "Silver",
"Bronze", "Iron", "Stone", "Water", "Rose", "Cold", "Cor", "Coast", "Bright", "Well", "Butter", "Dork", "Wind", "Orba", "North",
"Wolf", "South", "East", "West"];
var townSecondNames = ["shore", "size", "port", "fox", "ham", "mill", "mere", "gate", "bush", "bank", "way", "dedge",
"keep", "cliff", "row", "mount", "river", "sea", "fall", "flea", "wald", "crest", "wick", "well", "mead"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment