API/GameServer/data/gso/recipes/spacesuit_parts/pants_standard.json

19 lines
410 B
JSON

{
"path": "spacesuit_parts/pants/pants_standard",
"recipe": {
"inputs": {
"titanium_alloy": 2,
"bio_composite_material": 1,
"organic_insulation": 1
},
"output": {
"pants_standard": 1
},
"craft_time_seconds": 70
},
"craft": {
"type": "spacesuit_parts",
"subCategory": "misc",
"id": "spacesuit_parts:misc:spacesuit_parts_pants_pants_standard"
}
}