Skip to content

Commit

Permalink
Merge pull request #39986 from Tairesh/add_makeshift_hand_drill
Browse files Browse the repository at this point in the history
Add makeshift hand drill with quality 1
  • Loading branch information
Rivet-the-Zombie authored Apr 29, 2020
2 parents c808faa + cd8828f commit e5aae8e
Show file tree
Hide file tree
Showing 2 changed files with 30 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 ] ]
}
]
12 changes: 12 additions & 0 deletions data/json/recipes/other/tool.json
Original file line number Diff line number Diff line change
Expand Up @@ -675,5 +675,17 @@
"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 e5aae8e

Please sign in to comment.