Skip to content

Commit

Permalink
Added a recipe to practice throwing. (CleverRaven#52297)
Browse files Browse the repository at this point in the history
  • Loading branch information
Inglonias authored Oct 16, 2021
1 parent a11ff22 commit 8c4046a
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions data/json/recipes/practice/ranged.json
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"
]
]
}
]

0 comments on commit 8c4046a

Please sign in to comment.