Skip to content

Commit

Permalink
Aftershock atomic butter churn uncraft (#2717)
Browse files Browse the repository at this point in the history
* Aftershock butter churn uncraft

added uncraft to butter churn based on the coffee maker.

* formatting

formatting, always forget one part smile
  • Loading branch information
RoyalFox2140 committed Apr 28, 2023
1 parent 638c4d1 commit 9c7997b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/mods/Aftershock/recipes/uncraft.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,19 @@
"using": [ [ "welding_standard", 3 ] ],
"qualities": [ { "id": "HAMMER", "level": 1 }, { "id": "SAW_M", "level": 1 } ],
"components": [ [ [ "afs_scrap_titanium", 2 ] ] ]
},
{
"result": "atomic_butterchurn",
"type": "uncraft",
"skill_used": "electronics",
"time": "30 s",
"qualities": [ { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "plastic_chunk", 5 ] ],
[ [ "power_supply", 1 ] ],
[ [ "element", 1 ] ],
[ [ "scrap", 2 ] ],
[ [ "plut_cell", 1 ] ]
]
}
]

0 comments on commit 9c7997b

Please sign in to comment.