summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2024-01-31 03:14:53 -0500
committerDavid Gay <eapoems@riseup.net>2024-01-31 03:14:53 -0500
commite63dbbde68f81f8a65b48608d41ef6bf6be799e6 (patch)
treeb6c9a200278974d6bc70ccdb9e3960b9e871344f /CHANGELOG.md
parent05a13c4c3232f10ade9a2cc75de84e93278d22c6 (diff)
`random npc` accepts level argumentHEADmaster
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7087ec0..76f9946 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,20 @@
All notable changes to this project will be documented in this file.
+## [0.0.3] - Unreleased
+
+### Added
+
+- New `random npc` command can check for which magic items the NPC has based on
+ their `--class` and `--level`. (This uses my preferred method, the Appendix C
+ city encounters table.)
+- NPCs now have a level. (Multiclass and dualclass support is be a future
+ feature.)
+
+### Changed
+
+- Alignments now always output as abbreviations.
+
## [0.0.2] - 2023-10-16
### Added