Skip to content

Commit

Permalink
Merge pull request #749 from SzQ1/Auger
Browse files Browse the repository at this point in the history
Auger
  • Loading branch information
Coolthulhu authored Aug 10, 2021
2 parents 4b5bac2 + 8cae313 commit ac3b98b
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
21 changes: 21 additions & 0 deletions data/json/items/tool/workshop.json
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,27 @@
"use_action": "JACKHAMMER",
"flags": [ "STAB", "DIG_TOOL", "POWERED" ]
},
{
"id": "auger",
"type": "TOOL",
"name": { "str": "Auger" },
"description": "This is a construction tool for boring holes in ground. It runs on gasoline. For health reasons alone, augers are a worthwhile investment.",
"weight": "9875 g",
"volume": "5 L",
"price": 20000,
"price_postapoc": 500,
"to_hit": -10,
"bashing": 10,
"cutting": 6,
"material": "steel",
"symbol": ";",
"color": "yellow",
"ammo": "gasoline",
"max_charges": 2000,
"charges_per_use": 20,
"qualities": [ [ "DIG", 6 ] ],
"flags": [ "POWERED" ]
},
{
"id": "kiln",
"type": "TOOL",
Expand Down
29 changes: 29 additions & 0 deletions data/json/recipes/recipe_others.json
Original file line number Diff line number Diff line change
Expand Up @@ -2524,6 +2524,35 @@
[ [ "scrap", 3 ] ]
]
},
{
"type": "recipe",
"result": "auger",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "mechanics",
"skills_required": [ [ "electronics", 1 ], [ "fabrication", 3 ] ],
"difficulty": 5,
"time": "35 m",
"reversible": true,
"decomp_learn": 5,
"book_learn": [ [ "textbook_mechanics", 5 ], [ "textbook_carpentry", 5 ], [ "book_icef", 5 ], [ "textbook_electronics", 5 ] ],
"using": [ [ "welding_standard", 15 ] ],
"qualities": [
{ "id": "HAMMER", "level": 3 },
{ "id": "SCREW", "level": 1 },
{ "id": "SAW_M", "level": 1 },
{ "id": "WRENCH", "level": 1 }
],
"tools": [ [ [ "mold_plastic", -1 ] ] ],
"components": [
[ [ "1cyl_combustion", 1 ] ],
[ [ "metal_tank_little", 1 ] ],
[ [ "rebar", 2 ], [ "pipe", 4 ] ],
[ [ "steel_lump", 2 ] ],
[ [ "steel_chunk", 7 ] ],
[ [ "plastic_chunk", 4 ] ]
]
},
{
"type": "recipe",
"result": "magnifying_glass",
Expand Down

0 comments on commit ac3b98b

Please sign in to comment.