From 743239f3744be4244de81c84fec9167ce120022d Mon Sep 17 00:00:00 2001 From: SirPendrak <43266802+SirPendrak@users.noreply.github.com> Date: Thu, 1 Aug 2024 00:12:58 +0200 Subject: [PATCH] Change time and skill penalty of Q&T, romove word "repatedly" --- data/json/proficiencies/metalwork.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/json/proficiencies/metalwork.json b/data/json/proficiencies/metalwork.json index 9698feb1a0abd..43bc6f75ad21a 100644 --- a/data/json/proficiencies/metalwork.json +++ b/data/json/proficiencies/metalwork.json @@ -133,10 +133,10 @@ "id": "prof_quenching", "category": "prof_smithing", "name": { "str": "Quenching & Tempering" }, - "description": "Quenching involves repeatedly heating the steel, quenching it in water, then tempering it to create extremely tough metal.", + "description": "Quenching involves heating the steel, quenching it in water, then tempering it to create extremely tough metal.", "can_learn": true, - "default_time_multiplier": 3, - "default_skill_penalty": 0.25, + "default_time_multiplier": 1.5, + "default_skill_penalty": 1, "time_to_learn": "20 h" } ]