Skip to content

Commit

Permalink
add makeshift drill and recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Tairesh committed Apr 28, 2020
1 parent 1700745 commit 426f801
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
18 changes: 18 additions & 0 deletions data/json/items/tool/workshop.json
Original file line number Diff line number Diff line change
Expand Up @@ -1092,5 +1092,23 @@
"symbol": ",",
"color": "green",
"use_action": "SIPHON"
},
{
"id": "makeshift_hand_drill",
"type": "TOOL",
"name": { "str": "makeshift hand drill" },
"description": "This is a makeshift manual drill made out of pipe and improvised drill bit. It is very slow and it will exhaust you quickly.",
"weight": "1354 g",
"volume": "1 L",
"price": 100,
"price_postapoc": 50,
"to_hit": -3,
"bashing": 4,
"cutting": 1,
"material": [ "wood", "steel" ],
"symbol": ";",
"color": "light_gray",
"looks_like": "hand_drill",
"qualities": [ [ "DRILL", 1 ] ]
}
]
16 changes: 16 additions & 0 deletions data/json/recipes/other/tool.json
Original file line number Diff line number Diff line change
Expand Up @@ -675,5 +675,21 @@
"time": "1 h",
"qualities": [ { "id": "SEW", "level": 2 }, { "id": "CUT", "level": 1 } ],
"components": [ [ [ "leather", 2 ] ], [ [ "superglue", 1 ] ], [ [ "filament", 40, "LIST" ] ] ]
},
{
"type": "recipe",
"result": "makeshift_hand_drill",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "fabrication",
"difficulty": 2,
"time": "1 h",
"autolearn": true,
"qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "HAMMER_FINE", "level": 1 } ],
"components": [
[ [ "pipe", 1 ] ],
[ [ "nail", 1 ], [ "screwdriver", 1] ],
[ [ "2x4", 1 ], [ "stick", 1 ], [ "splinter", 3 ] ]
]
}
]

0 comments on commit 426f801

Please sign in to comment.