Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.06 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.06 KB

FiveRingsDB cards JSON data Build status

This repository contains the game data used by FiveRingsDB. The data is stored in JSON files under the directory json/.

The project also contains a Symfony project you can use to validate or generate the data.

Installation

composer install

Data Validation

To validate the data, execute:

bin/console app:data:import

No output means that all checks have passed successfully. Use the verbose options to see more info.

Data Generation

Card Data Generation

To generate a card, execute:

bin/console app:generate:card

The file is generated in json/Card/.

Pack Data Generation

To generate a pack, execute:

bin/console app:generate:pack {id} {position} {size} [{ffg-id}]

The file is generated in json/PackCard/.

Contributing

All contributions are welcome. See CONTRIBUTING for details on how.