Skip to content

Commit

Permalink
Make handpress and bullet puller auto learn, but on a later point. (#…
Browse files Browse the repository at this point in the history
…2342)

* Make handpress and bullet puller auto learn, but on a later point.

* no mechanics then.

* chaosvolt's corrections.
  • Loading branch information
Lamandus authored Feb 28, 2023
1 parent 3414324 commit de932a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions data/json/recipes/other/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "fabrication",
"skills_required": [ "gun", 3 ],
"difficulty": 4,
"time": "20 m",
"book_learn": [ [ "recipe_bullets", 6 ], [ "textbook_fabrication", 7 ] ],
"autolearn": [ [ "fabrication", 6 ] ],
"book_learn": [ [ "recipe_bullets", 3 ], [ "textbook_fabrication", 4 ] ],
"using": [ [ "soldering_standard", 10 ], [ "surface_heat", 10 ] ],
"tools": [ [ [ "mold_plastic", -1 ] ], [ [ "swage", -1 ] ] ],
"components": [ [ [ "plastic_chunk", 5 ] ], [ [ "scrap", 1 ] ] ]
Expand All @@ -145,11 +145,11 @@
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "fabrication",
"skills_required": [ "gun", 2 ],
"difficulty": 4,
"time": "90 m",
"autolearn": [ [ "fabrication", 6 ] ],
"time": "60 m",
"using": [ [ "blacksmithing_standard", 3 ], [ "steel_standard", 3 ] ],
"book_learn": [ [ "manual_shotgun", 2 ], [ "manual_rifle", 2 ], [ "manual_smg", 2 ], [ "manual_pistol", 3 ], [ "recipe_bullets", 2 ] ],
"book_learn": [ [ "manual_shotgun", 3 ], [ "manual_rifle", 3 ], [ "manual_smg", 3 ], [ "manual_pistol", 3 ], [ "recipe_bullets", 2 ] ],
"tools": [ [ [ "swage", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ],
"components": [
[
Expand Down

0 comments on commit de932a8

Please sign in to comment.