1.0.1 • Published 9 years ago

re-games-list v1.0.1

Weekly downloads
13
License
-
Repository
github
Last release
9 years ago

re-games-list by @michalbe

Generate JSON list of all the Resident Evil Games based on the Michael Chandler's collection.

Resident Evil

This package renders JSON list of all the published Resident Evil games using private collection of Michael Chandler.

Usage

$ npm install re-games-list -g

and then

$ re-games-list

List will be generated in collection.json (here), JSON will look kind of like this:

[{
  "id": "pc-res-evi-big-box-whi-lab-0", // unique ID
  "title": "Resident Evil Big Box White Label", // Title
  "region": 0, // Region
  "rarity": 2, // How rare the game is
  "platform": "pc" // Which platform it runs on
  },
  {
    "id": "pc-res-evi-whi-lab-dvd-0",
    "title": "Resident Evil White Label DVD",
    "region": 0,
    "rarity": 2,
    "platform": "pc"
  }
  ...

So far there is 235 games. Available regions:

0: unknown or no data
1: Europe
2: USA
3: Japan
4: Germany
5: Australia
6: Russia
7: Poland
8: Korea

based on Mike's personal experience, the rarity value will be one of those:

0: no data or extremely rare (mostly means Michael
   doesn't have this one in his collection)
1: Very common
2: Common
3: Uncommon
4: Rare
5: Very rare
1.0.1

9 years ago

1.0.0

9 years ago

0.0.1

9 years ago