russellaugust / call-of-cthulhu-dicebot

A Call of Cthulhu dicebot that is tailored specificly to rolls for the tabletop game. It will also include a character sheet organizer linked directly to the dicebot.
GNU General Public License v3.0
0 stars 0 forks source link

Store optional descriptions of characterstics, skills, etc. #26

Open russellaugust opened 2 years ago

russellaugust commented 2 years ago

Built out a system so that you can easily add and include custom information that the bot can read out for games. For example, @cocinfo [skill] [name of skill from list] @cocinfo [characteristic [name of characteristic from list] @cocinfo [custom] [name of custom from list]

These could be stored in an easily modifiable system or this could be part of the database provided by django. The downside with this is it might ding the server to keep making calls to the database. This might make more sense to store locally. Although the future character sheet won't be able to pull from it.