Client/Galaxy-Strike-Online-main/GameServer/data/gso/recipes/alloys/superconductive_alloy.json

19 lines
373 B
JSON

{
"path": "alloys/superconductive_alloy",
"recipe": {
"inputs": {
"copper_ingot": 1,
"silver_ingot": 1,
"flux_crystal": 1
},
"output": {
"superconductive_alloy": 1
},
"alloy_time_seconds": 55
},
"craft": {
"type": "alloys",
"subCategory": "chemical",
"id": "alloys:chemical:alloys_superconductive_alloy"
}
}