Skip to content

Commit 7036808

Browse files
Add language options to extra language feat (#494)
1 parent 6f305b4 commit 7036808

1 file changed

Lines changed: 121 additions & 0 deletions

File tree

src/5e-SRD-Traits.json

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,127 @@
433433
"You can speak, read, and write one extra language of your choice."
434434
],
435435
"proficiencies": [],
436+
"language_options": {
437+
"choose": 1,
438+
"type": "languages",
439+
"from": {
440+
"option_set_type": "options_array",
441+
"options": [
442+
{
443+
"option_type": "reference",
444+
"item": {
445+
"index": "dwarvish",
446+
"name": "Dwarvish",
447+
"url": "/api/languages/dwarvish"
448+
}
449+
},
450+
{
451+
"option_type": "reference",
452+
"item": {
453+
"index": "giant",
454+
"name": "Giant",
455+
"url": "/api/languages/giant"
456+
}
457+
},
458+
{
459+
"option_type": "reference",
460+
"item": {
461+
"index": "gnomish",
462+
"name": "Gnomish",
463+
"url": "/api/languages/gnomish"
464+
}
465+
},
466+
{
467+
"option_type": "reference",
468+
"item": {
469+
"index": "goblin",
470+
"name": "Goblin",
471+
"url": "/api/languages/goblin"
472+
}
473+
},
474+
{
475+
"option_type": "reference",
476+
"item": {
477+
"index": "halfling",
478+
"name": "Halfling",
479+
"url": "/api/languages/halfling"
480+
}
481+
},
482+
{
483+
"option_type": "reference",
484+
"item": {
485+
"index": "orc",
486+
"name": "Orc",
487+
"url": "/api/languages/orc"
488+
}
489+
},
490+
{
491+
"option_type": "reference",
492+
"item": {
493+
"index": "abyssal",
494+
"name": "Abyssal",
495+
"url": "/api/languages/abyssal"
496+
}
497+
},
498+
{
499+
"option_type": "reference",
500+
"item": {
501+
"index": "celestial",
502+
"name": "Celestial",
503+
"url": "/api/languages/celestial"
504+
}
505+
},
506+
{
507+
"option_type": "reference",
508+
"item": {
509+
"index": "draconic",
510+
"name": "Draconic",
511+
"url": "/api/languages/draconic"
512+
}
513+
},
514+
{
515+
"option_type": "reference",
516+
"item": {
517+
"index": "deep-speech",
518+
"name": "Deep Speech",
519+
"url": "/api/languages/deep-speech"
520+
}
521+
},
522+
{
523+
"option_type": "reference",
524+
"item": {
525+
"index": "infernal",
526+
"name": "Infernal",
527+
"url": "/api/languages/infernal"
528+
}
529+
},
530+
{
531+
"option_type": "reference",
532+
"item": {
533+
"index": "primordial",
534+
"name": "Primordial",
535+
"url": "/api/languages/primordial"
536+
}
537+
},
538+
{
539+
"option_type": "reference",
540+
"item": {
541+
"index": "sylvan",
542+
"name": "Sylvan",
543+
"url": "/api/languages/sylvan"
544+
}
545+
},
546+
{
547+
"option_type": "reference",
548+
"item": {
549+
"index": "undercommon",
550+
"name": "Undercommon",
551+
"url": "/api/languages/undercommon"
552+
}
553+
}
554+
]
555+
}
556+
},
436557
"url": "/api/traits/extra-language"
437558
},
438559
{

0 commit comments

Comments
 (0)