Skip to content

Milestones

List view

  • The bot has been designed mostly with expansion in mind, however some work needs to be done to fully enable the ability to use multiple systems in the same bot Some thought needs to be put in to genericising character sheets and translating different stat names from different systems that mean the same thing, adding multiple spell casting resources that can be used interchangeably (mana is easy as it's a single number, spell slots will be more complex, cooldowns, cast times, amounts per long rest/short rest etc will also need to be considered) There probably also needs to configure your system without code as long as the components exist. This feature would be an excellent use of the composition pattern which Rust seems to be designed for anyway (allowing server owners to put a server-level config somewhere that configures which components to use for that server)

    No due date
    0/1 issues closed
  • At some point, I'd like to create a web interface using discord's app system As far as I've researched, this would need to be done via a javascript drive PWA as discord's integration API is a javascript library It could also be done via other languages with WASM, though that may overcomplicate things unneccesarily

    No due date
    0/1 issues closed