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/weapons/assault_rifle.json

19 lines
369 B
JSON

{
"path": "weapons/assault_rifle",
"recipe": {
"inputs": {
"reinforced_steel": 4,
"weapon_control_circuit": 1,
"power_circuit": 1
},
"output": {
"assault_rifle_common": 1
},
"craft_time_seconds": 90
},
"craft": {
"type": "weapons",
"subCategory": "rifle",
"id": "weapons:rifle:weapons_assault_rifle"
}
}