Skip to content

Commit

Permalink
Add D&D 5e SRD Languages Config
Browse files Browse the repository at this point in the history
  • Loading branch information
QMalcolm committed Oct 23, 2022
1 parent 7214177 commit ed8ca70
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions priv/system_configs/dnd_5e_srd/languages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"languages": [
{"name": "Common", "script": "Common"},
{"name": "Dwarvish", "script": "Dwarvish"},
{"name": "Elvish", "script": "Elvish"},
{"name": "Giant", "script": "Dwarvish"},
{"name": "Gnomish", "script": "Dwarvish"},
{"name": "Goblin", "script": "Dwarvish"},
{"name": "Halfling", "script": "Common"},
{"name": "Orc", "script": "Dwarvish"},
{"name": "Abyssal", "script": "Infernal"},
{"name": "Celestial", "script": "Celestial"},
{"name": "Draconic", "script": "Draconic"},
{"name": "Deep Speech"},
{"name": "Infernal", "script": "Infernal"},
{"name": "Primordial", "script": "Dwarvish"},
{"name": "Sylvan", "script": "Elvish"},
{"name": "Undercommon", "script": "Elvish"}
]
}

0 comments on commit ed8ca70

Please sign in to comment.