improve chat
This commit is contained in:
parent
2ae3d43354
commit
61ae57a850
14 changed files with 306 additions and 33 deletions
204
server/game/names.json
Normal file
204
server/game/names.json
Normal file
|
@ -0,0 +1,204 @@
|
|||
{
|
||||
"fruit": [
|
||||
"Apple",
|
||||
"Apricot",
|
||||
"Avocado",
|
||||
"Banana",
|
||||
"Bilberry",
|
||||
"Blackberry",
|
||||
"Blackcurrant",
|
||||
"Blueberry",
|
||||
"Boysenberry",
|
||||
"Cantaloupe",
|
||||
"Currant",
|
||||
"Cherry",
|
||||
"Cherimoya",
|
||||
"Cloudberry",
|
||||
"Coconut",
|
||||
"Cranberry",
|
||||
"Damson",
|
||||
"Date",
|
||||
"Dragonfruit",
|
||||
"Durian",
|
||||
"Elderberry",
|
||||
"Feijoa",
|
||||
"Fig",
|
||||
"Goji Berry",
|
||||
"Gooseberry",
|
||||
"Grape",
|
||||
"Raisin",
|
||||
"Grapefruit",
|
||||
"Guava",
|
||||
"Huckleberry",
|
||||
"Jabuticaba",
|
||||
"Jackfruit",
|
||||
"Jambul",
|
||||
"Jujube",
|
||||
"Juniper berry",
|
||||
"Kiwifruit",
|
||||
"Kumquat",
|
||||
"Lemon",
|
||||
"Lime",
|
||||
"Loquat",
|
||||
"Lychee",
|
||||
"Mango",
|
||||
"Marionberry",
|
||||
"Melon",
|
||||
"Honeydew",
|
||||
"Watermelon",
|
||||
"Miracle Fruit",
|
||||
"Mulberry",
|
||||
"Nectarine",
|
||||
"Nance",
|
||||
"Olive",
|
||||
"Orange",
|
||||
"Blood Orange",
|
||||
"Clementine",
|
||||
"Mandarine",
|
||||
"Tangerine",
|
||||
"Papaya",
|
||||
"Passionfruit",
|
||||
"Peach",
|
||||
"Pear",
|
||||
"Persimmon",
|
||||
"Physalis",
|
||||
"Plantain",
|
||||
"Plum",
|
||||
"Prune",
|
||||
"Pineapple",
|
||||
"Pomegranate",
|
||||
"Pomelo",
|
||||
"Quince",
|
||||
"Raspberry",
|
||||
"Salmonberry",
|
||||
"Rambutan",
|
||||
"Redcurrant",
|
||||
"Salal Berry",
|
||||
"Salak",
|
||||
"Satsuma",
|
||||
"Star Fruit",
|
||||
"Strawberry",
|
||||
"Tamarillo",
|
||||
"Tamarind",
|
||||
"Ugli Fruit"
|
||||
],
|
||||
"adjectives": {
|
||||
"a": [
|
||||
"Awesome",
|
||||
"Amazing",
|
||||
"Awkward"
|
||||
],
|
||||
"b": [
|
||||
"Bubbly",
|
||||
"Brilliant",
|
||||
"Bizzare",
|
||||
"Bouncy",
|
||||
"Blue"
|
||||
],
|
||||
"c": [
|
||||
"Crazy",
|
||||
"Cool"
|
||||
],
|
||||
"d": [
|
||||
"Dizzy",
|
||||
"Dangerous"
|
||||
],
|
||||
"e": [
|
||||
"Energetic",
|
||||
"Easy"
|
||||
],
|
||||
"f": [
|
||||
"Funny",
|
||||
"Fancy"
|
||||
],
|
||||
"g": [
|
||||
"Giggly",
|
||||
"Great",
|
||||
"Golden"
|
||||
],
|
||||
"h": [
|
||||
"Hipster",
|
||||
"Hot",
|
||||
"Holy"
|
||||
],
|
||||
"i": [
|
||||
"Interesting",
|
||||
"Insipid",
|
||||
"Introverted"
|
||||
],
|
||||
"j": [
|
||||
"Jolly"
|
||||
],
|
||||
"k": [
|
||||
"Crazy",
|
||||
"Cool"
|
||||
],
|
||||
"l": [
|
||||
"Little",
|
||||
"Lazy"
|
||||
],
|
||||
"m": [
|
||||
"Magnificent",
|
||||
"Minty",
|
||||
"Magical"
|
||||
],
|
||||
"n": [
|
||||
"Nosy",
|
||||
"Noisy"
|
||||
],
|
||||
"o": [
|
||||
"Oblivious",
|
||||
"Omnipotent",
|
||||
"Omnipresent",
|
||||
"Okay"
|
||||
],
|
||||
"p": [
|
||||
"Pretty",
|
||||
"Puny",
|
||||
"Precious",
|
||||
"Perfect",
|
||||
"Pitiful",
|
||||
"Paranoid",
|
||||
"Pink"
|
||||
],
|
||||
"q": [
|
||||
"Quivering",
|
||||
"Queer"
|
||||
],
|
||||
"r": [
|
||||
"Radical",
|
||||
"Racist"
|
||||
],
|
||||
"s": [
|
||||
"Stupid",
|
||||
"Silly",
|
||||
"Smart"
|
||||
],
|
||||
"t": [
|
||||
"Terrific",
|
||||
"Terrible",
|
||||
"Tiny"
|
||||
],
|
||||
"u": [
|
||||
"Unbelievable",
|
||||
"Ugly"
|
||||
],
|
||||
"v": [
|
||||
"Voluptuous",
|
||||
"Vague"
|
||||
],
|
||||
"w": [
|
||||
"Wiggly",
|
||||
"Weird"
|
||||
],
|
||||
"x": [
|
||||
"Xenophobic"
|
||||
],
|
||||
"y": [
|
||||
"Yellow"
|
||||
],
|
||||
"z": [
|
||||
"Zany"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue