Skip to content

Commit

Permalink
[Innawoods] Welding and plastic molding (#56946)
Browse files Browse the repository at this point in the history
* Update tailoring.json

* Update armor_head.json

* Update tools_electronic.json

* Update other_parts.json
  • Loading branch information
Sathra225 authored Apr 20, 2022
1 parent 5778225 commit a0356ed
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/mods/innawood/recipes/armor_head.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"autolearn": true,
"book_learn": [ [ "textbook_fabrication", 3 ], [ "welding_book", 3 ] ],
"components": [
[ [ "goggles_ski", 1 ], [ "goggles_swim", 1 ], [ "glasses_safety", 1 ] ],
[ [ "goggles_ski", 1 ], [ "goggles_swim", 1 ], [ "glasses_safety", 1 ], [ "glass_goggles", 1 ] ],
[ [ "eclipse_glasses", 1 ], [ "glass_tinted", 3 ] ],
[ [ "duct_tape", 40 ], [ "medical_tape", 40 ], [ "superglue", 2 ] ]
],
Expand Down
49 changes: 49 additions & 0 deletions data/mods/innawood/recipes/other_parts.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,54 @@
[ [ "cable", 5 ] ],
[ [ "plastic_chunk", 5 ] ]
]
},
{
"type": "recipe",
"activity_level": "BRISK_EXERCISE",
"result": "vac_pump",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_TOOLS",
"skill_used": "fabrication",
"skills_required": [ "mechanics", 2 ],
"difficulty": 4,
"time": "12 h",
"autolearn": true,
"reversible": true,
"book_learn": [ [ "textbook_extraction", 3 ] ],
"using": [ [ "welding_standard", 10 ], [ "blacksmithing_standard", 5 ] ],
"qualities": [
{ "id": "HAMMER", "level": 3 },
{ "id": "HAMMER_FINE", "level": 1 },
{ "id": "SAW_M", "level": 2 },
{ "id": "WRENCH", "level": 2 },
{ "id": "SAW_M_FINE", "level": 1 },
{ "id": "WRENCH_FINE", "level": 1 },
{ "id": "SCREW", "level": 1 },
{ "id": "SCREW_FINE", "level": 1 },
{ "id": "DRILL", "level": 2 },
{ "id": "FILE", "level": 2 }
],
"proficiencies": [ { "proficiency": "prof_metalworking" }, { "proficiency": "prof_blacksmithing" } ],
"components": [
[ [ "pipe", 2 ] ],
[ [ "hose", 1 ], [ "makeshift_hose", 1 ] ],
[ [ "gasket_plastic", 2 ] ],
[ [ "well_pump", 1 ] ],
[ [ "drivebelt", 1 ], [ "drivebelt_makeshift", 1 ] ]
]
},
{
"result": "drivebelt_makeshift",
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_VEHICLE",
"skill_used": "mechanics",
"difficulty": 2,
"time": "2 m",
"autolearn": true,
"book_learn": [ [ "mag_fieldrepair", 1 ] ],
"qualities": [ { "id": "CUT", "level": 2 } ],
"components": [ [ [ "rag", 4 ], [ "leather_belt", 1 ], [ "rope_superior_short", 1, "LIST" ] ], [ [ "duct_tape", 20 ] ] ]
}
]
4 changes: 2 additions & 2 deletions data/mods/innawood/recipes/tools_electronic.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
[ [ "motor_micro", 1 ] ],
[ [ "superglue", 2 ] ],
[ [ "element", 2 ], [ "crude_heating_element", 2 ] ],
[ [ "hose", 1 ] ],
[ [ "hose", 1 ], [ "makeshift_hose", 1 ] ],
[ [ "power_supply", 1 ], [ "makeshift_transformer", 2 ] ]
]
},
Expand Down Expand Up @@ -224,7 +224,7 @@
[ [ "vac_pump", 1 ] ],
[ [ "nail", 16 ] ],
[ [ "wood_panel", 1 ] ],
[ [ "hose", 1 ] ],
[ [ "hose", 1 ], [ "makeshift_hose", 1 ] ],
[ [ "power_supply", 1 ], [ "makeshift_transformer", 2 ] ]
]
}
Expand Down
8 changes: 8 additions & 0 deletions data/mods/innawood/requirements/tailoring.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,13 @@
"type": "requirement",
"//": "All kinds of clothing buttons.",
"components": [ [ [ "button_plastic", 1 ], [ "button_wood", 1 ], [ "button_steel", 1 ], [ "button_bronze", 1 ] ] ]
},
{
"id": "plastic_molding",
"type": "requirement",
"//": "Melting and reshaping plastic items through the use of vacuum forming molds, per 70 g of plastic. Usually takes 30 minutes per unit.",
"qualities": [ { "id": "CUT", "level": 2 } ],
"tools": [ [ [ "makeshift_vacuum_mold", 4 ], [ "vac_mold", 2 ] ], [ [ "surface_heat", 5, "LIST" ] ] ],
"components": [ [ [ "plastic_chunk", 1 ] ] ]
}
]

0 comments on commit a0356ed

Please sign in to comment.