chore(data): skeleton data files
This commit is contained in:
parent
8ad0041d23
commit
949e33f06f
3 changed files with 24 additions and 0 deletions
6
data/citizenships.xml
Normal file
6
data/citizenships.xml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<citizenships>
|
||||||
|
<citizenship id="biesel" name="Republic of Biesel">
|
||||||
|
<description>TODO</description>
|
||||||
|
</citizenship>
|
||||||
|
</citizenships>
|
||||||
6
data/languages.xml
Normal file
6
data/languages.xml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<languages>
|
||||||
|
<language id="tau-ceti-basic" name="Tau Ceti Basic">
|
||||||
|
<description>TODO</description>
|
||||||
|
</language>
|
||||||
|
</languages>
|
||||||
12
data/species/human.xml
Normal file
12
data/species/human.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<species id="human" name="Human" subspeciesLabel="Variant">
|
||||||
|
<description>TODO</description>
|
||||||
|
|
||||||
|
<languages>
|
||||||
|
<ref id="tau-ceti-basic" />
|
||||||
|
</languages>
|
||||||
|
|
||||||
|
<citizenships>
|
||||||
|
<ref id="biesel" />
|
||||||
|
</citizenships>
|
||||||
|
</species>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue