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/Galaxy-Strike-Online-main/GameServer/data/gso/recipes/weapons/plasma_cutter.json

19 lines
370 B
JSON

{
"path": "weapons/plasma_cutter",
"recipe": {
"inputs": {
"flux_core_alloy": 3,
"weapon_control_circuit": 1,
"flux_crystal": 2
},
"output": {
"plasma_cutter_rare": 1
},
"craft_time_seconds": 180
},
"craft": {
"type": "weapons",
"subCategory": "special",
"id": "weapons:special:weapons_plasma_cutter"
}
}