Added elven name files
This commit is contained in:
parent
44945aa50c
commit
38e37bda3a
1 changed files with 85 additions and 0 deletions
85
plugins/data/name_files/elves_female.json
Normal file
85
plugins/data/name_files/elves_female.json
Normal file
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
Reference in a new issue