aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
blob: 4a90b4f656b92c43375f4aa307f62f6d296019ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Soon
----

- Much more detail in README.md for new users
- Dice expression roller shows results for each die
- [Submit to MELPA](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#making-your-package-ready-for-inclusion)

Features
--------

- defcustom to roll each monster's initiative separately (as in 3e),
  rather than having type of monster act at the same time (as in 5e)

Possible refactoring
--------------------

Rewrite combat to use a data strcuture holding all data from the table
with functions to read, write and update an Org table.  Then
e.g. taking damage is done by reading table, updating struct and
writing it back to the buffer

At the very least, org-d20-initiative should call
org-d20-initiative-add or similar code reuse.