Skip to content

Commit

Permalink
Remove Fletching from Crude Wooden Arrows and Crude Wooden Bolts as t…
Browse files Browse the repository at this point in the history
…hey do not have Fletchings (CleverRaven#48910)
  • Loading branch information
mGuv authored May 18, 2021
1 parent ad632eb commit 0c961b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/recipes/recipe_ammo.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"time": "15 m",
"autolearn": true,
"book_learn": [ [ "recipe_arrows", 1 ], [ "book_archery", 1 ] ],
"proficiencies": [ { "proficiency": "prof_fletching", "learning_time_multiplier": 0.1 }, { "proficiency": "prof_carving" } ],
"proficiencies": [ { "proficiency": "prof_carving" } ],
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [ [ [ "stick", 1 ], [ "broom", 1 ], [ "2x4", 1 ], [ "bee_sting", 1 ] ] ]
},
Expand Down Expand Up @@ -331,7 +331,7 @@
"time": "15 m",
"autolearn": true,
"book_learn": [ [ "recipe_arrows", 1 ], [ "book_archery", 1 ] ],
"proficiencies": [ { "proficiency": "prof_fletching", "learning_time_multiplier": 0.1 }, { "proficiency": "prof_carving" } ],
"proficiencies": [ { "proficiency": "prof_carving" } ],
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [ [ [ "stick", 1 ], [ "broom", 1 ], [ "2x4", 1 ], [ "bee_sting", 1 ] ] ]
},
Expand Down

0 comments on commit 0c961b6

Please sign in to comment.