(Step 2: the full wall)

类别: CONSTRUCT
Difficulty: (construction)
耗时: 180 m 分钟
需要地形: # 干砌石墙(半成品)
产品: LINE_OXOX 干砌石墙
需要工具:
> 1 个 挖掘 功能至少 2 级的工具
需要材料:
> 16 石头

查看 JSON
{
    "type": "construction",
    "id": "constr_drystone_wall",
    "group": "build_dry_stone_wall",
    "\/\/": "Step 2: the full wall",
    "category": "CONSTRUCT",
    "required_skills": [
        [
            "fabrication",
            3
        ]
    ],
    "time": "180 m",
    "qualities": [
        [
            {
                "id": "DIG",
                "level": 2,
                "quality": {}
            }
        ]
    ],
    "components": [
        [
            {
                "amount": 16,
                "item": {}
            }
        ]
    ],
    "pre_terrain": "t_drystone_wall_half",
    "post_terrain": "t_drystone_wall",
    "repo_id": 12672,
    "original_id": "constr_drystone_wall"
}