Skip to content

Commit

Permalink
tweak learning time since now leaning is not count as all the time yo…
Browse files Browse the repository at this point in the history
…u spend butchering
  • Loading branch information
GuardianDll committed Sep 3, 2024
1 parent 36fe368 commit 0aa4abd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/proficiencies/butchering.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": { "str": "Principles of Butchering" },
"description": "You know how to pick up most of the meat from the animal body.",
"can_learn": true,
"time_to_learn": "4 h"
"time_to_learn": "2 h"
},
{
"type": "proficiency",
Expand All @@ -15,7 +15,7 @@
"name": { "str": "Butchering Expert" },
"description": "There is very little meat left after your skillful knife movements.",
"can_learn": true,
"time_to_learn": "40 h",
"time_to_learn": "25 h",
"required_proficiencies": [ "prof_butchering_basic" ]
},
{
Expand All @@ -25,7 +25,7 @@
"name": { "str": "Principles of Skinning" },
"description": "You stopped making holes in the skin of animals you butcher.",
"can_learn": true,
"time_to_learn": "4 h"
"time_to_learn": "2 h"
},
{
"type": "proficiency",
Expand All @@ -34,7 +34,7 @@
"name": { "str": "Skinning Expert" },
"description": "You really know how to skin the animal.",
"can_learn": true,
"time_to_learn": "40 h",
"time_to_learn": "25 h",
"required_proficiencies": [ "prof_skinning_basic" ]
}
]

0 comments on commit 0aa4abd

Please sign in to comment.