-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(storyteller): add 1 to all attributes in rng generator (#63)
- Loading branch information
1 parent
1547afa
commit 00a3503
Showing
2 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
# Todo List | ||
|
||
- [ ] Character: Add Concept | ||
- [ ] Character: Add Character generator | ||
- [ ] Character: Add Character generation roll bot | ||
- [ ] Character: Add full character generator | ||
- [ ] Character: Add class/concept generator | ||
- [ ] Campaign: Rework campaigns to be the backbone of gameplay | ||
- [ ] Campaign: Renumber chapters | ||
- [ ] Campaign: View any campaign, not just active one | ||
- [ ] Campaign: Associate characters with campaigns | ||
- [ ] Campaign: If only one campaign, always set it as active | ||
- [ ] Campaign: Improve campaign view | ||
- [ ] Campaign: Improve campaign paginator view | ||
- [ ] Gameplay: Button to create macro from rolling traits | ||
- [ ] Statistics: Pull stats based on timeframe | ||
- [ ] Storyteller: Add notes | ||
- [ ] Refactor: Centralize pagination for long responses | ||
- [ ] Refactor: Move logic out of cogs and to services or db models | ||
- [ ] Refactor: Move testable logic out of cogs and to services or db models | ||
- [ ] Tests: Add tests for converters | ||
- [ ] Tests: Add tests for cogs | ||
- [ ] Users: Add notes per user |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters