From 6c0050a39c3bb414080b43727a8104e0f696f453 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 25 Aug 2022 14:42:19 -0700 Subject: Obsolete Blood Extactor and Blood Forge. Update impacted recipes acordingly. Fix powdered blood recipe to be based on powdered milk recipe. Clean up component listings for recipes. Remove duplicate Blood Forge Recipe. Update readme. --- .../Modification_Files/Items/Tools/v_tools.json | 54 +--------- .../Modification_Files/Items/Tools/z_obsolete.json | 78 ++++++++++++++ .../NPC/npc_gears/npc_gears_sell.json | 1 - .../Modification_Files/Recipes/recipe_ammo.json | 23 +++-- .../Modification_Files/Recipes/recipe_armor.json | 103 ++++++++++++++---- .../Modification_Files/Recipes/recipe_blood.json | 72 +++++++++---- .../Modification_Files/Recipes/recipe_tools.json | 41 -------- .../Modification_Files/Recipes/recipe_weapons.json | 115 ++++++++++++--------- .../Modification_Files/Recipes/z_obsolete.json | 27 +++++ vamp_stuff/Modification_Files/obsoletion.json | 12 --- vamp_stuff/readme | 4 +- 11 files changed, 326 insertions(+), 204 deletions(-) create mode 100644 vamp_stuff/Modification_Files/Items/Tools/z_obsolete.json create mode 100644 vamp_stuff/Modification_Files/Recipes/z_obsolete.json delete mode 100644 vamp_stuff/Modification_Files/obsoletion.json diff --git a/vamp_stuff/Modification_Files/Items/Tools/v_tools.json b/vamp_stuff/Modification_Files/Items/Tools/v_tools.json index dc921df..5d8bbe2 100644 --- a/vamp_stuff/Modification_Files/Items/Tools/v_tools.json +++ b/vamp_stuff/Modification_Files/Items/Tools/v_tools.json @@ -1,29 +1,4 @@ [ - { - "id": "blood_forge_infuse", - "looks_like": "forge", - "type": "TOOL", - "name": { "str": "blood infusion forge" }, - "description": "A primitive tool used in vampiric crafts. This is much like a normal battery-operated forge, but with additional components that allow working with blood.", - "weight": "14500 g", - "volume": "3750 ml", - "price": "0 cent", - "price_postapoc": "1500 USD", - "to_hit": -2, - "bashing": 4, - "material": [ "steel", "glass" ], - "color": "red", - "symbol": "Q", - "ammo": [ "battery" ], - "charges_per_use": 100, - "qualities": [ [ "BINFUSING", 1 ], [ "HAMMER", 3 ], [ "CHISEL", 3 ] ], - "magazines": [ - [ - "battery", - [ "medium_battery_cell", "medium_plus_battery_cell", "medium_atomic_battery_cell", "medium_disposable_cell" ] - ] - ] - }, { "id": "bloodcompressor", "looks_like": "tailors_kit", @@ -37,8 +12,8 @@ "to_hit": -1, "bashing": 3, "material": [ "steel", "glass" ], - "color": "red", - "symbol": "H", + "color": "yellow", + "symbol": ";", "ammo": [ "battery" ], "charges_per_use": 150, "qualities": [ [ "BCOMPRESSING", 1 ], [ "CUT", 3 ] ], @@ -48,30 +23,5 @@ [ "heavy_battery_cell", "heavy_plus_battery_cell", "heavy_atomic_battery_cell", "heavy_disposable_cell" ] ] ] - }, - { - "id": "bloodchem", - "looks_like": "chemistry_set", - "type": "TOOL", - "name": { "str": "blood chemistry set" }, - "description": "A simple blood chemistry set. It has the complete tools in making chemicals and adhesives for essential projects.", - "weight": "4850 g", - "volume": "3250 ml", - "price": "0 cent", - "price_postapoc": "1500 USD", - "to_hit": -1, - "bashing": 3, - "material": [ "steel", "glass" ], - "color": "red", - "symbol": "&", - "ammo": [ "battery" ], - "charges_per_use": 10, - "qualities": [ [ "BCHEMISTRY", 1 ], [ "DISTILL", 1 ], [ "CHEM", 3 ], [ "BOIL", 1 ] ], - "magazines": [ - [ - "battery", - [ "light_minus_battery_cell", "light_minus_atomic_battery_cell", "light_minus_disposable_cell" ] - ] - ] } ] diff --git a/vamp_stuff/Modification_Files/Items/Tools/z_obsolete.json b/vamp_stuff/Modification_Files/Items/Tools/z_obsolete.json new file mode 100644 index 0000000..eb1e48a --- /dev/null +++ b/vamp_stuff/Modification_Files/Items/Tools/z_obsolete.json @@ -0,0 +1,78 @@ +[ + { + "id": "blood_forge_infuse", + "looks_like": "forge", + "type": "TOOL", + "name": { "str": "blood infusion forge" }, + "description": "A primitive tool used in vampiric crafts. This is much like a normal battery-operated forge, but with additional components that allow working with blood.", + "weight": "14500 g", + "volume": "3750 ml", + "price": "0 cent", + "price_postapoc": "1500 USD", + "to_hit": -2, + "bashing": 4, + "material": [ "steel", "glass" ], + "color": "dark_gray", + "symbol": ";", + "ammo": [ "battery" ], + "charges_per_use": 100, + "qualities": [ [ "BINFUSING", 1 ], [ "HAMMER", 3 ], [ "CHISEL", 3 ] ], + "magazines": [ + [ + "battery", + [ "medium_battery_cell", "medium_plus_battery_cell", "medium_atomic_battery_cell", "medium_disposable_cell" ] + ] + ] + }, + { + "id": "bloodextractor", + "looks_like": "dehydrator", + "type": "TOOL", + "name": { "str": "blood dehydrator" }, + "description": "A small, heating container used in extracting water components from blood, turning it into a powder speckles. It uses common batteries.", + "weight": "1150 g", + "volume": "1250 ml", + "price": "0 cent", + "price_postapoc": "1000 USD", + "to_hit": -1, + "bashing": 3, + "material": [ "steel", "glass" ], + "color": "blue", + "symbol": ";", + "ammo": [ "battery" ], + "charges_per_use": 25, + "max_charges": 250, + "qualities": [ [ "BREFINING", 1 ] ], + "magazines": [ + [ + "battery", + [ "medium_battery_cell", "medium_plus_battery_cell", "medium_atomic_battery_cell", "medium_disposable_cell" ] + ] + ] + }, + { + "id": "bloodchem", + "looks_like": "chemistry_set", + "type": "TOOL", + "name": { "str": "blood chemistry set" }, + "description": "A simple blood chemistry set. It has the complete tools in making chemicals and adhesives for essential projects.", + "weight": "4850 g", + "volume": "3250 ml", + "price": "0 cent", + "price_postapoc": "1500 USD", + "to_hit": -1, + "bashing": 3, + "material": [ "steel", "glass" ], + "color": "light_gray", + "symbol": ";", + "ammo": [ "battery" ], + "charges_per_use": 10, + "qualities": [ [ "BCHEMISTRY", 1 ], [ "DISTILL", 1 ], [ "CHEM", 3 ], [ "BOIL", 1 ] ], + "magazines": [ + [ + "battery", + [ "medium_battery_cell", "medium_plus_battery_cell", "medium_atomic_battery_cell", "medium_disposable_cell" ] + ] + ] + } +] diff --git a/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json b/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json index 80a19ef..39001ff 100644 --- a/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json +++ b/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json @@ -6,7 +6,6 @@ "entries": [ { "group": "vampmeleeweapon", "prob": 50, "count": [ 0, 3 ] }, { "item": "blood_talisman", "prob": 50 }, - { "item": "blood_forge_infuse", "prob": 75 }, { "item": "bloodcompressor", "prob": 75 }, { "item": "synthblood", "prob": 100, "container-item": "bottle_plastic", "count-min": 2, "count-max": 5 }, { "item": "protein_powder", "prob": 75, "count-min": 1, "count-max": 3 }, diff --git a/vamp_stuff/Modification_Files/Recipes/recipe_ammo.json b/vamp_stuff/Modification_Files/Recipes/recipe_ammo.json index 8dea3ef..8ecc422 100644 --- a/vamp_stuff/Modification_Files/Recipes/recipe_ammo.json +++ b/vamp_stuff/Modification_Files/Recipes/recipe_ammo.json @@ -9,7 +9,9 @@ "difficulty": 0, "time": "45 s", "book_learn": [ [ "vamp_gunner1", 10 ] ], - "components": [ [ [ "bloodpowder", 1 ] ] ] + "components": [ + [ [ "bloodpowder", 1 ] ] + ] }, { "result": "bloodyshaky", @@ -19,7 +21,9 @@ "skills_required": [ "fabrication", 0 ], "difficulty": 0, "time": "45 s", - "components": [ [ [ "blood", 1 ] ] ] + "components": [ + [ [ "blood", 1 ] ] + ] }, { "result": "bloodypressure", @@ -30,8 +34,11 @@ "difficulty": 0, "time": "45 s", "book_learn": [ [ "vamp_gunner1", 10 ] ], - "qualities": [ { "id": "BCHEMISTRY", "level": 1 } ], - "components": [ [ [ "bloodpowder", 10 ] ], [ [ "water", 2 ] ] ] + "qualities": [ { "id": "CHEM", "level": 3 } ], + "components": [ + [ [ "bloodpowder", 10 ] ], + [ [ "water", 2 ] ] + ] }, { "result": "bloodyinfect", @@ -42,8 +49,12 @@ "difficulty": 0, "time": "45 s", "book_learn": [ [ "vamp_gunner1", 10 ] ], - "qualities": [ { "id": "BCHEMISTRY", "level": 1 } ], - "components": [ [ [ "bloodpowder", 6 ] ], [ [ "meat_tainted", 1 ], [ "dry_meat_tainted", 1 ] ], [ [ "water", 2 ] ] ] + "qualities": [ { "id": "CHEM", "level": 3 } ], + "components": [ + [ [ "bloodpowder", 6 ] ], + [ [ "meat_tainted", 1 ], [ "dry_meat_tainted", 1 ] ], + [ [ "water", 2 ] ] + ] }, { "result": "reloaded_bloodshot_00", diff --git a/vamp_stuff/Modification_Files/Recipes/recipe_armor.json b/vamp_stuff/Modification_Files/Recipes/recipe_armor.json index 853788a..916271b 100644 --- a/vamp_stuff/Modification_Files/Recipes/recipe_armor.json +++ b/vamp_stuff/Modification_Files/Recipes/recipe_armor.json @@ -8,8 +8,13 @@ "difficulty": 6, "book_learn": [ [ "vamp_darkfashion1", 10 ] ], "time": "495 s", - "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 }, { "id": "BINFUSING", "level": 1 } ], - "components": [ [ [ "duster_survivor", 1 ] ], [ [ "compactsheet", 5 ] ], [ [ "stickyblood", 2 ] ] ] + "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 } ], + "using": [ [ "earthenware_firing", 100 ] ], + "components": [ + [ [ "duster_survivor", 1 ] ], + [ [ "compactsheet", 5 ] ], + [ [ "stickyblood", 2 ] ] + ] }, { "result": "bloodinfused_survivorpants", @@ -20,8 +25,13 @@ "difficulty": 6, "book_learn": [ [ "vamp_darkfashion1", 10 ] ], "time": "452 s", - "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 }, { "id": "BINFUSING", "level": 1 } ], - "components": [ [ [ "pants_survivor", 1 ] ], [ [ "compactsheet", 4 ] ], [ [ "stickyblood", 2 ] ] ] + "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 } ], + "using": [ [ "earthenware_firing", 100 ] ], + "components": [ + [ [ "pants_survivor", 1 ] ], + [ [ "compactsheet", 4 ] ], + [ [ "stickyblood", 2 ] ] + ] }, { "result": "bloodinfused_survivorgloves", @@ -32,8 +42,13 @@ "difficulty": 6, "book_learn": [ [ "vamp_darkfashion1", 10 ] ], "time": "342 s", - "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 }, { "id": "BINFUSING", "level": 1 } ], - "components": [ [ [ "gloves_survivor", 1 ] ], [ [ "compactsheet", 2 ] ], [ [ "stickyblood", 1 ] ] ] + "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 } ], + "using": [ [ "earthenware_firing", 100 ] ], + "components": [ + [ [ "gloves_survivor", 1 ] ], + [ [ "compactsheet", 2 ] ], + [ [ "stickyblood", 1 ] ] + ] }, { "result": "bloodinfused_survivortrenchcoat", @@ -44,8 +59,13 @@ "difficulty": 6, "book_learn": [ [ "vamp_darkfashion1", 10 ] ], "time": "432 s", - "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 }, { "id": "BINFUSING", "level": 1 } ], - "components": [ [ [ "trenchcoat_survivor", 1 ] ], [ [ "compactsheet", 5 ] ], [ [ "stickyblood", 2 ] ] ] + "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 } ], + "using": [ [ "earthenware_firing", 100 ] ], + "components": [ + [ [ "trenchcoat_survivor", 1 ] ], + [ [ "compactsheet", 5 ] ], + [ [ "stickyblood", 2 ] ] + ] }, { "result": "bloodinfused_survivorboots", @@ -56,8 +76,13 @@ "difficulty": 6, "book_learn": [ [ "vamp_darkfashion1", 10 ] ], "time": "362 s", - "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 }, { "id": "BINFUSING", "level": 1 } ], - "components": [ [ [ "boots_survivor", 1 ] ], [ [ "compactsheet", 3 ] ], [ [ "stickyblood", 1 ] ] ] + "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 } ], + "using": [ [ "earthenware_firing", 100 ] ], + "components": [ + [ [ "boots_survivor", 1 ] ], + [ [ "compactsheet", 3 ] ], + [ [ "stickyblood", 1 ] ] + ] }, { "result": "bloodinfused_survivorhood", @@ -68,8 +93,13 @@ "difficulty": 6, "book_learn": [ [ "vamp_darkfashion1", 10 ] ], "time": "422 s", - "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 }, { "id": "BINFUSING", "level": 1 } ], - "components": [ [ [ "hood_survivor", 1 ] ], [ [ "compactsheet", 4 ] ], [ [ "stickyblood", 2 ] ] ] + "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 } ], + "using": [ [ "earthenware_firing", 100 ] ], + "components": [ + [ [ "hood_survivor", 1 ] ], + [ [ "compactsheet", 4 ] ], + [ [ "stickyblood", 2 ] ] + ] }, { "result": "bloodwristsheath", @@ -82,7 +112,10 @@ "using": [ [ "filament", 10 ] ], "time": "142 s", "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 } ], - "components": [ [ [ "string_6", 2 ] ], [ [ "compactsheet", 1 ] ] ] + "components": [ + [ [ "string_6", 2 ] ], + [ [ "compactsheet", 1 ] ] + ] }, { "result": "bloodbootsheath", @@ -95,7 +128,10 @@ "time": "142 s", "using": [ [ "filament", 15 ] ], "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 } ], - "components": [ [ [ "string_6", 3 ] ], [ [ "compactsheet", 1 ] ] ] + "components": [ + [ [ "string_6", 3 ] ], + [ [ "compactsheet", 1 ] ] + ] }, { "result": "bloodpack", @@ -108,7 +144,10 @@ "autolearn": true, "using": [ [ "filament", 35 ] ], "qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ], - "components": [ [ [ "compactsheet", 3 ] ], [ [ "scrap", 6 ] ] ] + "components": [ + [ [ "compactsheet", 3 ] ], + [ [ "scrap", 6 ] ] + ] }, { "result": "bigbloodpack", @@ -121,7 +160,10 @@ "autolearn": true, "using": [ [ "filament", 35 ] ], "qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ], - "components": [ [ [ "compactsheet", 7 ] ], [ [ "scrap", 12 ] ] ] + "components": [ + [ [ "compactsheet", 7 ] ], + [ [ "scrap", 12 ] ] + ] }, { "result": "blood_suit", @@ -134,7 +176,9 @@ "time": "534 s", "using": [ [ "filament", 45 ] ], "qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ], - "components": [ [ [ "compactsheet", 5 ] ] ] + "components": [ + [ [ "compactsheet", 5 ] ] + ] }, { "result": "blood_hood", @@ -147,7 +191,10 @@ "time": "410 s", "using": [ [ "filament", 55 ] ], "qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ], - "components": [ [ [ "compactsheet", 3 ] ], [ [ "leather", 3 ] ] ] + "components": [ + [ [ "compactsheet", 3 ] ], + [ [ "leather", 3 ] ] + ] }, { "result": "blood_duster", @@ -160,7 +207,10 @@ "time": "475 s", "using": [ [ "filament", 65 ] ], "qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ], - "components": [ [ [ "compactsheet", 5 ] ], [ [ "leather", 6 ] ] ] + "components": [ + [ [ "compactsheet", 5 ] ], + [ [ "leather", 6 ] ] + ] }, { "result": "blood_gloves", @@ -173,7 +223,10 @@ "time": "345 s", "using": [ [ "filament", 20 ] ], "qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ], - "components": [ [ [ "compactsheet", 2 ] ], [ [ "leather", 2 ] ] ] + "components": [ + [ [ "compactsheet", 2 ] ], + [ [ "leather", 2 ] ] + ] }, { "result": "blood_pants", @@ -186,7 +239,10 @@ "time": "433 s", "using": [ [ "filament", 60 ] ], "qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ], - "components": [ [ [ "compactsheet", 4 ] ], [ [ "leather", 4 ] ] ] + "components": [ + [ [ "compactsheet", 4 ] ], + [ [ "leather", 4 ] ] + ] }, { "result": "blood_boots", @@ -199,6 +255,9 @@ "time": "325 s", "using": [ [ "filament", 30 ] ], "qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ], - "components": [ [ [ "compactsheet", 3 ] ], [ [ "leather", 3 ] ] ] + "components": [ + [ [ "compactsheet", 3 ] ], + [ [ "leather", 3 ] ] + ] } ] diff --git a/vamp_stuff/Modification_Files/Recipes/recipe_blood.json b/vamp_stuff/Modification_Files/Recipes/recipe_blood.json index 5ac5a09..28237df 100644 --- a/vamp_stuff/Modification_Files/Recipes/recipe_blood.json +++ b/vamp_stuff/Modification_Files/Recipes/recipe_blood.json @@ -33,18 +33,22 @@ ] }, { - "type": "recipe", "result": "blood_reconstituted", + "//": "Loosely base difficulty on reconstituted milk.", + "type": "recipe", "category": "CC_FOOD", "subcategory": "CSC_FOOD_DRINKS", "skill_used": "cooking", "time": "1 m", "book_learn": [ [ "vamp_upgradebook1", 4 ] ], - "components": [ [ [ "bloodpowder", 1 ] ], [ [ "water_clean", 1 ] ] ] + "components": [ + [ [ "bloodpowder", 1 ] ], + [ [ "water_clean", 1 ] ] + ] }, { - "type": "recipe", "result": "synthblood", + "type": "recipe", "category": "CC_FOOD", "subcategory": "CSC_FOOD_DRINKS", "skill_used": "cooking", @@ -54,47 +58,62 @@ "book_learn": [ [ "vamp_upgradebook1", 6 ] ], "qualities": [ { "id": "BOIL", "level": 1 } ], "tools": [ [ [ "water_boiling_heat", 3, "LIST" ] ] ], - "components": [ [ [ "protein_powder", 1 ] ], [ [ "water_clean", 1 ] ], [ [ "sugar", 5 ] ], [ [ "salt", 5 ] ] ] + "components": [ + [ [ "protein_powder", 1 ] ], + [ [ "water_clean", 1 ] ], + [ [ "sugar", 5 ] ], + [ [ "salt", 5 ] ] + ] }, { - "type": "recipe", "result": "synthblood_reconstituted", + "//": "Loosely base difficulty on reconstituted milk.", + "type": "recipe", "category": "CC_FOOD", "subcategory": "CSC_FOOD_DRINKS", "skill_used": "cooking", "time": "1 m", "book_learn": [ [ "vamp_upgradebook1", 4 ] ], - "components": [ [ [ "synthbloodpowder", 1 ] ], [ [ "water_clean", 1 ] ] ] + "components": [ + [ [ "synthbloodpowder", 1 ] ], + [ [ "water_clean", 1 ] ] + ] }, { "result": "bloodpowder", + "//": "Loosely base difficulty on powdered milk.", "type": "recipe", "category": "CC_FOOD", "subcategory": "CSC_FOOD_DRY", "skill_used": "cooking", - "difficulty": 4, + "difficulty": 2, "charges": 1, - "time": "12 m", - "batch_time_factors": [83,3], + "time": "40 m", + "batch_time_factors": [ 80, 1 ], "book_learn": [ [ "vamp_upgradebook1", 4 ] ], "qualities": [ { "id": "CHEM", "level": 2 } ], - "tools": [ [ [ "dehydrator", 25 ] ], [ [ "surface_heat", 5, "LIST" ] ] ], - "components": [ [ [ "blood", 1 ] ] ] + "tools": [ [ [ "dehydrator", 25 ] ], [ [ "char_smoker", 25 ] ] ], + "components": [ + [ [ "blood", 1 ] ] + ] }, - { + {- "result": "synthbloodpowder", + "//": "Loosely base difficulty on powdered milk.", "type": "recipe", "category": "CC_FOOD", "subcategory": "CSC_FOOD_DRY", "skill_used": "cooking", - "difficulty": 4, + "difficulty": 2, "charges": 1, - "time": "12 m", - "batch_time_factors": [83,3], + "time": "40 m", + "batch_time_factors": [ 80, 1 ], "book_learn": [ [ "vamp_upgradebook1", 4 ] ], "qualities": [ { "id": "CHEM", "level": 2 } ], - "tools": [ [ [ "dehydrator", 25 ] ], [ [ "surface_heat", 5, "LIST" ] ] ], - "components": [ [ [ "synthblood", 1 ] ] ] + "tools": [ [ [ "dehydrator", 25 ] ], [ [ "char_smoker", 25 ] ] ], + "components": [ + [ [ "synthblood", 1 ] ] + ] }, { "result": "compactsheet", @@ -107,7 +126,9 @@ "time": "5 m", "book_learn": [ [ "vamp_upgradebook1", 5 ] ], "qualities": [ { "id": "BCOMPRESSING", "level": 1 } ], - "components": [ [ [ "bloodpowder", 80 ] ] ] + "components": [ + [ [ "bloodpowder", 80 ] ] + ] }, { "result": "stickyblood", @@ -119,8 +140,11 @@ "difficulty": 7, "time": "10 m", "book_learn": [ [ "vamp_upgradebook1", 7 ] ], - "qualities": [ { "id": "BCHEMISTRY", "level": 1 } ], - "components": [ [ [ "bloodpowder", 10 ] ], [ [ "water_clean", 1 ] ] ] + "qualities": [ { "id": "CHEM", "level": 3 } ], + "components": [ + [ [ "bloodpowder", 10 ] ], + [ [ "water_clean", 1 ] ] + ] }, { "result": "melted_bloodrune", @@ -134,7 +158,9 @@ "book_learn": [ [ "vamp_upgradebook1", 8 ] ], "qualities": [ { "id": "HAMMER_FINE", "level": 1 }, { "id": "BOIL", "level": 2 } ], "tools": [ [ [ "dehydrator", 25 ] ], [ [ "surface_heat", 5, "LIST" ] ] ], - "components": [ [ [ "bloodrune", 1 ] ] ] + "components": [ + [ [ "bloodrune", 1 ] ] + ] }, { "result": "melted_bloodrune", @@ -150,6 +176,8 @@ "book_learn": [ [ "vamp_upgradebook1", 8 ] ], "qualities": [ { "id": "HAMMER_FINE", "level": 1 }, { "id": "BOIL", "level": 2 } ], "tools": [ [ [ "dehydrator", 25 ] ], [ [ "surface_heat", 5, "LIST" ] ] ], - "components": [ [ [ "bigbloodrune", 1 ] ] ] + "components": [ + [ [ "bigbloodrune", 1 ] ] + ] } ] diff --git a/vamp_stuff/Modification_Files/Recipes/recipe_tools.json b/vamp_stuff/Modification_Files/Recipes/recipe_tools.json index 32ee10d..6fe24f9 100644 --- a/vamp_stuff/Modification_Files/Recipes/recipe_tools.json +++ b/vamp_stuff/Modification_Files/Recipes/recipe_tools.json @@ -1,25 +1,4 @@ [ - { - "result": "blood_forge_infuse", - "type": "recipe", - "category": "CC_ELECTRONIC", - "subcategory": "CSC_ELECTRONIC_TOOLS", - "skill_used": "fabrication", - "difficulty": 8, - "time": "180 m", - "book_learn": [ [ "vamp_upgradebook1", 10 ] ], - "qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 }, { "id": "SCREW", "level": 1 } ], - "tools": [ [ [ "anvil", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ], - "components": [ - [ [ "steel_lump", 7 ] ], - [ [ "scrap", 22 ] ], - [ [ "element", 5 ] ], - [ [ "glass", 4 ] ], - [ [ "amplifier", 3 ] ], - [ [ "processor", 2 ] ], - [ [ "sheet_metal", 4 ] ] - ] - }, { "result": "bloodcompressor", "type": "recipe", @@ -40,25 +19,5 @@ [ [ "processor", 2 ] ], [ [ "sheet_metal", 4 ] ] ] - }, - { - "result": "bloodchem", - "type": "recipe", - "category": "CC_ELECTRONIC", - "subcategory": "CSC_ELECTRONIC_TOOLS", - "skill_used": "electronics", - "difficulty": 8, - "time": "60 m", - "book_learn": [ [ "vamp_upgradebook1", 10 ] ], - "qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "SCREW", "level": 1 } ], - "tools": [ [ [ "anvil", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ], - "components": [ - [ [ "scrap", 3 ] ], - [ [ "element", 4 ] ], - [ [ "chemistry_set", 1 ] ], - [ [ "amplifier", 1 ] ], - [ [ "processor", 1 ] ], - [ [ "sheet_metal", 1 ] ] - ] } ] diff --git a/vamp_stuff/Modification_Files/Recipes/recipe_weapons.json b/vamp_stuff/Modification_Files/Recipes/recipe_weapons.json index cbbda78..ee866d5 100644 --- a/vamp_stuff/Modification_Files/Recipes/recipe_weapons.json +++ b/vamp_stuff/Modification_Files/Recipes/recipe_weapons.json @@ -28,27 +28,11 @@ "difficulty": 8, "time": "15 m", "book_learn": [ [ "vamp_upgradebook1", 10 ] ], - "qualities": [ { "id": "BINFUSING", "level": 1 } ], - "components": [ [ [ "sword_sip", 1 ] ], [ [ "melted_bloodrune", 1 ] ] ] - }, - { - "result": "invy_bow", - "type": "recipe", - "category": "CC_WEAPON", - "subcategory": "CSC_WEAPON_RANGED", - "skill_used": "archery", - "difficulty": 8, - "time": "240 m", - "book_learn": [ [ "vamp_book2", 10 ] ], - "qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 } ], - "tools": [ [ [ "tongs", -1 ] ], [ [ "anvil", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ], + "using": [ [ "earthenware_firing", 100 ] ], "components": [ - [ [ "steel_lump", 1 ] ], - [ [ "scrap", 6 ] ], - [ [ "longbow", 1 ] ], - [ [ "leather", 4 ] ], - [ [ "pipe", 2 ] ], - [ [ "bloodrune", 1 ] ] + [ [ "sword_sip", 1 ] ], + [ [ "melted_bloodrune", 1 ] ], + [ [ "stickyblood", 1 ] ] ] }, { @@ -62,7 +46,13 @@ "book_learn": [ [ "vamp_book3", 10 ] ], "qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 } ], "tools": [ [ [ "tongs", -1 ] ], [ [ "anvil", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ], - "components": [ [ [ "steel_lump", 1 ] ], [ [ "scrap", 8 ] ], [ [ "leather", 4 ] ], [ [ "blade", 1 ] ], [ [ "bloodrune", 1 ] ] ] + "components": [ + [ [ "steel_lump", 1 ] ], + [ [ "scrap", 8 ] ], + [ [ "leather", 4 ] ], + [ [ "blade", 1 ] ], + [ [ "bloodrune", 1 ] ] + ] }, { "result": "sword_diveplus", @@ -73,8 +63,12 @@ "difficulty": 8, "time": "15 m", "book_learn": [ [ "vamp_upgradebook1", 10 ] ], - "qualities": [ { "id": "BINFUSING", "level": 1 } ], - "components": [ [ [ "sword_dive", 1 ] ], [ [ "melted_bloodrune", 1 ] ] ] + "using": [ [ "earthenware_firing", 100 ] ], + "components": [ + [ [ "sword_dive", 1 ] ], + [ [ "melted_bloodrune", 1 ] ], + [ [ "stickyblood", 1 ] ] + ] }, { "result": "hammerius", @@ -87,7 +81,12 @@ "book_learn": [ [ "vamp_book4", 10 ] ], "qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 } ], "tools": [ [ [ "tongs", -1 ] ], [ [ "anvil", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ], - "components": [ [ [ "steel_lump", 4 ] ], [ [ "scrap", 24 ] ], [ [ "leather", 8 ] ], [ [ "bloodrune", 1 ] ] ] + "components": [ + [ [ "steel_lump", 4 ] ], + [ [ "scrap", 24 ] ], + [ [ "leather", 8 ] ], + [ [ "bloodrune", 1 ] ] + ] }, { "result": "hammeriusplus", @@ -98,8 +97,12 @@ "difficulty": 8, "time": "15 m", "book_learn": [ [ "vamp_upgradebook1", 10 ] ], - "qualities": [ { "id": "BINFUSING", "level": 1 } ], - "components": [ [ [ "hammerius", 1 ] ], [ [ "melted_bloodrune", 1 ] ] ] + "using": [ [ "earthenware_firing", 100 ] ], + "components": [ + [ [ "hammerius", 1 ] ], + [ [ "melted_bloodrune", 1 ] ], + [ [ "stickyblood", 1 ] ] + ] }, { "result": "punchie_bitie", @@ -112,7 +115,12 @@ "book_learn": [ [ "vamp_book5", 10 ] ], "qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 } ], "tools": [ [ [ "tongs", -1 ] ], [ [ "anvil", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ], - "components": [ [ [ "steel_lump", 2 ] ], [ [ "scrap", 16 ] ], [ [ "leather", 8 ] ], [ [ "bloodrune", 2 ] ] ] + "components": [ + [ [ "steel_lump", 2 ] ], + [ [ "scrap", 16 ] ], + [ [ "leather", 8 ] ], + [ [ "bloodrune", 2 ] ] + ] }, { "result": "punchie_bitieplus", @@ -123,8 +131,12 @@ "difficulty": 8, "time": "15 m", "book_learn": [ [ "vamp_upgradebook1", 10 ] ], - "qualities": [ { "id": "BINFUSING", "level": 1 } ], - "components": [ [ [ "punchie_bitie", 1 ] ], [ [ "melted_bloodrune", 2 ] ] ] + "using": [ [ "earthenware_firing", 100 ] ], + "components": [ + [ [ "punchie_bitie", 1 ] ], + [ [ "melted_bloodrune", 2 ] ], + [ [ "stickyblood", 2 ] ] + ] }, { "result": "falc_crimsword", @@ -137,7 +149,13 @@ "book_learn": [ [ "vamp_book6", 10 ] ], "qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 } ], "tools": [ [ [ "tongs", -1 ] ], [ [ "anvil", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ], - "components": [ [ [ "steel_lump", 1 ] ], [ [ "scrap", 6 ] ], [ [ "leather", 4 ] ], [ [ "blade", 1 ] ], [ [ "bloodrune", 1 ] ] ] + "components": [ + [ [ "steel_lump", 1 ] ], + [ [ "scrap", 6 ] ], + [ [ "leather", 4 ] ], + [ [ "blade", 1 ] ], + [ [ "bloodrune", 1 ] ] + ] }, { "result": "falc_crimswordplus", @@ -148,28 +166,31 @@ "difficulty": 8, "time": "15 m", "book_learn": [ [ "vamp_upgradebook1", 10 ] ], - "qualities": [ { "id": "BINFUSING", "level": 1 } ], - "components": [ [ [ "falc_crimsword", 1 ] ], [ [ "melted_bloodrune", 1 ] ] ] + "using": [ [ "earthenware_firing", 100 ] ], + "components": [ + [ [ "falc_crimsword", 1 ] ], + [ [ "melted_bloodrune", 1 ] ], + [ [ "stickyblood", 1 ] ] + ] }, { - "result": "blood_forge_infuse", + "result": "invy_bow", "type": "recipe", - "category": "CC_ELECTRONIC", - "subcategory": "CSC_ELECTRONIC_TOOLS", - "skill_used": "fabrication", + "category": "CC_WEAPON", + "subcategory": "CSC_WEAPON_RANGED", + "skill_used": "archery", "difficulty": 8, - "time": "180 m", - "book_learn": [ [ "vamp_upgradebook1", 10 ] ], - "qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 }, { "id": "SCREW", "level": 1 } ], - "tools": [ [ [ "anvil", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ], + "time": "240 m", + "book_learn": [ [ "vamp_book2", 10 ] ], + "qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 } ], + "tools": [ [ [ "tongs", -1 ] ], [ [ "anvil", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ], "components": [ - [ [ "steel_lump", 7 ] ], - [ [ "scrap", 22 ] ], - [ [ "element", 5 ] ], - [ [ "glass", 4 ] ], - [ [ "amplifier", 3 ] ], - [ [ "processor", 2 ] ], - [ [ "sheet_metal", 4 ] ] + [ [ "steel_lump", 1 ] ], + [ [ "scrap", 6 ] ], + [ [ "longbow", 1 ] ], + [ [ "leather", 4 ] ], + [ [ "pipe", 2 ] ], + [ [ "bloodrune", 1 ] ] ] } ] diff --git a/vamp_stuff/Modification_Files/Recipes/z_obsolete.json b/vamp_stuff/Modification_Files/Recipes/z_obsolete.json new file mode 100644 index 0000000..48725e8 --- /dev/null +++ b/vamp_stuff/Modification_Files/Recipes/z_obsolete.json @@ -0,0 +1,27 @@ +[ + { + "result": "bloodbar", + "type": "recipe", + "obsolete": true + }, + { + "result": "synthbloodbar", + "type": "recipe", + "obsolete": true + }, + { + "result": "blood_forge_infuse", + "type": "recipe", + "obsolete": true + }, + { + "result": "bloodextractor", + "type": "recipe", + "obsolete": true + }, + { + "result": "bloodchem", + "type": "recipe", + "obsolete": true + } +] diff --git a/vamp_stuff/Modification_Files/obsoletion.json b/vamp_stuff/Modification_Files/obsoletion.json deleted file mode 100644 index c905e2f..0000000 --- a/vamp_stuff/Modification_Files/obsoletion.json +++ /dev/null @@ -1,12 +0,0 @@ -[ - { - "result": "bloodbar", - "type": "recipe", - "obsolete": true - }, - { - "result": "synthbloodbar", - "type": "recipe", - "obsolete": true - } -] diff --git a/vamp_stuff/readme b/vamp_stuff/readme index 38fadd9..dded0f9 100644 --- a/vamp_stuff/readme +++ b/vamp_stuff/readme @@ -74,7 +74,9 @@ New forms of Blood with recipes. -Reconstituted Blood + Synthetic Reconstituted Blood Add recipe for draining human corpses of blood. Fix blood to actually be healthy and enjoyable for vampires. -Removed the blood extractor. The item seemed excessive for a single recipe just as easily based on using a chemistry set and dehydrator. +Removed the blood extractor. Replace the tool requirement with chemistry 3 and food dehydrator. +Removed the blood chemistry set. Replace the tool requirement with chemistry 3. +Removed the blood infusion forge. Replace the tool requirement with a kiln. Also modify all such recipes to require concentrated blood (aka stickyblood.) Fixed crafting times. Replace the grave-memories item group with a new group that prefixes vampire books. -This way the books do not drop in normal city cemeteries. -- cgit v1.2.1