-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspells.js
364 lines (363 loc) · 7.31 KB
/
spells.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
const spells = [
{
"spell": "Accio",
"use": "Summoning charm",
"index": 0
},
{
"spell": "Glisseo",
"use": "Turns a staircase into a slide",
"index": 1
},
{
"spell": "Impervius",
"use": "Protects caster from a variety of substances, including water and fire",
"index": 2
},
{
"spell": "Wingardium Leviosa/Locomotor",
"use": "Levitates objects",
"index": 3
},
{
"spell": "Scourgify",
"use": "Cleans things",
"index": 4
},
{
"spell": "Portus",
"use": "Creates a portkey",
"index": 5
},
{
"spell": "Orchideous",
"use": "Grows flowers from end of wand",
"index": 6
},
{
"spell": "Lumos",
"use": "Makes wand emit light",
"index": 7
},
{
"spell": "Reparo",
"use": "Repairs broken objects",
"index": 8
},
{
"spell": "Reducio",
"use": "Shrinks objects",
"index": 9
},
{
"spell": "Pack",
"use": "Packs trunks and luggage",
"index": 10
},
{
"spell": "Riddikulus",
"use": "Transforms Boggarts into a humorous shape",
"index": 11
},
{
"spell": "Protego",
"use": "Shields caster from curses",
"index": 12
},
{
"spell": "Muffliato",
"use": "Keeps others nearby from overhearing conversations",
"index": 13
},
{
"spell": "Silencio/Langlock",
"use": "Stops someone from talking (by sticking one's tongue to the roof of his/her mouth)",
"index": 14
},
{
"spell": "Expelliarmus",
"use": "Disarming Charm",
"index": 15
},
{
"spell": "Oblivate",
"use": "Erases memories",
"index": 16
},
{
"spell": "Episkey",
"use": "Heals minor injuries",
"index": 17
},
{
"spell": "Tergeo",
"use": "Cleans off surfaces",
"index": 18
},
{
"spell": "Relashio",
"use": "Forces target to let go of whatever they're holding",
"index": 19
},
{
"spell": "Confundo",
"use": "Causes confusions and makes others easily susceptible to influence",
"index": 20
},
{
"spell": "Expecto Patronum",
"use": "Patronus Charm",
"index": 21
},
{
"spell": "Ferula",
"use": "Conjures bandages",
"index": 22
},
{
"spell": "Evanesco",
"use": "Vanishing spell",
"index": 23
},
{
"spell": "Alohomora",
"use": "Opens locks",
"index": 24
},
{
"spell": "Nox",
"use": "Turns off lumos",
"index": 25
},
{
"spell": "Quietus",
"use": "Quiets magically amplified voice",
"index": 26
},
{
"spell": "Incendio",
"use": "Creates fire",
"index": 27
},
{
"spell": "Homenum Revelio",
"use": "Reveal people nearby",
"index": 28
},
{
"spell": "Prior Incantato",
"use": "Reveals last spell cast",
"index": 29
},
{
"spell": "Finite Incantatem",
"use": "Negates the effects of many spells",
"index": 30
},
{
"spell": "Erecto",
"use": "Erects tents or other structures",
"index": 31
},
{
"spell": "Diffindo",
"use": "Cuts or rips material",
"index": 32
},
{
"spell": "Stupefy",
"use": "Stuns target",
"index": 33
},
{
"spell": "Repelo Muggletum",
"use": "Repels Muggles",
"index": 34
},
{
"spell": "Avada Kedavra",
"use": "The Killing Curse",
"index": 35
},
{
"spell": "Aguamenti",
"use": "Shoot water from wand",
"index": 36
},
{
"spell": "Geminio",
"use": "Creates temporary, worthless duplicate of any object",
"index": 37
},
{
"spell": "Locomotor Mortis",
"use": "Leg-lock curse",
"index": 38
},
{
"spell": "Anapneo",
"use": "Clears someone's airway",
"index": 39
},
{
"spell": "Reducto",
"use": "Explodes object",
"index": 40
},
{
"spell": "Obscuro",
"use": "Blindfolds target",
"index": 41
},
{
"spell": "Impedimenta",
"use": "Freezes someone advancing toward you",
"index": 42
},
{
"spell": "Cave Inimicum/Protego Totalum",
"use": "Strengthens an area's defenses",
"index": 43
},
{
"spell": "Meteolojinx Recanto",
"use": "Ends effects of weather spells",
"index": 44
},
{
"spell": "Specialis Revelio",
"use": "Reveals hidden magical properties in an object",
"index": 45
},
{
"spell": "Descendo",
"use": "Moves objects downward",
"index": 46
},
{
"spell": "Defodio",
"use": "Carves through stone and steel",
"index": 47
},
{
"spell": "Aparecium",
"use": "Make invisible ink appear",
"index": 48
},
{
"spell": "Piertotum Locomotor",
"use": "Animates statues",
"index": 49
},
{
"spell": "Imperio",
"use": "Makes target obey every command",
"index": 50
},
{
"spell": "Fidelius Charm",
"use": "binds a secret to the soul of a Secret-Keeper",
"index": 51
},
{
"spell": "Avis/Oppugno",
"use": "Shoots flock of birds from wand",
"index": 52
},
{
"spell": "Expulso",
"use": "Explodes objects",
"index": 53
},
{
"spell": "Legilimens",
"use": "Reveals memories and thoughts of target",
"index": 54
},
{
"spell": "Duro",
"use": "Hardens objects",
"index": 55
},
{
"spell": "Sonorus",
"use": "Amplifies one's voice",
"index": 56
},
{
"spell": "Deprimo",
"use": "Creates great downward pressure",
"index": 57
},
{
"spell": "Levicorpus",
"use": "Levitates target by ankle",
"index": 58
},
{
"spell": "Liberacorpus",
"use": "Lowers target of levicorpus",
"index": 59
},
{
"spell": "Mobilicorpus",
"use": "Moves bodies",
"index": 60
},
{
"spell": "Confringo",
"use": "Explodes objects into flames",
"index": 61
},
{
"spell": "Densaugeo",
"use": "Makes teeth grow quickly",
"index": 62
},
{
"spell": "Incarcarous",
"use": "Ties someone up with ropes",
"index": 63
},
{
"spell": "Deletrius",
"use": "Dismisses the effects of Prior Incantato",
"index": 64
},
{
"spell": "Rictusempra",
"use": "Tickling Charm",
"index": 65
},
{
"spell": "Petrificus Totalus",
"use": "Renders target completely immobile",
"index": 66
},
{
"spell": "Fiendfyre Curse",
"use": "Makes cursed fire",
"index": 67
},
{
"spell": "Tarantallegra",
"use": "Forces target to dance",
"index": 68
},
{
"spell": "Morsmordre",
"use": "Conjures the Dark Mark",
"index": 69
},
{
"spell": "Sectumsempra",
"use": "Causes severe lacerations",
"index": 70
},
{
"spell": "Crucio",
"use": "Causes immense pain",
"index": 71
}
]
export default spells;