diff options
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | data/activities.yml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 55675f7..8630421 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. +## [Unreleased] + +### Activities +- Synthsever rusted lockbox base duration reduced from 180 to 120. + ## [0.1.12] - 2021-06-23 ### General diff --git a/data/activities.yml b/data/activities.yml index a0a0072..48d72e6 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -2463,7 +2463,7 @@ synthsever_rusted_lockbox: gid: "synthsever" level: 1 duration: - base: 180 + base: 120 minimum: 35 scaling: - type: "skill" |