This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
words.js
384 lines (381 loc) · 7.27 KB
/
words.js
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
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
const TEMPLATES = [
'**** ahead',
'No **** ahead',
'**** required ahead',
'be wary of ****',
'try ****',
'Could this be a ****?',
'If only I had a ****...',
'visions of ****...',
'Time for ****',
'****',
'****!',
'****?',
'****...',
'Huh. It\'s a ****...',
'praise the ****!',
'Let there be ****',
'Ahh, ****...'
];
const CONJUNCTIONS = [
'',
'and then',
'but',
'therefore',
'in short',
'or',
'only',
'by the way',
'so to speak',
'all the more',
','
];
const CATEGORIES = {
'Creatures': [
'enemy',
'monster',
'mob enemy',
'tough enemy',
'critical foe',
'Hollow',
'pilgrim',
'prisoner',
'monstrosity',
'skeleton',
'ghost',
'beast',
'lizard',
'bug',
'grub',
'crab',
'dwarf',
'giant',
'demon',
'dragon',
'knight',
'sellword',
'warrior',
'herald',
'bandit',
'assassin',
'sorcerer',
'pyromancer',
'cleric',
'deprived',
'sniper',
'duo',
'trio',
'you',
'you bastard',
'good fellow',
'saint',
'wretch',
'charmer',
'poor soul',
'oddball',
'nimble one',
'laggard',
'moneybags',
'beggar',
'miscreant',
'liar',
'fatty',
'beanpole',
'youth',
'elder',
'old codger',
'old dear',
'merchant',
'artisan',
'master',
'sage',
'champion',
'Lord of Cinder',
'king',
'queen',
'prince',
'princess',
'angel',
'god',
'friend',
'ally',
'spouse',
'covenantor',
'Phantom',
'Dark Spirit'
],
'Objects': [
'bonfire',
'ember',
'fog wall',
'lever',
'contraption',
'key',
'trap',
'torch',
'door',
'treasure',
'chest',
'something',
'quite something',
'rubbish',
'filth',
'weapon',
'shield',
'projectile',
'armor',
'item',
'ring',
'ore',
'coal',
'transposing kiln',
'scroll',
'umbral ash',
'throne',
'rite',
'coffin',
'cinder',
'ash',
'moon',
'eye',
'brew',
'soup',
'message',
'bloodstain',
'illusion'
],
'Techniques': [
'close-ranged battle',
'ranged battle',
'eliminating one at a Time',
'luring it out',
'beating to a pulp',
'ambush',
'pincer attack',
'hitting them in one swoop',
'duel-wielding',
'stealth',
'mimicry',
'fleeing',
'charging',
'jumping off',
'dashing through',
'circling around',
'trapping inside',
'rescue',
'Skill',
'sorcery',
'pyromancy',
'miracles',
'pure luck',
'prudence',
'brief respite',
'play dead'
],
'Actions': [
'jog',
'dash',
'rolling',
'backstepping',
'jumping',
'attacking',
'jump attack',
'dash attack',
'counter attack',
'stabbing in the back',
'guard stun & stab',
'plunging attack',
'shield breaking',
'blocking',
'parrying',
'locking-on',
'no lock-on',
'two-handing',
'gesture',
'control',
'destroy'
],
'Geography': [
'boulder',
'lava',
'poison gas',
'enemy horde',
'forest',
'swamp',
'cave',
'shortcut',
'detour',
'hidden path',
'secret passage',
'dead end',
'labyrinth',
'hole',
'bright spot',
'dark spot',
'open area',
'tight spot',
'safe zone',
'danger zone',
'sniper spot',
'hiding place',
'illusory wall',
'ladder',
'lift',
'gorgeous view',
'looking away',
'overconfidence',
'slip-up',
'oversight',
'fatigue',
'bad luck',
'inattention',
'loss of stamina',
'chance encounter',
'planned encounter'
],
'Orientation': [
'front',
'back',
'left',
'right',
'up',
'down',
'below',
'above',
'behind'
],
'Body parts': [
'head',
'neck',
'stomach',
'back',
'armor',
'finger',
'leg',
'rear',
'tail',
'wings',
'anywhere',
'tongue',
'right arm',
'left arm',
'thumb',
'indexfinger',
'longfinger',
'ringfinger',
'smallfinger',
'right leg',
'left leg',
'right side',
'left side',
'pincer',
'wheel',
'core',
'mount'
],
'Attribute': [
'regular',
'strike',
'thrust',
'slash',
'magic',
'crystal',
'fire',
'chaos',
'lightning',
'blessing',
'dark',
'critical hits',
'bleeding',
'poison',
'toxic',
'frost',
'curse',
'equipment breakage'
],
'Concepts': [
'chance',
'quagmire',
'hint',
'secret',
'sleeptalk',
'happiness',
'misfortune',
'life',
'death',
'demise',
'joy',
'fury',
'agony',
'sadness',
'tears',
'loyalty',
'betrayal',
'hope',
'despair',
'fear',
'losing sanity',
'victory',
'defeat',
'sacrifice',
'light',
'dark',
'bravery',
'confidence',
'vigor',
'revenge',
'resignation',
'overwhelming',
'regret',
'pointless',
'man',
'woman',
'friendship',
'love',
'recklessness',
'composure',
'guts',
'comfort',
'silence',
'deep',
'dregs'
],
'Musings': [
'good luck',
'fine work',
'I did it!',
'I\'ve failed...',
'here!',
'not here!',
'I can\'t take this...',
'lonely...',
'don\'t you dare!',
'do it!',
'look carefully',
'listen carefully',
'think carefully',
'this place again?',
'now the real fight begins',
'you don\'t deserve this',
'keep moving',
'pull back',
'give it up',
'don\'t give up',
'help me...',
'impossible...',
'bloody expensive...',
'let me out of here...',
'stay calm',
'like a dream...',
'seems familiar...',
'are you ready?',
'it\'ll happen to you too',
'praise the Sun!',
'may the flames guide thee'
]
};
module.exports = {
TEMPLATES,
CONJUNCTIONS,
CATEGORIES
};