-
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.
* Added lock picking skill * Use lock picking skill in calculation of success when picking the lock of doors and gun safes * Gave several professions lockpicking as a starting skill * Added a booklet about lockpicking * Added lockpicking booklet to several books item groups * Added doxygen documentation for the new skill * Added lockpicking quality to several items * Updated hardcoded lockpicking qualities for gun safe lockpicking * Made lockpicking long activity * Added gun safe to the list of furniture in mapdata * Made lockpicking activity recognize furniture (gun safe in particular) * Removed mentions of now-unused `gunsafe_ml` examine function
- Loading branch information
Anton Burmistrov
authored
Apr 18, 2020
1 parent
a664636
commit 1870fbb
Showing
19 changed files
with
208 additions
and
132 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
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,19 @@ | ||
[ | ||
{ | ||
"id": "book_lockpick", | ||
"type": "BOOK", | ||
"name": { "str": "MIT Guide to Lock Picking", "str_pl": "copies of MIT Guide to Lock Picking" }, | ||
"description": "A home-made booklet with large black-and-white pictures of several types of modern locks and general information on how to crack them open.", | ||
"weight": "400 g", | ||
"volume": "500 ml", | ||
"price": 100, | ||
"price_postapoc": 5000, | ||
"material": [ "paper" ], | ||
"symbol": "?", | ||
"color": "green", | ||
"skill": "lockpick", | ||
"max_level": 2, | ||
"intelligence": 8, | ||
"time": "20 m" | ||
} | ||
] |
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
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
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
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
Oops, something went wrong.