-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathalias.json
28 lines (28 loc) · 844 Bytes
/
alias.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"eyesNormal": [":", "="],
"eyesWink": ";",
"eyesClosed": ["x", "X"],
"eyesGlasses": ["8", "B"],
"eyes": ["eyesNormal", "eyesWink", "eyesClosed"],
"nose": "-",
"noseOptional": ["", "nose"],
"mouthPositiveNormal": [")", "]"],
"mouthPositiveVery": "D",
"mouthPositive": ["mouthPositiveNormal", "mouthPositiveVery"],
"mouthNegativeNormal": ["(", "["],
"mouthNegative": ["mouthNegativeNormal"],
"mouthNeutral": "|",
"mouthNotPositive": ["mouthNegative", "mouthNeutral"],
"mouthNotNegative": ["mouthPositive", "mouthNeutral"],
"mouthKissing": "*",
"mouthOpen": ["o", "O", "0"],
"mouthAngry": "@",
"mouthTongue": ["p", "P", "d"],
"mouthSquiggly": ["$", "s", "z", "S", "Z"],
"mouthConfused": ["/", "\\"],
"blush": "\"",
"drop": [",", "'"],
"horns": "]",
"halo": ["o", "O", "0"],
"moustache": "3"
}