HKiOnline / swlib

Star Wars Games Data Library
0 stars 0 forks source link

Create a list of species #3

Open HKiOnline opened 2 years ago

HKiOnline commented 2 years ago

Create a list of species in data/species.json. Initially only minimal amount of information needs to be entered.

Structure example:

{
        "name":"Droid",
        "description": "Artificial, constructed being.",
        "sources":["EotE.45"]
}

Note all species-objects are added to an array of species-objects.