HKiOnline / swlib

Star Wars Games Data Library
0 stars 0 forks source link

Create list of official sources for the data #2

Open HKiOnline opened 2 years ago

HKiOnline commented 2 years ago

Create data/source.json -file which lists all the official scorebooks and sourcebooks. The list serves as a list of sources for the other data, where source needs to be available for an entry.

Structure example:

  {
      "name": "Edge of the Empire",
      "description": "Star Wars: Edge of the Empire Roleplaying Game",
      "abbreviation": "EotE",
      "game": "EotE",
      "type": "Core Rulebook",
      "isbn": "978-61661-657-1",
      "sku": "SWE02"
  }