-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9c0bc47
commit b6d2c94
Showing
3 changed files
with
130 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
[ | ||
{ | ||
"type": "proficiency", | ||
"id": "prof_butchering_basic", | ||
"category": "prof_butchering", | ||
"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": "3 h" | ||
}, | ||
{ | ||
"type": "proficiency", | ||
"id": "prof_butchering_adv", | ||
"category": "prof_butchering", | ||
"name": { "str": "Butchering Expert" }, | ||
"description": "There is very little meat left after your skillful knife movements.", | ||
"can_learn": true, | ||
"time_to_learn": "15 h" | ||
}, | ||
{ | ||
"type": "proficiency", | ||
"id": "prof_skinning_basic", | ||
"category": "prof_butchering", | ||
"name": { "str": "Principles of Skinning" }, | ||
"description": "You stopped making holes in the skin of animals you butcher.", | ||
"can_learn": true, | ||
"time_to_learn": "3 h" | ||
}, | ||
{ | ||
"type": "proficiency", | ||
"id": "prof_skinning_adv", | ||
"category": "prof_butchering", | ||
"name": { "str": "Skinning Expert" }, | ||
"description": "You really know how to skin the animal.", | ||
"can_learn": true, | ||
"time_to_learn": "15 h" | ||
}, | ||
{ | ||
"type": "proficiency", | ||
"id": "prof_butchery_offal", | ||
"category": "prof_butchering", | ||
"name": { "str": "Evisceration" }, | ||
"description": "You know how to properly remove offals from the body.", | ||
"can_learn": true, | ||
"time_to_learn": "3 h" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters