-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an oven to the power grid (#53648)
* ovens can be disconnected and aren't fireplaces anymore Parting out the specific components of an oven Making a separate folder for appliance construction because I think these are going to add up to a lot. Start adding some craft/uncraft recipes. Will need to add rock_wool_bat item. will need an appliance repair proficiency Co-authored-by: Fris0uman <[email protected]> Co-authored-by: Kevin Granade <[email protected]> Co-authored-by: Wishbringer <[email protected]>
- Loading branch information
1 parent
be5c26b
commit 4d22129
Showing
10 changed files
with
344 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
[ | ||
{ | ||
"type": "GENERIC", | ||
"id": "oven_stovetop", | ||
"symbol": "_", | ||
"color": "dark_gray", | ||
"name": { "str": "dismantled stovetop" }, | ||
"category": "spare_parts", | ||
"description": "The dismantled stovetop of an electric oven. Some electric components are still attached but the heating elements have been pulled off.", | ||
"price": 100, | ||
"price_postapoc": 5, | ||
"material": [ "budget_steel" ], | ||
"weight": "5 kg", | ||
"volume": "20 L", | ||
"longest_side": "60 cm" | ||
}, | ||
{ | ||
"type": "GENERIC", | ||
"id": "oven_cabinet", | ||
"symbol": "x", | ||
"color": "dark_gray_white", | ||
"name": { "str": "stripped oven cabinet" }, | ||
"category": "spare_parts", | ||
"description": "A large hefty steel box that was once the main body of an electric oven. Most of the parts have been stripped. It could be further disassembled into base materials.", | ||
"price": 200, | ||
"price_postapoc": 10, | ||
"material": [ "budget_steel" ], | ||
"weight": "25 kg", | ||
"volume": "250 L", | ||
"longest_side": "69 cm" | ||
}, | ||
{ | ||
"type": "GENERIC", | ||
"id": "oven_controls", | ||
"symbol": "#", | ||
"color": "light_cyan", | ||
"name": { "str": "oven control panel" }, | ||
"category": "spare_parts", | ||
"description": "The control panel and LCD from a dismantled electric oven.", | ||
"price": 100, | ||
"price_postapoc": 5, | ||
"material": [ "budget_steel", "glass" ], | ||
"weight": "1 kg", | ||
"volume": "2 L", | ||
"longest_side": "65 cm" | ||
}, | ||
{ | ||
"type": "GENERIC", | ||
"id": "oven_door", | ||
"symbol": "#", | ||
"color": "light_cyan", | ||
"name": { "str": "oven door" }, | ||
"category": "spare_parts", | ||
"description": "The removed glass and steel door of an electric oven.", | ||
"price": 100, | ||
"price_postapoc": 5, | ||
"material": [ "budget_steel", "glass" ], | ||
"weight": "10 kg", | ||
"volume": "20 L", | ||
"longest_side": "69 cm" | ||
}, | ||
{ | ||
"type": "GENERIC", | ||
"id": "oven_broiler_pan", | ||
"symbol": "_", | ||
"color": "dark_gray_white", | ||
"name": { "str": "broiler pan" }, | ||
"category": "spare_parts", | ||
"description": "A simple sheet metal drawer that goes in the bottom of an electric oven.", | ||
"price": 50, | ||
"price_postapoc": 1, | ||
"material": [ "budget_steel" ], | ||
"weight": "5 kg", | ||
"volume": "20 L", | ||
"longest_side": "69 cm" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,150 @@ | ||
[ | ||
{ | ||
"result": "oven", | ||
"type": "recipe", | ||
"category": "CC_OTHER", | ||
"subcategory": "CSC_OTHER_OTHER", | ||
"activity_level": "MODERATE_EXERCISE", | ||
"time": "1 h", | ||
"skill_used": "fabrication", | ||
"difficulty": 1, | ||
"autolearn": true, | ||
"skills_required": [ "electronics", 1 ], | ||
"qualities": [ { "id": "SCREW", "level": 1 }, { "id": "WRENCH", "level": 1 } ], | ||
"proficiencies": [ { "proficiency": "prof_appliance_repair" } ], | ||
"components": [ | ||
[ [ "oven_stovetop", 1 ] ], | ||
[ [ "oven_cabinet", 1 ] ], | ||
[ [ "oven_controls", 1 ] ], | ||
[ [ "oven_door", 1 ] ], | ||
[ [ "oven_broiler_pan", 1 ] ], | ||
[ [ "heavy_wire_rack", 2 ] ], | ||
[ [ "element", 4 ] ], | ||
[ [ "cable", 1 ] ] | ||
] | ||
}, | ||
{ | ||
"result": "oven", | ||
"type": "uncraft", | ||
"activity_level": "MODERATE_EXERCISE", | ||
"time": "45 m", | ||
"skill_used": "fabrication", | ||
"qualities": [ { "id": "SCREW", "level": 1 }, { "id": "WRENCH", "level": 1 } ], | ||
"proficiencies": [ { "proficiency": "prof_appliance_repair", "fail_multiplier": 1 } ], | ||
"components": [ | ||
[ [ "oven_stovetop", 1 ] ], | ||
[ [ "oven_cabinet", 1 ] ], | ||
[ [ "oven_controls", 1 ] ], | ||
[ [ "oven_door", 1 ] ], | ||
[ [ "oven_broiler_pan", 1 ] ], | ||
[ [ "heavy_wire_rack", 2 ] ], | ||
[ [ "element", 4 ] ], | ||
[ [ "cable", 4 ] ] | ||
] | ||
}, | ||
{ | ||
"result": "oven_stovetop", | ||
"type": "uncraft", | ||
"activity_level": "MODERATE_EXERCISE", | ||
"time": "30 m", | ||
"skill_used": "fabrication", | ||
"proficiencies": [ { "proficiency": "prof_appliance_repair", "fail_multiplier": 1 } ], | ||
"qualities": [ | ||
{ "id": "SCREW", "level": 1 }, | ||
{ "id": "WRENCH", "level": 1 }, | ||
{ "id": "HAMMER", "level": 1 }, | ||
{ "id": "SAW_M", "level": 1 } | ||
], | ||
"components": [ [ [ "sheet_metal_small", 2 ] ], [ [ "spring", 1 ] ], [ [ "hinge", 1 ] ], [ [ "wire", 1 ] ], [ [ "e_scrap", 4 ] ] ] | ||
}, | ||
{ | ||
"result": "oven_cabinet", | ||
"type": "uncraft", | ||
"activity_level": "MODERATE_EXERCISE", | ||
"time": "1 h", | ||
"skill_used": "fabrication", | ||
"proficiencies": [ { "proficiency": "prof_appliance_repair", "fail_multiplier": 1 } ], | ||
"qualities": [ | ||
{ "id": "SCREW", "level": 1 }, | ||
{ "id": "WRENCH", "level": 1 }, | ||
{ "id": "HAMMER", "level": 1 }, | ||
{ "id": "SAW_M", "level": 1 } | ||
], | ||
"//": "Pilot lights shouldn't be part of an electric oven but we don't have gas ones yet. Can be removed when that changes.", | ||
"components": [ | ||
[ [ "sheet_metal", 2 ] ], | ||
[ [ "sheet_metal_small", 2 ] ], | ||
[ [ "rock_wool_bat", 3 ] ], | ||
[ [ "element", 2 ] ], | ||
[ [ "scrap", 4 ] ], | ||
[ [ "e_scrap", 2 ] ], | ||
[ [ "cable", 2 ] ], | ||
[ [ "pilot_light", 1 ] ], | ||
[ [ "motor_micro", 1 ] ], | ||
[ [ "fanblade_metal", 1 ] ], | ||
[ [ "thermometer", 1 ] ], | ||
[ [ "pipe_fittings", 4 ] ] | ||
] | ||
}, | ||
{ | ||
"result": "oven_door", | ||
"type": "uncraft", | ||
"activity_level": "MODERATE_EXERCISE", | ||
"time": "1 h", | ||
"skill_used": "fabrication", | ||
"proficiencies": [ { "proficiency": "prof_appliance_repair", "fail_multiplier": 1 } ], | ||
"qualities": [ | ||
{ "id": "SCREW", "level": 1 }, | ||
{ "id": "WRENCH", "level": 1 }, | ||
{ "id": "HAMMER_FINE", "level": 1 }, | ||
{ "id": "SAW_M", "level": 1 } | ||
], | ||
"components": [ | ||
[ [ "reinforced_glass_sheet", 1 ] ], | ||
[ [ "sheet_metal_small", 2 ] ], | ||
[ [ "rock_wool_bat", 1 ] ], | ||
[ [ "element", 2 ] ], | ||
[ [ "scrap", 4 ] ], | ||
[ [ "e_scrap", 2 ] ], | ||
[ [ "cable", 2 ] ], | ||
[ [ "hinge", 2 ] ] | ||
] | ||
}, | ||
{ | ||
"result": "oven_broiler_pan", | ||
"type": "uncraft", | ||
"activity_level": "MODERATE_EXERCISE", | ||
"time": "30 m", | ||
"skill_used": "fabrication", | ||
"proficiencies": [ { "proficiency": "prof_appliance_repair", "fail_multiplier": 1 } ], | ||
"qualities": [ | ||
{ "id": "SCREW", "level": 1 }, | ||
{ "id": "WRENCH", "level": 1 }, | ||
{ "id": "HAMMER", "level": 1 }, | ||
{ "id": "SAW_M", "level": 1 } | ||
], | ||
"components": [ [ [ "sheet_metal", 1 ] ], [ [ "sheet_metal_small", 2 ] ], [ [ "scrap", 2 ] ], [ [ "bearing", 12 ] ] ] | ||
}, | ||
{ | ||
"result": "oven_controls", | ||
"type": "uncraft", | ||
"activity_level": "MODERATE_EXERCISE", | ||
"time": "1 h", | ||
"skill_used": "fabrication", | ||
"proficiencies": [ | ||
{ "proficiency": "prof_elec_soldering", "fail_multiplier": 1 }, | ||
{ "proficiency": "prof_elec_circuits", "fail_multiplier": 1 } | ||
], | ||
"qualities": [ { "id": "SCREW", "level": 1 } ], | ||
"tools": [ [ [ "soldering_iron", -1 ], [ "toolset", -1 ] ] ], | ||
"components": [ | ||
[ [ "plastic_chunk", 4 ] ], | ||
[ [ "sheet_metal_small", 1 ] ], | ||
[ [ "scrap", 2 ] ], | ||
[ [ "e_scrap", 6 ] ], | ||
[ [ "cable", 2 ] ], | ||
[ [ "solder_wire", 8 ] ], | ||
[ [ "small_lcd_screen", 1 ] ] | ||
] | ||
} | ||
] |
Oops, something went wrong.