magiclysm-bn/recipes/construction.json
histoire b96862c9d7 initial commit
FossilOrigin-Name: 8d766a175beea27236b2d3fd3761f97321e6db3872743c5d12023a64af5930bc
2023-03-28 03:56:15 +00:00

21 lines
608 B
JSON

[
{
"type": "construction",
"id": "constr_magiclysm_translocator_gate",
"group": "build_translocator_gate",
"category": "FURN",
"required_skills": [ [ "fabrication", 6 ], [ "spellcraft", 6 ] ],
"time": "360 m",
"qualities": [ [ { "id": "HAMMER", "level": 2 } ], [ { "id": "SAW_W", "level": 2 } ] ],
"components": [
[ [ "wood_sheet", 2 ], [ "wood_panel", 4 ] ],
[ [ "2x4", 4 ] ],
[ [ "nail", 24 ] ],
[ [ "teleporter", 1 ] ],
[ [ "sheet", 2 ] ]
],
"pre_special": "check_empty",
"post_furniture": "f_magiclysm_translocator_gate"
}
]