summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json
diff options
context:
space:
mode:
Diffstat (limited to 'vamp_stuff/Modification_Files/Items/Misc/v_recipe.json')
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/v_recipe.json29
1 files changed, 23 insertions, 6 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json b/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json
index 7947322..7550534 100644
--- a/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json
+++ b/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json
@@ -207,14 +207,16 @@
{
"result": "bloodpowder",
"type": "recipe",
- "category": "CC_OTHER",
- "subcategory": "CSC_OTHER_MATERIALS",
- "skill_used": "fabrication",
- "difficulty": 0,
- "time": 500,
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_DRY",
+ "skill_used": "cooking",
+ "difficulty": 4,
+ "charges": 4,
+ "time": "12 m",
+ "batch_time_factors": [83,3],
"book_learn": [ [ "vamp_upgradebook1", 10 ] ],
"byproducts": [ [ "bloodextract" ] ],
- "qualities": [ { "id": "BREFINING", "level": 1 } ],
+ "qualities": [ { "id": "BREFINING", "level": 1 }, { "id": "CHEM", "level": 2 } ],
"components": [ [ [ "blood", 1 ] ] ]
},
{
@@ -306,5 +308,20 @@
"qualities": [ { "id": "BOIL", "level": 1 } ],
"tools": [ [ [ "water_boiling_heat", 3, "LIST" ] ] ],
"components": [ [ [ "protein_powder", 1 ] ], [ [ "water_clean", 1 ] ], [ [ "sugar", 5 ] ], [ [ "salt", 5 ] ] ]
+ },
+ {
+ "result": "synthbloodpowder",
+ "type": "recipe",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_DRY",
+ "skill_used": "cooking",
+ "difficulty": 4,
+ "charges": 4,
+ "time": "12 m",
+ "batch_time_factors": [83,3],
+ "book_learn": [ [ "vamp_upgradebook1", 10 ] ],
+ "byproducts": [ [ "bloodextract" ] ],
+ "qualities": [ { "id": "BREFINING", "level": 1 }, { "id": "CHEM", "level": 2 } ],
+ "components": [ [ [ "synthblood", 1 ] ] ]
}
]