ancestries

This commit is contained in:
Llywelwyn 2023-08-21 09:57:47 +01:00
parent c8b28a9abd
commit 3050219494
11 changed files with 274 additions and 110 deletions

22
raws/ancestries.json Normal file
View file

@ -0,0 +1,22 @@
[
{
"id": "human",
"allied": []
},
{
"id": "elf",
"allied": []
},
{
"id": "dwarf",
"allied": ["gnome"]
},
{
"id": "gnome",
"allied": ["dwarf"]
},
{
"id": "catfolk",
"allied": []
}
]