-
Notifications
You must be signed in to change notification settings - Fork 2
/
tables.json
872 lines (812 loc) · 22.4 KB
/
tables.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
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
{
"minor_tradeout" : {
"source" : "Core",
"1-19" : "Table: minor_gem",
"20" : "Table: minor_item"
},
"medium_tradeout" : {
"source" : "Core",
"1-19" : "Table: medium_gem",
"20" : "Table: medium_item"
},
"major_tradeout" : {
"source" : "Core",
"1-19" : "Table: major_gem",
"20" : "Table: major_item"
},
"minor_gem" : {
"source" : "Core",
"type" : "gem",
"1" : "Gem: 1d6",
"2" : "Gem: 1d100 + 25",
"3" : "Gem: 1d100 + 75",
"4" : "Gem: 1d1000"
},
"medium_gem" : {
"source" : "Core",
"type" : "gem",
"1" : "Gem: 1d100",
"2" : "Gem: 1d1000 + 250",
"3" : "Gem: 1d1000 + 750",
"4" : "Gem: 1d10000"
},
"major_gem" : {
"source" : "Core",
"type" : "gem",
"1" : "Gem: 1d1000",
"2" : "Gem: 1d1000 x 8",
"3" : "Gem: 1d1000 x 12",
"4" : "Gem: 1d1000 x 20"
},
"minor_item" : {
"source" : "Core",
"1" : "Table: minor_potion",
"2" : "Table: minor_scroll",
"3" : "Table: minor_weapon_armor",
"4" : "Table: minor_misc"
},
"medium_item" : {
"source" : "Core",
"1" : "Table: potion Qty: 3",
"2" : "Table: medium_scroll",
"3" : "Table: medium_weapon_armor",
"4" : "Table: medium_misc"
},
"major_item" : {
"source" : "Core",
"1" : "Table: potion Qty: 6",
"2" : "Table: major_scroll",
"3" : "Table: major_weapon_armor",
"4" : "Table: major_misc"
},
"potion" : {
"source" : "Core",
"type" : "potion",
"page" : 98,
"1-3" : "Animal Control",
"4-6" : "Clairaudience",
"7-9" : "Clairvoyance",
"10-12" : "Diminution",
"13-15" : "Dragon Control",
"16-18" : "Ethereality",
"19-21" : "Fire Resistance",
"22-24" : "Flying",
"25-27" : "Gaseous Form",
"28-30" : "Giant Strength",
"31-33" : "Growth",
"34-36" : "Heroism",
"37-39" : "Invisibility",
"40-42" : "Invulnerability",
"43-45" : "Levitation",
"46-48" : "Plant Control",
"49-55" : "Poison",
"56-58" : "Slipperiness",
"59-61" : "Treasure Finding",
"62-64" : "Undead Control",
"65-75" : "Extra Healing",
"76-12" : "Healing"
},
"minor_scroll" : {
"source" : "Core",
"type" : "scroll",
"page" : 99,
"1" : "1 spell, level 1",
"2" : "1 spell, level 1d3",
"3" : "2 spells, level 1d2 each",
"4" : "3 spells, level 1 each",
"5" : "Cursed Scroll",
"6" : "Protection from <Table: protection_scroll> scroll (normal duration)"
},
"protection_scroll" : {
"source" : "Core",
"type" : "scroll",
"page" : 99,
"1" : "Demons",
"2" : "Drowning",
"3" : "Elementals",
"4" : "Magic",
"5" : "Metal",
"6" : "Poison",
"7" : "Undead",
"8" : "Were-creatures"
},
"medium_scroll" : {
"source" : "Core",
"type" : "scroll",
"1" : "2 spells, level 1d4 each",
"2" : "2 spells, level 1d8+1 each",
"3" : "1 spell, level 1d6+3 each",
"4" : "5 spells, level 1d3 each",
"5" : "Cursed Scroll",
"6" : "Protection from <Table: protection_scroll> Scroll (double duration)"
},
"major_scroll" : {
"source" : "Core",
"type" : "scroll",
"1" : "5 spells, level 1d8 each",
"2" : "6 spells, level 1d8 each",
"3" : "7 spells, level 1d8 each",
"4" : "8 spells, level 1d8 each",
"5" : "Cursed Scroll",
"6" : "Protection from <Table: protection_scroll> Scroll (triple duration and double effect if applicable)"
},
"minor_weapon_armor" : {
"source" : "Core",
"page" : 99,
"1" : "Table: cursed_armor",
"2" : "+1 <Table: magic_missile>",
"3" : "+1 Shield",
"4" : "+1 <Table: magic_melee>",
"5" : "+1 <Table: armor>",
"6" : "Table: cursed_weapon"
},
"medium_weapon_armor" : {
"source" : "Core",
"page" : 99,
"1" : "+2 <Table: magic_missile>",
"2" : "+2 Shield",
"3" : "+2 <Table: magic_melee>",
"4" : "+2 <Table: armor>",
"5" : "+2 <Table: magic_melee>",
"6" : "+1 <Table: magic_melee> [with minor ability<Table: weapon_ability>]"
},
"major_weapon_armor" : {
"source" : "Core",
"page" : 99,
"1" : "+3 <Table: magic_missile>",
"2" : "+3 <Table: magic_melee>",
"3" : "+3 Shield",
"4" : "+3 <Table: armor>",
"5" : "Table: unusual_weapon",
"6" : "Table: unusual_armor"
},
"weapon_ability" : {
"source" : "Core",
"page" : 100,
"type" : "weapon",
"1-5" : "Additional +1 damage",
"6" : "Sheds light, 15 ft radius",
"7" : "Sheds light, 30 ft radius",
"8" : "Inflicts additional +4 damage against a particular opponent type (undead, dragons, demons, giants, etc)"
},
"cursed_weapon" : {
"source" : "Core",
"type" : "weapon",
"1-2" : "-1 Cursed <Table: magic_melee>",
"3-4" : "-2 Cursed <Table: magic_melee>",
"5" : "-3 Cursed <Table: magic_melee>",
"6" : "Cursed <Table: magic_melee>: Attracts missiles (even those fired at others nearby),and grants +1 to hit on such missiles",
"7" : "Cursed <Table: magic_melee>: Causes bearer to run away from combat",
"8" : "Cursed <Table: magic_melee>: Causes bearer to charge into combat"
},
"cursed_armor" : {
"source" : "Core",
"type" : "armor",
"page" : 100,
"1-2" : "-1 Cursed <Table: armor_or_shield>",
"3-4" : "-2 Cursed <Table: armor_or_shield>",
"5" : "-3 Cursed <Table: armor_or_shield>",
"6" : "Cursed <Table: armor_or_shield>: Attracts missiles (even those fired at others nearby),and grants +1 to hit on such missiles",
"7" : "Cursed <Table: armor_or_shield>: Causes bearer to run away from combat",
"8" : "Cursed <Table: armor_or_shield>: Causes bearer to charge into combat"
},
"armor" : {
"source" : "Core",
"type" : "armor",
"page" : 13,
"1" : "Chain Mail",
"2" : "Leather Armor",
"3" : "Plate Mail",
"4" : "Ring Mail"
},
"armor_or_shield" : {
"source" : "Core",
"type" : "armor",
"page" : 13,
"1" : "Chain Mail",
"2" : "Leather Armor",
"3" : "Plate Mail",
"4" : "Ring Mail",
"5" : "Shield"
},
"magic_melee" : {
"source" : "Core",
"type" : "melee_weapon",
"1" : "Battle Axe",
"2" : "Hand Axe",
"3" : "Dagger",
"4" : "War Hammer",
"5" : "Lance",
"6" : "Mace (heavy)",
"7" : "Mace (light)",
"8" : "Spear",
"9" : "Staff",
"10" : "Longsword",
"11" : "Short Sword",
"12" : "Two-handed Sword"
},
"blunt_weapon" : {
"source" : "Core",
"type" : "weapon",
"1" : "War Hammer",
"2" : "Mace (heavy)",
"3" : "Mace (light)",
"4" : "Staff",
"5" : "Sling"
},
"bladed_weapon" : {
"source" : "Core",
"type" : "weapon",
"1" : "Dagger",
"2" : "Longsword",
"3" : "Short Sword",
"4" : "Two-handed Sword"
},
"thrown_weapon" : {
"source" : "Core",
"type" : "weapon",
"1" : "Hand Axe",
"2" : "Javelin",
"3" : "Hammer"
},
"missile_weapon" : {
"source" : "Core",
"type" : "missile_weapon",
"1" : "Long Bow",
"2" : "Short Bow",
"3" : "Heavy Crossbow",
"4" : "Light Crossbow",
"5" : "Dart",
"6" : "Hand Axe",
"7" : "Javelin"
},
"bow" : {
"source" : "Core",
"type" : "missile_weapon",
"1" : "Long Bow",
"2" : "Short Bow",
"3" : "Heavy Crossbow",
"4" : "Light Crossbow"
},
"magic_missile" : {
"source" : "Core",
"type" : "missile_ammo",
"1-8" : "2d6 arrows",
"9-10" : "1d6 sling stones",
"11" : "1 javelin",
"12-15" : "2d4 darts",
"16-20" : "2d6 crossbow bolts"
},
"unusual_weapon" : {
"source" : "Core",
"page" : 101,
"type" : "weapon",
"1" : "+1 <Table: blunt_weapon> that destroys undead",
"2" : "+1 <Table: thrown_weapon> that returns to hand",
"3" : "+1 <Table: magic_melee>, extra attack",
"4" : "+1, +2 <Table: magic_melee> vs particular type of foe",
"5" : "+1, +4 <Table: magic_melee> vs particular type of foe",
"6" : "+2, +3 <Table: magic_melee> vs particular type of foe",
"7" : "+4 <Table: magic_melee>",
"8" : "+5 <Table: magic_melee>",
"9" : "Flaming <Table: magic_melee>",
"10" : "Freezing <Table: magic_melee>",
"11" : "Dancing <Table: magic_melee>",
"12" : "Intelligent <Table: magic_melee>"
},
"unusual_armor" : {
"source" : "Core",
"page" : 100,
"type" : "armor",
"1" : "+4 <Table: armor>",
"2" : "+4 Shield",
"3" : "+5 <Table: armor>",
"4" : "+5 Shield",
"5" : "<Table: armor_or_shield> of Arrow Deflection",
"6" : "Demonic <Table: armor>",
"7" : "Ethereal Armor",
"8" : "Fiery <Table: armor>"
},
"minor_misc" : {
"source" : "Core",
"1" : "Table: lesser_wand",
"2" : "Table: lesser_ring",
"3-20" : "Table: lesser_misc_magic"
},
"medium_misc" : {
"source" : "Core",
"1-2" : "Table: lesser_wand",
"3" : "Table: greater_wand",
"4-5" : "Table: lesser_ring",
"6" : "Table: greater_ring",
"7-20" : "Table: medium_misc_magic"
},
"major_misc" : {
"source" : "Core",
"1-2" : "Table: greater_wand",
"3-4" : "Table: greater_ring",
"5" : "Table: staff",
"6-20" : "Table: greater_misc_magic"
},
"lesser_wand" : {
"source" : "Core",
"type" : "wand",
"page" : 102,
"1-2" : "Spell, level 1, holds 10 charges",
"3-4" : "Spell, level 2, holds 5 charges",
"5-6" : "Spell, level 3, holds 2 charges"
},
"greater_wand" : {
"source" : "Core",
"type" : "wand",
"page" : 102,
"1" : "Spell, level 3, holds 10 charges",
"2" : "Spell, level 4, holds 10 charges",
"3" : "Detection, enemies",
"4" : "Detection, metal",
"5" : "Detection, magic",
"6" : "Detection, traps & secret doors",
"7" : "Polymorph",
"8" : "Fear",
"9" : "Cold",
"10" : "Paralyzing"
},
"lesser_ring" : {
"source" : "Core",
"type" : "ring",
"page" : 102,
"1" : "Protection +1",
"2" : "Protection +2",
"3" : "Invisibility",
"4" : "Mammal Control",
"5" : "Fire Resistance",
"6" : "Poison Resistance"
},
"greater_ring" : {
"source" : "Core",
"type" : "ring",
"page" : 102,
"1" : "Djinni Summoning",
"2" : "Human Control",
"3" : "Regeneration",
"4" : "Shooting Stars",
"5" : "Spell Storing, Magic-user",
"6" : "Spell Storing, Cleric",
"7" : "Spell Turning",
"8" : "Telekinesis",
"9" : "Three Wishes",
"10" : "X-ray Vision"
},
"staff" : {
"source" : "Core",
"type" : "staff",
"page" : 103,
"1" : "Absorption",
"2" : "Beguiling",
"3" : "Command",
"4" : "Healing",
"5" : "Power",
"6" : "Resurrection",
"7" : "Snake",
"8" : "Striking",
"9" : "Withering",
"10" : "Wizardry"
},
"lesser_misc_magic" : {
"source" : "Core",
"type" : "magic_item",
"page" : 104,
"1" : "Arrow of Direction",
"2" : "Bag of Holding",
"3" : "Boots of Elvenkind",
"4" : "Table: tmp_magic_boots",
"5" : "Bracers of Defense, AC 6 [13]",
"6" : "Chime of Opening",
"7" : "Cloak of Elvenkind",
"8" : "Cloak of Protection +1",
"9" : "Table: cursed_item",
"10" : "Decanter of Endless Water",
"11" : "Table: tmp_magic_dust",
"12" : "Dust of Sneezing and Choking",
"13" : "Gauntlets of Swimming and Climbing",
"14" : "Horseshoes of Speed",
"15" : "Luckstone",
"16" : "Manual of Beneficial Exercise",
"17" : "Pipes of the Sewers",
"18" : "Rope of Climbing",
"19" : "Rope of Entanglement",
"20" : "Spade of Excavation"
},
"cursed_item" : {
"source" : "Core",
"type" : "magic_item",
"page" : 109,
"1" : "Bag of Devouring",
"2" : "Censer of Hostile Elementals",
"3" : "Cloak of Poison",
"4" : "Crystal Ball of Suggestion",
"5" : "Dancing Boots",
"6" : "Flask of Stoppered Curses",
"7" : "Horn of Collapse",
"8" : "Medallion of Projecting Thoughts",
"9" : "Mirror of Opposition",
"10" : "Robe of Feeblemindedness"
},
"tmp_magic_boots" : {
"source" : "Core",
"type" : "magic_item",
"page" : 105,
"1" : "Boots of Speed",
"2" : "Boots of Leaping"
},
"tmp_magic_dust" : {
"source" : "Core",
"type" : "magic_item",
"page" : 106,
"1" : "Dust of Appearance",
"2" : "Dust of Disappearance"
},
"medium_misc_magic" : {
"source" : "Core",
"type" : "magic_item",
"page" : 104,
"1" : "Amulet against Scrying",
"2" : "Boots of Flying",
"3" : "Table: tmp_magic_bracers",
"4" : "Carpet of Flying",
"5" : "Cloak of Displacement",
"6" : "Table: tmp_magic_cloak",
"7" : "Deck of Many Things",
"8" : "Figurine of the Onyx Dog",
"9" : "Gauntlets of Ogre Power",
"10" : "Helm of Reading Magic and Languages",
"11" : "Portable Hole",
"12" : "Horn of Valhalla, Bronze",
"13" : "Horn of Valhalla, Silver",
"14" : "Jug of Alchemy ",
"15" : "Manual of Quickness",
"16" : "Medallion of ESP",
"17" : "Mirror of Mental Scrying",
"18" : "Robe of Blending",
"19" : "Robe of Eyes",
"20" : "Robe of Wizardry"
},
"tmp_magic_bracers" : {
"source" : "Core",
"type" : "magic_item",
"page" : 105,
"1" : "Bracers of Defense, AC 4 [15]",
"2" : "Bracers of Defense, AC 2 [17]"
},
"tmp_magic_cloak" : {
"source" : "Core",
"type" : "magic_item",
"page" : 105,
"1" : "Cloak of Protection +2",
"2" : "Cloak of Protection +3"
},
"greater_misc_magic" : {
"source" : "Core",
"type" : "magic_item",
"page" : 104,
"1" : "Amulet of Demon Control",
"2" : "Beaker of Potions",
"3" : "Table: elemental_control",
"4" : "Crystal Ball",
"5" : "Efreeti Bottle",
"6" : "Figurine of the Golden Lions",
"7" : "Gauntlets of Dexterity",
"8" : "Gem of Seeing",
"9" : "Girdle of Giant Strength",
"10" : "Helm of Fiery Brilliance",
"11" : "Helm of Teleportation",
"12" : "Horn of Blasting",
"13" : "Horn of Valhalla, Iron",
"14" : "Lenses of Charming",
"15" : "Libram, Magical (level gain)",
"16" : "Manual of Golems",
"17" : "Manual of Intelligence",
"18" : "Manual of Wisdom",
"19" : "Necklace of Fireballs",
"20" : "Symbol - Scarab of Insanity"
},
"elemental_control" : {
"source" : "Core",
"type" : "magic_item",
"page" : 105,
"1" : "Censer of Controlling Elementals",
"2" : "Bowl of Controlling Elementals",
"3" : "Brazier of Controlling Elementals",
"4" : "Stone of Controlling Elementals"
},
"aa_lesser_ring" : {
"source" : "AAIP",
"type" : "ring",
"page" : 2,
"1-2" : "Anti-Poison Ring",
"3" : "Band of Fortuitousness",
"4" : "Far-Sight Ring",
"5-6" : "Magic-Shielding Ring",
"7" : "Reviving Ring",
"8" : "Divine Turning",
"9" : "ESP",
"10" : "Flight",
"11-12" : "Gracefulness",
"13" : "Invisibility, Faulty",
"14" : "Invisibility, Minor",
"15" : "Magic Resistance",
"16" : "Slumber",
"17" : "Undead Control",
"18" : "Shrink Ring",
"19-20" : "Toxic Save"
},
"aa_greater_ring" : {
"source" : "AAIP",
"type" : "ring",
"page" : 2,
"1" : "Growth Ring",
"2" : "Infernal Ring of Elemental Mastery",
"3" : "Polymorphing Ring",
"4" : "Resurrection Ring",
"5-6" : "Blasting",
"7" : "Blasting Might",
"8-9" : "Charming",
"10" : "Fiendish Aid",
"11" : "Invisibility, Mass",
"12-13" : "Regeneration",
"14" : "Regeneration, Greater",
"15-16" : "Teleportation, Divine",
"17" : "Time Stop",
"18" : "Teleportation Band",
"19" : "Teleportation Band, Ultimate",
"20" : "Wizardly Ring"
},
"aa_greater_wand" : {
"source" : "AAIP",
"type" : "wand",
"page" : 4,
"1" : "Arctic Rod",
"2" : "Be Gone Wand",
"3" : "Blast Wand",
"4" : "Blast Wand, Trinket",
"5" : "Death Ray Wand",
"6" : "Raise Dead Rod",
"7" : "Rod of Major Flame Calling",
"8" : "Rod of Minor Flame Calling",
"9-10" : "Rod of Lordly Bearing",
"11" : "Rod of Mental Enfeeblement",
"12" : "Noxious Cloud Summoning Rod",
"13-14" : "Opening",
"15-16" : "Poison Detection",
"17" : "Rod of Harm/Healing",
"18" : "Slumber Wand",
"19" : "Erratic Monster Summoning",
"20" : "Banish Rod"
},
"aa_staff" : {
"source" : "AAIP",
"type" : "staff",
"page" : 6,
"1-8" : "Battle Staff",
"9-13" : "Fireball Staff",
"14-19" : "Spell Adder Staff",
"20-26" : "Spell Storing Staff, Touch",
"27-31" : "Spell Storing Staff, 10 ft Radius",
"32-36" : "Disintegration",
"37-39" : "Dragon Calling",
"40-41" : "Dragon Control",
"42-49" : "Levitation",
"50-57" : "Light & Darkness",
"58-64" : "Sluggishness",
"65-68" : "Treant Summoning",
"69-71" : "Wondrous Walls",
"72-76" : "Wondrous Walls, Fire & Ice",
"77-81" : "Stone Staff of Statue Semblance",
"82-86" : "Teleportation Staff",
"87-91" : "Transformation Staff",
"92-94" : "Water Calling Staff, Major",
"95-100" : "Water Calling Staff, Minor"
},
"aa_potion" : {
"source" : "AAIP",
"type" : "potion",
"page" : 8,
"1-5" : "Anti-Poison",
"6-10" : "Elixir of Corpse Raising",
"11-13" : "Attribute Healing",
"14-16" : "Level Healing",
"17-22" : "Minor Healing",
"23-27" : "Healing Tonic",
"28-32" : "Liquid Haste",
"33-37" : "Lock Tight Goo",
"38-42" : "Diminishing",
"43-48" : "Elven Sight",
"49-53" : "Flesh to Stone",
"54-58" : "Greater Flight",
"59-63" : "Greater Arcana",
"64-67" : "Potion of <Table: attribute> Augmentation",
"68-72" : "Erratic Invisibility",
"73-77" : "Shape-Change",
"78-82" : "Stone to Flesh",
"83-86" : "Restorative Brew",
"87-89" : "Reviving Brew",
"90-94" : "Sleeping Potion",
"95-100" : "Tardy Tonic"
},
"aa_lesser_misc_magic" : {
"source" : "AAIP",
"type" : "magic_item",
"page" : 16,
"1-4" : "All Knowing Spectacles",
"5-8" : "Amulet of Acumen",
"9-12" : "Amulet of Bewildering Charisma",
"13-16" : "Dice of Uncanny Luck",
"17-20" : "Dwarven Boots",
"21-24" : "Dwarven Gourd of Ever-Filling Ale",
"25-28" : "Glasses of Linguistic Knowledge",
"29-32" : "Glasses of Magic Seeing",
"33-36" : "Gloves of Nimble Movement",
"37-40" : "Headband of Mind Reading",
"41-44" : "Lucky Rabbit's Foot",
"45-52" : "Monocle of Worth",
"53-56" : "Multi-Purpose Key",
"57-60" : "Night Vision Goggles",
"61-68" : "Night Vision Spectacles",
"69-72" : "Portable Protective Pentagram",
"73-76" : "Protective Pouch",
"77-80" : "Rune Protected Scroll Case, Pain",
"81-84" : "Rune Protected Scroll Case, Sleep",
"85-88" : "Second Sight Spectacles",
"89-92" : "Torc of Tongues",
"93-100" : "Trinket of Dispelling"
},
"aa_medium_misc_magic" : {
"source" : "AAIP",
"type" : "magic_item",
"page" : 16,
"1-4" : "Amulet of Arcana",
"5-8" : "Amulet of Dispelling",
"9-12" : "Belt of Fortitude",
"13-16" : "Boots of Blinding Speed",
"17-20" : "Cap of Wisdom",
"21-24" : "Cape of Dispelling",
"25-28" : "Cursed Coin",
"29-30" : "Dread Book of the Lower Planes",
"31-34" : "Flying Carpet",
"35-38" : "Glittering Dust",
"39-42" : "Holy Symbol of Banishing",
"43-47" : "Horn of Wolf Calling",
"48-51" : "Horseshoes of Blinding Speed",
"52-53" : "Hypnotic Cloak of Ever Swirling Patterns",
"54-57" : "Melodic Instrument",
"58-63" : "Necromantic Dust",
"64-67" : "Minor Polymorphing Robes",
"68-71" : "Minor Polymorphing Robes, Erratic",
"72-77" : "Sleeping Dust",
"78-81" : "Sparkly Acorns",
"82-85" : "Spell Book of Revulsion",
"86-89" : "Supernatural Lock-Picks",
"90-94" : "Telescope of Far Seeing",
"95-100" : "Torc of True Seeing"
},
"aa_greater_misc_magic" : {
"source" : "AAIP",
"type" : "magic_item",
"page" : 16,
"1-5" : "Amulet of Altered State",
"6-10" : "Amulet of Resurrection",
"11-20" : "Anti-Poison Trinket",
"21-25" : "Belt of Trollish Regeneration",
"26-32" : "Boots of Elven Speed",
"33-37" : "Brazier of Spirit Summoning",
"38-41" : "Crown of Command",
"43-50" : "Divine Symbol of Righteous Might",
"51-55" : "Dread Tome of the Abyssal Realms",
"56-60" : "Gloves of Vanishing",
"61-65" : "Horn of Dragon's Breath",
"66-70" : "Mask of Massive Appeal",
"71-75" : "Omnipotent Jewel",
"76-80" : "Omniscient Jewel",
"81-85" : "Polymorphing Robes",
"86-90" : "Snake-Heads Skull Cap",
"91-95" : "Talisman of Power",
"96-100" : "Teleportation Cloak"
},
"aa_unusual_armor" : {
"source" : "AAIP",
"page" : 9,
"type" : "armor",
"1-2" : "<Table: armor> of Animalistic Transformation",
"3-6" : "<Table: armor> of Arcane Damage Reduction",
"7-12" : "<Table: armor> of Concussion Resistance",
"13-16" : "Arrow Warding Shield",
"17-20" : "Banishing Shield",
"21-24" : "Breastplate of Toughness",
"25-28" : "Cloak of Defense",
"29-31" : "Cloak of Defense and Concealment",
"32-37" : "Cursed Leggings of Lethargy",
"38-41" : "Defensive Shield, Draconic Attacks",
"42-45" : "Dexterous Leather",
"46-49" : "Enchantment Resisting <Table: armor>",
"50-53" : "Gauntlets of Uncanny Strength",
"54-59" : "Helm of Knowing",
"60-63" : "Helm of Mental Shielding",
"64-67" : "Magic Negating Shield",
"68-71" : "Magic Reflecting Shield",
"72-75" : "Magic Resisting Shield",
"76-82" : "Magical Defensive <Table: armor>",
"83-85" : "Polymorphing <Table: armor>",
"86-91" : "Shield of Confusion",
"92-94" : "Shield of Confusion, Ultimate",
"95-98" : "Shield of Divine Might",
"99-100" : "Holy Shield"
},
"aa_unusual_weapon" : {
"source" : "AAIP",
"page" : 12,
"type" : "weapon",
"1" : "Table: aa_sword",
"2" : "Table: aa_misc_weapon"
},
"aa_sword" : {
"source" : "AAIP",
"page" : 12,
"type" : "sword",
"1-5" : "Armor Piercing +1 <Table: bladed_weapon> [vs <Table: armor>]",
"6-10" : "Defender +3 <Table: bladed_weapon>",
"11-13" : "Dragon Slayer +2 <Table: bladed_weapon>",
"14-18" : "Ice-Blade <Table: bladed_weapon>",
"19-23" : "Keen Edged <Table: bladed_weapon>",
"24" : "Keen Edged Vorpal +1 <Table: bladed_weapon>",
"25-31" : "Magic <Table: bladed_weapon>",
"32-36" : "Magic Siphoning <Table: bladed_weapon>",
"37-41" : "Magic-User's Bane [<Table: bladed_weapon>]",
"42-46" : "Mighty Enchantment Resisting <Table: bladed_weapon>",
"47-53" : "Shatter-Sword [<Table: bladed_weapon>]",
"54-58" : "Spell-Sword [<Table: bladed_weapon>]",
"59-63" : "Random Spell-Sword [<Table: bladed_weapon>]",
"64-68" : "+1 <Table: bladed_weapon> of Grievous Wounding",
"69-73" : "Necromantic <Table: bladed_weapon>",
"74-81" : "Quick Draw <Table: bladed_weapon>",
"82-88" : "Returning +2 <Table: bladed_weapon",
"89-93" : "+2 <Table: bladed_weapon> Sword of Fortune",
"94" : "Vorpal +3 <Table: bladed_weapon>, Beheading",
"95-96" : "Vorpal +1 <Table: bladed_weapon>, Dismemberment",
"97-100" : "Winter-Blade <Table: bladed_weapon>"
},
"aa_misc_weapon" : {
"source" : "AAIP",
"page" : 14,
"type" : "weapon",
"1-5" : "Blast Bow",
"6" : "Ultimate Blast Bow",
"7-13" : "+1 Daggers of Protection from Evil",
"14-18" : "Deadly Blowgun",
"19-23" : "Energy Bow",
"24-31" : "Minor Energy Bow",
"32-33" : "Ultimate Energy Bow",
"34-38" : "Explosive Sling Stones",
"39-45" : "Extended Range <Table: missile_weapon>",
"46-50" : "Flash Darts",
"51-56" : "Hafted Weapon of Breaking",
"57-63" : "Mace of Opening",
"64-68" : "Mace of Righteousness",
"69-73" : "Mighty Battle Axe",
"74-75" : "Obliterating Hammer",
"76-80" : "Plate Rending Battle Axe",
"81-85" : "Deadly Quake Hammer",
"86-90" : "Rapid Fire <Table: bow>",
"91-95" : "Returning Dagger",
"96-100" : "Returning Hand Axe"
},
"attribute" : {
"source" : "Core",
"type" : "potion",
"1" : "Strength",
"2" : "Intelligence",
"3" : "Wisdom",
"4" : "Constitution",
"5" : "Dexterity",
"6" : "Charisma"
}
}