Skip to content

Commit

Permalink
Merge pull request #75358 from SirPendrak/patch-2
Browse files Browse the repository at this point in the history
Change time and skill penalty of Q&T, romove word "repatedly"
  • Loading branch information
Maleclypse authored Aug 29, 2024
2 parents 8c5fdca + 743239f commit cd9a4e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/proficiencies/metalwork.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit cd9a4e4

Please sign in to comment.