summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/v_materials.json4
-rw-r--r--vamp_stuff/Modification_Files/Recipes/recipe_blood.json9
2 files changed, 7 insertions, 6 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
index 2d5251f..5294cd3 100644
--- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
+++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
@@ -103,8 +103,8 @@
"looks_like": "jerky",
"name": { "str": "blood bar" },
"description": "An 'energy' bar made from powdered and thickened blood. It is reasonably tasty and keeps for a long time.",
- "weight": "150 g",
- "volume": "223 ml",
+ "weight": "85 g",
+ "volume": "125 ml",
"price": "0 cent",
"material": [ "blood" ],
"symbol": "'",
diff --git a/vamp_stuff/Modification_Files/Recipes/recipe_blood.json b/vamp_stuff/Modification_Files/Recipes/recipe_blood.json
index 68345ec..a9f13af 100644
--- a/vamp_stuff/Modification_Files/Recipes/recipe_blood.json
+++ b/vamp_stuff/Modification_Files/Recipes/recipe_blood.json
@@ -85,7 +85,7 @@
"subcategory": "CSC_FOOD_OTHER",
"skill_used": "cooking",
"difficulty": 3,
- "charges": 4,
+ "count": 2,
"time": "30 m",
"batch_time_factors": [ 75, 2 ],
"book_learn": [ [ "vamp_upgradebook1", 10 ] ],
@@ -102,7 +102,7 @@
"subcategory": "CSC_FOOD_OTHER",
"skill_used": "cooking",
"difficulty": 3,
- "charges": 4,
+ "count": 2,
"time": "30 m",
"batch_time_factors": [ 75, 2 ],
"book_learn": [ [ "vamp_upgradebook1", 10 ] ],
@@ -151,16 +151,17 @@
},
{
"result": "melted_bloodrune",
+ "id_suffix": "from_bigbloodrune",
"type": "recipe",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_MATERIALS",
"skill_used": "fabrication",
"difficulty": 0,
- "charges": 4,
+ "count": 4,
"time": "30 m",
"book_learn": [ [ "vamp_upgradebook1", 10 ] ],
"qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "BOIL", "level": 1 } ],
"tools": [ [ [ "surface_heat", 3, "LIST" ] ] ],
- "components": [ [ [ "bigbloodrune", 4 ] ] ]
+ "components": [ [ [ "bigbloodrune", 1 ] ] ]
}
]