Would a bundle of 2x4’s or pipes be useful as a recipe?
{
“type”:“GENERIC”,
“id”: “2x4_bundle_100”,
“category” : “spare_parts”,
“symbol”: “/”,
“color”: “light_gray”,
“name”: “100 two by fours”,
“name_plural”: “100 two by fours”,
“description”: “100 two by fours, stacked neatly and bound by two long ropes.”,
“price”: 820000,
“material”: [“wood”, “cotton”],
“weight”: 141260,
“volume”: 600,
“bashing”: 10,
“cutting”: 0,
“to_hit”: -5
},
{
“type”:“GENERIC”,
“id”: “pipe_bundle_100”,
“category” : “spare_parts”,
“symbol”: “/”,
“color”: “light_gray”,
“name”: “100 pipes”,
“name_plural”: “100 pipes”,
“description”: “100 pipes, stacked neatly and bound by two long ropes.”,
“price”: 770000,
“material”: [“steel”, “cotton”],
“weight”: 128360,
“volume”: 400,
“bashing”: 10,
“cutting”: 0,
“to_hit”: -5
},
{
“type” : “recipe”,
“result”: “2x4_bundle_100”,
“category”: “CC_OTHER”,
“subcategory”: “CSC_OTHER_MATERIALS”,
“difficulty”: 0,
“time”: 10000,
“reversible”: true,
“autolearn”: true,
“tools”: [ ],
“components”: [
[
[ “rope_30”, 2 ]
],
[
[ “2x4”, 100 ]
]
]
},
{
“type” : “recipe”,
“result”: “pipe_bundle_100”,
“category”: “CC_OTHER”,
“subcategory”: “CSC_OTHER_MATERIALS”,
“difficulty”: 0,
“time”: 10000,
“reversible”: true,
“autolearn”: true,
“tools”: [ ],
“components”: [
[
[ “rope_30”, 2 ]
],
[
[ “pipe”, 100 ]
]
]
},