1.2.1 • Published 4 years ago

fedran-culture-data v1.2.1

Weekly downloads
7
License
MIT
Repository
gitlab
Last release
4 years ago

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);
1.2.1

4 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago