Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

fedran-culture-data

fedran80MIT1.2.1TypeScript support: included

JSON data files for Fedran, a fantasy world by D. Moonfire.

json, culture

readme

Fedran Culture Data

This is a collection of JSON files that represent various elements of the Fedran fantasy world created by D. Moonfire.

Data Files

All of the data files are available in expanded and minified versions in the ./dist/ directory.

JavaScript Access

The components of the data library are available with require.

var data = require("mfgames-culture-data");

// Display the internal directory for the source files.
console.log(data.dataDirectory);

// Combines an object that represents the combined.min.js.
console.log(data.combined);

// Contains the index entries (index.min.js).
console.log(data.index);