forked from 5e-bits/5e-database
-
Notifications
You must be signed in to change notification settings - Fork 3
/
races.json
724 lines (718 loc) · 20.7 KB
/
races.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
[
{
"index": 1,
"name": "Dwarf",
"speed": 30,
"ability_bonuses": [
{
"name": "CON",
"url": "http://www.dnd5eapi.co/api/ability-scores/3",
"bonus": 2
}
],
"ability_bonus_options": {},
"alignment": "Most dwarves are lawful, believing firmly in the benefits of a well-ordered society. They tend toward good as well, with a strong sense of fair play and a belief that everyone deserves to share in the benefits of a just order.",
"age": "Dwarves mature at the same rate as humans, but they're considered young until they reach the age of 50. On average, they live about 350 years.",
"size": "Medium",
"size_description": "Dwarves stand between 4 and 5 feet tall and average about 150 pounds. Your size is Medium.",
"starting_proficiencies": [
{
"url": "http://www.dnd5eapi.co/api/proficiencies/20",
"name": "Battleaxes"
},
{
"url": "http://www.dnd5eapi.co/api/proficiencies/24",
"name": "Handaxes"
},
{
"url": "http://www.dnd5eapi.co/api/proficiencies/26",
"name": "Light hammers"
},
{
"url": "http://www.dnd5eapi.co/api/proficiencies/51",
"name": "Warhammers"
}
],
"starting_proficiency_options": {
"choose": 1,
"type": "proficiencies",
"from": [
{
"url": "http://www.dnd5eapi.co/api/proficiencies/71",
"name": "Smith's tools"
},
{
"url": "http://www.dnd5eapi.co/api/proficiencies/59",
"name": "Brewer's supplies"
},
{
"url": "http://www.dnd5eapi.co/api/proficiencies/68",
"name": "Mason's tools"
}
]
},
"languages": [
{
"url": "http://www.dnd5eapi.co/api/languages/1",
"name": "Common"
},
{
"url": "http://www.dnd5eapi.co/api/languages/2",
"name": "Dwarvish"
}
],
"language_options": {
},
"language_desc": "You can speak, read, and write Common and Dwarvish. Dwarvish is full of hard consonants and guttural sounds, and those characteristics spill over into whatever other language a dwarf might speak.",
"traits": [
{
"name": "Darkvision",
"url": "http://www.dnd5eapi.co/api/traits/1"
},
{
"name": "Dwarven Resilience",
"url": "http://www.dnd5eapi.co/api/traits/2"
},
{
"name": "Stonecunning",
"url": "http://www.dnd5eapi.co/api/traits/3"
}
],
"subraces": [
{
"url": "http://www.dnd5eapi.co/api/subraces/1",
"name": "Hill Dwarf"
}
],
"url": "http://www.dnd5eapi.co/api/races/1"
},
{
"index": 2,
"name": "Elf",
"speed": 30,
"ability_bonuses": [
{
"name": "DEX",
"url": "http://www.dnd5eapi.co/api/ability-scores/2",
"bonus": 2
}
],
"ability_bonus_options": {},
"age": "Although elves reach physical maturity at about the same age as humans, the elven understanding of adulthood goes beyond physical growth to encompass worldly experience. An elf typically claims adulthood and an adult name around the age of 100 and can live to be 750 years old.",
"alignment": "Elves love freedom, variety, and self-expression, so they lean strongly toward the gentler aspects of chaos. They value and protect others' freedom as well as their own, and they are more often good than not. The drow are an exception; their exile has made them vicious and dangerous. Drow are more often evil than not.",
"size": "Medium",
"size_description": "Elves range from under 5 to over 6 feet tall and have slender builds. Your size is Medium.",
"starting_proficiencies": [
{
"url": "http://www.dnd5eapi.co/api/proficiencies/116",
"name": "Skill: Perception"
}
],
"starting_proficiency_options": {},
"languages": [
{
"url": "http://www.dnd5eapi.co/api/languages/1",
"name": "Common"
},
{
"url": "http://www.dnd5eapi.co/api/languages/3",
"name": "Elvish"
}
],
"language_options": {
},
"language_desc": "You can speak, read, and write Common and Elvish. Elvish is fluid, with subtle intonations and intricate grammar. Elven literature is rich and varied, and their songs and poems are famous among other races. Many bards learn their language so they can add Elvish ballads to their repertoires.",
"traits": [
{
"name": "Darkvision",
"url": "http://www.dnd5eapi.co/api/traits/1"
},
{
"name": "Fey Ancestry",
"url": "http://www.dnd5eapi.co/api/traits/7"
},
{
"name": "Trance",
"url": "http://www.dnd5eapi.co/api/traits/8"
}
],
"subraces": [
{
"url": "http://www.dnd5eapi.co/api/subraces/2",
"name": "High Elf"
}
],
"url": "http://www.dnd5eapi.co/api/races/2"
},
{
"index": 3,
"name": "Halfling",
"speed": 25,
"ability_bonuses": [
{
"name": "DEX",
"url": "http://www.dnd5eapi.co/api/ability-scores/2",
"bonus": 2
}
],
"ability_bonus_options": {},
"age": "A halfling reaches adulthood at the age of 20 and generally lives into the middle of his or her second century.",
"alignment": "Most halflings are lawful good. As a rule, they are good-hearted and kind, hate to see others in pain, and have no tolerance for oppression. They are also very orderly and traditional, leaning heavily on the support of their community and the comfort of their old ways.",
"size": "Small",
"size_description": "Halflings average about 3 feet tall and weigh about 40 pounds. Your size is Small.",
"starting_proficiencies": [],
"starting_proficiency_options": {},
"languages": [
{
"url": "http://www.dnd5eapi.co/api/languages/1",
"name": "Common"
},
{
"url": "http://www.dnd5eapi.co/api/languages/7",
"name": "Halfling"
}
],
"language_options": {},
"language_desc": "You can speak, read, and write Common and Halfling. The Halfling language isn't secret, but halflings are loath to share it with others. They write very little, so they don't have a rich body of literature. Their oral tradition, however, is very strong. Almost all halflings speak Common to converse with the people in whose lands they dwell or through which they are traveling.",
"traits": [
{
"name": "Brave",
"url": "http://www.dnd5eapi.co/api/traits/13"
},
{
"name": "Halfling Nimbleness",
"url": "http://www.dnd5eapi.co/api/traits/14"
},
{
"name": "Lucky",
"url": "http://www.dnd5eapi.co/api/traits/12"
}
],
"subraces": [
{
"url": "http://www.dnd5eapi.co/api/subraces/3",
"name": "Lightfoot Halfling"
}
],
"url": "http://www.dnd5eapi.co/api/races/3"
},
{
"index": 4,
"name": "Human",
"speed": 30,
"ability_bonuses": [
{
"name": "STR",
"url": "http://www.dnd5eapi.co/api/ability-scores/1",
"bonus": 1
},
{
"name": "DEX",
"url": "http://www.dnd5eapi.co/api/ability-scores/2",
"bonus": 1
},
{
"name": "CON",
"url": "http://www.dnd5eapi.co/api/ability-scores/3",
"bonus": 1
},
{
"name": "INT",
"url": "http://www.dnd5eapi.co/api/ability-scores/4",
"bonus": 1
},
{
"name": "WIS",
"url": "http://www.dnd5eapi.co/api/ability-scores/5",
"bonus": 1
},
{
"name": "CHA",
"url": "http://www.dnd5eapi.co/api/ability-scores/6",
"bonus": 1
}
],
"ability_bonus_options": {},
"age": "Humans reach adulthood in their late teens and live less than a century.",
"alignment": "Humans tend toward no particular alignment. The best and the worst are found among them.",
"size": "Medium",
"size_description": "Humans vary widely in height and build, from barely 5 feet to well over 6 feet tall. Regardless of your position in that range, your size is Medium.",
"starting_proficiencies": [],
"starting_proficiency_options": {},
"languages": [
{
"url": "http://www.dnd5eapi.co/api/languages/1",
"name": "Common"
}
],
"language_options": {
"choose": 1,
"type": "languages",
"from": [
{
"url": "http://www.dnd5eapi.co/api/languages/2",
"name": "Dwarvish"
},
{
"url": "http://www.dnd5eapi.co/api/languages/3",
"name": "Elvish"
},
{
"url": "http://www.dnd5eapi.co/api/languages/4",
"name": "Giant"
},
{
"url": "http://www.dnd5eapi.co/api/languages/5",
"name": "Gnomish"
},
{
"url": "http://www.dnd5eapi.co/api/languages/6",
"name": "Goblin"
},
{
"url": "http://www.dnd5eapi.co/api/languages/7",
"name": "Halfling"
},
{
"url": "http://www.dnd5eapi.co/api/languages/8",
"name": "Orc"
},
{
"url": "http://www.dnd5eapi.co/api/languages/9",
"name": "Abyssal"
},
{
"url": "http://www.dnd5eapi.co/api/languages/10",
"name": "Celestial"
},
{
"url": "http://www.dnd5eapi.co/api/languages/11",
"name": "Draconic"
},
{
"url": "http://www.dnd5eapi.co/api/languages/12",
"name": "Deep Speech"
},
{
"url": "http://www.dnd5eapi.co/api/languages/13",
"name": "Infernal"
},
{
"url": "http://www.dnd5eapi.co/api/languages/14",
"name": "Primordial"
},
{
"url": "http://www.dnd5eapi.co/api/languages/15",
"name": "Sylvan"
},
{
"url": "http://www.dnd5eapi.co/api/languages/16",
"name": "Undercommon"
}
]
},
"language_desc": "You can speak, read, and write Common and one extra language of your choice. Humans typically learn the languages of other peoples they deal with, including obscure dialects. They are fond of sprinkling their speech with words borrowed from other tongues: Orc curses, Elvish musical expressions, Dwarvish military phrases, and so on.",
"traits": [],
"subraces": [],
"url": "http://www.dnd5eapi.co/api/races/4"
},
{
"index": 5,
"name": "Dragonborn",
"speed": 30,
"ability_bonuses": [
{
"name": "STR",
"url": "http://www.dnd5eapi.co/api/ability-scores/1",
"bonus": 2
},
{
"name": "CHA",
"url": "http://www.dnd5eapi.co/api/ability-scores/6",
"bonus": 1
}
],
"ability_bonus_options": {},
"alignment": " Dragonborn tend to extremes, making a conscious choice for one side or the other in the cosmic war between good and evil. Most dragonborn are good, but those who side with evil can be terrible villains.",
"age": "Young dragonborn grow quickly. They walk hours after hatching, attain the size and development of a 10-year-old human child by the age of 3, and reach adulthood by 15. They live to be around 80.",
"size": "Medium",
"size_description": "Dragonborn are taller and heavier than humans, standing well over 6 feet tall and averaging almost 250 pounds. Your size is Medium.",
"starting_proficiencies": [],
"starting_proficiency_options": {},
"languages": [
{
"url": "http://www.dnd5eapi.co/api/languages/1",
"name": "Common"
},
{
"url": "http://www.dnd5eapi.co/api/languages/11",
"name": "Draconic"
}
],
"language_options": {
},
"language_desc": "You can speak, read, and write Common and Draconic. Draconic is thought to be one of the oldest languages and is often used in the study of magic. The language sounds harsh to most other creatures and includes numerous hard consonants and sibilants.",
"traits": [
{
"name": "Draconic Ancestry",
"url": "http://www.dnd5eapi.co/api/traits/16"
},
{
"name": "Breath Weapon",
"url": "http://www.dnd5eapi.co/api/traits/17"
},
{
"name": "Damage Resistance",
"url": "http://www.dnd5eapi.co/api/traits/18"
}
],
"trait_options":
{
"choose": 1,
"from": [
{
"name": "Breath Weapon (Black)",
"url": "http://www.dnd5eapi.co/api/traits/17"
},
{
"name": "Breath Weapon (Blue)",
"url": "http://www.dnd5eapi.co/api/traits/17"
},
{
"name": "Breath Weapon (Brass)",
"url": "http://www.dnd5eapi.co/api/traits/17"
},
{
"name": "Breath Weapon (Bronze)",
"url": "http://www.dnd5eapi.co/api/traits/17"
},
{
"name": "Breath Weapon (Copper)",
"url": "http://www.dnd5eapi.co/api/traits/17"
},
{
"name": "Breath Weapon (Gold)",
"url": "http://www.dnd5eapi.co/api/traits/17"
},
{
"name": "Breath Weapon (Green)",
"url": "http://www.dnd5eapi.co/api/traits/17"
},
{
"name": "Breath Weapon (Red)",
"url": "http://www.dnd5eapi.co/api/traits/17"
},
{
"name": "Breath Weapon (Silver)",
"url": "http://www.dnd5eapi.co/api/traits/17"
},
{
"name": "Breath Weapon (White)",
"url": "http://www.dnd5eapi.co/api/traits/17"
}
],
"type": "trait"
},
"subraces": [],
"url": "http://www.dnd5eapi.co/api/races/5"
},
{
"index": 6,
"name": "Gnome",
"speed": 25,
"ability_bonuses": [
{
"name": "INT",
"url": "http://www.dnd5eapi.co/api/ability-scores/4",
"bonus": 2
}
],
"ability_bonus_options": {},
"alignment": "Gnomes are most often good. Those who tend toward law are sages, engineers, researchers, scholars, investigators, or inventors. Those who tend toward chaos are minstrels, tricksters, wanderers, or fanciful jewelers. Gnomes are good-hearted, and even the tricksters among them are more playful than vicious.",
"age": " Gnomes mature at the same rate humans do, and most are expected to settle down into an adult life by around age 40. They can live 350 to almost 500 years.",
"size": "Small",
"size_description": "Gnomes are between 3 and 4 feet tall and average about 40 pounds. Your size is Small.",
"starting_proficiencies": [],
"starting_proficiency_options": {},
"languages": [
{
"url": "http://www.dnd5eapi.co/api/languages/1",
"name": "Common"
},
{
"url": "http://www.dnd5eapi.co/api/languages/5",
"name": "Gnomish"
}
],
"language_options": {},
"language_desc": "You can speak, read, and write Common and Gnomish. The Gnomish language, which uses the Dwarvish script, is renowned for its technical treatises and its catalogs of knowledge about the natural world.",
"traits": [
{
"name": "Darkvision",
"url": "http://www.dnd5eapi.co/api/traits/1"
},
{
"name": "Gnome Cunning",
"url": "http://www.dnd5eapi.co/api/traits/19"
}
],
"trait_options": {},
"subraces": [
{
"url": "http://www.dnd5eapi.co/api/subraces/4",
"name": "Rock Gnome"
}
],
"url": "http://www.dnd5eapi.co/api/races/6"
},
{
"index": 7,
"name": "Half-Elf",
"speed": 30,
"ability_bonuses": [
{
"name": "CHA",
"url": "http://www.dnd5eapi.co/api/ability-scores/6",
"bonus": 2
}
],
"ability_bonus_options": {
"choose": 2,
"type": "ability_bonuses",
"from": [
{
"name": "STR",
"url": "http://www.dnd5eapi.co/api/ability-scores/1",
"bonus": 1
},
{
"name": "DEX",
"url": "http://www.dnd5eapi.co/api/ability-scores/2",
"bonus": 1
},
{
"name": "CON",
"url": "http://www.dnd5eapi.co/api/ability-scores/3",
"bonus": 1
},
{
"name": "INT",
"url": "http://www.dnd5eapi.co/api/ability-scores/4",
"bonus": 1
},
{
"name": "WIS",
"url": "http://www.dnd5eapi.co/api/ability-scores/5",
"bonus": 1
}
]
},
"alignment": "Half-elves share the chaotic bent of their elven heritage. They value both personal freedom and creative expression, demonstrating neither love of leaders nor desire for followers. They chafe at rules, resent others' demands, and sometimes prove unreliable, or at least unpredictable.",
"age": "Half-elves mature at the same rate humans do and reach adulthood around the age of 20. They live much longer than humans, however, often exceeding 180 years.",
"size": "Medium",
"size_description": "Half-elves are about the same size as humans, ranging from 5 to 6 feet tall. Your size is Medium.",
"starting_proficiencies": [],
"starting_proficiency_options": {},
"languages": [
{
"name": "Common",
"url": "http://www.dnd5eapi.co/api/languages/1"
},
{
"name": "Elvish",
"url": "http://www.dnd5eapi.co/api/languages/3"
}
],
"language_options": {
"choose": 1,
"type": "languages",
"from": [
{
"name":"Dwarvish",
"url":"http://www.dnd5eapi.co/api/languages/2"
},
{
"name":"Giant",
"url":"http://www.dnd5eapi.co/api/languages/4"
},
{
"name":"Gnomish",
"url":"http://www.dnd5eapi.co/api/languages/5"
},
{
"name":"Goblin",
"url":"http://www.dnd5eapi.co/api/languages/6"
},
{
"name":"Halfling",
"url":"http://www.dnd5eapi.co/api/languages/7"
},
{
"name":"Orc",
"url":"http://www.dnd5eapi.co/api/languages/8"
},
{
"name":"Abyssal",
"url":"http://www.dnd5eapi.co/api/languages/9"
},
{
"name":"Celestial",
"url":"http://www.dnd5eapi.co/api/languages/10"
},
{
"name":"Draconic",
"url":"http://www.dnd5eapi.co/api/languages/11"
},
{
"name":"Deep Speech",
"url":"http://www.dnd5eapi.co/api/languages/12"
},
{
"name":"Infernal",
"url":"http://www.dnd5eapi.co/api/languages/13"
},
{
"name":"Primordial",
"url":"http://www.dnd5eapi.co/api/languages/14"
},
{
"name":"Sylvan",
"url":"http://www.dnd5eapi.co/api/languages/15"
},
{
"name":"Undercommon",
"url":"http://www.dnd5eapi.co/api/languages/16"
}
]
},
"language_desc": "You can speak, read, and write Common, Elvish, and one extra language of your choice.",
"traits": [
{
"name": "Darkvision",
"url": "http://www.dnd5eapi.co/api/traits/1"
},
{
"name": "Fey Ancestry",
"url": "http://www.dnd5eapi.co/api/traits/7"
},
{
"name": "Skill Versatility",
"url": "http://www.dnd5eapi.co/api/traits/22"
}
],
"trait_options": {},
"subraces": [],
"url": "http://www.dnd5eapi.co/api/races/7"
},
{
"index": 8,
"name": "Half-Orc",
"speed": 30,
"ability_bonuses": [
{
"name": "STR",
"url": "http://www.dnd5eapi.co/api/ability-scores/1",
"bonus": 2
},
{
"name": "CON",
"url": "http://www.dnd5eapi.co/api/ability-scores/3",
"bonus": 1
}
],
"ability_bonus_options": {},
"alignment": " Half-orcs inherit a tendency toward chaos from their orc parents and are not strongly inclined toward good. Half-orcs raised among orcs and willing to live out their lives among them are usually evil.",
"age": "Half-orcs mature a little faster than humans, reaching adulthood around age 14. They age noticeably faster and rarely live longer than 75 years.",
"size": "Medium",
"size_description": "Half-orcs are somewhat larger and bulkier than humans, and they range from 5 to well over 6 feet tall. Your size is Medium.",
"starting_proficiencies": [
{
"name": "Skill: Intimidation",
"url": "http://www.dnd5eapi.co/api/proficiencies/112"
}
],
"starting_proficiency_options": {},
"languages": [
{
"url": "http://www.dnd5eapi.co/api/languages/1",
"name": "Common"
},
{
"url": "http://www.dnd5eapi.co/api/languages/8",
"name": "Orcish"
}
],
"language_options": {},
"language_desc": "You can speak, read, and write Common and Orc. Orc is a harsh, grating language with hard consonants. It has no script of its own but is written in the Dwarvish script.",
"traits": [
{
"name": "Darkvision",
"url": "http://www.dnd5eapi.co/api/traits/1"
},
{
"name": "Savage Attacks",
"url": "http://www.dnd5eapi.co/api/traits/25"
},
{
"name": "Restless Endurance",
"url": "http://www.dnd5eapi.co/api/traits/24"
}
],
"trait_options": {},
"subraces": [],
"url": "http://www.dnd5eapi.co/api/races/8"
},
{
"index": 9,
"name": "Tiefling",
"speed": 30,
"ability_bonuses": [
{
"name": "INT",
"url": "http://www.dnd5eapi.co/api/ability-scores/4",
"bonus": 1
},
{
"name": "CHA",
"url": "http://www.dnd5eapi.co/api/ability-scores/6",
"bonus": 2
}
],
"ability_bonus_options": {},
"alignment": "Tieflings might not have an innate tendency toward evil, but many of them end up there. Evil or not, an independent nature inclines many tieflings toward a chaotic alignment.",
"age": "Tieflings mature at the same rate as humans but live a few years longer.",
"size": "Medium",
"size_description": "Tieflings are about the same size and build as humans. Your size is Medium.",
"starting_proficiencies": [],
"starting_proficiency_options": {},
"languages": [
{
"url": "http://www.dnd5eapi.co/api/languages/1",
"name": "Common"
},
{
"url": "http://www.dnd5eapi.co/api/languages/9",
"name": "Infernal"
}
],
"language_options": {},
"language_desc": "You can speak, read, and write Common and Infernal.",
"traits": [
{
"name": "Darkvision",
"url": "http://www.dnd5eapi.co/api/traits/1"
},
{
"name": "Hellish Resistance",
"url": "http://www.dnd5eapi.co/api/traits/26"
},
{
"name": "Infernal Legacy",
"url": "http://www.dnd5eapi.co/api/traits/27"
}
],
"trait_options": {},
"subraces": [],
"url": "http://www.dnd5eapi.co/api/races/9"
}
]