This repository has been archived on 2026-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
Galaxy-Strike-Online/GameServer/data/gso/recipes/spacesuit_parts/gloves_industrial.json

19 lines
418 B
JSON

{
"path": "spacesuit_parts/gloves/gloves_industrial",
"recipe": {
"inputs": {
"titanium_alloy": 1,
"bio_composite_material": 1,
"control_circuit": 1
},
"output": {
"gloves_industrial": 1
},
"craft_time_seconds": 60
},
"craft": {
"type": "spacesuit_parts",
"subCategory": "misc",
"id": "spacesuit_parts:misc:spacesuit_parts_gloves_gloves_industrial"
}
}