forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a recipe to practice throwing. (CleverRaven#52297)
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 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,31 @@ | ||
[ | ||
{ | ||
"id": "prac_throw_beg", | ||
"type": "practice", | ||
"//": "Really, this recipe should work with any small, throwable object, but that would be tedious and bloat the recipe", | ||
"activity_level": "MODERATE_EXERCISE", | ||
"category": "CC_PRACTICE", | ||
"subcategory": "CSC_PRACTICE_COMBAT", | ||
"name": "throwing (beginner)", | ||
"description": "Practice your throwing by throwing something and trying to hit a spot on the wall.", | ||
"skill_used": "throw", | ||
"time": "1 h", | ||
"practice_data": { "min_difficulty": 0, "max_difficulty": 2, "skill_limit": 3 }, | ||
"autolearn": [ [ "throw", 1 ] ], | ||
"book_learn": [ [ "mag_throwing", 0 ], [ "manual_throw", 0 ] ], | ||
"tools": [ | ||
[ | ||
"basketball", | ||
"indoor_volleyball", | ||
"beach_volleyball", | ||
"baseball", | ||
"marble", | ||
"metal_RPG_die", | ||
"RPG_die", | ||
"rock", | ||
"sharp_rock", | ||
"bearing" | ||
] | ||
] | ||
} | ||
] |