Client/GameServer/data/gso/recipes/consumables/health_kit_small.json

18 lines
346 B
JSON

{
"path": "consumables/health_kit_small",
"recipe": {
"inputs": {
"bandage": 2,
"alien_fauna_sample": 1
},
"output": {
"health_kit_small": 1
},
"craft_time_seconds": 15
},
"craft": {
"type": "consumables",
"subCategory": "misc",
"id": "consumables:misc:consumables_health_kit_small"
}
}