Skip to content
New issue

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

Bridge over open "air" tiles #36496

Closed
RafeHaab opened this issue Dec 27, 2019 · 3 comments
Closed

Bridge over open "air" tiles #36496

RafeHaab opened this issue Dec 27, 2019 · 3 comments

Comments

@RafeHaab
Copy link
Contributor

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"
},

@RafeHaab RafeHaab changed the title Brige open "air" tiles Bridge over open "air" tiles Dec 27, 2019
@scorpion451
Copy link

scorpion451 commented Dec 30, 2019

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)

@RafeHaab
Copy link
Contributor Author

Metal grates sound good, let me look into it.

@RafeHaab
Copy link
Contributor Author

RafeHaab commented Jan 4, 2020

Opened pull issue.

@RafeHaab RafeHaab closed this as completed Jan 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants