Skip to content

Commit

Permalink
Added meat disassembly to scraps (#64044)
Browse files Browse the repository at this point in the history
* Added meat disassemble to scraps

* Removed duplicate entries

* Update data/json/recipes/recipe_deconstruction.json

Co-authored-by: Anton Simakov <[email protected]>

* Forgot to add a comma to the previous final entry

---------

Co-authored-by: Anton Simakov <[email protected]>
Co-authored-by: Maleclypse <[email protected]>
  • Loading branch information
3 people authored Mar 9, 2023
1 parent cad6648 commit ca4e699
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion data/json/recipes/recipe_deconstruction.json
Original file line number Diff line number Diff line change
Expand Up @@ -7706,6 +7706,46 @@
"activity_level": "MODERATE_EXERCISE",
"time": "1 h",
"qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "SAW_M", "level": 2 } ],
"components": [ [ [ "steel_lump", 7 ] ], [ [ "steel_chunk", 2 ] ] ]
"components": [ [ [ "steel_lump", 7 ], [ "steel_chunk", 2 ] ] ]
},
{
"result": "fish",
"type": "uncraft",
"activity_level": "NO_EXERCISE",
"time": "20 s",
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [ [ [ "fish_scrap", 10 ] ] ]
},
{
"result": "meat",
"type": "uncraft",
"activity_level": "NO_EXERCISE",
"time": "20 s",
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [ [ [ "meat_scrap", 10 ] ] ]
},
{
"result": "human_flesh",
"type": "uncraft",
"activity_level": "NO_EXERCISE",
"time": "20 s",
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [ [ [ "human_meat_scrap", 10 ] ] ]
},
{
"result": "demihuman_flesh",
"type": "uncraft",
"activity_level": "NO_EXERCISE",
"time": "20 s",
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [ [ [ "demihuman_meat_scrap", 10 ] ] ]
},
{
"result": "mutant_meat",
"type": "uncraft",
"activity_level": "NO_EXERCISE",
"time": "20 s",
"qualities": [ { "id": "CUT", "level": 1 } ],
"components": [ [ [ "mutant_meat_scrap", 10 ] ] ]
}
]

0 comments on commit ca4e699

Please sign in to comment.