From 8c4046a08f713525adca8633a907ee73903dd3ed Mon Sep 17 00:00:00 2001 From: Inglonias <2125926+Inglonias@users.noreply.github.com> Date: Sat, 16 Oct 2021 12:44:53 -0400 Subject: [PATCH] Added a recipe to practice throwing. (#52297) --- data/json/recipes/practice/ranged.json | 31 ++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 data/json/recipes/practice/ranged.json diff --git a/data/json/recipes/practice/ranged.json b/data/json/recipes/practice/ranged.json new file mode 100644 index 0000000000000..66d092724342c --- /dev/null +++ b/data/json/recipes/practice/ranged.json @@ -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" + ] + ] + } +]