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

Add construction recipe to turn shallow water to dirt. #36493

Merged
merged 8 commits into from
Jan 4, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions data/json/construction.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,18 @@
"pre_terrain": "t_door_frame",
"post_terrain": "t_door_c"
},
{
"type": "construction",
"description": "Fill Shallow Water With Dirt",
"//": "Fills a shallow water with dirt.",
"category": "CONSTRUCT",
"required_skills": [ [ "survival", 1 ] ],
"time": 60,
RafeHaab marked this conversation as resolved.
Show resolved Hide resolved
"qualities": [ [ { "id": "DIG", "level": 2 } ] ],
"components": [ [ [ "material_soil", 500 ] ] ],
This conversation was marked as resolved.
Show resolved Hide resolved
"pre_terrain": "t_swater_sh",
"post_terrain": "t_dirt"
},
{
"type": "construction",
"description": "Build Door",
Expand Down