Skip to content

Commit

Permalink
feat(balance): stop requesting frames lost on deconstruct (cataclysmb…
Browse files Browse the repository at this point in the history
…nteam#5638)

* fix

* style(autofix.ci): automated formatting

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
RoyalFox2140 and autofix-ci[bot] authored Nov 1, 2024
1 parent a763bf6 commit ab94d2f
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions data/json/construction.json
Original file line number Diff line number Diff line change
Expand Up @@ -4474,10 +4474,10 @@
"group": "install_wind_turbine",
"category": "WORKSHOP",
"required_skills": [ [ "fabrication", 4 ], [ "electronics", 1 ] ],
"time": "70 m",
"qualities": [ [ { "id": "WRENCH", "level": 2 } ], [ { "id": "SCREW", "level": 1 } ] ],
"time": "30 m",
"qualities": [ [ { "id": "DRILL", "level": 2 } ], [ { "id": "SCREW", "level": 1 } ] ],
"using": [ [ "soldering_standard", 10 ] ],
"components": [ [ [ "steel_chunk", 5 ] ], [ [ "plastic_chunk", 2 ] ], [ [ "wind_turbine", 1 ] ], [ [ "frame", 1 ] ] ],
"components": [ [ [ "steel_chunk", 5 ] ], [ [ "plastic_chunk", 2 ] ], [ [ "wind_turbine", 1 ] ] ],
"pre_note": "Will only work if constructed on a roof. Also needs a building that has an electric grid with a mounted battery.",
"pre_flags": [ "ROOF", "FLAT" ],
"post_furniture": "f_turbine_unit"
Expand All @@ -4502,15 +4502,10 @@
"group": "install_xl_wind_turbine",
"category": "WORKSHOP",
"required_skills": [ [ "fabrication", 4 ], [ "electronics", 1 ] ],
"time": "70 m",
"qualities": [ [ { "id": "WRENCH", "level": 2 } ], [ { "id": "SCREW", "level": 1 } ] ],
"time": "30 m",
"qualities": [ [ { "id": "DRILL", "level": 2 } ], [ { "id": "SCREW", "level": 1 } ] ],
"using": [ [ "soldering_standard", 20 ] ],
"components": [
[ [ "steel_chunk", 5 ] ],
[ [ "plastic_chunk", 2 ] ],
[ [ "xl_wind_turbine", 1 ] ],
[ [ "frame", 2 ], [ "hdframe", 1 ] ]
],
"components": [ [ [ "steel_chunk", 5 ] ], [ [ "plastic_chunk", 2 ] ], [ [ "xl_wind_turbine", 1 ] ] ],
"pre_note": "Will only work if constructed on a roof. Also needs a building that has an electric grid with a mounted battery.",
"pre_flags": [ "ROOF", "FLAT" ],
"post_furniture": "f_xl_turbine_unit"
Expand Down

0 comments on commit ab94d2f

Please sign in to comment.