(Adds wood chippings to a shallow pit to prevent plants growing, or for looks.)

类别: CONSTRUCT
Difficulty: (construction)
耗时: 40 m 分钟
需要地形: 0 浅坑
产品: . 碎木屑
需要材料:
> 50 碎木

查看 JSON
{
    "type": "construction",
    "id": "constr_woodchips",
    "group": "make_woodchip_floor",
    "\/\/": "Adds wood chippings to a shallow pit to prevent plants growing, or for looks.",
    "category": "CONSTRUCT",
    "required_skills": [
        [
            "fabrication",
            0
        ]
    ],
    "time": "40 m",
    "components": [
        [
            {
                "amount": 50,
                "item": {}
            }
        ]
    ],
    "pre_terrain": "t_pit_shallow",
    "post_terrain": "t_woodchips",
    "repo_id": 12646,
    "original_id": "constr_woodchips"
}