Skip to content

Commit

Permalink
Add deconstruction recipe for mininuke
Browse files Browse the repository at this point in the history
Fixes #25430

The ability to disassemble mininukes was unintentionally lost when the
ability to craft them was removed.
  • Loading branch information
jbytheway committed Aug 21, 2019
1 parent 59d443e commit 66aa61d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions data/json/recipes/recipe_deconstruction.json
Original file line number Diff line number Diff line change
Expand Up @@ -1772,6 +1772,32 @@
"components": [ [ [ "paper", 10 ] ] ],
"flags": [ "BLIND_EASY" ]
},
{
"result": "mininuke",
"type": "uncraft",
"time": "6 h",
"skill_used": "electronics",
"difficulty": 8,
"skills_required": [ [ "fabrication", 4 ], [ "mechanics", 6 ] ],
"using": [ [ "soldering_standard", 150 ], [ "welding_standard", 6 ] ],
"qualities": [
{ "id": "SCREW", "level": 1 },
{ "id": "SCREW_FINE", "level": 1 },
{ "id": "WRENCH", "level": 2 },
{ "id": "WRENCH_FINE", "level": 1 },
{ "id": "SAW_M", "level": 2 },
{ "id": "SAW_M_FINE", "level": 1 }
],
"components": [
[ [ "cable", 12 ] ],
[ [ "chem_rdx", 20 ] ],
[ [ "circuit", 6 ] ],
[ [ "plut_cell", 6 ] ],
[ [ "power_supply", 1 ] ],
[ [ "scrap", 200 ] ],
[ [ "small_storage_battery", 2 ] ]
]
},
{
"result": "money_bundle",
"type": "uncraft",
Expand Down

0 comments on commit 66aa61d

Please sign in to comment.