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/body_light.json

18 lines
373 B
JSON

{
"path": "spacesuit_parts/body_suits/body_light",
"recipe": {
"inputs": {
"aluminum_alloy": 3,
"organic_insulation": 2
},
"output": {
"body_light": 1
},
"craft_time_seconds": 90
},
"craft": {
"type": "spacesuit_parts",
"subCategory": "misc",
"id": "spacesuit_parts:misc:spacesuit_parts_body_suits_body_light"
}
}