ancestries
This commit is contained in:
parent
c8b28a9abd
commit
3050219494
11 changed files with 274 additions and 110 deletions
22
raws/ancestries.json
Normal file
22
raws/ancestries.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[
|
||||
{
|
||||
"id": "human",
|
||||
"allied": []
|
||||
},
|
||||
{
|
||||
"id": "elf",
|
||||
"allied": []
|
||||
},
|
||||
{
|
||||
"id": "dwarf",
|
||||
"allied": ["gnome"]
|
||||
},
|
||||
{
|
||||
"id": "gnome",
|
||||
"allied": ["dwarf"]
|
||||
},
|
||||
{
|
||||
"id": "catfolk",
|
||||
"allied": []
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue