-
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.
Proficiencies for weapons - piercing.json and bashing.json (#44552)
* Add proficiencies to bashing.json * adjust description of carving I note I've used it for a lot more than wood * Create woodworking.json * proficiencies for piercing.json * linting * typo fix
- Loading branch information
Showing
4 changed files
with
114 additions
and
20 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
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,10 @@ | ||
[ | ||
{ | ||
"type": "proficiency", | ||
"id": "prof_carpentry_basic", | ||
"name": { "str": "Basic Carpentry" }, | ||
"description": "Simple projects involving holding planks and panels of wood together with nails or similar fasteners.", | ||
"can_learn": true, | ||
"time_to_learn": "4 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