We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. Build bridges over open-air tiles
Describe the solution you'd like Add a construction recipe for this kind of bridge
Describe alternatives you've considered Nothing, it's too hot to think.
Additional context Code here for anyone who wants to think outside the box in my place:
{ "type": "construction", "description": "Build Log Bridge", "//": "Step 1: half of a log bridge", "category": "CONSTRUCT", "required_skills": [ [ "fabrication", 4 ] ], "time": "60 m", "qualities": [ [ { "id": "SAW_W", "level": 2 } ] ], "components": [ [ [ "log", 2 ], [ "wood_beam", 2 ] ], [ [ "stick_long", 4 ], [ "2x4", 6 ] ] ], "pre_terrain": "t_open_air", "post_terrain": "t_bridge_air_half" }, { "type": "construction", "description": "Build Log Bridge", "//": "Step 2: Finish the log bridge", "category": "CONSTRUCT", "required_skills": [ [ "fabrication", 4 ] ], "time": "60 m", "qualities": [ [ { "id": "HAMMER", "level": 2 }, { "id": "SAW_W", "level": 2 } ] ], "components": [ [ [ "wood_panel", 2 ] ], [ [ "stick", 12 ], [ "2x4", 6 ] ] ], [ [ "rope_6", 4 ], [ "rope_makeshift_6", 6 ], [ "nail", 24 ] ], "pre_terrain": "t_bridge_air_half", "post_terrain": "t_bridge_air" },
The text was updated successfully, but these errors were encountered:
A metal grate option like some of the existing generated structures have for catwalks and fire escapes would be nice too.
Say, same code as above but requiring Welding 1, some pipes, and a lightweight frame?
(correction: brain said frame, fingers typed lightweight frame)
Sorry, something went wrong.
Metal grates sound good, let me look into it.
Opened pull issue.
No branches or pull requests
Is your feature request related to a problem? Please describe.
Build bridges over open-air tiles
Describe the solution you'd like
Add a construction recipe for this kind of bridge
Describe alternatives you've considered
Nothing, it's too hot to think.
Additional context
Code here for anyone who wants to think outside the box in my place:
{
"type": "construction",
"description": "Build Log Bridge",
"//": "Step 1: half of a log bridge",
"category": "CONSTRUCT",
"required_skills": [ [ "fabrication", 4 ] ],
"time": "60 m",
"qualities": [ [ { "id": "SAW_W", "level": 2 } ] ],
"components": [ [ [ "log", 2 ], [ "wood_beam", 2 ] ], [ [ "stick_long", 4 ], [ "2x4", 6 ] ] ],
"pre_terrain": "t_open_air",
"post_terrain": "t_bridge_air_half"
},
{
"type": "construction",
"description": "Build Log Bridge",
"//": "Step 2: Finish the log bridge",
"category": "CONSTRUCT",
"required_skills": [ [ "fabrication", 4 ] ],
"time": "60 m",
"qualities": [ [ { "id": "HAMMER", "level": 2 }, { "id": "SAW_W", "level": 2 } ] ],
"components": [ [ [ "wood_panel", 2 ] ], [ [ "stick", 12 ], [ "2x4", 6 ] ] ], [ [ "rope_6", 4 ], [ "rope_makeshift_6", 6 ], [ "nail", 24 ] ],
"pre_terrain": "t_bridge_air_half",
"post_terrain": "t_bridge_air"
},
The text was updated successfully, but these errors were encountered: