Skip to content

Commit

Permalink
Freezer recipe and disassemble (#63895)
Browse files Browse the repository at this point in the history
Recipe for freezer and disassemble functionality for it
  • Loading branch information
KHeket authored Mar 8, 2023
1 parent 2579396 commit 2f71c08
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/json/furniture_and_terrain/appliances.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"epower": "-35 W",
"item": "freezer",
"requirements": {
"removal": { "time": "2 m" },
"repair": {
"skills": [ [ "mechanics", 4 ] ],
"time": "60 m",
Expand Down
29 changes: 29 additions & 0 deletions data/json/recipes/recipe_appliance.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,35 @@
[ [ "plastic_chunk", 16 ] ]
]
},
{
"result": "freezer",
"type": "recipe",
"activity_level": "MODERATE_EXERCISE",
"category": "CC_APPLIANCE",
"subcategory": "CSC_APPLIANCE_UTILITY",
"copy-from": "minifreezer",
"skills_required": [ "fabrication", 4 ],
"proficiencies": [ { "proficiency": "prof_plasticworking", "required": false, "time_multiplier": 1.1, "learning_time_multiplier": 0.1 } ],
"qualities": [
{ "id": "HAMMER", "level": 2 },
{ "id": "SAW_M", "level": 1 },
{ "id": "DRILL", "level": 1 },
{ "id": "SCREW", "level": 1 },
{ "id": "WRENCH", "level": 1 }
],
"components": [
[ [ "sheet_metal", 20 ] ],
[ [ "condensor_coil", 1 ] ],
[ [ "evaporator_coil", 1 ] ],
[ [ "cable", 3 ] ],
[ [ "hose", 1 ] ],
[ [ "pipe_fittings", 6 ] ],
[ [ "thermostat", 1 ] ],
[ [ "motor_small", 1 ] ],
[ [ "refrigerant_tank", 1 ] ],
[ [ "plastic_chunk", 20 ] ]
]
},
{
"result": "standing_lamp",
"type": "recipe",
Expand Down

0 comments on commit 2f71c08

Please sign in to comment.