This repository has been archived on 2023-04-13. You can view files and clone it, but cannot push or open issues or pull requests.
CloudBot/disabled_stuff/data/name_files/hobbits.json

39 lines
657 B
JSON

{
"name": "Tolkien hobbit names",
"author": "Johan Danforth",
"templates": {
"default": "{first}{mid}{final}"
},
"default_templates": [
"default"
],
"parts": {
"final": [
"bo",
"do",
"doc",
"go",
"grin",
"m"
],
"mid": [
"a",
"e",
"i",
"ia",
"o",
"oi",
"u"
],
"first": [
"B",
"Dr",
"Fr",
"Mer",
"Per",
"S"
]
}
}