crowfallData
The grand repository of all things Crowfall. JSON objects for each recipe, race, class, power, talents, discipline and more. For use with public API projects.
This data will be used to power the Unofficial Crowfall API, Project Malekai (https://malekai.org).
Many thanks goes out to community contributors to this project, at the time of this update: Axfan & [LoD] Miraluna.
Folder Structure
data
: Root folderclass
: All the classes, with the class data modeldiscipline
: All of the disciplines and races, which all adhere to the discipline data model{subtype}
: Extra organization, formajor
,minor
,weapon
,crafting
,harvesting
andrace
types
power
: All of the powers in Crowfall.talents
: All of the talents in Crowfall.recipes
: All of the tradeskill recipes in Crowfall (coming soon).
Data Schemes
See DATA_SCHEMES.md;
Scripts
All scripts are written using standard Node v8 JS, no libraries needed.
fill-fields.js
Fills the fields of the data objects to at least a default value;
USAGE: node scripts/fill-fields.js
tagging.js
Output possible matches for tagging lexicon.
USAGE: node scripts/tagging.js
validate.js
Checks the JSON data for valid data types. Validates correct cast, targetting, and type values are used, prevents from mispellings. Checks that all items in powers
node actually exist.
USAGE: node scripts/validate.js
validate-ids.js
Validates the ids for all the files in the data directory. If there are errors, it will print them to stderr and write them to a "id-errors.txt" file.
USAGE: node scripts/validate-ids.js
migrate-data.js
Migrates old data models to newer ones.
USAGE: node scripts/migrate-data.js