diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-24 21:16:47 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-24 21:16:47 -0800 |
commit | 911c4fcfb8243d1c9d837850ea1c17b673bf98ac (patch) | |
tree | 26ef0e125a1c7851cafa48b8a11382ccdfed836f /vamp_stuff/Modification_Files/Recipes | |
parent | Change mod from misc to content pack. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-911c4fcfb8243d1c9d837850ea1c17b673bf98ac.tar.xz |
Port back a number of fixes and cleanups from my attempt to port the mod to DDA.
Diffstat (limited to 'vamp_stuff/Modification_Files/Recipes')
-rw-r--r-- | vamp_stuff/Modification_Files/Recipes/recipe_blood.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vamp_stuff/Modification_Files/Recipes/recipe_blood.json b/vamp_stuff/Modification_Files/Recipes/recipe_blood.json index 7af55eb..07b696d 100644 --- a/vamp_stuff/Modification_Files/Recipes/recipe_blood.json +++ b/vamp_stuff/Modification_Files/Recipes/recipe_blood.json @@ -134,7 +134,7 @@ }, { "result": "compactsheet", - "note": "Loosely base difficulty on neoprene sheets from chemicals.", + "//": "Loosely base difficulty on neoprene sheets from chemicals.", "type": "recipe", "category": "CC_OTHER", "subcategory": "CSC_OTHER_MATERIALS", @@ -147,7 +147,7 @@ }, { "result": "stickyblood", - "note": "Loosely base difficulty on concentrated hydrogen peroxide.", + "//": "Loosely base difficulty on concentrated hydrogen peroxide.", "type": "recipe", "category": "CC_OTHER", "subcategory": "CSC_OTHER_MATERIALS", @@ -160,7 +160,7 @@ }, { "result": "melted_bloodrune", - "note": "Loosely base difficulty on HMTD.", + "//": "Loosely base difficulty on HMTD.", "type": "recipe", "category": "CC_OTHER", "subcategory": "CSC_OTHER_MATERIALS", @@ -175,7 +175,7 @@ { "result": "melted_bloodrune", "id_suffix": "from_bigbloodrune", - "note": "Loosely base difficulty on HMTD.", + "//": "Loosely base difficulty on HMTD.", "type": "recipe", "category": "CC_OTHER", "subcategory": "CSC_OTHER_MATERIALS", |