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/armours/gloves_basic.json

18 lines
319 B
JSON

{
"path": "armours/gloves_basic",
"recipe": {
"inputs": {
"iron_ingot": 2,
"bandage": 1
},
"output": {
"gloves_basic_common": 1
},
"craft_time_seconds": 30
},
"craft": {
"type": "armours",
"subCategory": "hands",
"id": "armours:hands:armours_gloves_basic"
}
}