-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Modnar_5e_Tools_and_Services.json
15852 lines (15762 loc) · 521 KB
/
Modnar_5e_Tools_and_Services.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
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"_meta": {
"sources": [
{
"json": "aa",
"abbreviation": "AA",
"full": "Aritsobulus's Armory",
"authors": [
"R P Davis"
],
"convertedBy": "Modnar",
"version": "1.0.0",
"url": [
"https://www.dmsguild.com/product/221172",
"http://homebrewery.naturalcrit.com/print/Hy-JlfF4F-?dialog=true"
],
"targetSchema": "1.0.0"
},
{
"json": "bim",
"abbreviation": "BIM",
"full": "BastionLand: 100 Interesting Magic Items",
"authors": [
"Chris McDowall"
],
"convertedBy": "Modnar",
"version": "1.0.0",
"url": "http://www.bastionland.com/2009/07/100-interesting-magic-items-first-half.html",
"targetSchema": "1.0.0"
},
{
"json": "btn",
"abbreviation": "BTN",
"full": "Better Than Naught",
"authors": [
"Gary Flannel"
],
"convertedBy": "Modnar",
"version": "1.0.0",
"url": [
"https://btn.com/2015/03/10/a-table-of-contents-thats-better-than-nothing/"
],
"targetSchema": "1.0.0"
},
{
"json": "llpos",
"abbreviation": "LLPoS",
"full": "Legends & Lairs: Path of Shadow",
"authors": [
"Unknown"
],
"convertedBy": "Modnar",
"version": "1.0.0",
"url": "",
"targetSchema": "1.0.0"
},
{
"json": "tat",
"abbreviation": "TAT",
"full": "Tattoos (Magical and Non)",
"authors": [
"/u/Robofeather"
],
"convertedBy": "Modnar",
"version": "1.0.0",
"url": "http://homebrewery.naturalcrit.com/share/H1PghsUYW",
"targetSchema": "1.0.0"
},
{
"json": "0dgz",
"abbreviation": "0DGZ",
"full": "ZeroDaggerz House Rules",
"authors": [
"ZeroDaggerz"
],
"convertedBy": "ZeroDaggerz",
"version": "1.0.0",
"url": "https://zerodaggerz.com/",
"targetSchema": "1.0.0"
},
{
"json": "eeh",
"abbreviation": "EEH",
"full": "Eberron: Explorer's Handbook",
"authors": [
"David Noonan"
],
"convertedBy": "Modnar",
"version": "1.0.0",
"url": "https://www.amazon.com/Eberron-Explorers-Handbook-David-Noonan/product-reviews/0786936916",
"targetSchema": "1.0.0"
},
{
"json": "pfue",
"abbreviation": "PfUE",
"full": "Pathfinder Ultimate Equipment (into 5e)",
"authors": [
"Greg Lynch",
"J. C. Alvarez"
],
"convertedBy": "Modnar",
"version": "1.0.0",
"url": "http://paizo.com/products/btpy8tmc?Pathfinder-Roleplaying-Game-Ultimate-Equipment",
"targetSchema": "1.0.0"
},
{
"json": "pfmc",
"abbreviation": "PfMC",
"full": "Pathfinder Monster Codex (into 5e)",
"authors": [
"Jason Bulmahn"
],
"convertedBy": "Modnar",
"version": "1.0.0",
"url": "http://paizo.com/products/btpy9926?Pathfinder-Roleplaying-Game-Monster-Codex",
"targetSchema": "1.0.0"
},
{
"json": "pfar",
"abbreviation": "PfAR",
"full": "Pathfinder Advanced Race Guide (into 5e)",
"authors": [
"Jason Bulmahn"
],
"convertedBy": "Modnar",
"version": "1.0.0",
"url": "http://paizo.com/products/btpy8rv2?Pathfinder-Roleplaying-Game-Advanced-Race-Guide",
"targetSchema": "1.0.0"
},
{
"json": "pfmc",
"abbreviation": "PfMC",
"full": "Pathfinder Monster Codex (into 5e)",
"authors": [
"Jason Bulmahn"
],
"convertedBy": "Modnar",
"version": "1.0.0",
"url": "http://paizo.com/products/btpy9926?Pathfinder-Roleplaying-Game-Monster-Codex",
"targetSchema": "1.0.0"
},
{
"json": "3mx",
"abbreviation": "MMMx",
"full": "Modnar's Marvelous Miscellany - Campaign Expansion",
"authors": [
"Modnar",
"WoTC",
"Various Redditors"
],
"version": "1.0.0",
"url": "https://docs.google.com/spreadsheets/d/1Ol4hsUsQ9iEITwOOZQX9TakH3HWSYPAYFGUlfZhvYAY/edit#gid=1758688597",
"convertedBy": "Modnar",
"targetSchema": "1.0.0"
},
{
"json": "mmmxa",
"abbreviation": "MMMxA",
"full": "Modnar's Miscellaneous Materials - Alchemy",
"authors": [
"Modnar",
"WoTC",
"Various Redditors"
],
"version": "1.0.0",
"url": "https://docs.google.com/spreadsheets/d/1Ol4hsUsQ9iEITwOOZQX9TakH3HWSYPAYFGUlfZhvYAY/edit#gid=1758688597",
"convertedBy": "Modnar",
"targetSchema": "1.0.0"
},
{
"json": "3mxc",
"abbreviation": "MMM^C",
"full": "Modnar's Marvelous Miscellany - Cooking & Brewing",
"authors": [
"Modnar",
"WoTC",
"Various Redditors"
],
"version": "1.0.0",
"url": "https://docs.google.com/spreadsheets/d/1Ol4hsUsQ9iEITwOOZQX9TakH3HWSYPAYFGUlfZhvYAY/edit#gid=1758688597",
"convertedBy": "Modnar",
"targetSchema": "1.0.0"
},
{
"json": "5m",
"abbreviation": "MMM^2M",
"full": "Modnar's Marvelous Miscellany - Menagerie & Materials",
"authors": [
"Modnar",
"WoTC",
"Various Redditors"
],
"version": "1.0.0",
"url": "https://docs.google.com/spreadsheets/d/1Ol4hsUsQ9iEITwOOZQX9TakH3HWSYPAYFGUlfZhvYAY/edit#gid=1758688597",
"convertedBy": "Modnar",
"targetSchema": "1.0.0"
},
{
"json": "3mxs",
"abbreviation": "MMM^S",
"full": "Stonghold",
"authors": [
"Modnar"
],
"version": "1.0.0",
"url": "https://www.gmbinder.com/share/-L8YS8M9xAdPhqY7d6tj",
"targetSchema": "1.0.0"
}
{
"json": "3mxt",
"abbreviation": "MMM^T",
"full": "Modnar's Marvelous Miscellany - Tools & Trinkets",
"authors": [
"Modnar",
"WoTC",
"Various Redditors"
],
"version": "1.0.0",
"url": "https://docs.google.com/spreadsheets/d/1Ol4hsUsQ9iEITwOOZQX9TakH3HWSYPAYFGUlfZhvYAY/edit#gid=1758688597",
"convertedBy": "Modnar",
"targetSchema": "1.0.0"
},
{
"json": "cps",
"abbreviation": "MMM^[CP]",
"full": "Character Point System",
"authors": [
"Modnar"
],
"version": "1.0.0",
"url": "https://www.gmbinder.com/share/-L8YS8M9xAdPhqY7d6tj",
"targetSchema": "1.0.0"
}
]
},
"itemProperty": [
{
"abbreviation": "O",
"source": "3mx",
"entries": [
{
"type": "entries",
"name": "Oversized",
"entries": [
"A weapon with the oversized property is larger than even the largest conventional weapon. Only individuals with exceptional strength can hope to wield one efficiently.",
"An oversized weapon counts also as a {@itemproperty heavy} weapon (PHB p. 147); with the following changes. Both Small and Medium creatures have disadvantage on attack rolls with oversized weapons. A Medium creature does not have disadvantage if its Strength score is 20 or greater.",
"If a damage value in parenthesis appears with the oversized property, a Large creature may wield the weapon in one or two hands. The oversized damage value is used if the creature wields the weapon in two hands.",
"{@bold Rationale}",
"This is intended to make weapons for Large player character races. Normally a Large-sized weapon deals double the damage die (e.g. a large greataxe deals 2d12 instead of 1d12) but this might be considered overpowered for a player. When designing oversized weapons,the damage can be one step or more greater than a martial weapon, but must be less than a Large weapon."
]
}
]
},
{
"abbreviation": "D",
"source": "3mx",
"entries": [
{
"type": "entries",
"name": "Defensive",
"entries": [
"All attack rolls made with weapons that have the defensive property suffer a -1 penalty. However, when a creature attacks with a weapon with this property on its turn or during its reaction, it gains +1 to its AC until the end of its next turn. ",
"{@bold Rationale}",
"In melee weapons, this defensive quality could come from a protective hilt or a lighter construction, allowing for quicker movements; on ranged weapons, it could come from a wide guard at the front of the weapon or a camouflaged cover."
]
}
]
},
{
"abbreviation": "B",
"source": "3mx",
"entries": [
{
"type": "entries",
"name": "Brace",
"entries": [
"Any weapon with this property always deals Maximum damage when it hits a mount - provided its wielder uses half their movement before taking the attack action.",
"When used as an held action to attack a creature on a mount or attempting a charge action targeting the wielder or moving through its threatened range, the wielder makes their attack on a successful attack the weapon deals maximum damage and the mount or creature charging is halted and their charge attack automatically misses.",
"{@Note Weapons are usually polearms}"
]
}
]
},
{
"abbreviation": "AM",
"source": "3mx",
"entries": [
{
"type": "entries",
"name": "Aiming",
"entries": [
"Weapons with the aiming property may take an action gain a +2 bonus and make a single ranged attack. However, when a creature uses a weapon with this property, it suffers a -2 penalty to its AC until the start of its next turn. ",
"{@bold Rationale}",
"Longbows might gain this quality through the use of weights and sights attached to the bow scopes, whilst light and heavy crossbows might achieve it by having tripods attached to the bottom of the barrel."
]
}
]
},
{
"abbreviation": "BL",
"source": "3mx",
"entries": [
{
"type": "entries",
"name": "Bleeder",
"entries": [
"When hit by a weapon with the bleeder property the target gains the Bleeding condition and the Target takes an additional point of damage of the weapon's type at the start of its next turn until they make a Constitution Save versus (base DC 12 (+ any magical bonuses)), are magical healed, or have"
]
}
]
},
{
"abbreviation": "E",
"source": "3mx",
"entries": [
{
"type": "entries",
"name": "Entnagle",
"entries": [
"Some weapons, particularly those with lengths of rope or chains, are designed to wrap around a foe's weapon or limbs.",
"A creature can use an attack with such a weapon to entangle the target's weapon or limbs. The attacker makes an attack roll contested by the target's Strength ({@skill Athletics}) check or Dexterity ({@skill Acrobatics}) check. The target has advantage on its ability check if it is larger than the attacking creature, or disadvantage if it is smaller. If the attacker wins the contest, the attack causes no damage or other ill effect, but becomes entangled by the attacker.",
"An entangled creature has disadvantage on attack rolls until the attacker ends the entanglement with a bonus action; the attacker drops their weapon or the attacker is {@condition incapacitated}; forced movement causes the attacker and target apart beyond the reach of the weapon; or the target uses its action to escape (as though {@condition grappled}). While entangled, neither the attacker nor the target can move apart beyond the reach of the weapon.",
"While the attacker is entangling the target's weapon, it has advantage on subsequent attempts to disarm the target (see DMG p. 271)"
]
}
]
}
],
"condition": [
{
"name": "Bleeding",
"source": "3mx",
"entries": [
{
"type": "list",
"items": [
"A creature with the bleeding condition sustains ongoing stacking damage.",
"Undead, Constructs & Oozes are immune to bleeding.",
"A creature that has the bleeding condition that drops to 0 hp makes their Death Saves at disadvantage.",
"The condition is removed by: taking a (short/long) rest, recieving any healing (magical or mundane), or taking an action to staunch the wound."
]
}
]
}
],
"table": [
{
"name": "Trinket Expanded List",
"source": "3mxt",
"caption": "Trinkets",
"colLabels": [
"#",
"Description"
],
"colStyles": [
"col-xs-2 text-align-center",
"col-xs-12"
],
"rows": [
[
"1",
" 1-inch high pewter elf soldier, armed with a shield and longsword; The base reads “4 of 7”"
],
[
"2",
" small whale tooth with etched with an image of waves crashing upon a beach."
],
[
"3",
"A “magical” acorn prevents you from being hit by natural lightning."
],
[
"4",
"A 1 inch Cube of a Unknown Material Fiends have advantage on attacks against you."
],
[
"5",
"A 1 Pound Egg With Black Stripes The egg hatches into a black pudding that is aggressive."
],
[
"6",
"A 12 Sided Dice If you roll this dice you are teleported 5 x number rolled on the dice feet away into an unoccupied space of the DM's choice."
],
[
"7",
"A 13 Sided Dice You have 3 unlucky points. The DM can at any time use any of them to have you reroll a dice and take the lower roll. You regain all points at the end of your long rest."
],
[
"8",
"A bag full of tiny mummified frogs "
],
[
"9",
"A Bag of Ivory Teeth You fall prone when you are hit with a critical hit."
],
[
"10",
"A bag of one-hundred marbles ninety-nine are white and the other is black"
],
[
"11",
"A ball that engulfs itself in harmless blue fire when thrown"
],
[
"12",
"A bar of scented soap that bubbles. "
],
[
"13",
"A bar of titanium that feels squishy and soft to touch."
],
[
"14",
"A battered Brass and Copper Ring makes you obsessed with no one knowing you have it, but that is all it does."
],
[
"15",
"A bill of sale Two dozen magic morningstars, sold by Alvin Cogsbottom and purchased by Farbgarble (bugbear warlord)."
],
[
"16",
"A bit of rock from a headstone. "
],
[
"17",
"A Black Bishop Chess Piece You have disadvantage on Intelligence(religion) checks."
],
[
"18",
"A Black Crow Feather Crows are never far away from you."
],
[
"19",
"A Black Gem When in direct sunlight you reduced the score of your ability checks by 1. In the dark it glows softly (5ft dim light)"
],
[
"20",
"A Black Leather Gloves You must always wear this glove or take 1 point of damage every hour after removing it."
],
[
"21",
"A Black Quartz Orb You take 1 extra necrotic damage when you are hit with an attack."
],
[
"22",
"A blue blade shard If a person holds the piece for long enough they will start hearing voices that urge him to kill and claim souls for it."
],
[
"23",
"A blue sash Cut from perfectly hydrophobic cloth."
],
[
"24",
"A bobbin of thick string It is impossible to tie knots"
],
[
"25",
"A book gives you a headache whenever you try to read it. You are still unsure of what knowledge or story it holds."
],
[
"26",
"A book a harmonious story, however whenever you turn the last page it takes you back to the middle of the story so you don't know how it ends."
],
[
"27",
"A book of very short stories Reading a story (outloud) from the book (10 minutes) acts like using a healer’s kit."
],
[
"28",
"A Book with a Red Cover If opened you suffer 5 points of fire damage. You have to open the book once per day. If you don't open it during a day you have horrible nightmares about being burned alive and you regain no hit points from taking a long rest."
],
[
"29",
"A Book with Writing in Abyssal that Says Burn Over and Over Again You take 2 points fire damage every dawn."
],
[
"30",
"A bottle filled with morning light ember "
],
[
"31",
"A bouncing ball made of a strange spongy wood "
],
[
"32",
"A bowl filled with dim continual flames that change color when different powdered materials are added "
],
[
"33",
"A box and lid crafted from a strange, white, pliable material. Foodstuffs sealed within remain fresh for two weeks. "
],
[
"34",
"A box containing a mold for a cast iron key "
],
[
"35",
"A bracelet made of silvered fish hooks. "
],
[
"36",
"A broken sword hilt with strange runes on the remains of the blade "
],
[
"37",
"A bronze oil lamp which is rumored to have once held a genie. "
],
[
"38",
"A candle whose flame produces no heat nor can it be extinguished or transfer its flame "
],
[
"39",
"A candlestick with a jeweler's mark stamped into the base. "
],
[
"40",
"A canteen filled with a foul smelling orange mud. "
],
[
"41",
"A Card with a Picture That Looks Weirdly Like Yourself An illusion of yourself is seen at the edge of your vision at times."
],
[
"42",
"A Carved Tentacle You reduced the attack roll for your unarmed strikes by 2."
],
[
"43",
"A cat figurine. "
],
[
"44",
"A ceramic tile with a silvery sheen. "
],
[
"45",
"A chain of alternating silver and bronze links. The silver links are ethereal, while the bronze links are not, but they can still interact with the other links. "
],
[
"46",
"A chalice that makes the drinker’s blood glow with an inner fire for a few minutes afterward "
],
[
"47",
"A charred chisel with an unfamiliar symbol stamped into its base. "
],
[
"48",
"A chess piece fashioned to look like fire myrmidon. "
],
[
"49",
"A child’s diary "
],
[
"50",
"A clay teapot that fills itself with fresh hot tea every morning "
],
[
"51",
"A cloak lined with a strange blue fur "
],
[
"52",
"A clockwork device that's button won't press no matter what you do."
],
[
"53",
"A Cloth Doll A weird voice is sometimes heard in the back of your head."
],
[
"54",
"A cloudy chunk of glass Holds a spark of breath from a blue dragon."
],
[
"55",
"A coin that appears to have the same sides to everyone except you "
],
[
"56",
"A collar lets a dog or cat speak in common. It doesn’t change the animal’s intelligence."
],
[
"57",
"A compass that always points to where you were moments ago "
],
[
"58",
"A Copper Piece Carved with a Rune When you roll a natural 1 you become blinded until the end of your next turn."
],
[
"59",
"A creepy idol of a black dragon with red jewels as eyes whenever someone looks at the idol eyes their eyes flash red"
],
[
"60",
"A crow’s claw "
],
[
"61",
"A crown made of polished and carved ash with gold inlays. "
],
[
"62",
"A crown of tarnished silver. Spikes are woven throughout it. "
],
[
"63",
"A crude chalice made of coal. "
],
[
"64",
"A crystal dagger, it is engraved with the symbol of a flaming skull with a rune covered ring around it. "
],
[
"65",
"A dagger that was once owned by a man struck by a lightning bolt spell; it still flickers with (harmless) electricity "
],
[
"66",
"A dagger, simple and sharp, that is incapable of hurting you "
],
[
"67",
"A dagger's hilt. The pommel is carved in the form of a lion. "
],
[
"68",
"A deck of cards Unknown runes on each card."
],
[
"69",
"A Deed for the Abandoned House in The South East of Town Who Knows?"
],
[
"70",
"A Demon Statue You have nightmares every night."
],
[
"71",
"A dowsing rod points to any water within 20 feet."
],
[
"72",
"A faceless doll made of driftwood. "
],
[
"73",
"A feathered arrow embedded in a frozen potato. "
],
[
"74",
"A Figure of small Wooden Staircase When you walk up or down a stair you tumble and fall taking 1d6 bludgeoning damage."
],
[
"75",
"A finger bone from an executed man in a small wooden box You have +1 on death saving throws while it’s in your possession."
],
[
"76",
"A fist-sized cog, covered in barnacles. "
],
[
"77",
"A flute that, when played, forms illusory lines of fire which dance to the music around the player "
],
[
"78",
"A freshly-excavated humanoid skeleton the size of your hand "
],
[
"79",
"A gem that can summon a dim orb of light that does nothing but follow the summoner for a while. "
],
[
"80",
"A gigantic snake's tooth that has an unsettling aura about it. "
],
[
"81",
"A glass bone "
],
[
"82",
"A glass bottle that spins and points to the same place when left alone "
],
[
"83",
"A Glass Bottle with a Rainbow Coloured Liquid After consuming this liquid your hair keeps changing colour every 24 hours, and beats seem to always be aggressive towards you."
],
[
"84",
"A glass bottle with a tiny ship of unfamiliar design inside. "
],
[
"85",
"A glass cup can only be filled half way no matter how much liquid is pored into it."
],
[
"86",
"A glass eye that spins to look at things other people are looking at."
],
[
"87",
"A glass jar containing the preserved corpse of an unfamiliar aquatic creature. "
],
[
"88",
"A glass lamp with a tiny star suspended inside "
],
[
"89",
"A glass sphere containing ooze, still alive; it sometimes causes green acidic liquid to gush out of the sphere. "
],
[
"90",
"A gnarled walking staff of living wood that can manipulate tiny objects while you hold it "
],
[
"91",
"A Gold Ring Your magically take 3 necrotic damage at the end off a short or long rest."
],
[
"92",
"A gold-plated badge emblazoned with a symbol of fire "
],
[
"93",
"A grappling hook with silken cord attached to the end. One of the three hooks is broken, and another is bent almost in line with the body of the hook. "
],
[
"94",
"A green leather pouch full of berries that will never rot "
],
[
"95",
"A green tonic labeled “growth”. If anything drinks it they grow an inch each second for 1d4 minutes, then shrink 1 foot each second until their back to normal size. Their equipment changes size too but doesn't increase damage"
],
[
"96",
"A Grey Polished Stone Disc Your walking speed is reduced by 5 feet."
],
[
"97",
"A grime encrusted bone ring "
],
[
"98",
"A halfling skull with a significant parietal slashing wound that also corroded the bone. "
],
[
"99",
"A hammer from a long gone blacksmith. Sometimes at night you can see the hammer float and pound any weapons nearby. "
],
[
"100",
"A hand crank music box which plays a melody that causes listeners to think they are dreaming "
],
[
"101",
"A hand mirror that shows everyone’s reflection except your own "
],
[
"102",
"A hand puppet that very much resembles another party member "
],
[
"103",
"A hand sized bell with no clapper but it still rings when played "
],
[
"104",
"A harp which strings play notes you can only hear after sunset "
],
[
"105",
"A hat has a secret space on the inside which is the size of a small pouch and very hard to locate. (Perception DC 16)"
],
[
"106",
"A heavy iron key bearing the name of a ship long lost to the sea. "
],
[
"107",
"A heavy metal coin that floats on water "
],
[
"108",
"A heavy rust-covered metal rod that whispers words only you hear "
],
[
"109",
"A hefty piece of magnetic ore that fell from the skies "
],
[
"110",
"A horn that when blown through produces no sound "
],
[
"111",
"A humanoid poppet, made from twisted roots, with singed limbs "
],
[
"112",
"A Hundred Sided Dice When rolled (a simple free weapon interaction) the character must spent 1 minute waiting for it stop rolling, during which its incapacitated."
],
[
"113",
"A Ink Quill that is Always Covered in Ink If you draw something with the quill you take 2 psychic damage."
],
[
"114",
"A journal filled with poetry hand-written in Primordial. "
],
[
"115",
"A Large Black Scale Your AC is reduced by 1."
],
[
"116",
"A large brass coin with no markings or images on it. "
],
[
"117",
"A Large Curved Tooth A bite attack deals 1d6 extra damage to you."
],
[
"118",
"A large piece of shell from a dragon’s egg "
],
[
"119",
"A large, tattered flag with silver, green, and black stripes. "
],
[
"120",
"A leather necklace lined with troll fangs "
],
[
"121",
"A leather pouch that contains a single wooden token depicting a crab. "
],
[
"122",
"A Leather Strap with a Gold Inlay in Strange Patterns When you roll a natural 1 you take 1 point of damage."
],
[
"123",
"A lens reverses the color of things seen through it, black becomes white, cyan becomes orange, red becomes blue, and so on."
],
[
"124",
"A letter from a relative addressing you by a different name "
],
[
"125",
"A locket of hair rumored to have come from a famed fire genasi."
],
[
"126",
"A long arrow, with the tip hollow as if it once contained a message. "
],
[
"127",
"A magical signet-ring that leaves a seal in wax that only the person or people you designate can see "
],
[
"128",
"A map of the sun "
],
[
"129",
"A map with a large patch of ocean torn out "
],
[
"130",
"A marble that changes size when you aren't looking. Sometimes something that is touching it changes size slightly too, but changes back in 10 seconds."
],
[
"131",
"A merchant’s scale you can adjust with a handwave to weigh slightly in your favor "
],
[
"132",
"A miniature platinum lightning bolt It vibrates and zooms around when a storm is coming"
],
[
"133",
"A miniature shield painted with gold designs when you clutch it you feel slightly more confident (+1 to charisma save)"
],
[
"134",
"A mining pick made from bone "
],
[
"135",
"A mirror only shows the back of your head."
],
[
"136",
"A mithral key about six inches long. "
],
[
"137",
"A model bronze weapon rack with six detachable polearms. Each is three inches long and decorated with a red horse-hair tassel. "
],
[
"138",
"A much-loved child's doll embroidered with gold thread. It's been through a lot. "
],
[
"139",
"A musical washboard made of monster bones "
],
[
"140",
"A necklace of varyingly spherical and odd-shaped shimmering stones that gives the wearer prophetic dreams "
],
[
"141",
"A necklace with a small, rusted iron anchor. "
],
[
"142",
"A Obsidian Icon of a Raven You feel something watching you when you are in dim light or total darkness."
],
[
"143",
"A Old Book(Titled Lonely Pirate) When at see you have disadvantage on all Charisma checks."
],
[
"144",
"A one-eyed little fish inside a spherical vial, much bigger than the vial's neck. He has a cunning look. "
],
[
"145",
"A packet of mints cause the eater to change color for 1d6 hours."
],
[
"146",
"A page Unknown runes depicting and ancient spell but unreadable no matter what."
],
[
"147",
"A painting of yourself when you are much older "
],
[
"148",
"A pair of boots that leave scorched footprints "
],
[
"149",
"A pair of bronze scissors in the shape of a pair of leaping dolphins. "
],
[
"150",
"A pair of copper snake earrings of elven design "
],
[
"151",
"A pair of glasses that make you invisible to yourself "
],
[
"152",
"A pair of magically linked bits of gemstone, holding one lets you sense the direction of the other "
],
[
"153",
"A pair of old books written in a lost language "
],
[
"154",
"A pair of tetrahedral clay dice that always add up to five when rolled together "
],
[
"155",
"A pencil-on-paper schematic of a crossbow-like contraption of tubes, triggers and optics. "
],
[
"156",
"A Pendant with a Small Rune You have disadvantage on Dexterity Saving Throws against magic."
],
[
"157",
"A perfect forgery of a small masterpiece work of art "
],
[
"158",
"A petrified heart that leaks an oily black substance "
],
[
"159",
"A Petrified Potato resembles someone important to you."
],
[