forked from cynicaloptimist/improved-initiative
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ogl_creatures.json
25910 lines (25910 loc) · 858 KB
/
ogl_creatures.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
[
{
"Name": "Aboleth",
"Source": "Monster Manual",
"Type": "Large aberration, lawful evil",
"HP": {
"Value": 135,
"Notes": "(18d10+36)"
},
"AC": {
"Value": 17,
"Notes": "(natural armor)"
},
"InitiativeModifier": 0,
"Speed": [
"10 ft.",
"swim 40 ft."
],
"Abilities": {
"Str": 21,
"Dex": 9,
"Con": 15,
"Int": 18,
"Wis": 15,
"Cha": 18
},
"DamageVulnerabilities": [],
"DamageResistances": [],
"DamageImmunities": [],
"ConditionImmunities": [],
"Saves": [
{
"Name": "Con",
"Modifier": 6
},
{
"Name": "Int",
"Modifier": 8
},
{
"Name": "Wis",
"Modifier": 6
}
],
"Skills": [
{
"Name": "History",
"Modifier": 12
},
{
"Name": "Perception",
"Modifier": 10
}
],
"Senses": [
"darkvision 120 ft."
],
"Languages": [
"Deep Speech",
"telepathy 120 ft."
],
"Challenge": "10",
"Traits": [
{
"Name": "Amphibious",
"Content": "The aboleth can breathe air and water.",
"Usage": ""
},
{
"Name": "Mucous Cloud",
"Content": "While underwater, the aboleth is surrounded by transformative mucus. A creature that touches the aboleth or that hits it with a melee attack while within 5 ft. of it must make a DC 14 Constitution saving throw. On a failure, the creature is diseased for 1d4 hours. The diseased creature can breathe only underwater.",
"Usage": ""
},
{
"Name": "Probing Telepathy",
"Content": "If a creature communicates telepathically with the aboleth, the aboleth learns the creature's greatest desires if the aboleth can see the creature.",
"Usage": ""
}
],
"Actions": [
{
"Name": "Multiattack",
"Content": "The aboleth makes three tentacle attacks.",
"Usage": ""
},
{
"Name": "Tentacle",
"Content": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 12 (2d6 + 5) bludgeoning damage. If the target is a creature, it must succeed on a DC 14 Constitution saving throw or become diseased. The disease has no effect for 1 minute and can be removed by any magic that cures disease. After 1 minute, the diseased creature's skin becomes translucent and slimy, the creature can't regain hit points unless it is underwater, and the disease can be removed only by heal or another disease-curing spell of 6th level or higher. When the creature is outside a body of water, it takes 6 (1d12) acid damage every 10 minutes unless moisture is applied to the skin before 10 minutes have passed.",
"Usage": ""
},
{
"Name": "Tail",
"Content": "Melee Weapon Attack: +9 to hit, reach 10 ft. one target. Hit: 15 (3d6 + 5) bludgeoning damage.",
"Usage": ""
},
{
"Name": "Enslave (3/day)",
"Content": "The aboleth targets one creature it can see within 30 ft. of it. The target must succeed on a DC 14 Wisdom saving throw or be magically charmed by the aboleth until the aboleth dies or until it is on a different plane of existence from the target. The charmed target is under the aboleth's control and can't take reactions, and the aboleth and the target can communicate telepathically with each other over any distance.\nWhenever the charmed target takes damage, the target can repeat the saving throw. On a success, the effect ends. No more than once every 24 hours, the target can also repeat the saving throw when it is at least 1 mile away from the aboleth.",
"Usage": ""
}
],
"Reactions": [],
"LegendaryActions": [
{
"Name": "Detect",
"Content": "The aboleth makes a Wisdom (Perception) check.",
"Usage": ""
},
{
"Name": "Tail Swipe",
"Content": "The aboleth makes one tail attack.",
"Usage": ""
},
{
"Name": "Psychic Drain (Costs 2 Actions)",
"Content": "One creature charmed by the aboleth takes 10 (3d6) psychic damage, and the aboleth regains hit points equal to the damage the creature takes.",
"Usage": ""
}
],
"Description": "",
"Player": ""
},
{
"Name": "Acolyte",
"Source": "Monster Manual",
"Type": "Medium humanoid (any race), any alignment",
"HP": {
"Value": 9,
"Notes": "(2d8)"
},
"AC": {
"Value": 10,
"Notes": ""
},
"InitiativeModifier": 0,
"Speed": [
"30 ft."
],
"Abilities": {
"Str": 10,
"Dex": 10,
"Con": 10,
"Int": 10,
"Wis": 14,
"Cha": 11
},
"DamageVulnerabilities": [],
"DamageResistances": [],
"DamageImmunities": [],
"ConditionImmunities": [],
"Saves": [],
"Skills": [
{
"Name": "Medicine",
"Modifier": 4
},
{
"Name": "Religion",
"Modifier": 2
}
],
"Senses": [],
"Languages": [
"any one language (usually Common)"
],
"Challenge": "1/4",
"Traits": [
{
"Name": "Spellcasting",
"Content": "The acolyte is a 1st-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 12, +4 to hit with spell attacks). The acolyte has following cleric spells prepared: \n\n• Cantrips (at will): light, sacred flame, thaumaturgy\n• 1st level (3 slots): bless, cure wounds, sanctuary",
"Usage": ""
}
],
"Actions": [
{
"Name": "Club",
"Content": "Melee Weapon Attack: +2 to hit, reach 5 ft., one target. Hit: 2 (1d4) bludgeoning damage.",
"Usage": ""
}
],
"Reactions": [],
"LegendaryActions": [],
"Description": "",
"Player": ""
},
{
"Name": "Adult Black Dragon",
"Source": "Monster Manual",
"Type": "Huge dragon, chaotic evil",
"HP": {
"Value": 195,
"Notes": "(17d12+85)"
},
"AC": {
"Value": 19,
"Notes": "(natural armor)"
},
"InitiativeModifier": 0,
"Speed": [
"40 ft.",
"fly 80 ft.",
"swim 40 ft."
],
"Abilities": {
"Str": 23,
"Dex": 14,
"Con": 21,
"Int": 14,
"Wis": 13,
"Cha": 17
},
"DamageVulnerabilities": [],
"DamageResistances": [],
"DamageImmunities": [
"acid"
],
"ConditionImmunities": [],
"Saves": [
{
"Name": "Dex",
"Modifier": 7
},
{
"Name": "Con",
"Modifier": 10
},
{
"Name": "Wis",
"Modifier": 6
},
{
"Name": "Cha",
"Modifier": 8
}
],
"Skills": [
{
"Name": "Perception",
"Modifier": 11
},
{
"Name": "Stealth",
"Modifier": 7
}
],
"Senses": [
"blindsight 60 ft.",
"darkvision 120 ft."
],
"Languages": [
"Common",
"Draconic"
],
"Challenge": "14",
"Traits": [
{
"Name": "Amphibious",
"Content": "The dragon can breathe air and water.",
"Usage": ""
},
{
"Name": "Legendary Resistance (3/Day)",
"Content": "If the dragon fails a saving throw, it can choose to succeed instead.",
"Usage": ""
}
],
"Actions": [
{
"Name": "Multiattack",
"Content": "The dragon can use its Frightful Presence. It then makes three attacks: one with its bite and two with its claws.",
"Usage": ""
},
{
"Name": "Bite",
"Content": "Melee Weapon Attack: +11 to hit, reach 10 ft., one target. Hit: 17 (2d10 + 6) piercing damage plus 4 (1d8) acid damage.",
"Usage": ""
},
{
"Name": "Claw",
"Content": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 13 (2d6 + 6) slashing damage.",
"Usage": ""
},
{
"Name": "Tail",
"Content": "Melee Weapon Attack: +11 to hit, reach 15 ft., one target. Hit: 15 (2d8 + 6) bludgeoning damage.",
"Usage": ""
},
{
"Name": "Frightful Presence",
"Content": "Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 16 Wisdom saving throw or become frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.",
"Usage": ""
},
{
"Name": "Acid Breath (Recharge 5-6)",
"Content": "The dragon exhales acid in a 60-foot line that is 5 feet wide. Each creature in that line must make a DC 18 Dexterity saving throw, taking 54 (12d8) acid damage on a failed save, or half as much damage on a successful one.",
"Usage": ""
}
],
"Reactions": [],
"LegendaryActions": [
{
"Name": "Detect",
"Content": "The dragon makes a Wisdom (Perception) check.",
"Usage": ""
},
{
"Name": "Tail Attack",
"Content": "The dragon makes a tail attack.",
"Usage": ""
},
{
"Name": "Wing Attack (Costs 2 Actions)",
"Content": "The dragon beats its wings. Each creature within 10 ft. of the dragon must succeed on a DC 19 Dexterity saving throw or take 13 (2d6 + 6) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed.",
"Usage": ""
}
],
"Description": "",
"Player": ""
},
{
"Name": "Adult Blue Dragon",
"Source": "Monster Manual",
"Type": "Huge dragon, lawful evil",
"HP": {
"Value": 225,
"Notes": "(18d12+108)"
},
"AC": {
"Value": 19,
"Notes": ""
},
"InitiativeModifier": 0,
"Speed": [
"40 ft.",
"burrow 30 ft.",
"fly 80 ft."
],
"Abilities": {
"Str": 25,
"Dex": 10,
"Con": 23,
"Int": 16,
"Wis": 15,
"Cha": 19
},
"DamageVulnerabilities": [],
"DamageResistances": [],
"DamageImmunities": [
"lightning"
],
"ConditionImmunities": [],
"Saves": [
{
"Name": "Dex",
"Modifier": 5
},
{
"Name": "Con",
"Modifier": 11
},
{
"Name": "Wis",
"Modifier": 7
},
{
"Name": "Cha",
"Modifier": 9
}
],
"Skills": [
{
"Name": "Perception",
"Modifier": 12
},
{
"Name": "Stealth",
"Modifier": 5
}
],
"Senses": [
"blindsight 60 ft.",
"darkvision 120 ft."
],
"Languages": [
"Common",
"Draconic"
],
"Challenge": "16",
"Traits": [
{
"Name": "Legendary Resistance (3/Day)",
"Content": "If the dragon fails a saving throw, it can choose to succeed instead.",
"Usage": ""
}
],
"Actions": [
{
"Name": "Multiattack",
"Content": "The dragon can use its Frightful Presence. It then makes three attacks: one with its bite and two with its claws.",
"Usage": ""
},
{
"Name": "Bite",
"Content": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 18 (2d10 + 7) piercing damage plus 5 (1d10) lightning damage.",
"Usage": ""
},
{
"Name": "Claw",
"Content": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 14 (2d6 + 7) slashing damage.",
"Usage": ""
},
{
"Name": "Tail",
"Content": "Melee Weapon Attack: +12 to hit, reach 15 ft., one target. Hit: 16 (2d8 + 7) bludgeoning damage.",
"Usage": ""
},
{
"Name": "Frightful Presence",
"Content": "Each creature of the dragon's choice that is within 120 ft. of the dragon and aware of it must succeed on a DC 17 Wisdom saving throw or become frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.",
"Usage": ""
},
{
"Name": "Lightning Breath (Recharge 5-6)",
"Content": "The dragon exhales lightning in a 90-foot line that is 5 ft. wide. Each creature in that line must make a DC 19 Dexterity saving throw, taking 66 (12d10) lightning damage on a failed save, or half as much damage on a successful one.",
"Usage": ""
}
],
"Reactions": [],
"LegendaryActions": [
{
"Name": "Detect",
"Content": "The dragon makes a Wisdom (Perception) check.",
"Usage": ""
},
{
"Name": "Tail Attack",
"Content": "The dragon makes a tail attack.",
"Usage": ""
},
{
"Name": "Wing Attack (Costs 2 Actions)",
"Content": "The dragon beats its wings. Each creature within 10 ft. of the dragon must succeed on a DC 20 Dexterity saving throw or take 14 (2d6 + 7) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed.",
"Usage": ""
}
],
"Description": "",
"Player": ""
},
{
"Name": "Adult Brass Dragon",
"Source": "Monster Manual",
"Type": "Huge dragon, chaotic good",
"HP": {
"Value": 172,
"Notes": "(15d12+75)"
},
"AC": {
"Value": 18,
"Notes": "(natural armor)"
},
"InitiativeModifier": 0,
"Speed": [
"40 ft.",
"burrow 40 ft.",
"fly 80 ft."
],
"Abilities": {
"Str": 23,
"Dex": 10,
"Con": 21,
"Int": 14,
"Wis": 13,
"Cha": 17
},
"DamageVulnerabilities": [],
"DamageResistances": [],
"DamageImmunities": [
"fire"
],
"ConditionImmunities": [],
"Saves": [
{
"Name": "Dex",
"Modifier": 5
},
{
"Name": "Con",
"Modifier": 10
},
{
"Name": "Wis",
"Modifier": 6
},
{
"Name": "Cha",
"Modifier": 8
}
],
"Skills": [
{
"Name": "History",
"Modifier": 7
},
{
"Name": "Perception",
"Modifier": 11
},
{
"Name": "Persuasion",
"Modifier": 8
},
{
"Name": "Stealth",
"Modifier": 5
}
],
"Senses": [
"blindsight 60 ft.",
"darkvision 120 ft."
],
"Languages": [
"Common",
"Draconic"
],
"Challenge": "13",
"Traits": [
{
"Name": "Legendary Resistance (3/Day)",
"Content": "If the dragon fails a saving throw, it can choose to succeed instead.",
"Usage": ""
}
],
"Actions": [
{
"Name": "Multiattack",
"Content": "The dragon can use its Frightful Presence. It then makes three attacks: one with its bite and two with its claws.",
"Usage": ""
},
{
"Name": "Bite",
"Content": "Melee Weapon Attack: +11 to hit, reach,.0 ft., one target. Hit: 17 (2d10 + 6) piercing damage.",
"Usage": ""
},
{
"Name": "Claw",
"Content": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 13 (2d6 + 6) slashing damage.",
"Usage": ""
},
{
"Name": "Tail",
"Content": "Melee Weapon Attack: +11 to hit, reach 15 ft., one target. Hit: 15 (2d8 + 6) bludgeoning damage.",
"Usage": ""
},
{
"Name": "Frightful Presence",
"Content": "Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 16 Wisdom saving throw or become frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.",
"Usage": ""
},
{
"Name": "Breath Weapons (Recharge 5-6)",
"Content": "The dragon uses one of the following breath weapons.\nFire Breath. The dragon exhales fire in an 60-foot line that is 5 feet wide. Each creature in that line must make a DC 18 Dexterity saving throw, taking 45 (13d6) fire damage on a failed save, or half as much damage on a successful one.\nSleep Breath. The dragon exhales sleep gas in a 60-foot cone. Each creature in that area must succeed on a DC 18 Constitution saving throw or fall unconscious for 10 minutes. This effect ends for a creature if the creature takes damage or someone uses an action to wake it.",
"Usage": ""
}
],
"Reactions": [],
"LegendaryActions": [],
"Description": "",
"Player": ""
},
{
"Name": "Adult Bronze Dragon",
"Source": "Monster Manual",
"Type": "Huge dragon, lawful good",
"HP": {
"Value": 212,
"Notes": "(17d12+102)"
},
"AC": {
"Value": 19,
"Notes": "(natural armor)"
},
"InitiativeModifier": 0,
"Speed": [
"40 ft.",
"fly 80 ft.",
"swim 40 ft."
],
"Abilities": {
"Str": 25,
"Dex": 10,
"Con": 23,
"Int": 16,
"Wis": 15,
"Cha": 19
},
"DamageVulnerabilities": [],
"DamageResistances": [],
"DamageImmunities": [
"lightning"
],
"ConditionImmunities": [],
"Saves": [
{
"Name": "Dex",
"Modifier": 5
},
{
"Name": "Con",
"Modifier": 11
},
{
"Name": "Wis",
"Modifier": 7
},
{
"Name": "Cha",
"Modifier": 9
}
],
"Skills": [
{
"Name": "Insight",
"Modifier": 7
},
{
"Name": "Perception",
"Modifier": 12
},
{
"Name": "Stealth",
"Modifier": 5
}
],
"Senses": [
"blindsight 60 ft.",
"darkvision 120 ft."
],
"Languages": [
"Common",
"Draconic"
],
"Challenge": "15",
"Traits": [
{
"Name": "Amphibious",
"Content": "The dragon can breathe air and water.",
"Usage": ""
},
{
"Name": "Legendary Resistance (3/Day)",
"Content": "If the dragon fails a saving throw, it can choose to succeed instead.",
"Usage": ""
}
],
"Actions": [
{
"Name": "Multiattack",
"Content": "The dragon can use its Frightful Presence. It then makes three attacks: one with its bite and two with its claws.",
"Usage": ""
},
{
"Name": "Bite",
"Content": "Melee Weapon Attack: +12 to hit, reach 10 ft., one target. Hit: 18 (2d10 + 7) piercing damage.",
"Usage": ""
},
{
"Name": "Claw",
"Content": "Melee Weapon Attack: +12 to hit, reach 5 ft., one target. Hit: 14 (2d6 + 7) slashing damage.",
"Usage": ""
},
{
"Name": "Tail",
"Content": "Melee Weapon Attack: +12 to hit, reach 15 ft., one target. Hit: 16 (2d8 + 7) bludgeoning damage.",
"Usage": ""
},
{
"Name": "Frightful Presence",
"Content": "Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 17 Wisdom saving throw or become frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.",
"Usage": ""
},
{
"Name": "Breath Weapons (Recharge 5-6)",
"Content": "The dragon uses one of the following breath weapons.\nLightning Breath. The dragon exhales lightning in a 90-foot line that is 5 feet wide. Each creature in that line must make a DC 19 Dexterity saving throw, taking 66 (12d10) lightning damage on a failed save, or half as much damage on a successful one.\nRepulsion Breath. The dragon exhales repulsion energy in a 30-foot cone. Each creature in that area must succeed on a DC 19 Strength saving throw. On a failed save, the creature is pushed 60 feet away from the dragon.",
"Usage": ""
}
],
"Reactions": [],
"LegendaryActions": [
{
"Name": "Detect",
"Content": "The dragon makes a Wisdom (Perception) check.",
"Usage": ""
},
{
"Name": "Tail Attack",
"Content": "The dragon makes a tail attack.",
"Usage": ""
},
{
"Name": "Wing Attack (Costs 2 Actions)",
"Content": "The dragon beats its wings. Each creature within 10 ft. of the dragon must succeed on a DC 20 Dexterity saving throw or take 14 (2d6 + 7) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed.",
"Usage": ""
}
],
"Description": "",
"Player": ""
},
{
"Name": "Adult Copper Dragon",
"Source": "Monster Manual",
"Type": "Huge dragon, chaotic good",
"HP": {
"Value": 184,
"Notes": "(16d12+80)"
},
"AC": {
"Value": 18,
"Notes": "(natural armor)"
},
"InitiativeModifier": 0,
"Speed": [
"40 ft.",
"climb 40 ft.",
"fly 80 ft."
],
"Abilities": {
"Str": 23,
"Dex": 12,
"Con": 21,
"Int": 18,
"Wis": 15,
"Cha": 17
},
"DamageVulnerabilities": [],
"DamageResistances": [],
"DamageImmunities": [
"acid"
],
"ConditionImmunities": [],
"Saves": [
{
"Name": "Dex",
"Modifier": 6
},
{
"Name": "Con",
"Modifier": 10
},
{
"Name": "Wis",
"Modifier": 7
},
{
"Name": "Cha",
"Modifier": 8
}
],
"Skills": [
{
"Name": "Deception",
"Modifier": 8
},
{
"Name": "Perception",
"Modifier": 12
},
{
"Name": "Stealth",
"Modifier": 6
}
],
"Senses": [
"blindsight 60 ft.",
"darkvision 120 ft."
],
"Languages": [
"Common",
"Draconic"
],
"Challenge": "14",
"Traits": [
{
"Name": "Legendary Resistance (3/Day)",
"Content": "If the dragon fails a saving throw, it can choose to succeed instead.",
"Usage": ""
}
],
"Actions": [
{
"Name": "Multiattack",
"Content": "The dragon can use its Frightful Presence. It then makes three attacks: one with its bite and two with its claws.",
"Usage": ""
},
{
"Name": "Bite",
"Content": "Melee Weapon Attack: +11 to hit, reach 10 ft., one target. Hit: 17 (2d10 + 6) piercing damage.",
"Usage": ""
},
{
"Name": "Claw",
"Content": "Melee Weapon Attack: +11 to hit, reach 5 ft., one target. Hit: 13 (2d6 + 6) slashing damage.",
"Usage": ""
},
{
"Name": "Tail",
"Content": "Melee Weapon Attack: +11 to hit, reach 15 ft., one target. Hit: 15 (2d8 + 6) bludgeoning damage.",
"Usage": ""
},
{
"Name": "Frightful Presence",
"Content": "Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 16 Wisdom saving throw or become frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.",
"Usage": ""
},
{
"Name": "Breath Weapons (Recharge 5-6)",
"Content": "The dragon uses one of the following breath weapons.\nAcid Breath. The dragon exhales acid in an 60-foot line that is 5 feet wide. Each creature in that line must make a DC 18 Dexterity saving throw, taking 54 (12d8) acid damage on a failed save, or half as much damage on a successful one.\nSlowing Breath. The dragon exhales gas in a 60-foot cone. Each creature in that area must succeed on a DC 18 Constitution saving throw. On a failed save, the creature can't use reactions, its speed is halved, and it can't make more than one attack on its turn. In addition, the creature can use either an action or a bonus action on its turn, but not both. These effects last for 1 minute. The creature can repeat the saving throw at the end of each of its turns, ending the effect on itself with a successful save.",
"Usage": ""
}
],
"Reactions": [],
"LegendaryActions": [
{
"Name": "Detect",
"Content": "The dragon makes a Wisdom (Perception) check.",
"Usage": ""
},
{
"Name": "Tail Attack",
"Content": "The dragon makes a tail attack.",
"Usage": ""
},
{
"Name": "Wing Attack (Costs 2 Actions)",
"Content": "The dragon beats its wings. Each creature within 10 ft. of the dragon must succeed on a DC 19 Dexterity saving throw or take 13 (2d6 + 6) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed.",
"Usage": ""
}
],
"Description": "",
"Player": ""
},
{
"Name": "Adult Gold Dragon",
"Source": "Monster Manual",
"Type": "Huge dragon, lawful good",
"HP": {
"Value": 256,
"Notes": "(19d12+133)"
},
"AC": {
"Value": 19,
"Notes": "(natural armor)"
},
"InitiativeModifier": 0,
"Speed": [
"40 ft.",
"fly 80 ft.",
"swim 40 ft."
],
"Abilities": {
"Str": 27,
"Dex": 14,
"Con": 25,
"Int": 16,
"Wis": 15,
"Cha": 24
},
"DamageVulnerabilities": [],
"DamageResistances": [],
"DamageImmunities": [
"fire"
],
"ConditionImmunities": [],
"Saves": [
{
"Name": "Dex",
"Modifier": 8
},
{
"Name": "Con",
"Modifier": 13
},
{
"Name": "Wis",
"Modifier": 8
},
{
"Name": "Cha",
"Modifier": 13
}
],
"Skills": [
{
"Name": "Insight",
"Modifier": 8
},
{
"Name": "Perception",
"Modifier": 14
},
{
"Name": "Persuasion",
"Modifier": 13
},
{
"Name": "Stealth",
"Modifier": 8
}
],
"Senses": [
"blindsight 60 ft.",
"darkvision 120 ft."
],
"Languages": [
"Common",
"Draconic"
],
"Challenge": "17",
"Traits": [
{
"Name": "Amphibious",
"Content": "The dragon can breathe air and water.",
"Usage": ""
},
{
"Name": "Legendary Resistance (3/Day)",
"Content": "If the dragon fails a saving throw, it can choose to succeed instead.",
"Usage": ""
}
],
"Actions": [
{
"Name": "Multiattack",
"Content": "The dragon can use its Frightful Presence. It then makes three attacks: one with its bite and two with its claws.",
"Usage": ""
},
{
"Name": "Bite",
"Content": "Melee Weapon Attack: +14 to hit, reach 10 ft., one target. Hit: 19 (2d10 + 8) piercing damage.",
"Usage": ""
},
{
"Name": "Claw",
"Content": "Melee Weapon Attack: +14 to hit, reach 5 ft., one target. Hit: 15 (2d6 + 8) slashing damage.",
"Usage": ""
},
{
"Name": "Tail",
"Content": "Melee Weapon Attack: +14 to hit, reach 15 ft., one target. Hit: 17 (2d8 + 8) bludgeoning damage.",
"Usage": ""
},
{
"Name": "Frightful Presence",
"Content": "Each creature of the dragon's choice that is within 120 feet of the dragon and aware of it must succeed on a DC 21 Wisdom saving throw or become frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the dragon's Frightful Presence for the next 24 hours.",
"Usage": ""
},
{
"Name": "Breath Weapons (Recharge 5-6)",
"Content": "The dragon uses one of the following breath weapons.\nFire Breath. The dragon exhales fire in a 60-foot cone. Each creature in that area must make a DC 21 Dexterity saving throw, taking 66 (12d10) fire damage on a failed save, or half as much damage on a successful one.\nWeakening Breath. The dragon exhales gas in a 60-foot cone. Each creature in that area must succeed on a DC 21 Strength saving throw or have disadvantage on Strength-based attack rolls, Strength checks, and Strength saving throws for 1 minute. A creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
"Usage": ""
}
],
"Reactions": [],
"LegendaryActions": [
{
"Name": "Detect",
"Content": "The dragon makes a Wisdom (Perception) check.",
"Usage": ""
},
{
"Name": "Tail Attack",
"Content": "The dragon makes a tail attack.",
"Usage": ""
},
{
"Name": "Wing Attack (Costs 2 Actions)",
"Content": "The dragon beats its wings. Each creature within 10 ft. of the dragon must succeed on a DC 22 Dexterity saving throw or take 15 (2d6 + 8) bludgeoning damage and be knocked prone. The dragon can then fly up to half its flying speed.",
"Usage": ""
}
],
"Description": "",
"Player": ""
},
{
"Name": "Adult Green Dragon",
"Source": "Monster Manual",
"Type": "Huge dragon, lawful evil",
"HP": {
"Value": 207,
"Notes": "(18d12+90)"
},
"AC": {
"Value": 19,
"Notes": "(natural armor)"
},
"InitiativeModifier": 0,
"Speed": [
"40 ft.",
"fly 80 ft.",
"swim 40 ft."
],