Skip to content

Commit

Permalink
add integrated electrokit to recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
natsirt721 committed May 21, 2024
1 parent 80bb81a commit 6e5e607
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 6 deletions.
9 changes: 8 additions & 1 deletion data/json/recipes/appliances/oven.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,14 @@
{ "proficiency": "prof_elec_circuits", "skill_penalty": 0 }
],
"qualities": [ { "id": "SCREW", "level": 1 } ],
"tools": [ [ [ "soldering_iron", -1 ], [ "soldering_iron_portable", -1 ], [ "integrated_welder", -1 ] ] ],
"tools": [
[
[ "soldering_iron", -1 ],
[ "soldering_iron_portable", -1 ],
[ "integrated_electrokit", -1 ],
[ "integrated_welder", -1 ]
]
],
"components": [
[ [ "plastic_chunk", 4 ] ],
[ [ "sheet_metal_small", 1 ] ],
Expand Down
5 changes: 5 additions & 0 deletions data/json/recipes/armor/head.json
Original file line number Diff line number Diff line change
Expand Up @@ -2013,6 +2013,7 @@
[ "welder_crude", 84 ],
[ "soldering_iron", 84 ],
[ "soldering_iron_portable", 84 ],
[ "integrated_electrokit", 84 ],
[ "integrated_welder", 84 ]
]
],
Expand Down Expand Up @@ -2046,6 +2047,7 @@
[ "welder_crude", 84 ],
[ "soldering_iron", 84 ],
[ "soldering_iron_portable", 84 ],
[ "integrated_electrokit", 84 ],
[ "integrated_welder", 84 ]
]
],
Expand Down Expand Up @@ -2080,6 +2082,7 @@
[ "welder_crude", 84 ],
[ "soldering_iron", 84 ],
[ "soldering_iron_portable", 84 ],
[ "integrated_electrokit", 84 ],
[ "integrated_welder", 84 ]
]
],
Expand Down Expand Up @@ -2110,6 +2113,7 @@
[ "welder_crude", 84 ],
[ "soldering_iron", 84 ],
[ "soldering_iron_portable", 84 ],
[ "integrated_electrokit", 84 ],
[ "integrated_welder", 84 ]
]
],
Expand Down Expand Up @@ -2145,6 +2149,7 @@
[ "welder_crude", 84 ],
[ "soldering_iron", 84 ],
[ "soldering_iron_portable", 84 ],
[ "integrated_electrokit", 84 ],
[ "integrated_welder", 84 ]
]
],
Expand Down
3 changes: 3 additions & 0 deletions data/json/recipes/armor/suit.json
Original file line number Diff line number Diff line change
Expand Up @@ -1822,6 +1822,7 @@
[ "welder_crude", 97 ],
[ "soldering_iron", 97 ],
[ "soldering_iron_portable", 97 ],
[ "integrated_electrokit", 97 ],
[ "integrated_welder", 97 ]
],
[ [ "swage", -1 ] ],
Expand Down Expand Up @@ -1851,6 +1852,7 @@
[ "welder_crude", 72 ],
[ "soldering_iron", 72 ],
[ "soldering_iron_portable", 72 ],
[ "integrated_electrokit", 72 ],
[ "integrated_welder", 72 ]
],
[ [ "swage", -1 ] ],
Expand Down Expand Up @@ -1880,6 +1882,7 @@
[ "welder_crude", 109 ],
[ "soldering_iron", 109 ],
[ "soldering_iron_portable", 109 ],
[ "integrated_electrokit", 109 ],
[ "integrated_welder", 109 ]
],
[ [ "swage", -1 ] ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,11 @@
"time": "1 d",
"skills": [ [ "electronics", 8 ] ],
"inline": {
"tools": [ [ [ "hazmat_suit", -1 ] ], [ [ "mask_gas", 50 ] ], [ [ "soldering_iron", 50 ], [ "soldering_iron_portable", 50 ] ] ],
"tools": [
[ [ "hazmat_suit", -1 ] ],
[ [ "mask_gas", 50 ] ],
[ [ "soldering_iron", 50 ], [ "soldering_iron_portable", 50 ], [ "integrated_electrokit", 50 ] ]
],
"qualities": [ [ { "id": "SCREW" } ], [ { "id": "SCREW_FINE" } ], [ { "id": "WRENCH" } ], [ { "id": "WRENCH_FINE" } ] ],
"components": [
[ [ "solder_wire", 50 ] ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,11 @@
"time": "1 d",
"skills": [ [ "electronics", 8 ] ],
"inline": {
"tools": [ [ [ "hazmat_suit", -1 ] ], [ [ "mask_gas", 50 ] ], [ [ "soldering_iron", 50 ], [ "soldering_iron_portable", 50 ] ] ],
"tools": [
[ [ "hazmat_suit", -1 ] ],
[ [ "mask_gas", 50 ] ],
[ [ "soldering_iron", 50 ], [ "soldering_iron_portable", 50 ], [ "integrated_electrokit", 50 ] ]
],
"qualities": [ [ { "id": "SCREW" } ], [ { "id": "SCREW_FINE" } ], [ { "id": "WRENCH" } ], [ { "id": "WRENCH_FINE" } ] ],
"components": [
[ [ "solder_wire", 50 ] ],
Expand Down
7 changes: 6 additions & 1 deletion data/json/recipes/recipe_others.json
Original file line number Diff line number Diff line change
Expand Up @@ -1213,6 +1213,7 @@
[ "integrated_welder", 300 ],
[ "soldering_iron", 300 ],
[ "soldering_iron_portable", 300 ],
[ "integrated_electrokit", 300 ],
[ "oxy_torch", 40 ]
]
],
Expand Down Expand Up @@ -1389,6 +1390,7 @@
[ "integrated_welder", 150 ],
[ "soldering_iron", 150 ],
[ "soldering_iron_portable", 150 ],
[ "integrated_electrokit", 150 ],
[ "oxy_torch", 20 ]
]
],
Expand Down Expand Up @@ -1428,6 +1430,7 @@
[ "integrated_welder", 75 ],
[ "soldering_iron", 75 ],
[ "soldering_iron_portable", 75 ],
[ "integrated_electrokit", 75 ],
[ "oxy_torch", 10 ]
]
],
Expand Down Expand Up @@ -1592,6 +1595,7 @@
[ "integrated_welder", 225 ],
[ "soldering_iron", 225 ],
[ "soldering_iron_portable", 225 ],
[ "integrated_electrokit", 225 ],
[ "oxy_torch", 30 ]
]
],
Expand Down Expand Up @@ -1762,7 +1766,8 @@
[ "welder_crude", 150 ],
[ "integrated_welder", 150 ],
[ "soldering_iron", 150 ],
[ "soldering_iron_portable", 150 ]
[ "soldering_iron_portable", 150 ],
[ "integrated_electrokit", 150 ]
]
],
"components": [ [ [ "steel_chunk", 6 ], [ "scrap", 18 ] ], [ [ "pipe", 2 ] ] ]
Expand Down
3 changes: 2 additions & 1 deletion data/json/recipes/weapon/explosive.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@
[ "welder_crude", 30 ],
[ "integrated_welder", 30 ],
[ "soldering_iron", 30 ],
[ "soldering_iron_portable", 30 ]
[ "soldering_iron_portable", 30 ],
[ "integrated_electrokit", 30 ]
]
],
"components": [
Expand Down
1 change: 1 addition & 0 deletions data/json/requirements/toolsets.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@
"tools": [
[
[ "soldering_iron", 1 ],
[ "integrated_electrokit", 1 ],
[ "soldering_iron_portable", 1 ],
[ "integrated_welder", 1 ],
[ "small_repairkit", 1 ],
Expand Down
10 changes: 9 additions & 1 deletion data/json/uncraft/vehicle/alternator.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,15 @@
"difficulty": 4,
"time": "40 m",
"qualities": [ { "id": "SCREW", "level": 1 }, { "id": "WRENCH", "level": 1 }, { "id": "SAW_M", "level": 1 } ],
"tools": [ [ [ "soldering_iron", 80 ], [ "soldering_iron_portable", 80 ], [ "toolset", 80 ], [ "oxy_torch", 40 ] ] ],
"tools": [
[
[ "soldering_iron", 80 ],
[ "soldering_iron_portable", 80 ],
[ "integrated_electrokit", 80 ],
[ "toolset", 80 ],
[ "oxy_torch", 40 ]
]
],
"components": [
[ [ "power_supply", 4 ] ],
[ [ "cable", 400 ] ],
Expand Down

0 comments on commit 6e5e607

Please sign in to comment.