Skip to content

Commit

Permalink
Workshop toolbox item and recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
RarkGrames committed Dec 29, 2019
1 parent 072ff2f commit ffe1540
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
32 changes: 32 additions & 0 deletions data/json/items/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -6335,6 +6335,38 @@
"material": "steel",
"symbol": ";",
"color": "red",
"qualities": [
[ "CUT", 1 ],
[ "HAMMER", 3 ],
[ "SAW_M", 2 ],
[ "SAW_W", 2 ],
[ "AXE", 1 ],
[ "WRENCH", 2 ],
[ "SCREW", 1 ],
[ "PRY", 1 ],
[ "HAMMER_FINE", 1 ],
[ "SAW_M_FINE", 1 ],
[ "WRENCH_FINE", 1 ],
[ "SCREW_FINE", 1 ],
[ "BUTCHER", 11 ]
],
"use_action": [ "HAMMER", "CROWBAR" ]
},
{
"id": "toolbox_workshop",
"type": "TOOL",
"name": "workshop toolbox",
"name_plural": "workshop toolboxes",
"description": "This is a stout metal box containing a complete tool kit suitable for most household maintenance and construction activities, as well as additional tools used in workshops for advanced fabrication jobs.",
"looks_like": "toolbox",
"weight": "3994 g",
"volume": "2500 ml",
"price": 14099,
"to_hit": -2,
"bashing": 8,
"material": "steel",
"symbol": ";",
"color": "red",
"qualities": [
[ "CUT", 1 ],
[ "HAMMER", 3 ],
Expand Down
26 changes: 26 additions & 0 deletions data/json/recipes/recipe_others.json
Original file line number Diff line number Diff line change
Expand Up @@ -3250,6 +3250,32 @@
[ [ "hammer", 1 ] ]
]
},
{
"type": "recipe",
"result": "toolbox_workshop",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "fabrication",
"skills_required": [ "mechanics", 3 ],
"difficulty": 4,
"time": "4 m",
"reversible": true,
"autolearn": true,
"components": [
[ [ "sheet_metal_small", 5 ] ],
[ [ "nail", 11 ] ],
[ [ "wire", 1 ] ],
[ [ "pockknife", 1 ], [ "primitive_knife", 1 ], [ "copper_knife", 1 ] ],
[ [ "screwdriver_set", 1 ] ],
[ [ "hacksaw", 1 ] ],
[ [ "wrench", 1 ] ],
[ [ "saw", 1 ] ],
[ [ "hammer", 1 ] ],
[ [ "metal_file", 1 ] ],
[ [ "pin_reamer", 1 ] ],
[ [ "hand_vice", 1 ] ]
]
},
{
"type": "recipe",
"result": "vacutainer",
Expand Down

0 comments on commit ffe1540

Please sign in to comment.