summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--data/activities.yml8
2 files changed, 11 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 679e781..e721dd8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,13 @@ All notable changes to this project will be documented in this file.
### Items
- New item: balgoloth claw. Requires beastslay 15 and has a damage base of 1-6 bash damage and 1-6 pierce damage.
+
+### Activities
+- Smelt activities base duration changes
+ - Crude iron ingot 70 -> 50
+ - Iron ingot 80 -> 60
+ - Pure iron ingot 90 -> 70
+ - Arcanite ingot 100 -> 80
### Fixed
- Leviathans that had item drops with a less than 100% chance could fail to check all their items due to the awarding
diff --git a/data/activities.yml b/data/activities.yml
index ee5ac76..d48c9b0 100644
--- a/data/activities.yml
+++ b/data/activities.yml
@@ -474,7 +474,7 @@ craft_crude_iron_ingot:
gid: "forge"
level: 1
duration:
- base: 70
+ base: 50
minimum: 35
scaling:
- type: "skill"
@@ -502,7 +502,7 @@ craft_iron_ingot:
gid: "forge"
level: 1
duration:
- base: 80
+ base: 60
minimum: 35
scaling:
- type: "skill"
@@ -533,7 +533,7 @@ craft_pure_iron_ingot:
gid: "otherforge"
level: 5
duration:
- base: 90
+ base: 70
minimum: 35
scaling:
- type: "skill"
@@ -564,7 +564,7 @@ craft_arcanite_ingot:
gid: "otherforge"
level: 10
duration:
- base: 100
+ base: 80
minimum: 35
scaling:
- type: "skill"