DigitalStorageTweak/ContentLib/RecipePatches/Recipe_DS_Drive_8K.json
Merith 1ea86db763 Convert to magefile for validation
Convert Makefile to Magefile
Add json validations
2025-06-22 14:51:21 -07:00

39 lines
No EOL
1.1 KiB
JSON

{
"$schema": "https://raw.githubusercontent.com/budak7273/ContentLib_Documentation/refs/heads/main/JsonSchemas/CL_Recipe.json",
"Name": "DS Drive (8K)",
"Ingredients": [
{
"Item": "Desc_DS_Drive_4K",
"Amount": 1
},
{
"Item": "Desc_IronPlateReinforced",
"Amount": 20
},
{
"Item": "Desc_Computer",
"Amount": 10
}
],
"Products": [
{
"Item": "Desc_DS_Drive_8K",
"Amount": 1
}
],
"ManufacturingDuration": 45.0,
"ProducedIn": [
"Build_ManufacturerMk1_C"
],
"OverrideCategory": "IC_DS_C",
"ManufacturingMenuPriority": 0.0,
"UnlockedBy": [
"Schematic_DS_Mam_Drives_8K_C"
],
"ManualManufacturingMultiplier": 0.0,
"VariablePowerConsumptionConstant": 0.0,
"VariablePowerConsumptionFactor": 1.0,
"ClearIngredients": true,
"ClearProducts": true,
"ClearBuilders": true
}