-
Notifications
You must be signed in to change notification settings - Fork 0
/
Equipaments and Itens.json
821 lines (818 loc) · 30.2 KB
/
Equipaments and Itens.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
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
{
"Armas": {
"onehanded": {
"Rapier":{
"price": 20,
"damage":{
"min": 2,
"max": 7
},
"name": "Rapier"
},
"Short Sword":{
"price": 100,
"damage":{
"min": 3,
"max": 9
},
"name": "Short Sword"
},
"Long Sword":{
"price": 250,
"damage":{
"min": 6,
"max": 11
},
"name": "Long Sword"
},
"Dragon Sword":{
"price": 400,
"damage":{
"min": 10,
"max": 15
},
"name": "Dragon Sword"
},
"Crystal Sword":{
"price": 600,
"damage":{
"min": 15,
"max": 22
},
"name": "Crystal Sword"
},
"Demon Sword":{
"price": 750,
"damage":{
"min": 19,
"max": 28
},
"name": "Demon Sword"
},
"description": "Espadas curtas, geralmente usadas acompanhadas de um escudo",
"name":"Espadas de uma mão"
},
"twohanded":{
"Bastard Sword": {
"price": 40,
"damage":{
"min": 4,
"max": 10
},
"name": "Bastard Sword"
},
"Claymore": {
"price": 150,
"damage":{
"min": 8,
"max": 16
},
"name": "Claymore"
},
"Black Iron Sword": {
"price": 375,
"damage":{
"min": 14,
"max": 21
},
"name": "Black Iron Sword"
},
"Zweihander": {
"price": 700,
"damage":{
"min": 18,
"max": 26
},
"name": "Zweihander"
},
"Fiery Sword": {
"price": 1000,
"damage":{
"min": 22,
"max": 30
},
"name": "Fiery Sword"
},
"Obisidian Sword": {
"price": 1300,
"damage":{
"min": 28,
"max": 36
},
"name": "Obisidian Sword"
},
"description": "Espadas logas, empunhadas usando as duas mãos",
"name":"Espadas de duas mão"
},
"dagger":{
"Dagger": {
"price": 20,
"damage":{
"min": 2,
"max": 5
},
"name": "Dagger"
},
"Bandit's Knife": {
"price": 80,
"damage":{
"min": 4,
"max": 8
},
"name": "Bandit's Knife"
},
"Ghost Blade": {
"price": 200,
"damage":{
"min": 7,
"max": 11
},
"name": "Ghost Blade"
},
"Rondel": {
"price": 400,
"damage":{
"min": 10,
"max": 16
},
"name": "Rondel"
},
"Aquamarine Dagger": {
"price": 800,
"damage":{
"min": 14,
"max": 25
},
"name": "Aquamarine Dagger"
},
"Infernal Dagger": {
"price": 1200,
"damage":{
"min": 20,
"max": 28
},
"name": "Infernal Dagger"
},
"description": "Armas curtas, usadas para ataques rápidos",
"name":"Adagas"
},
"staff":{
"sourcerer staff":{
"price": 60,
"damage":{
"min": 1,
"max": 5,
"mdamage": 4
},
"name": "Sourcerer Staff"
},
"Witch staff":{
"price": 150,
"damage":{
"min": 3,
"max": 8,
"mdamage": 6
},
"name": "Witch Staff"
},
"Sage staff":{
"price": 350,
"damage":{
"min": 6,
"max": 10,
"mdamage": 12
},
"name": "Sage Staff"
},
"Crystalized staff":{
"price": 700,
"damage":{
"min": 9,
"max": 13,
"mdamage": 18
},
"name": "Crystalized Staff"
},
"Diamond catalyst":{
"price": 1100,
"damage":{
"min": 12,
"max": 16,
"mdamage": 24
},
"name": "Diamond Catalyst"
},
"Demonic Rod":{
"price": 1500,
"damage":{
"min": 15,
"max": 20,
"mdamage": 30
},
"name": "Demonic Rod"
},
"description": "Catalizadores mágicos, usados por magos",
"name":"Cajado"
},
"holybooks": {
"Bilbia": {
"price": 30,
"damage":{
"min": 1,
"max": 3,
"mdamage": 3
},
"name": "Bastard Sword"
},
"Exorcism Book": {
"price": 60,
"damage":{
"min": 2,
"max": 6,
"mdamage": 7
},
"name": "Exorcism Book"
},
"Demonology Book": {
"price": 220,
"damage":{
"min": 4,
"max": 10,
"mdamage": 14
},
"name": "Demonology Book"
},
"Gariel's Journal": {
"price": 350,
"damage":{
"min": 6,
"max": 12,
"mdamage": 16
},
"name": "Gabriel's Journal"
},
"Forbidden Sacred Book": {
"price": 550,
"damage":{
"min": 8,
"max": 16,
"mdamage": 22
},
"name": "FOrbidden Sacred Book"
},
"God's Diary": {
"price": 800,
"damage":{
"min": 1,
"max": 3,
"mdamage": 26
},
"name": "God's Diary"
},
"description": "Livros sagrados, catalizadores da fé, utiliados por sacerdotes.",
"name":"Livros Sagrados"
},
"bows": {
"Short Bow":{
"price": 40,
"damage":{
"min": 3,
"max": 7
},
"name": "Short Bow"
},
"Long Bow":{
"price": 120,
"damage":{
"min": 5,
"max": 11
},
"name": "Log Bow"
},
"Hawlk Eye":{
"price": 300,
"damage":{
"min": 8,
"max": 16
},
"name": "Hawlk Eye"
},
"Guilherme Tell":{
"price": 600,
"damage":{
"min": 11,
"max": 20
},
"name": "Guilherme Tell"
},
"Draconic Bow":{
"price": 1000,
"damage":{
"min": 14,
"max": 28
},
"name": "Draconic Bow"
},
"Satanic Bow":{
"price": 1300,
"damage":{
"min": 20,
"max": 38
},
"name": "Satanic Bow"
},
"description": "Arcos e flechas são usados para ataques rápidos e precisos a longa distancia.",
"name":"Arcos"
},
"shields": {
"description": "Usados para defender-se",
"name":"Escudos"
},
"description": "Instrumentos usados para causar dano aos inimigos.",
"name":"Armas"
},
"Armaduras":{
"Placas": {
"Cabeça":{
"Chain Helm":{
"price": 20,
"defense": 2,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/chain_helm.png",
"name": "Chain Helm"
},
"Knight Helm":{
"price": 80,
"defense": 4,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/knight_helm.png",
"name": "Knight Helm"
},
"Elite Knight Helm":{
"price": 200,
"defense": 8,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/elite_knight_helm.png",
"name": "Elite Knight Helm"
},
"Guardian Helm":{
"price": 350,
"defense": 14,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/Elite%20Cleric%20Helm.png",
"name": "Guardian Helm"
},
"Holy Helm":{
"price": 500,
"denfese": 18,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/Giant%20Helm.png",
"name": "Holy Helm"
},
"Demonic Helm": {
"price": 700,
"defense": 24,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/black_knight_helm.png",
"name": "Demonic Helm"
},
"name": "Cabeça",
"description": "Proteção para a Cabeça"
},
"Peito":{
"Chain Armor":{
"price": 40,
"defense": 4,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/chain_armor.png",
"name": "Chain Armor"
},
"Knight Armor":{
"price": 100,
"defense": 6,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/knight_armor.png",
"name": "Knight Armor"
},
"Elite Knight Armor":{
"price": 400,
"defense": 12,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/elite_knight_helm.png",
"name": "Elite Knight Armor"
},
"Guardian Armor":{
"price": 600,
"defense": 18,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/Elite%20Cleric%20Chest.png",
"name": "Guardian Armor"
},
"Holy Armor":{
"price": 1000,
"defense": 24,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/Giant%20Armor.png",
"name": "Holy Armor"
},
"Demonic Armor":{
"price": 1400,
"defense": 28,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/black_knight_armor.png",
"name": "Demonic Armor"
},
"name":"Peito",
"description": "Proteção para o peito"
},
"Braços":{
"Chain Gauntlets":{
"price": 10,
"defense": 1,
"image":"https://darksouls3.wiki.fextralife.com/file/Dark-Souls-3/mirrah_chain_gloves.png",
"name":"Chain Gauntlets"
},
"Knight Gauntlets":{
"price": 30,
"defense": 3,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/knight_gauntlets.png",
"name": "Knight Gauntlets"
},
"Elite Knight Gauntlets":{
"price": 100,
"defense": 6,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/elite_knight_gauntlets.png",
"name": "Elite Knight Gauntlets"
},
"Guardian Gauntlets": {
"price": 200,
"defense": 12,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/Elite%20Cleric%20Gloves.png",
"name": "Guardian Gauntlets"
},
"Holy Gaultlets": {
"price": 400,
"defense": 16,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/Giant%20Gauntlets.png",
"name": "Holu Gauntlets"
},
"Demonic Gauntlets": {
"price": 600,
"defense": 18,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/black_knight_gauntlets.png",
"name": "Demonic Gauntlets"
},
"name": "Braços",
"description": "Proteção para os Braços"
},
"Pernas":{
"Chain Leggings":{
"price": 30,
"defense": 3,
"image" : "https://darksouls.wiki.fextralife.com/file/Dark-Souls/chain_leggings.png",
"name": "Chain Leggings"
},
"Knight Leggings":{
"price": 70,
"defense": 5,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/knight_leggings.png",
"name": "Knights Leggings"
},
"Elite Knight Leggings":{
"price": 180,
"defense": 10,
"image": "https://darksouls.wiki.fextralife.com/Eltie+Knight+Leggings",
"name": "Elite Knight Leggings"
},
"Guardian Leggings":{
"price": 350,
"defense": 14,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/Elite%20Cleric%20Legggings.png",
"name": "Guardian Leggings"
},
"Holy Leggings":{
"price": 700,
"defense": 20,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/Giant%20Leggings.png",
"name": "Holy Leggings"
},
"Demonic Leggings": {
"price": 1000,
"defense": 24,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/black_knight_leggings.png",
"name": "Demonic Leggings"
},
"name": "Pernas",
"description": "Proteção para as pernas"
},
"name": "Placas",
"description": "Armaduras utilizadas por Guerreiros e Paladinos"
},
"Couro": {
"Cabeça":{
"Bandit Helm":{
"price": 20,
"defense": 1,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/brigand_hood.png",
"name": "Bandit Helm"
},
"Thief Helm":{
"price": 80,
"defense": 2,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/hollow_thiefs_hood.png",
"name": "Thief Helm"
},
"Shadow Thief Helm":{
"price": 200,
"defense": 6,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/thief_mask.png",
"name": "Shadow Thief Helm"
},
"Assassin Helm":{
"price": 350,
"defense": 12,
"image": "https://darksouls3.wiki.fextralife.com/file/Dark-Souls-3/assassin_hood.png",
"name": "Assassin Helm"
},
"Trickster Helm":{
"price": 500,
"defense": 16,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/Snickering%20Top%20Hat.png",
"name": "Assassin Helm"
},
"Chaos Helm":{
"price": 700,
"defense": 22,
"image": "https://darksouls2.wiki.fextralife.com/file/Dark-Souls-2/Chaos%20Robe.png",
"name": "Chaos Helm"
}
},
"Peito":{
"Bandit Armor":{
"price": 40,
"defense": 2,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/brigand_armor.png",
"name": "Brigand Armor"
},
"Thief Armor":{
"price": 100,
"defense": 4,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/hollow_thiefs_leather_armor.png",
"name": "Thief Armor"
},
"Shadow Thief Armor":{
"price": 400,
"defense": 10,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/black_leather_armor.png",
"name": "Shadow Thief Helm"
},
"Assassin Armor":{
"price": 600,
"defense": 16,
"image": "https://darksouls3.wiki.fextralife.com/file/Dark-Souls-3/assassin_armor.png",
"name": "Assassin Helm"
},
"Trickster Armor":{
"price": 1000,
"defense": 22,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/Chester%27s%20Long%20Coat.png",
"name": "Assassin Helm"
},
"Chaos Armor":{
"price": 1400,
"defense": 26,
"image": "https://darksouls2.wiki.fextralife.com/file/Dark-Souls-2/Chaos%20Robe.png",
"name": "Chaos Armor"
}
},
"Braços":{
"Bandit Gauntlets":{
"price": 10,
"defense": 1,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/brigand_gauntlets.png",
"name": "Bandit Gauntlets"
},
"Thief Gauntlets": {
"price": 30,
"defense": 2,
"image": "https://darksouls3.wiki.fextralife.com/file/Dark-Souls-3/cornyx's_wrap.png",
"name": "Thief Gauntlets"
},
"Shadow Thief Gauntlets":{
"price": 100,
"defense": 6,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/black_leather_gloves.png",
"name": "Shadow Thief Gauntlets"
},
"Assassin Gauntlets":{
"price": 200,
"defense": 10,
"image": "https://darksouls3.wiki.fextralife.com/file/Dark-Souls-3/assassin_gloves.png",
"name": "Assassin Gauntlets"
},
"Trickster Gauntlets":{
"price": 400,
"defense": 14,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/Chester%27s%20Gloves.png",
"name": "Assassin Gauntlets"
},
"Chaos Gauntlets":{
"price": 600,
"defense": 16,
"image": "https://darksouls2.wiki.fextralife.com/file/Dark-Souls-2/Chaos%20Gloves.png",
"name": "Assassin Gauntlets"
},
"name": "Couro",
"description": "Armaduras utililizadas por Assassinos e Hunters"
},
"Pernas":{
"Brigand Trousers":{
"price": 30,
"defense": 1,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/brigand_trousers.png",
"name": "Brigand Troursers"
},
"Thief Trousers":{
"price": 70,
"defense": 3,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/hollow_thiefs_tights.png",
"name": "Thief Troursers"
},
"Shadow Thief Trouser":{
"price": 180,
"defense": 8,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/black_leather_boots.png",
"name": "Shadow Thief Trousers"
},
"Assassin Trousers":{
"price": 350,
"defense": 12,
"image": "https://darksouls3.wiki.fextralife.com/file/Dark-Souls-3/assassin_trousers.png",
"name": "Assassin Trousers"
},
"Trickster Trousers":{
"price": 700,
"defense":18,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/Chester%27s%20Trousers.png",
"name": "Trickster Trousers"
},
"Chaos Trousers":{
"price": 1000,
"defense":22,
"image": "https://darksouls2.wiki.fextralife.com/file/Dark-Souls-2/Chaos%20Boots.png",
"name": "Chaos Trousers"
}
}
},
"Pano": {
"Cabeça":{
"Sorcerer Helm":{
"price": 20,
"defense": 1,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/sorcerer_hat.png",
"name": "Sorcerer Helm"
},
"Pyromancer Hood":{
"price": 80,
"defense": 2,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/tattered_cloth_hood.png",
"name": "Pyromancer Hood"
},
"Prayer Hood":{
"price": 200,
"defense": 4,
"image": "https://darksouls3.wiki.fextralife.com/file/Dark-Souls-3/robe_of_prayer.png",
"name": "Prayer Hood"
},
"Black Helm":{
"price": 350,
"defense": 10,
"image": "https://darksouls3.wiki.fextralife.com/file/Dark-Souls-3/DARK%20SOULS%20III%206_12_2016%201_33_13%20AM.png",
"name": "Black Helm"
},
"Karla's Hat":{
"price": 500,
"defense": 14,
"image": "https://darksouls3.wiki.fextralife.com/file/Dark-Souls-3/karla's_pointed_hat.png",
"name": "Karla's Hat"
},
"Witch Hat":{
"price": 700,
"defense": 20,
"image": "https://darksouls3.wiki.fextralife.com/file/Dark-Souls-3/black_witch_hat.png",
"name": "Witch Hat"
}
},
"Peito":{
"Sorcerer Armor":{
"price": 40,
"defense": 1,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/sorcerer_cloak.png",
"name": "Sorcerer Armor"
},
"Pyromancer Armor":{
"price": 100,
"defense": 2,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/tattered_cloth_robe.png",
"name": "Pyromancer Armor"
},
"Prayer Armor":{
"price": 400,
"defense": 8,
"image": "https://darksouls3.wiki.fextralife.com/file/Dark-Souls-3/robe_of_prayer.png",
"name": "Prayer"
},
"Black Dress":{
"price": 600,
"defense": 14,
"image": "https://darksouls3.wiki.fextralife.com/file/Dark-Souls-3/black_dress.png",
"name": "Black Dress"
},
"Karla's Armor":{
"price": 1000,
"defense": 20,
"image": "https://darksouls3.wiki.fextralife.com/file/Dark-Souls-3/karla's_coat.png",
"name": "Karla's Armor"
},
"Witch Armor":{
"price": 1400,
"defense": 24,
"image": "https://darksouls3.wiki.fextralife.com/file/Dark-Souls-3/black_witch_hat.png",
"name": "Witch Armor"
}
},
"Braços":{
"Sorcerer Gloves":{
"price": 10,
"defense": 1,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/sorcerer_gauntlets.png",
"name": "Sorcerer Gloves"
},
"Pyromancer Gloves": {
"price": 30,
"defense": 2,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/tattered_cloth_manchette.png",
"name": "Pyromancer Gauntlets"
},
"Prayer Gloves":{
"price": 100,
"defense": 4,
"image": "https://darksouls3.wiki.fextralife.com/file/Dark-Souls-3/fire_keeper_gloves.png",
"name": "Prayer Gloves"
},
"Black Gauntlets":{
"price": 200,
"defense": 8,
"image": "https://darksouls3.wiki.fextralife.com/file/Dark-Souls-3/black_gauntlets.png",
"name": "Black Gauntlets"
},
"Karla's Gloves":{
"price": 400,
"defense": 12,
"image": "https://darksouls3.wiki.fextralife.com/file/Dark-Souls-3/karla's_gloves.png",
"name": "Karla's Gloves"
},
"Witch Gloves":{
"price": 600,
"defense": 14,
"image": "https://darksouls3.wiki.fextralife.com/file/Dark-Souls-3/black_witch_wrappings.png",
"name": "Witch Gloves"
}
},
"Pernas":{
"Sorcerer Trousers":{
"price": 30,
"defense": 1,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/brigand_trousers.png",
"name": "Sorcerer Troursers"
},
"Pyromancer Trousers":{
"price": 70,
"defense": 2,
"image": "https://darksouls.wiki.fextralife.com/file/Dark-Souls/heavy_boots.png",
"name": "Pyromancer Troursers"
},
"Prayer Trouser":{
"price": 180,
"defense": 6,
"image": "https://darksouls3.wiki.fextralife.com/file/Dark-Souls-3/skirt_of_prayer.png",
"name": "Prayer Trousers"
},
"Black Trousers":{
"price": 350,
"defense": 10,
"image": "https://darksouls3.wiki.fextralife.com/file/Dark-Souls-3/black_leggings.png",
"name": "Black Gauntlets"
},
"Karla's Trousers":{
"price": 700,
"defense":14,
"image": "https://darksouls3.wiki.fextralife.com/file/Dark-Souls-3/karla's_trousers.png",
"name": "Karla's Trousers"
},
"Witch Trousers":{
"price": 1000,
"defense":20,
"image": "https://darksouls3.wiki.fextralife.com/file/Dark-Souls-3/black_witch_trousers.png",
"name": "Witch Trousers"
},
"name": "Pano",
"description": "Armaduras utilizadas por Magos e Sacerdotes"
}
},
"description": "Instrumentos usados para se proteger contra os ataques inimigos.",
"name": "Armaduras"
},
"Comsumables":{
"description": "Consumiveis para auxiliar em combate.",
"name": "Consumiveis"
}
}