diff --git a/plugins/data/name_files/elves_female.json b/plugins/data/name_files/elves_female.json new file mode 100644 index 0000000..ce05689 --- /dev/null +++ b/plugins/data/name_files/elves_female.json @@ -0,0 +1,85 @@ +{ + "name": "Elven female names", + "author": "Johan Danforth", + "templates": { + "default": "{first}{mid}{final}" + }, + "default_templates": [ + "default" + ], + "parts": { + "final": [ + "clya", + "lindi", + "di", + "dien", + "dith", + "dia", + "lith", + "lia", + "ndra", + "ng", + "nia", + "niel", + "rith", + "thien", + "thiel", + "viel", + "wen", + "wien", + "wiel" + ], + "mid": [ + "a", + "a", + "adrie", + "ara", + "e", + "e", + "ebri", + "i", + "io", + "ithra", + "ilma", + "il-Ga", + "o", + "orfi", + "o", + "u", + "y" + ], + "first": [ + "An", + "Am", + "Bel", + "Cel", + "C", + "Cal", + "Del", + "El", + "Elr", + "Elv", + "Eow", + "Ear", + "F", + "G", + "Gal", + "Gl", + "H", + "Is", + "Leg", + "Lem", + "M", + "N", + "P", + "R", + "S", + "T", + "Thr", + "Tin", + "Ur", + "Un", + "V" + ] + } +}