summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-06-03 21:26:14 -0400
committerDavid Gay <david@davidgay.org>2021-06-03 21:26:14 -0400
commit60c9de4956547d46390c948146aa6e0c865ffcda (patch)
tree7bbde799de9cec589a53a08b8e4dccf98bfdc8e3 /CHANGELOG.md
parent7f129f24e351cafafdb4bc58a44ca0d714e30af6 (diff)
Move timer and results to new game containers which are always visible
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 529bf6c..28a0956 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,9 @@ Note that from this point foward, I am not explicitly listing the activities req
amenities, etc that are added unless they are special in some way.
### Added
+- Current activity, timer, results, and conditions (boons & banes) are now always visible. Most are located in a new box
+ above the chat, while the results output is now in a new box below the main box.
+- You can now see your resting status and toggle rest in the new timer box when you aren't performing an activity.
- Spicework has been implemented. You can now craft food and drugs in your hearth, once you build a spicebench.
A character can only have one food condition and one drink condition at a time. If a second food or drink condition
is gained, the old one is lost. There is no limit to the number of drug conditions a character can have at once.
@@ -14,6 +17,12 @@ amenities, etc that are added unless they are special in some way.
- New items: bluster powder, mudtub mash, midoras spice, midoras mudtub mash
- New title: Aspirant, gained by reaching 100 total level
+### Changed
+- Remaining duration of conditions and accumulated rested time are now expressed in "human" terms instead of seconds.
+
+### Removed
+- The "Look" view.
+
### Fixed
- No blank line was being added to combat activity results if the activity was stopped due to being too wounded.