summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-18 19:53:17 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-18 19:53:17 -0700
commit336a9aa05a7809118aeeed154a5307f736160793 (patch)
tree67524e3098feb160aa0e4e6dbeea941464bcffac
parentCleaned up more mission text. (diff)
downloadcataclysm-bn-mod_vampire-stuff-redone-336a9aa05a7809118aeeed154a5307f736160793.tar.xz
Rebalance blood again.
Add synthetic blood powder.
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/v_materials.json24
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/v_recipe.json29
2 files changed, 44 insertions, 9 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
index 7d261b9..4c0a827 100644
--- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
+++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json
@@ -12,7 +12,7 @@
"symbol": "~",
"quench": 20,
"healthy": 4,
- "calories": 150,
+ "calories": 300,
"description": "Blood, possibly that of a human. Disgusting!",
"price": 100,
"material": [ "hflesh" ],
@@ -88,7 +88,7 @@
"volume": "3 ml",
"price": 1,
"count": 10,
- "quench": 1,
+ "quench": 0,
"healthy": 1,
"nutrition": 3,
"material": [ "hflesh" ],
@@ -155,7 +155,7 @@
"symbol": "~",
"quench": 10,
"healthy": 2,
- "calories": 75,
+ "calories": 150,
"description": "Synthetic blood, not possibly that of a human. Still disgusting!",
"price": 100,
"material": [ "hflesh" ],
@@ -163,5 +163,23 @@
"phase": "liquid",
"fun": 5,
"flags": [ "EATEN_HOT", "NUTRIENT_OVERRIDE" ]
+ },
+ {
+ "id": "synthbloodpowder",
+ "type": "COMESTIBLE",
+ "comestible_type": "FOOD",
+ "name": { "str": "synthetic blood powder" },
+ "description": "A powdered synthetic blood. Near-perfect vampire getaway snacks.",
+ "weight": "10 g",
+ "volume": "3 ml",
+ "price": 1,
+ "count": 10,
+ "quench": 0,
+ "healthy": 0,
+ "nutrition": 2,
+ "material": [ "hflesh" ],
+ "symbol": "'",
+ "color": "red",
+ "flags": [ "ZERO_WEIGHT" ]
}
]
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 ] ] ]
}
]