forked from blockparty-sh/waifu_faucet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
soul.ts
158 lines (145 loc) · 4.11 KB
/
soul.ts
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
export default {
'analytical_ability': [
'awesome intellectual powers',
'great analytical abilities',
'a sharp intellect',
'a good intellect',
'(no description)',
'poor analytical abilities',
'very bad analytical abilities',
'a lousy intellect',
'a stunning lack of analytical ability',
],
'focus': [
'unbreakable focus',
'a great ability to focus',
'very good focus',
'the ability to focus',
'(no description)',
'poor focus',
'quite poor focus',
'really poor focus',
'the absolute inability to focus',
],
'willpower': [
'an unbreakable will',
'an iron will',
'a lot of willpower',
'willpower',
'(no description)',
'little willpower',
'a large deficit of willpower',
'next to no willpower',
'absolutely no willpower',
],
'creativity': [
'a boundless creative imagination',
'great creativity',
'very good creativity',
'good creativity',
'(no description)',
'meager creativity',
'poor creativity',
'lousy creativity',
'next to no creative talent',
],
'intuition': [
'uncanny intuition',
'great intuition',
'very good intuition',
'good intuition',
'(no description)',
'bad intuition',
'very bad intuition',
'lousy intuition',
'horrible intuition',
],
'patience': [
'absolutely boundless patience',
'a deep well of patience',
'a great deal of patience',
'a sum of patience',
'(no description)',
'a shortage of patience',
'little patience',
'very little patience',
'no patience at all',
],
'memory': [
'an astonishing memory',
'an amazing memory',
'a great memory',
'a good memory',
'(no description)',
'an iffy memory',
'a poor memory',
'a really bad memory',
'little memory to speak of',
],
'linguistic_ability': [
'an astonishing ability with languages and words',
'a great affinity for language',
'a natural inclination toward language',
'a way with words',
'(no description)',
'a little difficulty with words',
'little linguistic ability',
'very little linguistic ability',
'difficulty with words and language',
],
'spatial_sense': [
'a stunning feel for spatial relationships',
'an amazing spatial sense',
'a great feel for the surrounding space',
'a good spatial sense',
'(no description)',
'a questionable spatial sense',
'poor spatial senses',
'an atrocious spatial sense',
'no sense for spatial relationships',
],
'musicality': [
'an astonishing knack for music',
'a great musical sense',
'a natural ability with music',
'a feel for music',
'(no description)',
'an iffy sense for music',
'little natural inclination toward music',
'next to no natural musical ability',
'absolutely no feel for music at all',
],
'kinestetic_sense': [
'an astounding feel for the position of her own body',
'a great kinesthetic sense',
'a very good sense of the position of her own body',
'a good kinesthetic sense',
'(no description)',
'a meager kinesthetic sense',
'a poor kinesthetic sense',
'a very clumsy kinesthetic sense',
'an unbelievably atrocious sense of the position of her own body',
],
'empathy': [
'an absolutely remarkable sense of others\' emotions',
'a great sense of empathy',
'a very good sense of empathy',
'an ability to read emotions fairly well',
'(no description)',
'poor empathy',
'a very bad sense of empathy',
'next to no empathy',
'the utter inability to judge others\' emotions',
],
'social_awareness': [
'a shockingly profound feel for social relationships',
'a great feel for social relationships',
'a very good feel for social relationships',
'a good feel for social relationships',
'(no description)',
'a meager ability with social relationships',
'a poor ability to manage or understand social relationships',
'a lack of understanding of social relationships',
'an absolute inability to understand social relationships',
],
};