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

- [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.