From 3f8865564ec71fcc087db294a4981fed76abc7da Mon Sep 17 00:00:00 2001 From: David Gay Date: Wed, 23 Jun 2021 22:42:56 -0400 Subject: [data] Reduce `synthsever_rusted_lockbox` base duration 180 -> 120 --- CHANGELOG.md | 5 +++++ data/activities.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3