flackr / dungeon

A D&D based multiplayer role playing game.
13 stars 4 forks source link

Implement rule repository for modified powers. #16

Open kellis opened 12 years ago

kellis commented 12 years ago

Summary

Imported character and monster files often contain only partial information about powers. A mechanism for injecting new rules has been filed as a separate issue. Once rules are entered, there is still the problem of making them persist across sessions and to make them shareable between characters.

Implementation

Develop an export mechanism similar to the one used on the map editor storing rules. In addition to the explicit export, rules should also be auto-saved to local storage to prevent potential loss of data. When characters are loaded, the powers can be cross checked against the rule repository to fill in missing information.