-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.ts
263 lines (261 loc) · 11 KB
/
options.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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
export interface OptionSet {
[key: string]: string;
}
const options: OptionSet[] = [
{
"username": "[Username]",
"i": "I",
"nameless": "A nameless android",
"one": "One android",
"wounded": "A wounded android",
"black": "A black android",
"humanoid": "A humanoid machine",
"lonesoldier": "A lone soldier",
"ferocious": "A ferocious soldier",
"courageous": "A courageous soldier",
"craven": "A craven soldier",
"greedy": "A greedy soldier",
"shrewd": "A shrewd soldier",
"loyal": "A loyal soldier",
"bohemian": "A bohemian soldier",
"inexperienced": "An inexperienced soldier",
"naive": "A naive soldier",
"cooperative": "A cooperative soldier",
"reckless": "A reckless soldier",
"unremarkable": "An unremarkable soldier",
"loneswordsman": "A lone swordsman",
"passionate": "A passionate amazon",
"lonelancer": "A lone lancer",
"lonepugilist": "A lone pugilist",
"dualwielder": "A dual-wielder",
"weaponless": "A weaponless soldier",
"beautiful": "A beautiful android",
"small": "A small android",
"doublecrossing": "A double-crossing android",
"weaponcarrying": "A weapon-carrying android",
"emotional": "An emotional android",
"ruthless": "A ruthless android",
"solitary": "A solitary android",
"carefree": "A carefree android",
"serious": "A serious android",
"combatloving": "A combat-loving android",
"natureloving": "A nature-loving android",
"animalloving": "An animal-loving android",
"sealoving": "A sea-loving android",
"skyloving": "A sky-loving android",
"earthloving": "An earth-loving android",
"foolish": "A foolish doll",
"hollowedout": "A hollowed-out doll",
"dreamy": "A dreamy child",
"just": "A just, young boy",
"cursed": "A cursed child",
"secretive": "A secretive girl",
"suffering": "A suffering girl",
"scared": "A scared girl",
"vengeful": "A vengeful girl",
"proud": "A proud man",
"lone": "A lone woman",
"withoutbeliefs": "A woman without beliefs",
"broken": "A broken woman",
"poorlamb": "A poor lamb"
},
{
"collapsed": "collapsed",
"fell": "fell",
"powerless": "felt utterly powerless",
"careless": "was careless",
"laughed": "laughed at the enemy's strength",
"shocked": "was shocked at what happened",
"sought": "sought more strength",
"mistake": "regretted a mistake",
"ambushed": "was ambushed by the enemy",
"surrounded": "was surrounded by enemies",
"amused": "was amused by how it all ended",
"revenge": "vowed revenge",
"grace": "fell with grace",
"ounce": "fought with every ounce of strength",
"vengeance": "vowed vengeance",
"despair": "felt despair at this cold world",
"heldnothing": "held nothing back",
"gave": "gave it all",
"getup": "could not get up again",
"grow": "vowed to grow as a person",
"grimaced": "grimaced in anger",
"missed": "missed the chance of a lifetime",
"weakpoint": "couldn't find a weakpoint",
"overwhelmed": "was overwhelmed",
"outmatched": "was totally outmatched",
"flower": "was distracted by a flower",
"hesitated": "hesitated to land the killing blow",
"behind": "was attacked from behind",
"ground": "fell to the ground",
"hit": "couldn't even get a hit in",
"lazy": "was too damn lazy",
"underestimated": "underestimated the enemy",
"facedaway": "faced away from the enemy",
"fear": "learned to fear the enemy",
"overcome": "was overcome by fear",
"perform": "couldn't perform as well as usual",
"topform": "wasn't in top form",
"allout": "failed to go all-out",
"powerful": "tried taking on a powerful foe",
"limit": "took it to the limit",
"corner": "was backed into a corner",
"bravely": "fought bravely",
"brave": "fought a brave battle",
"challenged": "challenged the enemy foolishly",
"valiantly": "fought valiantly",
"lost": "lost the battle",
"honorable": "died an honorable death",
"valuable": "learned a valuable lesson",
"slipaway": "felt life slip away",
"tough": "enjoyed a tough battle",
"smiling": "never stopped smiling",
"fate": "felt the hand of fate",
"intel": "applied all combat intel",
"trapped": "was trapped on the defensive",
"tables": "had the tables turned",
"almost": "almost won",
"admired": "admired the enemy's strength",
"wall": "hit a wall",
"smile": "couldn't help but smile",
"cried": "cried and cried",
"courage": "lost all courage",
"think": "stopped trying to think",
"doubleko": "suffered a double KO",
"fellalong": "fell along with the enemy",
"nothing": "regretted nothing",
"giveup": "didn't give up until the very end",
"doubt": "gave in to doubt",
"fast": "wasn't fast enough",
"died": "died",
"killed": "got killed",
"memory": "became a beautiful memory",
"wind": "became the wind",
"peacefully": "died peacefully",
"bitter": "saw a bitter enemy",
"patheticlump": "saw a pathetic lump of metal",
"invaders": "saw conquering invaders",
"takeover": "saw the enemy take over Earth",
"emotionless": "saw emotionless machines",
"imitating": "saw a machine imitating a human",
"ponder": "saw a machine ponder life and death",
"wandering": "saw a machine wandering around",
"protecting": "saw solder protecting their land",
"parade": "saw machines enjoying a parade",
"dancing": "saw a machine dancing like mad",
"believed": "saw machines that believed in the uncertain",
"deepthought": "saw a machine in deep thought",
"caring": "saw a caring machine",
"love": "saw a machine full of love",
"flying": "saw a machine flying around",
"end": "saw a machine end it all",
"combat": "saw a machine living for combat",
"eating": "saw a machine eating its own kind",
"humans": "saw a machine in love with humans",
"lostmachine": "saw a lost machine",
"sand": "saw a machine buried in sand",
"tree": "saw a machine behind a tree",
"dreams": "saw a machine with dreams",
"junk": "saw a machine living in junk",
"walk": "saw a machine taking a walk",
"skies": "saw a machine cover the skies",
"footsteps": "heard the footsteps of machines",
"crazed": "heard the screams of crazed machines",
"friends": "thought of many friends",
"victory": "wished for a friend's victory",
"lovedone": "thought of a loved one",
"vision": "saw a vision of those lost",
"nostalgic": "saw something strange yet nostalgic",
"blue": "saw a blue bird",
"whitebook": "saw a white book",
"black": "saw a black book",
"whiteflower": "saw a white flower",
"flora": "saw swaying flora",
"flowing": "heard the sound of flowing water",
"waves": "heard the sound of waves",
"call": "heard the call of friends",
"coldness": "felt the coldness of water",
"heat": "felt the heat of sand",
"companions": "saw old companions",
"yorha": "saw a YoRHa once considered a friend",
"redeyes": "saw an android with red eyes",
"gazing": "saw red eyes gazing down",
"squadmates": "saw squadmates lose their minds",
"screams": "heard the screams of crazed androids",
"laughing": "heard a girl laughing merrily"
},
{
"cradle": "in a cradle in the sky",
"bunker": "at the Bunker, looking at Earth",
"hq": "at YoRHa HQ",
"city": "at a city drowned in green",
"ruins": "at the ruins of civilization",
"nature": "at a city consumed by nature",
"deserted": "in a deserted land",
"gaping": "at a city with a gaping hole",
"reclaimed": "in a city reclaimed by nature",
"mountain": "at a mountain of metal",
"capital": "at the capital of junk",
"religious": "at a religious mountain",
"scrapiron": "at the home of scrap-iron",
"vain": "in a vain forest",
"deep": "in a deep, dark forest",
"lush": "in a lush forest",
"kingdom": "at the kingdom of machines",
"dreams": "in a world of ended dreams",
"distorted": "in a land of distorted fairy tales",
"light": "at a city filled with light",
"theater": "at a closed theater",
"empty": "at an empty theater",
"sunken": "at a sunken city",
"water": "at a city consumed by water",
"drenched": "at a city drenched in blue",
"fake": "at a fake city",
"manufactured": "at a manufactured city",
"boxes": "at a city of boxes",
"buildingblocks": "at a city of building blocks",
"inorganic": "at an inorganic city",
"copied": "at a copied city",
"desert": "in a desert of shadows",
"sandworld": "in a world of sand",
"sanddays": "in days of sand",
"death": "surrounded by the winds of death",
"darkhold": "in a dark hold beneath a city",
"underground": "underground",
"lair": "at the enemy's lair",
"ship": "inside an empty ship",
"tower": "at a tower built by the gods",
"angels": "on a tower smiled upon by angels",
"tall": "inside a tall tower",
"village": "at a peace-loving village",
"refugees": "at a village of refugees",
"freeskies": "in the free skies",
"darkskies": "below dark skies",
"battlefieldsea": "at a battlefield on the sea",
"decisive": "during the decisive battle",
"pointless": "during a pointless battle",
"pastures": "on green pastures",
"shining": "on a shining blue surface",
"steel": "on ground of steel",
"collapsed": "on a collapsed building",
"drysand": "on dry sand",
"earth": "looking down on Earth",
"hell": "in the depths of hell",
"abyss": "in the abyss",
"deepest": "in the deepest darkness",
"battlefieldblood": "at a blood-soaked battlefield",
"past": "at a land stuck in the past",
"memories": "at a place of memories",
"live": "in the land where he used to live",
"over": "over there",
"there": "there",
"garbage": "at a garbage dump",
"countryside": "in the boring countryside",
"dull": "somewhere very dull",
"fit": "at a place fit to die",
"verydark": "somewhere very dark",
"confusing": "in a confusing place"
}
];
export default options;