rrcampbell-exe / yarnsworths-tales

A storyline generator for fantasy roleplaying games.
https://rrcampbell-exe.github.io/yarnsworths-tales/
2 stars 0 forks source link

Config file for data storage #11

Closed rrcampbell-exe closed 3 years ago

rrcampbell-exe commented 3 years ago

Description

Currently, adjective, value, and other cascading logic arrays are stored in tales.js. Ideally, these could be stored in a separate document that would be editable without affecting the code itself.

Possible Solution

Consider creating a config file to store and manage this semantic data. tales.js could then call this externally stored data when necessary.