Torivon / MiniAdventure

A Pebble RPG Engine
MIT License
4 stars 3 forks source link

Add preprocessing feature so stories can share battlers and skills #26

Closed Torivon closed 8 years ago

Torivon commented 8 years ago

in .json, add new keys "battler_files", "skill_file", which will just contain lists of json files. Early in processing, just load those files and add their contents to the "skills" and "battlers" lists.

Torivon commented 8 years ago

The story file can now include "battler_files": [<list of filenames>] and "skill_files": [<list of filenames>].Those files should just include "battlers" and "skills" lists.