andersthemagi / Sovereign-of-Chaos

A small-scale bot made in Python, capable of handling several D&D related tasks on Discord. Built using Discord.py and hosted on a Raspberry Pi.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skill Challenge Tracking

andersthemagi opened this issue · comments

  • Similar to initiative tracking, except:
    • Needs to have some sort of tracking for skill usage, items, attacks / spells, and other actions
    • Could have easy to access tiers for ease of start
    • Otherwise very similar to the initiative module.
  • Develop Skill Challenge Functionality
    • Start Challenge
      • Difficulty Tiers / Settings
    • Add Attempt at Skill
      • Skill Checks
      • Item Usage
      • Attack / Spell Usage
      • Other action
    • Add Creature to Initiative Order
    • Display Skill Challenge Data
    • Edit Position in Initiative Order
    • Remove Position in Initiative Order
    • Shuffle Initiative Order
    • End Challenge
  • Update Bot Documentation on https://andresgsepulveda.github.io/magicalmusings.github.io/sovereign/
    • Includes image of example usage

Functionality working after testing! just need to update the bot documentation with how to use the commands

  • Reorganize functions into categories
    • Skill Challenge Commands
    • Initiative Subcommands
    • Async Support Functions
    • Support Functions
  • Internal documentation / commenting of code

All necessary functionality and documentation completed. Closing out