-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathspells.json
561 lines (560 loc) · 11.3 KB
/
spells.json
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
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
[
{
"name": "Accio",
"type": "charm",
"effect": "Summons an object",
"counter-spell": "(Anti-theft charm)"
},
{
"name": "Aguamenti",
"type": "charm",
"effect": "Shoots water from wand",
"counter-spell": null
},
{
"name": "Alohomora",
"type": "charm",
"effect": "Opens locked objects",
"counter-spell": "Colloportus"
},
{
"name": "Anapneo",
"type": "spell",
"effect": "Clears the target's airway",
"counter-spell": null
},
{
"name": "Aparecium",
"type": "spell",
"effect": "Reveals invisible ink",
"counter-spell": null
},
{
"name": "Avada Kedavra",
"type": "curse",
"effect": "Murders opponent",
"counter-spell": null
},
{
"name": "Avifors",
"type": "charm",
"effect": "Turns small objects into birds",
"counter-spell": null
},
{
"name": "Avis",
"type": "spell",
"effect": "Launches birds from your wand",
"counter-spell": null
},
{
"name": "Cave Inimicum",
"type": "spell",
"effect": "Strengthens an enclosure from enemies",
"counter-spell": null
},
{
"name": "Colloportus",
"type": "spell",
"effect": "Magically locks door",
"counter-spell": "Alohomora"
},
{
"name": "Confringo",
"type": "curse",
"effect": "Explodes flames on target",
"counter-spell": null
},
{
"name": "Confundus",
"type": "charm",
"effect": "Confuses opponent",
"counter-spell": null
},
{
"name": "Conjunctivitis",
"type": "curse",
"effect": "Damages opponents eyesight",
"counter-spell": null
},
{
"name": "Crucio",
"type": "curse",
"effect": "Tortures opponent",
"counter-spell": null
},
{
"name": "Defodio",
"type": "spell",
"effect": "Digs out materials",
"counter-spell": null
},
{
"name": "Deletrius",
"type": "spell",
"effect": "Counters `Prior Incatato`",
"counter-spell": "Prior Incatato"
},
{
"name": "Densaugeo",
"type": "spell",
"effect": "Enlarges Teeth",
"counter-spell": null
},
{
"name": "Deprimo",
"type": "spell",
"effect": "Blasts holes through walls and floors",
"counter-spell": null
},
{
"name": "Diffindo",
"type": "spell",
"effect": "Splits seams",
"counter-spell": null
},
{
"name": "Dissendium",
"type": "spell",
"effect": "Opens `One eyed witch` hump",
"counter-spell": null
},
{
"name": "Duro",
"type": "spell",
"effect": "Makes objects hard",
"counter-spell": null
},
{
"name": "Engorgio",
"type": "charm",
"effect": "Enlarges and item",
"counter-spell": "Reducio"
},
{
"name": "Ennervate",
"type": "curse",
"effect": "Counters stupefy",
"counter-spell": "Stupefy"
},
{
"name": "Episkey",
"type": "curse",
"effect": "Heals minor injuries",
"counter-spell": null
},
{
"name": "Erecto",
"type": "spell",
"effect": "Erects things",
"counter-spell": null
},
{
"name": "Expecto Patronum",
"type": "charm",
"effect": "Creates a Patronus",
"counter-spell": null
},
{
"name": "Expelliarmus",
"type": "charm",
"effect": "Disarms your opponent",
"counter-spell": null
},
{
"name": "Expulso",
"type": "spell",
"effect": "Makes objects explode",
"counter-spell": null
},
{
"name": "Evanesco",
"type": "spell",
"effect": "Makes objects vanish",
"counter-spell": null
},
{
"name": "Ferula",
"type": "spell",
"effect": "Creates bandages",
"counter-spell": null
},
{
"name": "Fidelius",
"type": "charm",
"effect": "Hides a secret within someone",
"counter-spell": null
},
{
"name": "Finite Incantatum",
"type": "spell",
"effect": "Stops any current spells",
"counter-spell": null
},
{
"name": "Flagrate",
"type": "spell",
"effect": "Allows user to write on objects",
"counter-spell": null
},
{
"name": "Flipendo",
"type": "jinx",
"effect": "Knocks an object backwards",
"counter-spell": null
},
{
"name": "Furnunculus",
"type": "curse",
"effect": "Produces boils on opponent",
"counter-spell": null
},
{
"name": "Geminio",
"type": "spell",
"effect": "Duplicates an Object",
"counter-spell": null
},
{
"name": "Glisseo",
"type": "spell",
"effect": "Turns stairs into ramps",
"counter-spell": null
},
{
"name": "Homenum Revelio",
"type": "spell",
"effect": "Reveals humans nearby",
"counter-spell": null
},
{
"name": "Homorphus",
"type": "charm",
"effect": "Cures werewolves (at least according to Lockhart)",
"counter-spell": null
},
{
"name": "Immobulus",
"type": "charm",
"effect": "Renders target immobile.",
"counter-spell": null
},
{
"name": "Impedimenta",
"type": "charm",
"effect": "Slows an advancing object",
"counter-spell": null
},
{
"name": "Imperio",
"type": "curse",
"effect": "Controls a person – unforgivable",
"counter-spell": null
},
{
"name": "Impervius",
"type": "charm",
"effect": "Makes an object repel water",
"counter-spell": null
},
{
"name": "Incarcerous",
"type": "spell",
"effect": "Ties someone up",
"counter-spell": null
},
{
"name": "Incendio",
"type": "spell",
"effect": "Starts a fire",
"counter-spell": null
},
{
"name": "Langlock",
"type": "spell",
"effect": "Glues opponent's tongue to roof of mouth",
"counter-spell": null
},
{
"name": "Legilimens",
"type": "spell",
"effect": "Allows the caster to delve into the mind of the victim",
"counter-spell": null
},
{
"name": "Levicorpus",
"type": "spell",
"effect": "Hangs victim upside down by feet",
"counter-spell": "Liberacorpus"
},
{
"name": "Liberacorpus",
"type": "spell",
"effect": "Counters Levicorpus",
"counter-spell": "Levicorpus"
},
{
"name": "Locomotor Mortis",
"type": "curse",
"effect": "Locks opponents legs",
"counter-spell": null
},
{
"name": "Lumos",
"type": "spell",
"effect": "Creates light at wand tip",
"counter-spell": "Nox"
},
{
"name": "Meteolojinx Recanto",
"type": "spell",
"effect": "Causes weather effect spells to stop",
"counter-spell": null
},
{
"name": "Mobiliarbus",
"type": "charm",
"effect": "Moves objects with wand",
"counter-spell": null
},
{
"name": "Mobilicorpus",
"type": "spell",
"effect": "Moves unconscious bodies",
"counter-spell": null
},
{
"name": "Morsmorde",
"type": "spell",
"effect": "Conjures the Dark Mark",
"counter-spell": null
},
{
"name": "Muffliato",
"type": "spell",
"effect": "Prevents nearby people from listening to conversations",
"counter-spell": null
},
{
"name": "Nox",
"type": "spell",
"effect": "Counters Lumos",
"counter-spell": "Lumos"
},
{
"name": "Obliviate",
"type": "charm",
"effect": "Erases memories",
"counter-spell": null
},
{
"name": "Obscuro",
"type": "spell",
"effect": "Blindfolds the victim",
"counter-spell": null
},
{
"name": "Oppugno",
"type": "spell",
"effect": "Makes conjured items attack",
"counter-spell": null
},
{
"name": "Orchideous",
"type": "spell",
"effect": "Conjures a bunch of flowers",
"counter-spell": null
},
{
"name": "Pack",
"type": "spell",
"effect": "Packs a trunk (suitcase)",
"counter-spell": null
},
{
"name": "Peskipiksi Pesternomi",
"type": "spell",
"effect": "Removes Pixies (maybe)",
"counter-spell": null
},
{
"name": "Petrificus Totalus",
"type": "spell",
"effect": "Binds body – unforgivable",
"counter-spell": null
},
{
"name": "Piertotum Locomotor",
"type": "spell",
"effect": "Animates statues and armor suits",
"counter-spell": null
},
{
"name": "Point Me",
"type": "charm",
"effect": "Makes wand act like a compass",
"counter-spell": null
},
{
"name": "Priori Incantatum",
"type": "spell",
"effect": "Echoes most recent spells, result when brother wands duel",
"counter-spell": null
},
{
"name": "Prior Incantato",
"type": "spell",
"effect": "Reveals a wands last spell / cast",
"counter-spell": "Deletrius"
},
{
"name": "Protego",
"type": "charm",
"effect": "Causes spells to reflect back to the sender. ",
"counter-spell": null
},
{
"name": "Protego Horribilis",
"type": "spell",
"effect": "Protects one from Dark Magic",
"counter-spell": null
},
{
"name": "Protego Totalum",
"type": "spell",
"effect": "Protects area",
"counter-spell": null
},
{
"name": "Quietus",
"type": "spell",
"effect": "Counters Sonorus",
"counter-spell": "Sonorus"
},
{
"name": "Reducio",
"type": "spell",
"effect": "Returns items to original size. Counters Engorgio",
"counter-spell": "Engorio"
},
{
"name": "Reducto",
"type": "spell",
"effect": "Blasts solid objects aside",
"counter-spell": null
},
{
"name": "Relashio",
"type": "spell",
"effect": "Releases user from binding",
"counter-spell": null
},
{
"name": "Rennervate",
"type": "spell",
"effect": "Cures unconsciousness",
"counter-spell": "Stupefy"
},
{
"name": "Reparifarge",
"type": "charm",
"effect": "Untransigures an object",
"counter-spell": null
},
{
"name": "Reparo",
"type": "spell",
"effect": "Repairs Things",
"counter-spell": null
},
{
"name": "Repello Muggletum",
"type": "spell",
"effect": "Keeps Muggles away",
"counter-spell": null
},
{
"name": "Rictusempra",
"type": "charm",
"effect": "Tickles opponent",
"counter-spell": null
},
{
"name": "Riddikulus",
"type": "spell",
"effect": "Turns boggart into ridiculous form so you can laugh it away",
"counter-spell": null
},
{
"name": "Salvio Hexia",
"type": "spell",
"effect": "Protects against hexes",
"counter-spell": null
},
{
"name": "Scruge",
"type": "charm",
"effect": "Destroys ectoplasm (remains of ghosts)",
"counter-spell": null
},
{
"name": "Sectumsempra",
"type": "spell",
"effect": "Causes wounds as if slashed by a sword",
"counter-spell": null
},
{
"name": "Serpensortia",
"type": "spell",
"effect": "Produces Snake",
"counter-spell": null
},
{
"name": "Silencio",
"type": "spell",
"effect": "Silences victim",
"counter-spell": null
},
{
"name": "Sonorus",
"type": "spell",
"effect": "Amplifies voice",
"counter-spell": "Quietus"
},
{
"name": "Specialis Revelio",
"type": "spell",
"effect": "Reveals Hidden secrets or magical properties",
"counter-spell": null
},
{
"name": "Stupefy",
"type": "spell",
"effect": "Knocks out opponent",
"counter-spell": "Rennervate"
},
{
"name": "Tarantallegra",
"type": "spell",
"effect": "Forces opponent to dance",
"counter-spell": null
},
{
"name": "Tergeo",
"type": "spell",
"effect": "Cleans up messes",
"counter-spell": null
},
{
"name": "Waddiwasi",
"type": "spell",
"effect": "Unsticks an object",
"counter-spell": null
},
{
"name": "Wingardium Leviosa",
"type": "charm",
"effect": "Makes on object fly",
"counter-spell": null
}
]