-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexpressions.json
More file actions
112 lines (112 loc) · 2.72 KB
/
Copy pathexpressions.json
File metadata and controls
112 lines (112 loc) · 2.72 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"actor_expressions": {
"surprise_and_shock": [
"mild surprise",
"curious interest",
"slight confusion",
"raised eyebrows",
"gentle bewilderment",
"wide-eyed astonishment",
"jaw-dropping disbelief",
"stunned speechlessness",
"double-take confusion",
"startled recoil"
],
"betrayal_and_hurt": [
"disappointed look",
"slight sadness",
"thoughtful concern",
"quiet reflection",
"gentle resignation",
"wounded disbelief",
"bitter disappointment",
"slow-dawning realization",
"heartbroken devastation",
"cold, steely resolve"
],
"sneaky_and_mischievous": [
"subtle smile",
"gentle amusement",
"soft smirk",
"quiet confidence",
"hint of playfulness",
"giggling conspiracy",
"sly sideways glance",
"barely contained glee",
"cat-like satisfaction",
"impish plotting"
],
"fear_and_anxiety": [
"cautious expression",
"mild concern",
"slight worry",
"gentle unease",
"thoughtful hesitation",
"wide-eyed terror",
"nervous fidgeting",
"paranoid glancing",
"trembling uncertainty",
"frozen panic"
],
"anger_and_frustration": [
"mild annoyance",
"slight frown",
"gentle disapproval",
"quiet irritation",
"soft frustration",
"seething rage",
"exasperated eye-roll",
"clenched-jaw fury",
"explosive outburst",
"simmering resentment"
],
"joy_and_excitement": [
"gentle happiness",
"soft smile",
"quiet contentment",
"mild delight",
"peaceful satisfaction",
"bubbling enthusiasm",
"triumphant elation",
"childlike wonder",
"infectious laughter",
"beaming pride"
],
"sadness_and_grief": [
"gentle melancholy",
"soft sadness",
"quiet thoughtfulness",
"mild wistfulness",
"peaceful sorrow",
"quiet devastation",
"tear-streaked sorrow",
"hollow emptiness",
"resigned melancholy",
"crumbling composure"
],
"romantic_and_intimate": [
"gentle affection",
"soft warmth",
"tender expression",
"kind eyes",
"quiet fondness",
"lovestruck adoration",
"sultry seduction",
"tender vulnerability",
"playful flirtation",
"wistful longing"
],
"contemplative_and_mysterious": [
"thoughtful expression",
"gentle curiosity",
"quiet concentration",
"soft introspection",
"peaceful contemplation",
"brooding intensity",
"knowing smirk",
"distant pensiveness",
"calculating assessment",
"enigmatic silence"
]
}
}